annotate tests/reference/llvmdc-2008-06-10-rev265 @ 249:fa9fef362a98 trunk

[svn r266] dstress results for [265] and small fix for cleanup in runtests script
author ChristianK
date Tue, 10 Jun 2008 21:44:04 +0200
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
249
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1 cc crashRun.c -o crashRun
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2 cc dstress.c -o dstress
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3 rm -f
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4 rm -f
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5 echo '#!/bin/sh' > compile.sh
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6 find compile -type f | grep -v ".svn" | sort -f | xargs -n 1 echo "./dstress compile" >> compile.sh
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7 chmod +x compile.sh
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8 ./compile.sh 2>> /home/kamm/eigenes/projekte/llvmdc/llvmdc/tests/dstress/log.txt
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9 compile: llvmdc -O0 -od./obj -c compile/a/abstract_13.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12 Torture-Sub-1/32-PASS: compile/a/abstract_13.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13 compile: llvmdc -O0 -od./obj -c compile/a/abstract_18_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16 Torture-Sub-1/32-PASS: compile/a/abstract_18_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17 compile: llvmdc -O0 -od./obj -c compile/a/abstract_18_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20 Torture-Sub-1/32-PASS: compile/a/abstract_18_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21 compile: llvmdc -O0 -od./obj -c compile/a/abstract_18_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24 Torture-Sub-1/32-PASS: compile/a/abstract_18_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25 compile: llvmdc -O0 -od./obj -c compile/a/abstract_18_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28 Torture-Sub-1/32-PASS: compile/a/abstract_18_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29 compile: llvmdc -O0 -od./obj -c compile/a/alias_40_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32 Torture-Sub-1/32-PASS: compile/a/alias_40_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33 compile: llvmdc -O0 -od./obj -c compile/a/alias_40_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36 Torture-Sub-1/32-PASS: compile/a/alias_40_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37 compile: llvmdc -O0 -od./obj -c compile/a/alias_42_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40 Torture-Sub-1/32-PASS: compile/a/alias_42_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41 compile: llvmdc -O0 -od./obj -c compile/a/alias_42_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44 Torture-Sub-1/32-PASS: compile/a/alias_42_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45 compile: llvmdc -O0 -od./obj -c compile/a/array_initialization_33_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46 EXIT CODE: 9
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
48 Torture-Sub-1/32-ERROR: compile/a/array_initialization_33_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
49 compile: llvmdc -O0 -od./obj -c compile/a/array_initialization_33_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
50 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
51
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
52 Torture-Sub-1/32-PASS: compile/a/array_initialization_33_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
53 compile: llvmdc -O0 -od./obj -c compile/a/array_initialization_33_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
54 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
55
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
56 Torture-Sub-1/32-PASS: compile/a/array_initialization_33_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
57 compile: llvmdc -O0 -od./obj -c compile/a/array_initialization_33_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
58 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
59
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
60 Torture-Sub-1/32-PASS: compile/a/array_initialization_33_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
61 compile: llvmdc -O0 -od./obj -c compile/a/array_initialization_33_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
62 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
63
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
64 Torture-Sub-1/32-PASS: compile/a/array_initialization_33_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
65 compile: llvmdc -O0 -od./obj -c compile/a/asm_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
66 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
67
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
68 Torture-Sub-1/32-PASS: compile/a/asm_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
69 compile: llvmdc -O0 -od./obj -c compile/a/asm_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
70 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
71
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
72 Torture-Sub-1/32-PASS: compile/a/asm_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
73 compile: llvmdc -O0 -od./obj -c compile/a/asm_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
74 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
75
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
76 Torture-Sub-1/32-PASS: compile/a/asm_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
77 compile: llvmdc -O0 -od./obj -c compile/a/asm_01_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
78 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
79
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
80 Torture-Sub-1/32-PASS: compile/a/asm_01_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
81 compile: llvmdc -O0 -od./obj -c compile/a/asm_01_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
82 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
83
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
84 Torture-Sub-1/32-PASS: compile/a/asm_01_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
85 compile: llvmdc -O0 -od./obj -c compile/a/asm_01_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
86 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
87
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
88 Torture-Sub-1/32-PASS: compile/a/asm_01_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
89 compile: llvmdc -O0 -od./obj -c compile/a/asm_01_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
90 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
91
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
92 Torture-Sub-1/32-PASS: compile/a/asm_01_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
93 compile: llvmdc -O0 -od./obj -c compile/a/asm_01_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
94 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
95
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
96 Torture-Sub-1/32-PASS: compile/a/asm_01_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
97 compile: llvmdc -O0 -od./obj -c compile/a/asm_01_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
98 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
99
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
100 Torture-Sub-1/32-PASS: compile/a/asm_01_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
101 compile: llvmdc -O0 -od./obj -c compile/a/asm_01_J.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
102 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
103
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
104 Torture-Sub-1/32-PASS: compile/a/asm_01_J.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
105 compile: llvmdc -O0 -od./obj -c compile/a/asm_01_K.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
106 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
107
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
108 Torture-Sub-1/32-PASS: compile/a/asm_01_K.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
109 compile: llvmdc -O0 -od./obj -c compile/a/asm_01_L.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
110 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
111
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
112 Torture-Sub-1/32-PASS: compile/a/asm_01_L.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
113 compile: llvmdc -O0 -od./obj -c compile/a/asm_01_M.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
114 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
115
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
116 Torture-Sub-1/32-PASS: compile/a/asm_01_M.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
117 compile: llvmdc -O0 -od./obj -c compile/a/asm_01_N.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
118 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
119
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
120 Torture-Sub-1/32-PASS: compile/a/asm_01_N.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
121 compile: llvmdc -O0 -od./obj -c compile/a/asm_01_O.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
122 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
123
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
124 Torture-Sub-1/32-PASS: compile/a/asm_01_O.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
125 compile: llvmdc -O0 -od./obj -c compile/a/asm_invlpg_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
126 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
127
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
128 Torture-Sub-1/32-PASS: compile/a/asm_invlpg_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
129 compile: llvmdc -O0 -od./obj -c compile/a/asm_offset_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
130 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
131
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
132 Torture-Sub-1/32-PASS: compile/a/asm_offset_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
133 compile: llvmdc -O0 -od./obj -c compile/a/asm_offset_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
134 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
135
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
136 Torture-Sub-1/32-PASS: compile/a/asm_offset_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
137 compile: llvmdc -O0 -od./obj -c compile/a/asm_rdmsr_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
138 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
139
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
140 Torture-Sub-1/32-PASS: compile/a/asm_rdmsr_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
141 compile: llvmdc -O0 -od./obj -c compile/a/asm_rdpmc_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
142 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
143
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
144 Torture-Sub-1/32-PASS: compile/a/asm_rdpmc_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
145 compile: llvmdc -O0 -od./obj -c compile/a/asm_rdtsc_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
146 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
147
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
148 Torture-Sub-1/32-PASS: compile/a/asm_rdtsc_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
149 compile: llvmdc -O0 -od./obj -c compile/a/asm_rsm_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
150 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
151
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
152 Torture-Sub-1/32-PASS: compile/a/asm_rsm_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
153 compile: llvmdc -O0 -od./obj -c compile/a/asm_sti_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
154 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
155
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
156 Torture-Sub-1/32-PASS: compile/a/asm_sti_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
157 compile: llvmdc -O0 -od./obj -c compile/a/asm_sysenter_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
158 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
159
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
160 Torture-Sub-1/32-PASS: compile/a/asm_sysenter_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
161 compile: llvmdc -O0 -od./obj -c compile/a/asm_sysexit_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
162 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
163
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
164 Torture-Sub-1/32-PASS: compile/a/asm_sysexit_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
165 compile: llvmdc -O0 -od./obj -c compile/a/asm_ud2_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
166 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
167
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
168 Torture-Sub-1/32-PASS: compile/a/asm_ud2_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
169 compile: llvmdc -O0 -od./obj -c compile/a/asm_ud2_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
170 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
171
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
172 Torture-Sub-1/32-PASS: compile/a/asm_ud2_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
173 compile: llvmdc -O0 -od./obj -c compile/a/asm_wbinvd_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
174 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
175
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
176 Torture-Sub-1/32-PASS: compile/a/asm_wbinvd_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
177 compile: llvmdc -O0 -od./obj -c compile/a/asm_wrmsr_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
178 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
179
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
180 Torture-Sub-1/32-PASS: compile/a/asm_wrmsr_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
181 compile: llvmdc -O0 -od./obj -c compile/a/assert_14_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
182 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
183
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
184 Torture-Sub-1/32-PASS: compile/a/assert_14_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
185 compile: llvmdc -O0 -od./obj -c compile/a/assert_14_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
186 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
187
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
188 Torture-Sub-1/32-PASS: compile/a/assert_14_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
189 compile: llvmdc -O0 -od./obj -c compile/a/assert_14_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
190 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
191
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
192 Torture-Sub-1/32-PASS: compile/a/assert_14_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
193 compile: llvmdc -O0 -od./obj -c compile/a/assert_14_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
194 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
195
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
196 Torture-Sub-1/32-PASS: compile/a/assert_14_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
197 compile: llvmdc -O0 -od./obj -c compile/a/assert_14_J.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
198 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
199
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
200 Torture-Sub-1/32-PASS: compile/a/assert_14_J.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
201 compile: llvmdc -O0 -od./obj -c compile/a/assert_19_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
202 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
203
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
204 Torture-Sub-1/32-PASS: compile/a/assert_19_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
205 compile: llvmdc -O0 -od./obj -c compile/a/assert_19_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
206 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
207
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
208 Torture-Sub-1/32-PASS: compile/a/assert_19_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
209 compile: llvmdc -O0 -od./obj -c compile/a/assert_20_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
210 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
211
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
212 Torture-Sub-1/32-PASS: compile/a/assert_20_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
213 compile: llvmdc -O0 -od./obj -c compile/a/assert_20_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
214 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
215
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
216 Torture-Sub-1/32-PASS: compile/a/assert_20_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
217 compile: llvmdc -O0 -od./obj -c compile/alias_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
218 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
219
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
220 Torture-Sub-1/32-PASS: compile/alias_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
221 compile: llvmdc -O0 -od./obj -c compile/align_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
222 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
223
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
224 Torture-Sub-1/32-PASS: compile/align_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
225 compile: llvmdc -O0 -od./obj -c compile/b/bool_07_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
226 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
227
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
228 Torture-Sub-1/32-PASS: compile/b/bool_07_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
229 compile: llvmdc -O0 -od./obj -c compile/b/bool_07_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
230 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
231
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
232 Torture-Sub-1/32-PASS: compile/b/bool_07_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
233 compile: llvmdc -O0 -od./obj -c compile/b/bool_07_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
234 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
235
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
236 Torture-Sub-1/32-PASS: compile/b/bool_07_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
237 compile: llvmdc -O0 -od./obj -c compile/b/bug_20050510_A1.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
238 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
239
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
240 Torture-Sub-1/32-PASS: compile/b/bug_20050510_A1.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
241 compile: llvmdc -O0 -od./obj -c compile/b/bug_20050510_B1.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
242 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
243
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
244 Torture-Sub-1/32-PASS: compile/b/bug_20050510_B1.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
245 compile: llvmdc -O0 -od./obj -c compile/b/bug_20050510_C1.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
246 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
247
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
248 Torture-Sub-1/32-PASS: compile/b/bug_20050510_C1.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
249 compile: llvmdc -O0 addon/bug_20050903_X.d addon/bug_20050903_Y.d -od./obj/_79C5 -c compile/b/bug_20050903_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
250 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
251
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
252 Torture-Sub-1/32-PASS: compile/b/bug_20050903_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
253 compile: llvmdc -O0 addon/bug_20050903_Y.d addon/bug_20050903_X.d -od./obj/_79DC -c compile/b/bug_20050903_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
254 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
255
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
256 Torture-Sub-1/32-PASS: compile/b/bug_20050903_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
257 compile: llvmdc -O0 -od./obj -c compile/b/bug_cgcod_1497_A2.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
258 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
259
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
260 Torture-Sub-1/32-PASS: compile/b/bug_cgcod_1497_A2.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
261 compile: llvmdc -O0 -od./obj -c compile/b/bug_cgcod_1497_B2.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
262 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
263
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
264 Torture-Sub-1/32-PASS: compile/b/bug_cgcod_1497_B2.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
265 compile: llvmdc -O0 -od./obj -c compile/b/bug_cgcod_1497_C2.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
266 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
267
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
268 Torture-Sub-1/32-PASS: compile/b/bug_cgcod_1497_C2.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
269 compile: llvmdc -O0 -od./obj -c compile/b/bug_cgcod_1497_D2.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
270 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
271
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
272 Torture-Sub-1/32-PASS: compile/b/bug_cgcod_1497_D2.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
273 compile: llvmdc -O0 -od./obj -c compile/b/bug_cgcod_1497_F2.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
274 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
275
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
276 Torture-Sub-1/32-PASS: compile/b/bug_cgcod_1497_F2.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
277 compile: llvmdc -O0 -od./obj -c compile/b/bug_dcodegen_2933_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
278 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
279
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
280 Torture-Sub-1/32-PASS: compile/b/bug_dcodegen_2933_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
281 compile: llvmdc -O0 -od./obj -c compile/b/bug_d_irstate_244_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
282 compile/b/bug_d_irstate_244_A.d: module dstress.compile.b.bug_d_irstate_244_A Terminator found in the middle of a basic block!
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
283 label %forbody
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
284 Broken module found, compilation terminated.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
285 Broken module found, compilation terminated.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
286
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
287 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
288
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
289 Torture-Sub-1/32-FAIL: compile/b/bug_d_irstate_244_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
290 compile: llvmdc -O0 -od./obj -c compile/b/bug_d_irstate_244_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
291 compile/b/bug_d_irstate_244_B.d: module dstress.compile.b.bug_d_irstate_244_B Terminator found in the middle of a basic block!
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
292 label %forbody
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
293 Broken module found, compilation terminated.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
294 Broken module found, compilation terminated.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
295
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
296 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
297
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
298 Torture-Sub-1/32-FAIL: compile/b/bug_d_irstate_244_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
299 compile: llvmdc -O0 -od./obj -c compile/b/bug_d_irstate_244_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
300 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
301
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
302 Torture-Sub-1/32-PASS: compile/b/bug_d_irstate_244_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
303 compile: llvmdc -O0 -od./obj -c compile/b/bug_e2ir_145_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
304 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
305
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
306 Torture-Sub-1/32-PASS: compile/b/bug_e2ir_145_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
307 compile: llvmdc -O0 -od./obj -c compile/b/bug_e2ir_520_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
308 compile/b/bug_e2ir_520_B.d(18): static assert is false
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
309 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
310
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
311 Torture-Sub-1/32-FAIL: compile/b/bug_e2ir_520_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
312 compile: llvmdc -O0 -od./obj -c compile/b/bug_e2ir_772_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
313 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
314
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
315 Torture-Sub-1/32-PASS: compile/b/bug_e2ir_772_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
316 compile: llvmdc -O0 -od./obj -c compile/b/bug_e2ir_772_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
317 compile/b/bug_e2ir_772_H.d(16): Error: void has no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
318 compile/b/bug_e2ir_772_H.d(16): Error: incompatible types for ((T()) == (3)): 'void' and 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
319 compile/b/bug_e2ir_772_H.d(16): static assert ((T()) == 3) is not evaluatable at compile time
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
320 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
321
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
322 Torture-Sub-1/32-FAIL: compile/b/bug_e2ir_772_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
323 compile: llvmdc -O0 -od./obj -c compile/b/bug_e2ir_772_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
324 compile/b/bug_e2ir_772_I.d(20): template instance B!(A) does not match any template declaration
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
325 compile/b/bug_e2ir_772_I.d(20): Error: void has no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
326 compile/b/bug_e2ir_772_I.d(20): Error: incompatible types for ((B!(A)) == (3)): 'void' and 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
327 compile/b/bug_e2ir_772_I.d(20): static assert (B!(A) == 3) is not evaluatable at compile time
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
328 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
329
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
330 Torture-Sub-1/32-FAIL: compile/b/bug_e2ir_772_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
331 compile: llvmdc -O0 -od./obj -c compile/b/bug_e2ir_772_J.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
332 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
333
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
334 Torture-Sub-1/32-PASS: compile/b/bug_e2ir_772_J.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
335 compile: llvmdc -O0 -od./obj -c compile/b/bug_expression_4420_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
336 llvmdc: dmd/expression.c:4852: virtual Expression* DotIdExp::semantic(Scope*): Assertion `0' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
337 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
338 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
339 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
340 llvmdc[0x807b4e3]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
341 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
342 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
343
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
344 Torture-Sub-1/32-ERROR: compile/b/bug_expression_4420_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
345 compile: llvmdc -O0 -od./obj -c compile/b/bug_expression_4420_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
346 llvmdc: dmd/expression.c:4852: virtual Expression* DotIdExp::semantic(Scope*): Assertion `0' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
347 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
348 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
349 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
350 llvmdc[0x807b4e3]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
351 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
352 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
353
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
354 Torture-Sub-1/32-ERROR: compile/b/bug_expression_4420_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
355 compile: llvmdc -O0 -od./obj -c compile/b/bug_expression_4420_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
356 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
357
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
358 Torture-Sub-1/32-PASS: compile/b/bug_expression_4420_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
359 compile: llvmdc -O0 -od./obj -c compile/bug_cgcod_1445_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
360 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
361
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
362 Torture-Sub-1/32-PASS: compile/bug_cgcod_1445_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
363 compile: llvmdc -O0 -od./obj -c compile/bug_dsymbol_611_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
364 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
365
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
366 Torture-Sub-1/32-PASS: compile/bug_dsymbol_611_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
367 compile: llvmdc -O0 -od./obj -c compile/bug_e2ir_1158_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
368 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
369
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
370 Torture-Sub-1/32-PASS: compile/bug_e2ir_1158_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
371 compile: llvmdc -O0 -od./obj -c compile/c/cast_33_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
372 compile/c/cast_33_A.d(15): Error: incompatible types for (("abcd") == (['a','b','c','d'])): 'ubyte[]' and 'char[4u]'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
373 compile/c/cast_33_A.d(15): Error: array comparison type mismatch, ubyte vs char
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
374 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
375
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
376 Torture-Sub-1/32-FAIL: compile/c/cast_33_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
377 compile: llvmdc -O0 -od./obj -c compile/c/cast_33_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
378 compile/c/cast_33_B.d(15): Error: incompatible types for (([cast(ubyte)'a',cast(ubyte)'b',cast(ubyte)'c',cast(ubyte)'d']) == (['a','b','c','d'])): 'ubyte[]' and 'char[4u]'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
379 compile/c/cast_33_B.d(15): Error: array comparison type mismatch, ubyte vs char
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
380 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
381
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
382 Torture-Sub-1/32-FAIL: compile/c/cast_33_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
383 compile: llvmdc -O0 -od./obj -c compile/c/cdouble_11_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
384 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
385
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
386 Torture-Sub-1/32-PASS: compile/c/cdouble_11_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
387 compile: llvmdc -O0 -od./obj -c compile/c/cdouble_12_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
388 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
389
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
390 Torture-Sub-1/32-PASS: compile/c/cdouble_12_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
391 compile: llvmdc -O0 -od./obj -c compile/c/cdouble_12_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
392 compile/c/cdouble_12_B.d(25): Error: void has no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
393 compile/c/cdouble_12_B.d(25): Error: incompatible types for ((getImaginaryPart!((1+2i))) == (2)): 'void' and 'double'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
394 compile/c/cdouble_12_B.d(25): static assert (getImaginaryPart!((1+2i)) == 2) is not evaluatable at compile time
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
395 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
396
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
397 Torture-Sub-1/32-FAIL: compile/c/cdouble_12_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
398 compile: llvmdc -O0 -od./obj -c compile/c/cfloat_11_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
399 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
400
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
401 Torture-Sub-1/32-PASS: compile/c/cfloat_11_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
402 compile: llvmdc -O0 -od./obj -c compile/c/cfloat_12_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
403 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
404
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
405 Torture-Sub-1/32-PASS: compile/c/cfloat_12_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
406 compile: llvmdc -O0 -od./obj -c compile/c/cfloat_12_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
407 compile/c/cfloat_12_B.d(25): Error: void has no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
408 compile/c/cfloat_12_B.d(25): Error: incompatible types for ((getImaginaryPart!((1F+2Fi))) == (2)): 'void' and 'float'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
409 compile/c/cfloat_12_B.d(25): static assert (getImaginaryPart!((1F+2Fi)) == 2F) is not evaluatable at compile time
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
410 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
411
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
412 Torture-Sub-1/32-FAIL: compile/c/cfloat_12_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
413 compile: llvmdc -O0 -od./obj -c compile/c/character_literal_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
414 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
415
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
416 Torture-Sub-1/32-PASS: compile/c/character_literal_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
417 compile: llvmdc -O0 -od./obj -c compile/c/character_literal_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
418 compile/c/character_literal_01_B.d(9): static assert is false
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
419 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
420
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
421 Torture-Sub-1/32-FAIL: compile/c/character_literal_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
422 compile: llvmdc -O0 -od./obj -c compile/c/character_literal_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
423 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
424
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
425 Torture-Sub-1/32-PASS: compile/c/character_literal_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
426 compile: llvmdc -O0 -od./obj -c compile/c/character_literal_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
427 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
428
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
429 Torture-Sub-1/32-PASS: compile/c/character_literal_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
430 compile: llvmdc -O0 -od./obj -c compile/c/class_24_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
431 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
432
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
433 Torture-Sub-1/32-PASS: compile/c/class_24_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
434 compile: llvmdc -O0 -od./obj -c compile/c/class_24_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
435 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
436
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
437 Torture-Sub-1/32-PASS: compile/c/class_24_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
438 compile: llvmdc -O0 -od./obj -c compile/c/const_40_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
439 compile/c/const_40_B.d(14): Error: Integer constant expression expected instead of A
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
440 compile/c/const_40_B.d(14): Error: Integer constant expression expected instead of cast(uint)A
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
441 compile/c/const_40_B.d(14): Error: Integer constant expression expected instead of cast(uint)A
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
442 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
443
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
444 Torture-Sub-1/32-FAIL: compile/c/const_40_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
445 compile: llvmdc -O0 -od./obj -c compile/c/const_40_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
446 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
447
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
448 Torture-Sub-1/32-PASS: compile/c/const_40_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
449 compile: llvmdc -O0 -od./obj -c compile/c/const_40_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
450 compile/c/const_40_C.d(12): Error: identifier 'A' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
451 compile/c/const_40_C.d(12): Error: index is not a type or an expression
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
452 compile/c/const_40_D.d(14): Error: identifier 'A' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
453 compile/c/const_40_D.d(14): Error: index is not a type or an expression
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
454 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
455
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
456 Torture-Sub-1/32-FAIL: compile/c/const_40_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
457 compile: llvmdc -O0 -od./obj -c compile/c/const_40_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
458 compile/c/const_40_C.d(12): Error: identifier 'A' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
459 compile/c/const_40_C.d(12): Error: index is not a type or an expression
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
460 compile/c/const_40_D.d(14): Error: identifier 'A' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
461 compile/c/const_40_D.d(14): Error: index is not a type or an expression
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
462 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
463
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
464 Torture-Sub-1/32-FAIL: compile/c/const_40_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
465 compile: llvmdc -O0 -od./obj -c compile/c/const_41_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
466 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
467
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
468 Torture-Sub-1/32-PASS: compile/c/const_41_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
469 compile: llvmdc -O0 compile/c/const_42_B.d -od./obj/_7CB0 -c compile/c/const_42_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
470 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
471
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
472 Torture-Sub-1/32-PASS: compile/c/const_42_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
473 compile: llvmdc -O0 compile/c/const_42_A.d -od./obj/_7CB7 -c compile/c/const_42_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
474 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
475
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
476 Torture-Sub-1/32-PASS: compile/c/const_42_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
477 compile: llvmdc -O0 -od./obj -c compile/c/const_43_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
478 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
479
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
480 Torture-Sub-1/32-PASS: compile/c/const_43_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
481 compile: llvmdc -O0 -od./obj -c compile/c/const_43_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
482 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
483
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
484 Torture-Sub-1/32-PASS: compile/c/const_43_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
485 compile: llvmdc -O0 -od./obj -c compile/c/const_43_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
486 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
487
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
488 Torture-Sub-1/32-PASS: compile/c/const_43_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
489 compile: llvmdc -O0 -od./obj -c compile/c/const_43_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
490 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
491
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
492 Torture-Sub-1/32-PASS: compile/c/const_43_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
493 compile: llvmdc -O0 -od./obj -c compile/c/const_44_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
494 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
495
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
496 Torture-Sub-1/32-PASS: compile/c/const_44_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
497 compile: llvmdc -O0 -od./obj -c compile/c/const_44_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
498 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
499
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
500 Torture-Sub-1/32-PASS: compile/c/const_44_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
501 compile: llvmdc -O0 -od./obj -c compile/c/const_44_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
502 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
503
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
504 Torture-Sub-1/32-PASS: compile/c/const_44_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
505 compile: llvmdc -O0 -od./obj -c compile/c/const_46_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
506 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
507
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
508 Torture-Sub-1/32-PASS: compile/c/const_46_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
509 compile: llvmdc -O0 -od./obj -c compile/c/creal_36_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
510 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
511
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
512 Torture-Sub-1/32-PASS: compile/c/creal_36_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
513 compile: llvmdc -O0 -od./obj -c compile/c/creal_37_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
514 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
515
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
516 Torture-Sub-1/32-PASS: compile/c/creal_37_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
517 compile: llvmdc -O0 -od./obj -c compile/c/creal_37_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
518 compile/c/creal_37_B.d(25): Error: void has no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
519 compile/c/creal_37_B.d(25): Error: incompatible types for ((getImaginaryPart!((1L+2Li))) == (2)): 'void' and 'real'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
520 compile/c/creal_37_B.d(25): static assert (getImaginaryPart!((1L+2Li)) == 2L) is not evaluatable at compile time
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
521 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
522
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
523 Torture-Sub-1/32-FAIL: compile/c/creal_37_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
524 compile: llvmdc -O0 -od./obj -c compile/const_12.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
525 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
526
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
527 Torture-Sub-1/32-PASS: compile/const_12.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
528 compile: llvmdc -O0 -od./obj -c compile/const_13.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
529 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
530
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
531 Torture-Sub-1/32-PASS: compile/const_13.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
532 compile: llvmdc -O0 -version=ö本 -od./obj/_7DA8 -c compile/d/debug_12_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
533 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
534
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
535 Torture-Sub-1/32-PASS: compile/d/debug_12_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
536 compile: llvmdc -O0 -od./obj -c compile/delegate_13.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
537 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
538
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
539 Torture-Sub-1/32-PASS: compile/delegate_13.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
540 compile: llvmdc -O0 -od./obj -c compile/e/enum_46_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
541 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
542
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
543 Torture-Sub-1/32-PASS: compile/e/enum_46_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
544 compile: llvmdc -O0 -od./obj -c compile/e/enum_46_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
545 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
546
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
547 Torture-Sub-1/32-PASS: compile/e/enum_46_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
548 compile: llvmdc -O0 -od./obj -c compile/e/enum_46_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
549 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
550
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
551 Torture-Sub-1/32-PASS: compile/e/enum_46_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
552 compile: llvmdc -O0 -od./obj -c compile/e/enum_46_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
553 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
554
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
555 Torture-Sub-1/32-PASS: compile/e/enum_46_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
556 compile: llvmdc -O0 -od./obj -c compile/e/enum_48_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
557 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
558
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
559 Torture-Sub-1/32-PASS: compile/e/enum_48_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
560 compile: llvmdc -O0 -od./obj -c compile/e/enum_48_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
561 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
562
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
563 Torture-Sub-1/32-PASS: compile/e/enum_48_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
564 compile: llvmdc -O0 -od./obj -c compile/e/enum_48_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
565 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
566
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
567 Torture-Sub-1/32-PASS: compile/e/enum_48_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
568 compile: llvmdc -O0 -od./obj -c compile/e/enum_48_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
569 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
570
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
571 Torture-Sub-1/32-PASS: compile/e/enum_48_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
572 compile: llvmdc -O0 -od./obj -c compile/e/enum_51_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
573 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
574
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
575 Torture-Sub-1/32-PASS: compile/e/enum_51_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
576 compile: llvmdc -O0 -od./obj -c compile/empty_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
577 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
578
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
579 Torture-Sub-1/32-PASS: compile/empty_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
580 compile: llvmdc -O0 -od./obj -c compile/enum_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
581 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
582
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
583 Torture-Sub-1/32-PASS: compile/enum_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
584 compile: llvmdc -O0 -od./obj -c compile/enum_12.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
585 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
586
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
587 Torture-Sub-1/32-PASS: compile/enum_12.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
588 compile: llvmdc -O0 -od./obj -c compile/eol_comment_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
589 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
590
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
591 Torture-Sub-1/32-PASS: compile/eol_comment_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
592 compile: llvmdc -O0 -od./obj -c compile/eol_comment_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
593 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
594
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
595 Torture-Sub-1/32-PASS: compile/eol_comment_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
596 compile: llvmdc -O0 -od./obj -c compile/eol_comment_09.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
597 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
598
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
599 Torture-Sub-1/32-PASS: compile/eol_comment_09.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
600 compile: llvmdc -O0 -od./obj -c compile/extern_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
601 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
602
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
603 Torture-Sub-1/32-PASS: compile/extern_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
604 compile: llvmdc -O0 -od./obj -c compile/extern_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
605 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
606
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
607 Torture-Sub-1/32-PASS: compile/extern_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
608 compile: llvmdc -O0 -od./obj -c compile/extern_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
609 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
610
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
611 Torture-Sub-1/32-PASS: compile/extern_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
612 compile: llvmdc -O0 -od./obj -c compile/extern_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
613 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
614
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
615 Torture-Sub-1/32-PASS: compile/extern_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
616 compile: llvmdc -O0 -od./obj -c compile/extern_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
617 compile/extern_07.d(16): basic type expected, not extern
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
618 compile/extern_07.d(16): found 'extern' when expecting ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
619 compile/extern_07.d(16): found 'function' when expecting '.' following 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
620 compile/extern_07.d(16): found '(' when expecting identifier following 'int.'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
621 compile/extern_07.d(16): C style cast illegal, use cast(C)0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
622 compile/extern_07.d(16): found ')' when expecting ';' following 'statement'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
623 compile/extern_07.d(16): found ')' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
624 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
625
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
626 Torture-Sub-1/32-FAIL: compile/extern_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
627 compile: llvmdc -O0 -od./obj -c compile/extern_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
628 llvmdc: gen/tollvm.cpp:283: unsigned int DtoCallingConv(LINK): Assertion `0 && "Unsupported calling convention"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
629 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
630 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
631 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
632 llvmdc[0x81661bf]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
633 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
634 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
635
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
636 Torture-Sub-1/32-ERROR: compile/extern_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
637 compile: llvmdc -O0 -od./obj -c compile/f/float_literal_dec_18_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
638 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
639
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
640 Torture-Sub-1/32-PASS: compile/f/float_literal_dec_18_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
641 compile: llvmdc -O0 -od./obj -c compile/f/float_literal_dec_18_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
642 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
643
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
644 Torture-Sub-1/32-PASS: compile/f/float_literal_dec_18_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
645 compile: llvmdc -O0 -od./obj -c compile/f/float_literal_dec_18_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
646 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
647
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
648 Torture-Sub-1/32-PASS: compile/f/float_literal_dec_18_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
649 compile: llvmdc -O0 -od./obj -c compile/f/float_literal_dec_18_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
650 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
651
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
652 Torture-Sub-1/32-PASS: compile/f/float_literal_dec_18_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
653 compile: llvmdc -O0 -od./obj -c compile/f/float_literal_dec_18_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
654 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
655
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
656 Torture-Sub-1/32-PASS: compile/f/float_literal_dec_18_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
657 compile: llvmdc -O0 -od./obj -c compile/f/float_literal_dec_18_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
658 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
659
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
660 Torture-Sub-1/32-PASS: compile/f/float_literal_dec_18_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
661 compile: llvmdc -O0 -od./obj -c compile/f/foreach_30_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
662 compile/f/foreach_30_A.d: module dstress.compile.f.foreach_30_A Terminator found in the middle of a basic block!
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
663 label %entry_dstress.compile.f.foreach_30_A.test.__foreachbody1.__foreachbody2
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
664 Broken module found, compilation terminated.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
665 Broken module found, compilation terminated.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
666
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
667 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
668
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
669 Torture-Sub-1/32-FAIL: compile/f/foreach_30_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
670 compile: llvmdc -O0 -od./obj -c compile/f/foreach_30_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
671 compile/f/foreach_30_B.d: module dstress.compile.f.foreach_30_B Terminator found in the middle of a basic block!
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
672 label %entry_dstress.compile.f.foreach_30_B.test.__foreachbody1.__foreachbody2
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
673 Broken module found, compilation terminated.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
674 Broken module found, compilation terminated.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
675
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
676 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
677
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
678 Torture-Sub-1/32-FAIL: compile/f/foreach_30_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
679 compile: llvmdc -O0 -od./obj -c compile/f/forward_reference_13_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
680 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
681
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
682 Torture-Sub-1/32-PASS: compile/f/forward_reference_13_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
683 compile: llvmdc -O0 -od./obj -c compile/f/forward_reference_13_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
684 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
685
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
686 Torture-Sub-1/32-PASS: compile/f/forward_reference_13_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
687 compile: llvmdc -O0 -od./obj -c compile/f/forward_reference_13_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
688 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
689
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
690 Torture-Sub-1/32-PASS: compile/f/forward_reference_13_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
691 compile: llvmdc -O0 -od./obj -c compile/f/forward_reference_13_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
692 compile/f/forward_reference_13_D.d(22): mixin forward reference of foo
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
693 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
694
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
695 Torture-Sub-1/32-FAIL: compile/f/forward_reference_13_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
696 compile: llvmdc -O0 -od./obj -c compile/f/forward_reference_13_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
697 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
698
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
699 Torture-Sub-1/32-PASS: compile/f/forward_reference_13_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
700 compile: llvmdc -O0 -od./obj -c compile/f/forward_reference_18_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
701 compile/f/forward_reference_18_A.d(13): template instance forward reference to template declaration T(FOO)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
702 compile/f/forward_reference_18_A.d(13): Error: T!(int) is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
703 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
704
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
705 Torture-Sub-1/32-FAIL: compile/f/forward_reference_18_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
706 compile: llvmdc -O0 -od./obj -c compile/f/forward_reference_18_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
707 llvmdc: /home/kamm/eigenes/projekte/llvmdc/llvm-23-branch/lib/Target/TargetData.cpp:471: unsigned char llvm::TargetData::getAlignment(const llvm::Type*, bool) const: Assertion `Ty->isSized() && "Cannot getTypeInfo() on a type that is unsized!"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
708 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
709 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
710 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
711 llvmdc[0x8778399]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
712 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
713 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
714
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
715 Torture-Sub-1/32-ERROR: compile/f/forward_reference_18_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
716 compile: llvmdc -O0 -od./obj -c compile/f/forward_reference_18_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
717 compile/f/forward_reference_18_C.d(12): template instance forward reference to template declaration Template(T)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
718 compile/f/forward_reference_18_C.d(12): Error: Template!(int) is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
719 compile/f/forward_reference_18_C.d(12): variable dstress.compile.f.forward_reference_18_D.stack voids have no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
720 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
721
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
722 Torture-Sub-1/32-FAIL: compile/f/forward_reference_18_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
723 compile: llvmdc -O0 -od./obj -c compile/f/forward_reference_18_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
724 compile/f/forward_reference_18_D.d(13): Error: Template!(int) is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
725 compile/f/forward_reference_18_D.d(13): variable dstress.compile.f.forward_reference_18_D.stack voids have no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
726 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
727
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
728 Torture-Sub-1/32-FAIL: compile/f/forward_reference_18_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
729 compile: llvmdc -O0 -od./obj -c compile/for_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
730 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
731
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
732 Torture-Sub-1/32-PASS: compile/for_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
733 compile: llvmdc -O0 -od./obj -c compile/forward_reference_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
734 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
735
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
736 Torture-Sub-1/32-PASS: compile/forward_reference_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
737 compile: llvmdc -O0 -od./obj -c compile/forward_reference_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
738 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
739
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
740 Torture-Sub-1/32-PASS: compile/forward_reference_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
741 compile: llvmdc -O0 addon/forward_reference_03_A.d addon/forward_reference_03_B.d -od./obj/_160 -c compile/forward_reference_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
742 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
743
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
744 Torture-Sub-1/32-PASS: compile/forward_reference_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
745 compile: llvmdc -O0 addon/forward_reference_03_B.d addon/forward_reference_03_A.d -od./obj/_187 -c compile/forward_reference_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
746 addon/forward_reference_03_B.d(14): class addon.forward_reference_03_B.MyClassB is forward referenced when looking for 'Foo'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
747 addon/forward_reference_03_B.d(14): class addon.forward_reference_03_B.MyClassB is forward referenced when looking for 'Foo'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
748 addon/forward_reference_03_B.d(14): class addon.forward_reference_03_B.MyClassB is forward referenced when looking for 'Foo'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
749 addon/forward_reference_03_A.d(15): Error: no property 'Foo' for type 'addon.forward_reference_03_B.MyClassB'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
750 addon/forward_reference_03_A.d(15): Error: MyClassB.Foo is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
751 addon/forward_reference_03_A.d(15): variable addon.forward_reference_03_A.MyClassA.foo voids have no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
752 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
753
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
754 Torture-Sub-1/32-FAIL: compile/forward_reference_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
755 compile: llvmdc -O0 addon/forward_reference_03_A.d -od./obj/_192 -c compile/forward_reference_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
756 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
757
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
758 Torture-Sub-1/32-PASS: compile/forward_reference_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
759 compile: llvmdc -O0 addon/forward_reference_03_B.d -od./obj/_1C5 -c compile/forward_reference_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
760 addon/forward_reference_03_B.d(14): class addon.forward_reference_03_B.MyClassB is forward referenced when looking for 'Foo'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
761 addon/forward_reference_03_B.d(14): class addon.forward_reference_03_B.MyClassB is forward referenced when looking for 'Foo'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
762 addon/forward_reference_03_B.d(14): class addon.forward_reference_03_B.MyClassB is forward referenced when looking for 'Foo'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
763 addon/forward_reference_03_A.d(15): Error: no property 'Foo' for type 'addon.forward_reference_03_B.MyClassB'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
764 addon/forward_reference_03_A.d(15): Error: MyClassB.Foo is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
765 addon/forward_reference_03_A.d(15): variable addon.forward_reference_03_A.MyClassA.foo voids have no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
766 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
767
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
768 Torture-Sub-1/32-FAIL: compile/forward_reference_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
769 compile: llvmdc -O0 -od./obj -c compile/html_empty_01.html
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
770 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
771
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
772 Torture-Sub-1/32-PASS: compile/html_empty_01.html
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
773 compile: llvmdc -O0 -od./obj -c compile/html_empty_02.html
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
774 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
775
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
776 Torture-Sub-1/32-PASS: compile/html_empty_02.html
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
777 compile: llvmdc -O0 -od./obj -c compile/i/import_13_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
778 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
779
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
780 Torture-Sub-1/32-PASS: compile/i/import_13_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
781 compile: llvmdc -O0 -od./obj -c compile/i/import_13_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
782 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
783
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
784 Torture-Sub-1/32-PASS: compile/i/import_13_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
785 compile: llvmdc -O0 -od./obj -c compile/i/import_13_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
786 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
787
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
788 Torture-Sub-1/32-PASS: compile/i/import_13_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
789 compile: llvmdc -O0 -od./obj -c compile/i/import_13_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
790 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
791
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
792 Torture-Sub-1/32-PASS: compile/i/import_13_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
793 compile: llvmdc -O0 -od./obj -c compile/i/import_13_M.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
794 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
795
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
796 Torture-Sub-1/32-PASS: compile/i/import_13_M.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
797 compile: llvmdc -O0 -od./obj -c compile/i/import_13_N.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
798 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
799
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
800 Torture-Sub-1/32-PASS: compile/i/import_13_N.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
801 compile: llvmdc -O0 -od./obj -c compile/i/import_17_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
802 compile/i/import_17_B.d(13): Error: identifier 'C' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
803 compile/i/import_17_B.d(13): Error: C is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
804 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
805
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
806 Torture-Sub-1/32-FAIL: compile/i/import_17_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
807 compile: llvmdc -O0 -od./obj -c compile/i/import_17_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
808 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
809
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
810 Torture-Sub-1/32-PASS: compile/i/import_17_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
811 compile: llvmdc -O0 -od./obj -c compile/i/import_17_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
812 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
813
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
814 Torture-Sub-1/32-PASS: compile/i/import_17_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
815 compile: llvmdc -O0 -od./obj -c compile/i/import_17_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
816 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
817
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
818 Torture-Sub-1/32-PASS: compile/i/import_17_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
819 compile: llvmdc -O0 -od./obj -c compile/i/import_17_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
820 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
821
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
822 Torture-Sub-1/32-PASS: compile/i/import_17_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
823 compile: llvmdc -O0 -od./obj -c compile/i/import_17_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
824 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
825
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
826 Torture-Sub-1/32-PASS: compile/i/import_17_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
827 compile: llvmdc -O0 -od./obj -c compile/i/inerpret_05_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
828 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
829
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
830 Torture-Sub-1/32-PASS: compile/i/inerpret_05_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
831 compile: llvmdc -O0 -od./obj -c compile/i/inerpret_05_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
832 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
833
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
834 Torture-Sub-1/32-PASS: compile/i/inerpret_05_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
835 compile: llvmdc -O0 -od./obj -c compile/i/interpret_05_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
836 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
837
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
838 Torture-Sub-1/32-PASS: compile/i/interpret_05_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
839 compile: llvmdc -O0 -od./obj -c compile/i/interpret_05_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
840 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
841
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
842 Torture-Sub-1/32-PASS: compile/i/interpret_05_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
843 compile: llvmdc -O0 -od./obj -c compile/i/interpret_06_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
844 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
845
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
846 Torture-Sub-1/32-PASS: compile/i/interpret_06_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
847 compile: llvmdc -O0 -od./obj -c compile/i/interpret_06_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
848 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
849
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
850 Torture-Sub-1/32-PASS: compile/i/interpret_06_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
851 compile: llvmdc -O0 -od./obj -c compile/i/is_15_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
852 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
853
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
854 Torture-Sub-1/32-PASS: compile/i/is_15_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
855 compile: llvmdc -O0 -od./obj -c compile/i/is_15_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
856 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
857
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
858 Torture-Sub-1/32-PASS: compile/i/is_15_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
859 compile: llvmdc -O0 -od./obj -c compile/i/is_15_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
860 compile/i/is_15_C.d(13): static assert is false
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
861 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
862
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
863 Torture-Sub-1/32-FAIL: compile/i/is_15_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
864 compile: llvmdc -O0 -od./obj -c compile/i/is_15_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
865 compile/i/is_15_D.d(12): template instance forward reference to template declaration I(T)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
866 compile/i/is_15_D.d(12): Error: I!(C) is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
867 compile/i/is_15_D.d(12): class dstress.compile.i.is_15_D.C base type must be class or interface, not void
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
868 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
869
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
870 Torture-Sub-1/32-FAIL: compile/i/is_15_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
871 compile: llvmdc -O0 -od./obj -c compile/i/is_15_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
872 compile/i/is_15_E.d(12): template instance forward reference to template declaration I(T)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
873 compile/i/is_15_E.d(12): Error: I!(C) is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
874 compile/i/is_15_E.d(12): class dstress.compile.i.is_15_E.C base type must be class or interface, not void
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
875 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
876
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
877 Torture-Sub-1/32-FAIL: compile/i/is_15_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
878 compile: llvmdc -O0 -od./obj -c compile/i/is_15_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
879 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
880
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
881 Torture-Sub-1/32-PASS: compile/i/is_15_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
882 compile: llvmdc -O0 -od./obj -c compile/i/is_15_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
883 compile/i/is_15_G.d(14): template instance forward reference to template declaration I(T)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
884 compile/i/is_15_G.d(14): Error: I!(C) is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
885 compile/i/is_15_G.d(14): class dstress.compile.i.is_15_G.C base type must be class or interface, not void
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
886 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
887
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
888 Torture-Sub-1/32-FAIL: compile/i/is_15_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
889 compile: llvmdc -O0 -od./obj -c compile/i/is_15_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
890 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
891
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
892 Torture-Sub-1/32-PASS: compile/i/is_15_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
893 compile: llvmdc -O0 -od./obj -c compile/i/is_15_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
894 compile/i/is_15_I.d(14): static assert is false
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
895 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
896
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
897 Torture-Sub-1/32-FAIL: compile/i/is_15_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
898 compile: llvmdc -O0 -od./obj -c compile/i/is_15_J.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
899 compile/i/is_15_J.d(13): static assert is false
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
900 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
901
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
902 Torture-Sub-1/32-FAIL: compile/i/is_15_J.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
903 compile: llvmdc -O0 -od./obj -c compile/i/is_15_K.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
904 compile/i/is_15_K.d(16): static assert is false
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
905 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
906
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
907 Torture-Sub-1/32-FAIL: compile/i/is_15_K.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
908 compile: llvmdc -O0 -od./obj -c compile/i/is_16_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
909 compile/i/is_16_A.d(17): static assert is false
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
910 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
911
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
912 Torture-Sub-1/32-FAIL: compile/i/is_16_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
913 compile: llvmdc -O0 -od./obj -c compile/i/is_16_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
914 compile/i/is_16_B.d(17): static assert is false
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
915 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
916
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
917 Torture-Sub-1/32-FAIL: compile/i/is_16_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
918 compile: llvmdc -O0 -od./obj -c compile/i/is_16_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
919 compile/i/is_16_C.d(17): static assert is false
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
920 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
921
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
922 Torture-Sub-1/32-FAIL: compile/i/is_16_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
923 compile: llvmdc -O0 -od./obj -c compile/i/is_17_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
924 compile/i/is_17_A.d(17): static assert is false
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
925 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
926
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
927 Torture-Sub-1/32-FAIL: compile/i/is_17_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
928 compile: llvmdc -O0 -od./obj -c compile/i/is_17_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
929 compile/i/is_17_B.d(15): static assert is false
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
930 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
931
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
932 Torture-Sub-1/32-FAIL: compile/i/is_17_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
933 compile: llvmdc -O0 -od./obj -c compile/inline_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
934 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
935
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
936 Torture-Sub-1/32-PASS: compile/inline_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
937 compile: llvmdc -O0 -od./obj -c compile/interface_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
938 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
939
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
940 Torture-Sub-1/32-PASS: compile/interface_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
941 compile: llvmdc -O0 -od./obj -c compile/interface_09.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
942 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
943
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
944 Torture-Sub-1/32-PASS: compile/interface_09.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
945 compile: llvmdc -O0 -od./obj -c compile/interface_19.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
946 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
947
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
948 Torture-Sub-1/32-PASS: compile/interface_19.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
949 compile: llvmdc -O0 -od./obj -c compile/interface_20.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
950 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
951
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
952 Torture-Sub-1/32-PASS: compile/interface_20.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
953 compile: llvmdc -O0 -od./obj -c compile/interface_21.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
954 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
955
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
956 Torture-Sub-1/32-PASS: compile/interface_21.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
957 compile: llvmdc -O0 -od./obj -c compile/l/lazy_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
958 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
959
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
960 Torture-Sub-1/32-PASS: compile/l/lazy_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
961 compile: llvmdc -O0 -od./obj -c compile/l/lazy_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
962 llvmdc: /home/kamm/eigenes/projekte/llvmdc/llvm-23-branch/lib/VMCore/Instructions.cpp:2242: llvm::BitCastInst::BitCastInst(llvm::Value*, const llvm::Type*, const std::string&, llvm::Instruction*): Assertion `castIsValid(getOpcode(), S, Ty) && "Illegal BitCast"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
963 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
964 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
965 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
966 llvmdc[0x8809579]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
967 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
968
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
969 Torture-Sub-1/32-ERROR: compile/l/lazy_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
970 compile: llvmdc -O0 -od./obj -c compile/l/lazy_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
971 llvmdc: /home/kamm/eigenes/projekte/llvmdc/llvm-23-branch/lib/VMCore/Instructions.cpp:2242: llvm::BitCastInst::BitCastInst(llvm::Value*, const llvm::Type*, const std::string&, llvm::Instruction*): Assertion `castIsValid(getOpcode(), S, Ty) && "Illegal BitCast"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
972 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
973 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
974 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
975 llvmdc[0x8809579]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
976 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
977
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
978 Torture-Sub-1/32-ERROR: compile/l/lazy_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
979 compile: llvmdc -O0 -od./obj -c compile/mixin_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
980 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
981
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
982 Torture-Sub-1/32-PASS: compile/mixin_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
983 compile: llvmdc -O0 -od./obj -c compile/m/main_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
984 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
985
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
986 Torture-Sub-1/32-PASS: compile/m/main_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
987 compile: llvmdc -O0 -od./obj -c compile/m/mangleof_16_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
988 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
989
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
990 Torture-Sub-1/32-PASS: compile/m/mangleof_16_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
991 compile: llvmdc -O0 -od./obj -c compile/m/mangleof_16_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
992 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
993
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
994 Torture-Sub-1/32-PASS: compile/m/mangleof_16_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
995 compile: llvmdc -O0 -od./obj -c compile/m/mangleof_16_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
996 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
997
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
998 Torture-Sub-1/32-PASS: compile/m/mangleof_16_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
999 compile: llvmdc -O0 -od./obj -c compile/m/mangleof_16_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1000 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1001
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1002 Torture-Sub-1/32-PASS: compile/m/mangleof_16_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1003 compile: llvmdc -O0 -od./obj -c compile/m/mangleof_16_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1004 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1005
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1006 Torture-Sub-1/32-PASS: compile/m/mangleof_16_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1007 compile: llvmdc -O0 -od./obj -c compile/m/mangleof_16_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1008 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1009
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1010 Torture-Sub-1/32-PASS: compile/m/mangleof_16_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1011 compile: llvmdc -O0 -od./obj -c compile/m/mangleof_16_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1012 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1013
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1014 Torture-Sub-1/32-PASS: compile/m/mangleof_16_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1015 compile: llvmdc -O0 -od./obj -c compile/m/mangleof_16_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1016 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1017
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1018 Torture-Sub-1/32-PASS: compile/m/mangleof_16_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1019 compile: llvmdc -O0 -od./obj -c compile/m/mangleof_17_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1020 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1021
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1022 Torture-Sub-1/32-PASS: compile/m/mangleof_17_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1023 compile: llvmdc -O0 -od./obj -c compile/m/mangleof_19_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1024 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1025
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1026 Torture-Sub-1/32-PASS: compile/m/mangleof_19_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1027 compile: llvmdc -O0 -od./obj -c compile/m/mangleof_19_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1028 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1029
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1030 Torture-Sub-1/32-PASS: compile/m/mangleof_19_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1031 compile: llvmdc -O0 -od./obj -c compile/m/mangleof_19_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1032 compile/m/mangleof_19_C.d(13): enum dstress.compile.m.mangleof_19_C.main.Apple!(tree).Basket enum Basket must have at least one member
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1033 compile/m/mangleof_19_C.d(22): template instance dstress.compile.m.mangleof_19_C.main.Apple!(tree) error instantiating
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1034 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1035
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1036 Torture-Sub-1/32-FAIL: compile/m/mangleof_19_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1037 compile: llvmdc -O0 -od./obj -c compile/m/mangleof_19_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1038 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1039
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1040 Torture-Sub-1/32-PASS: compile/m/mangleof_19_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1041 compile: llvmdc -O0 -od./obj -c compile/m/mangleof_19_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1042 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1043
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1044 Torture-Sub-1/32-PASS: compile/m/mangleof_19_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1045 compile: llvmdc -O0 -od./obj -c compile/m/mangleof_19_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1046 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1047
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1048 Torture-Sub-1/32-PASS: compile/m/mangleof_19_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1049 compile: llvmdc -O0 -od./obj -c compile/m/mangleof_19_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1050 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1051
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1052 Torture-Sub-1/32-PASS: compile/m/mangleof_19_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1053 compile: llvmdc -O0 -od./obj -c compile/m/mixin_21_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1054 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1055
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1056 Torture-Sub-1/32-PASS: compile/m/mixin_21_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1057 compile: llvmdc -O0 -od./obj -c compile/m/mixin_29_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1058 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1059
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1060 Torture-Sub-1/32-PASS: compile/m/mixin_29_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1061 compile: llvmdc -O0 -od./obj -c compile/m/mixin_29_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1062 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1063
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1064 Torture-Sub-1/32-PASS: compile/m/mixin_29_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1065 compile: llvmdc -O0 -od./obj -c compile/m/mixin_29_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1066 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1067
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1068 Torture-Sub-1/32-PASS: compile/m/mixin_29_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1069 compile: llvmdc -O0 -od./obj -c compile/m/mixin_29_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1070 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1071
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1072 Torture-Sub-1/32-PASS: compile/m/mixin_29_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1073 compile: llvmdc -O0 -od./obj -c compile/m/mixin_29_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1074 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1075
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1076 Torture-Sub-1/32-PASS: compile/m/mixin_29_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1077 compile: llvmdc -O0 -od./obj -c compile/m/mixin_29_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1078 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1079
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1080 Torture-Sub-1/32-PASS: compile/m/mixin_29_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1081 compile: llvmdc -O0 -od./obj -c compile/m/mixin_32_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1082 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1083
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1084 Torture-Sub-1/32-PASS: compile/m/mixin_32_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1085 compile: llvmdc -O0 -od./obj -c compile/m/mixin_32_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1086 compile/m/mixin_32_B.d(16): Error: foo!() is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1087 compile/m/mixin_32_B.d(16): variable dstress.compile.m.mixin_32_B.bar voids have no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1088 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1089
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1090 Torture-Sub-1/32-FAIL: compile/m/mixin_32_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1091 compile: llvmdc -O0 -od./obj -c compile/m/mixin_35_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1092 compile/m/mixin_35_A.d(18): static assert is false
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1093 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1094
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1095 Torture-Sub-1/32-FAIL: compile/m/mixin_35_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1096 compile: llvmdc -O0 -od./obj -c compile/m/mixin_35_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1097 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1098
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1099 Torture-Sub-1/32-PASS: compile/m/mixin_35_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1100 compile: llvmdc -O0 -od./obj -c compile/m/mixin_35_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1101 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1102
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1103 Torture-Sub-1/32-PASS: compile/m/mixin_35_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1104 compile: llvmdc -O0 -od./obj -c compile/m/mixin_35_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1105 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1106
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1107 Torture-Sub-1/32-PASS: compile/m/mixin_35_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1108 compile: llvmdc -O0 -od./obj -c compile/m/module_05_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1109 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1110
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1111 Torture-Sub-1/32-PASS: compile/m/module_05_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1112 compile: llvmdc -O0 -od./obj -c compile/m/module_05_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1113 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1114
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1115 Torture-Sub-1/32-PASS: compile/m/module_05_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1116 compile: llvmdc -O0 -od./obj -c compile/m/module_05_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1117 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1118
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1119 Torture-Sub-1/32-PASS: compile/m/module_05_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1120 compile: llvmdc -O0 -od./obj -c compile/n/nested_function_08_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1121 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1122
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1123 Torture-Sub-1/32-PASS: compile/n/nested_function_08_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1124 compile: llvmdc -O0 -od./obj -c compile/o/odd_bug_12_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1125 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1126
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1127 Torture-Sub-1/32-PASS: compile/o/odd_bug_12_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1128 compile: llvmdc -O0 -od./obj -c compile/o/odd_bug_12_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1129 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1130
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1131 Torture-Sub-1/32-PASS: compile/o/odd_bug_12_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1132 compile: llvmdc -O0 -od./obj -c compile/o/odd_bug_16_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1133 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1134
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1135 Torture-Sub-1/32-PASS: compile/o/odd_bug_16_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1136 compile: llvmdc -O0 -od./obj -c compile/o/offsetof_81_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1137 compile/o/offsetof_81_A.d(22): Error: no property 'offsetof' for type 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1138 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1139
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1140 Torture-Sub-1/32-FAIL: compile/o/offsetof_81_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1141 compile: llvmdc -O0 -od./obj -c compile/o/opCast_05_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1142 compile/o/opCast_05_A.d(21): Error: undefined identifier proto
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1143 compile/o/opCast_05_A.d(21): Error: no property 'i' for type 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1144 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1145
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1146 Torture-Sub-1/32-FAIL: compile/o/opCast_05_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1147 compile: llvmdc -O0 -od./obj -c compile/o/opCat_21_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1148 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1149
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1150 Torture-Sub-1/32-PASS: compile/o/opCat_21_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1151 compile: llvmdc -O0 -od./obj -c compile/o/opCat_21_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1152 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1153
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1154 Torture-Sub-1/32-PASS: compile/o/opCat_21_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1155 compile: llvmdc -O0 -od./obj -c compile/o/opCat_21_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1156 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1157
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1158 Torture-Sub-1/32-PASS: compile/o/opCat_21_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1159 compile: llvmdc -O0 -od./obj -c compile/o/opCat_21_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1160 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1161
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1162 Torture-Sub-1/32-PASS: compile/o/opCat_21_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1163 compile: llvmdc -O0 -od./obj -c compile/o/opCat_21_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1164 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1165
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1166 Torture-Sub-1/32-PASS: compile/o/opCat_21_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1167 compile: llvmdc -O0 -od./obj -c compile/o/opCat_21_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1168 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1169
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1170 Torture-Sub-1/32-PASS: compile/o/opCat_21_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1171 compile: llvmdc -O0 -od./obj -c compile/o/opCat_22_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1172 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1173
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1174 Torture-Sub-1/32-PASS: compile/o/opCat_22_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1175 compile: llvmdc -O0 -od./obj -c compile/o/opCat_22_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1176 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1177
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1178 Torture-Sub-1/32-PASS: compile/o/opCat_22_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1179 compile: llvmdc -O0 -od./obj -c compile/o/opCat_22_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1180 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1181
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1182 Torture-Sub-1/32-PASS: compile/o/opCat_22_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1183 compile: llvmdc -O0 -od./obj -c compile/o/opCat_22_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1184 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1185
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1186 Torture-Sub-1/32-PASS: compile/o/opCat_22_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1187 compile: llvmdc -O0 -od./obj -c compile/o/opCat_22_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1188 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1189
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1190 Torture-Sub-1/32-PASS: compile/o/opCat_22_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1191 compile: llvmdc -O0 -od./obj -c compile/o/opCat_22_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1192 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1193
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1194 Torture-Sub-1/32-PASS: compile/o/opCat_22_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1195 compile: llvmdc -O0 -od./obj -c compile/o/opCat_23_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1196 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1197
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1198 Torture-Sub-1/32-PASS: compile/o/opCat_23_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1199 compile: llvmdc -O0 -od./obj -c compile/o/opCat_23_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1200 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1201
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1202 Torture-Sub-1/32-PASS: compile/o/opCat_23_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1203 compile: llvmdc -O0 -od./obj -c compile/o/opCat_23_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1204 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1205
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1206 Torture-Sub-1/32-PASS: compile/o/opCat_23_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1207 compile: llvmdc -O0 -od./obj -c compile/o/opCat_23_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1208 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1209
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1210 Torture-Sub-1/32-PASS: compile/o/opCat_23_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1211 compile: llvmdc -O0 -od./obj -c compile/o/opCat_23_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1212 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1213
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1214 Torture-Sub-1/32-PASS: compile/o/opCat_23_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1215 compile: llvmdc -O0 -od./obj -c compile/o/opCat_23_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1216 compile/o/opCat_23_F.d(22): static assert ((null.length) == 0u) is not evaluatable at compile time
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1217 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1218
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1219 Torture-Sub-1/32-FAIL: compile/o/opCat_23_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1220 compile: llvmdc -O0 -od./obj -c compile/o/opCat_25_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1221 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1222
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1223 Torture-Sub-1/32-PASS: compile/o/opCat_25_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1224 compile: llvmdc -O0 -od./obj -c compile/o/opCat_25_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1225 compile/o/opCat_25_B.d(15): static assert (null ~ ['d'] == "d") is not evaluatable at compile time
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1226 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1227
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1228 Torture-Sub-1/32-FAIL: compile/o/opCat_25_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1229 compile: llvmdc -O0 -od./obj -c compile/o/opCat_26_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1230 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1231
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1232 Torture-Sub-1/32-PASS: compile/o/opCat_26_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1233 compile: llvmdc -O0 -od./obj -c compile/o/opCat_26_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1234 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1235
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1236 Torture-Sub-1/32-PASS: compile/o/opCat_26_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1237 compile: llvmdc -O0 -od./obj -c compile/o/opCatAssign_22_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1238 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1239
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1240 Torture-Sub-1/32-PASS: compile/o/opCatAssign_22_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1241 compile: llvmdc -O0 -od./obj -c compile/o/opCatAssign_22_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1242 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1243
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1244 Torture-Sub-1/32-PASS: compile/o/opCatAssign_22_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1245 compile: llvmdc -O0 -od./obj -c compile/o/opCmp_09_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1246 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1247
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1248 Torture-Sub-1/32-PASS: compile/o/opCmp_09_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1249 compile: llvmdc -O0 -od./obj -c compile/o/opCmp_09_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1250 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1251
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1252 Torture-Sub-1/32-PASS: compile/o/opCmp_09_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1253 compile: llvmdc -O0 -od./obj -c compile/o/opEquals_06_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1254 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1255
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1256 Torture-Sub-1/32-PASS: compile/o/opEquals_06_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1257 compile: llvmdc -O0 -od./obj -c compile/o/opEquals_06_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1258 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1259
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1260 Torture-Sub-1/32-PASS: compile/o/opEquals_06_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1261 compile: llvmdc -O0 -od./obj -c compile/o/opEquals_06_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1262 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1263
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1264 Torture-Sub-1/32-PASS: compile/o/opEquals_06_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1265 compile: llvmdc -O0 -od./obj -c compile/o/opEquals_06_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1266 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1267
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1268 Torture-Sub-1/32-PASS: compile/o/opEquals_06_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1269 compile: llvmdc -O0 -od./obj -c compile/o/opEquals_06_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1270 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1271
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1272 Torture-Sub-1/32-PASS: compile/o/opEquals_06_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1273 compile: llvmdc -O0 -od./obj -c compile/o/opEquals_06_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1274 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1275
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1276 Torture-Sub-1/32-PASS: compile/o/opEquals_06_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1277 compile: llvmdc -O0 -od./obj -c compile/o/opEquals_06_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1278 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1279
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1280 Torture-Sub-1/32-PASS: compile/o/opEquals_06_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1281 compile: llvmdc -O0 -od./obj -c compile/o/opEquals_06_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1282 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1283
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1284 Torture-Sub-1/32-PASS: compile/o/opEquals_06_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1285 compile: llvmdc -O0 -od./obj -c compile/o/opEquals_07_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1286 llvmdc: /home/kamm/eigenes/projekte/llvmdc/llvm-23-branch/lib/VMCore/Instructions.cpp:2242: llvm::BitCastInst::BitCastInst(llvm::Value*, const llvm::Type*, const std::string&, llvm::Instruction*): Assertion `castIsValid(getOpcode(), S, Ty) && "Illegal BitCast"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1287 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1288 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1289 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1290 llvmdc[0x8809579]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1291 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1292
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1293 Torture-Sub-1/32-ERROR: compile/o/opEquals_07_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1294 compile: llvmdc -O0 -od./obj -c compile/o/opEquals_07_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1295 llvmdc: /home/kamm/eigenes/projekte/llvmdc/llvm-23-branch/lib/VMCore/Instructions.cpp:2242: llvm::BitCastInst::BitCastInst(llvm::Value*, const llvm::Type*, const std::string&, llvm::Instruction*): Assertion `castIsValid(getOpcode(), S, Ty) && "Illegal BitCast"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1296 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1297 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1298 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1299 llvmdc[0x8809579]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1300 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1301
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1302 Torture-Sub-1/32-ERROR: compile/o/opEquals_07_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1303 compile: llvmdc -O0 -od./obj -c compile/o/opEquals_07_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1304 llvmdc: /home/kamm/eigenes/projekte/llvmdc/llvm-23-branch/lib/VMCore/Instructions.cpp:2242: llvm::BitCastInst::BitCastInst(llvm::Value*, const llvm::Type*, const std::string&, llvm::Instruction*): Assertion `castIsValid(getOpcode(), S, Ty) && "Illegal BitCast"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1305 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1306 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1307 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1308 llvmdc[0x8809579]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1309 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1310
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1311 Torture-Sub-1/32-ERROR: compile/o/opEquals_07_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1312 compile: llvmdc -O0 -od./obj -c compile/o/opEquals_07_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1313 llvmdc: /home/kamm/eigenes/projekte/llvmdc/llvm-23-branch/lib/VMCore/Instructions.cpp:2242: llvm::BitCastInst::BitCastInst(llvm::Value*, const llvm::Type*, const std::string&, llvm::Instruction*): Assertion `castIsValid(getOpcode(), S, Ty) && "Illegal BitCast"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1314 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1315 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1316 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1317 llvmdc[0x8809579]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1318 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1319
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1320 Torture-Sub-1/32-ERROR: compile/o/opEquals_07_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1321 compile: llvmdc -O0 -od./obj -c compile/o/opEquals_07_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1322 llvmdc: /home/kamm/eigenes/projekte/llvmdc/llvm-23-branch/lib/VMCore/Instructions.cpp:2242: llvm::BitCastInst::BitCastInst(llvm::Value*, const llvm::Type*, const std::string&, llvm::Instruction*): Assertion `castIsValid(getOpcode(), S, Ty) && "Illegal BitCast"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1323 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1324 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1325 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1326 llvmdc[0x8809579]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1327 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1328
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1329 Torture-Sub-1/32-ERROR: compile/o/opEquals_07_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1330 compile: llvmdc -O0 -od./obj -c compile/o/opEquals_07_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1331 llvmdc: /home/kamm/eigenes/projekte/llvmdc/llvm-23-branch/lib/VMCore/Instructions.cpp:2242: llvm::BitCastInst::BitCastInst(llvm::Value*, const llvm::Type*, const std::string&, llvm::Instruction*): Assertion `castIsValid(getOpcode(), S, Ty) && "Illegal BitCast"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1332 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1333 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1334 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1335 llvmdc[0x8809579]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1336 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1337
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1338 Torture-Sub-1/32-ERROR: compile/o/opEquals_07_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1339 compile: llvmdc -O0 -od./obj -c compile/o/outer_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1340 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1341
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1342 Torture-Sub-1/32-PASS: compile/o/outer_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1343 compile: llvmdc -O0 -od./obj -c compile/o/outer_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1344 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1345
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1346 Torture-Sub-1/32-PASS: compile/o/outer_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1347 compile: llvmdc -O0 -od./obj -c compile/o/outer_02_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1348 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1349
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1350 Torture-Sub-1/32-PASS: compile/o/outer_02_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1351 compile: llvmdc -O0 -od./obj -c compile/o/outer_02_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1352 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1353
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1354 Torture-Sub-1/32-PASS: compile/o/outer_02_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1355 compile: llvmdc -O0 -od./obj -c compile/o/outer_02_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1356 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1357
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1358 Torture-Sub-1/32-PASS: compile/o/outer_02_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1359 compile: llvmdc -O0 -od./obj -c compile/o/outer_02_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1360 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1361
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1362 Torture-Sub-1/32-PASS: compile/o/outer_02_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1363 compile: llvmdc -O0 -od./obj -c compile/o/outer_02_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1364 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1365
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1366 Torture-Sub-1/32-PASS: compile/o/outer_02_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1367 compile: llvmdc -O0 -od./obj -c compile/o/overload_17_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1368 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1369
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1370 Torture-Sub-1/32-PASS: compile/o/overload_17_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1371 compile: llvmdc -O0 -od./obj -c compile/o/overload_17_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1372 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1373
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1374 Torture-Sub-1/32-PASS: compile/o/overload_17_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1375 compile: llvmdc -O0 -od./obj -c compile/p/pragma_msg_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1376 llvmdc: dmd/mtype.c:576: virtual Expression* Type::getProperty(Loc, Identifier*): Assertion `deco' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1377 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1378 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1379 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1380 llvmdc[0x8054771]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1381 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1382 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1383
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1384 Torture-Sub-1/32-ERROR: compile/p/pragma_msg_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1385 compile: llvmdc -O0 -od./obj -c compile/p/pragma_msg_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1386 i
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1387 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1388
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1389 Torture-Sub-1/32-PASS: compile/p/pragma_msg_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1390 compile: llvmdc -O0 -od./obj -c compile/pragma_lib_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1391 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1392
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1393 Torture-Sub-1/32-PASS: compile/pragma_lib_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1394 compile: llvmdc -O0 -od./obj -c compile/pragma_lib_09.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1395 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1396
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1397 Torture-Sub-1/32-PASS: compile/pragma_lib_09.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1398 compile: llvmdc -O0 -od./obj -c compile/pragma_lib_10.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1399 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1400
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1401 Torture-Sub-1/32-PASS: compile/pragma_lib_10.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1402 compile: llvmdc -O0 -od./obj -c compile/r/return_10_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1403 compile/r/return_10_A.d: module dstress.compile.r.return_10_A Terminator found in the middle of a basic block!
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1404 label %entry_dstress.compile.r.return_10_A.foo.__foreachbody1
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1405 Broken module found, compilation terminated.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1406 Broken module found, compilation terminated.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1407
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1408 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1409
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1410 Torture-Sub-1/32-FAIL: compile/r/return_10_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1411 compile: llvmdc -O0 -od./obj -c compile/sizeof_12.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1412 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1413
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1414 Torture-Sub-1/32-PASS: compile/sizeof_12.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1415 compile: llvmdc -O0 -od./obj -c compile/s/scope_07_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1416 Warning: : try-catch is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1417 Warning: compile/s/scope_07_A.d(10): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1418 Warning: compile/s/scope_07_A.d(8): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1419 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1420
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1421 Torture-Sub-1/32-PASS: compile/s/scope_07_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1422 compile: llvmdc -O0 -od./obj -c compile/s/scope_07_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1423 Warning: : try-catch is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1424 Warning: : try-catch is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1425 Warning: compile/s/scope_07_B.d(10): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1426 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1427
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1428 Torture-Sub-1/32-PASS: compile/s/scope_07_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1429 compile: llvmdc -O0 -od./obj -c compile/s/scope_07_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1430 Warning: : try-catch is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1431 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1432
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1433 Torture-Sub-1/32-PASS: compile/s/scope_07_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1434 compile: llvmdc -O0 -od./obj -c compile/s/stringof_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1435 compile/s/stringof_01_A.d(12): Error: identifier 'undefined' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1436 compile/s/stringof_01_A.d(12): Error: undefined is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1437 compile/s/stringof_01_A.d(12): static assert is false
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1438 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1439
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1440 Torture-Sub-1/32-FAIL: compile/s/stringof_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1441 compile: llvmdc -O0 -od./obj -c compile/s/stringof_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1442 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1443
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1444 Torture-Sub-1/32-PASS: compile/s/stringof_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1445 compile: llvmdc -O0 -od./obj -c compile/s/stringof_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1446 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1447
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1448 Torture-Sub-1/32-PASS: compile/s/stringof_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1449 compile: llvmdc -O0 -od./obj -c compile/s/stringof_02_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1450 compile/s/stringof_02_C.d(7): Error: identifier 'Foo' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1451 compile/s/stringof_02_C.d(7): Error: Foo is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1452 compile/s/stringof_02_C.d(7): static assert is false
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1453 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1454
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1455 Torture-Sub-1/32-FAIL: compile/s/stringof_02_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1456 compile: llvmdc -O0 -od./obj -c compile/s/stringof_02_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1457 compile/s/stringof_02_D.d(7): Error: identifier 'Foo.bar' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1458 compile/s/stringof_02_D.d(7): Error: Foo.bar is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1459 compile/s/stringof_02_D.d(7): static assert is false
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1460 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1461
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1462 Torture-Sub-1/32-FAIL: compile/s/stringof_02_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1463 compile: llvmdc -O0 -od./obj -c compile/s/stringof_02_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1464 compile/s/stringof_02_E.d(7): static assert is false
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1465 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1466
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1467 Torture-Sub-1/32-FAIL: compile/s/stringof_02_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1468 compile: llvmdc -O0 -od./obj -c compile/s/stringof_02_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1469 compile/s/stringof_02_F.d(7): Error: undefined identifier bar
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1470 compile/s/stringof_02_F.d(7): Error: function expected before (), not bar of type int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1471 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1472
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1473 Torture-Sub-1/32-FAIL: compile/s/stringof_02_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1474 compile: llvmdc -O0 -od./obj -c compile/s/stringof_02_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1475 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1476
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1477 Torture-Sub-1/32-PASS: compile/s/stringof_02_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1478 compile: llvmdc -O0 -od./obj -c compile/s/stringof_02_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1479 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1480
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1481 Torture-Sub-1/32-PASS: compile/s/stringof_02_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1482 compile: llvmdc -O0 -od./obj -c compile/s/stringof_02_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1483 compile/s/stringof_02_I.d(11): function dstress.compile.s.stringof_02_I.bar is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1484 compile/s/stringof_02_I.d(11): static assert is false
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1485 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1486
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1487 Torture-Sub-1/32-FAIL: compile/s/stringof_02_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1488 compile: llvmdc -O0 -od./obj -c compile/s/struct_30_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1489 compile/s/struct_30_C.d(25): static assert is false
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1490 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1491
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1492 Torture-Sub-1/32-FAIL: compile/s/struct_30_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1493 compile: llvmdc -O0 -od./obj -c compile/s/struct_30_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1494 compile/s/struct_30_D.d(24): static assert is false
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1495 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1496
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1497 Torture-Sub-1/32-FAIL: compile/s/struct_30_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1498 compile: llvmdc -O0 -od./obj -c compile/struct_16.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1499 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1500
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1501 Torture-Sub-1/32-PASS: compile/struct_16.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1502 compile: llvmdc -O0 -od./obj -c compile/struct_18.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1503 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1504
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1505 Torture-Sub-1/32-PASS: compile/struct_18.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1506 compile: llvmdc -O0 -od./obj -c compile/struct_21.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1507 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1508
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1509 Torture-Sub-1/32-PASS: compile/struct_21.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1510 compile: llvmdc -O0 -od./obj -c compile/struct_22.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1511 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1512
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1513 Torture-Sub-1/32-PASS: compile/struct_22.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1514 compile: llvmdc -O0 -od./obj -c compile/template_class_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1515 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1516
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1517 Torture-Sub-1/32-PASS: compile/template_class_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1518 compile: llvmdc -O0 -od./obj -c compile/template_struct_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1519 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1520
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1521 Torture-Sub-1/32-PASS: compile/template_struct_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1522 compile: llvmdc -O0 -od./obj -c compile/t/template_35_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1523 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1524
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1525 Torture-Sub-1/32-PASS: compile/t/template_35_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1526 compile: llvmdc -O0 -od./obj -c compile/t/template_35_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1527 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1528
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1529 Torture-Sub-1/32-PASS: compile/t/template_35_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1530 compile: llvmdc -O0 -od./obj -c compile/t/template_35_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1531 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1532
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1533 Torture-Sub-1/32-PASS: compile/t/template_35_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1534 compile: llvmdc -O0 -od./obj -c compile/t/template_41_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1535 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1536
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1537 Torture-Sub-1/32-PASS: compile/t/template_41_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1538 compile: llvmdc -O0 -od./obj -c compile/t/template_41_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1539 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1540
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1541 Torture-Sub-1/32-PASS: compile/t/template_41_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1542 compile: llvmdc -O0 -od./obj -c compile/t/template_41_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1543 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1544
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1545 Torture-Sub-1/32-PASS: compile/t/template_41_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1546 compile: llvmdc -O0 -od./obj -c compile/t/template_41_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1547 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1548
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1549 Torture-Sub-1/32-PASS: compile/t/template_41_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1550 compile: llvmdc -O0 -od./obj -c compile/t/template_41_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1551 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1552
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1553 Torture-Sub-1/32-PASS: compile/t/template_41_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1554 compile: llvmdc -O0 -od./obj -c compile/t/template_41_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1555 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1556
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1557 Torture-Sub-1/32-PASS: compile/t/template_41_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1558 compile: llvmdc -O0 -od./obj -c compile/t/template_41_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1559 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1560
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1561 Torture-Sub-1/32-PASS: compile/t/template_41_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1562 compile: llvmdc -O0 -od./obj -c compile/t/template_41_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1563 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1564
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1565 Torture-Sub-1/32-PASS: compile/t/template_41_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1566 compile: llvmdc -O0 -od./obj -c compile/t/template_43_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1567 compile/t/template_43_A.d(18): static assert is false
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1568 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1569
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1570 Torture-Sub-1/32-FAIL: compile/t/template_43_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1571 compile: llvmdc -O0 -od./obj -c compile/t/template_43_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1572 compile/t/template_43_B.d(18): static assert is false
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1573 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1574
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1575 Torture-Sub-1/32-FAIL: compile/t/template_43_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1576 compile: llvmdc -O0 -od./obj -c compile/t/template_44_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1577 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1578
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1579 Torture-Sub-1/32-PASS: compile/t/template_44_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1580 compile: llvmdc -O0 -od./obj -c compile/t/template_44_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1581 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1582
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1583 Torture-Sub-1/32-PASS: compile/t/template_44_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1584 compile: llvmdc -O0 -od./obj -c compile/t/template_48_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1585 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1586
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1587 Torture-Sub-1/32-PASS: compile/t/template_48_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1588 compile: llvmdc -O0 -od./obj -c compile/t/template_50_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1589 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1590
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1591 Torture-Sub-1/32-PASS: compile/t/template_50_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1592 compile: llvmdc -O0 -od./obj -c compile/t/template_50_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1593 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1594
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1595 Torture-Sub-1/32-PASS: compile/t/template_50_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1596 compile: llvmdc -O0 -od./obj -c compile/t/template_53_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1597 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1598
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1599 Torture-Sub-1/32-PASS: compile/t/template_53_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1600 compile: llvmdc -O0 -od./obj -c compile/t/template_53_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1601 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1602
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1603 Torture-Sub-1/32-PASS: compile/t/template_53_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1604 compile: llvmdc -O0 -od./obj -c compile/t/template_53_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1605 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1606
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1607 Torture-Sub-1/32-PASS: compile/t/template_53_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1608 compile: llvmdc -O0 -od./obj -c compile/t/template_53_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1609 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1610
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1611 Torture-Sub-1/32-PASS: compile/t/template_53_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1612 compile: llvmdc -O0 -od./obj -c compile/t/template_55_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1613 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1614
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1615 Torture-Sub-1/32-PASS: compile/t/template_55_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1616 compile: llvmdc -O0 -od./obj -c compile/t/template_59_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1617 compile/t/template_59_A.d(17): Error: T is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1618 compile/t/template_59_A.d(17): template instance Foo!(void[1u]) does not match any template declaration
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1619 compile/t/template_59_A.d(17): variable dstress.compile.t.template_59_A.Bar!("asd",1).Bar voids have no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1620 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1621
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1622 Torture-Sub-1/32-FAIL: compile/t/template_59_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1623 compile: llvmdc -O0 -od./obj -c compile/t/template_59_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1624 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1625
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1626 Torture-Sub-1/32-PASS: compile/t/template_59_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1627 compile: llvmdc -O0 -od./obj -c compile/t/tuple_04_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1628 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1629
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1630 Torture-Sub-1/32-PASS: compile/t/tuple_04_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1631 compile: llvmdc -O0 -od./obj -c compile/t/tuple_04_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1632 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1633
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1634 Torture-Sub-1/32-PASS: compile/t/tuple_04_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1635 compile: llvmdc -O0 -od./obj -c compile/t/tuple_04_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1636 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1637
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1638 Torture-Sub-1/32-PASS: compile/t/tuple_04_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1639 compile: llvmdc -O0 -od./obj -c compile/t/tuple_04_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1640 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1641
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1642 Torture-Sub-1/32-PASS: compile/t/tuple_04_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1643 compile: llvmdc -O0 -od./obj -c compile/t/tuple_04_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1644 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1645
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1646 Torture-Sub-1/32-PASS: compile/t/tuple_04_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1647 compile: llvmdc -O0 -od./obj -c compile/t/tuple_04_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1648 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1649
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1650 Torture-Sub-1/32-PASS: compile/t/tuple_04_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1651 compile: llvmdc -O0 -od./obj -c compile/t/tuple_04_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1652 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1653
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1654 Torture-Sub-1/32-PASS: compile/t/tuple_04_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1655 compile: llvmdc -O0 -od./obj -c compile/t/tuple_05_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1656 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1657
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1658 Torture-Sub-1/32-PASS: compile/t/tuple_05_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1659 compile: llvmdc -O0 -od./obj -c compile/t/tuple_05_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1660 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1661
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1662 Torture-Sub-1/32-PASS: compile/t/tuple_05_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1663 compile: llvmdc -O0 -od./obj -c compile/t/tuple_05_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1664 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1665
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1666 Torture-Sub-1/32-PASS: compile/t/tuple_05_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1667 compile: llvmdc -O0 -od./obj -c compile/t/tuple_05_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1668 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1669
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1670 Torture-Sub-1/32-PASS: compile/t/tuple_05_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1671 compile: llvmdc -O0 -od./obj -c compile/t/tuple_07_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1672 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1673
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1674 Torture-Sub-1/32-PASS: compile/t/tuple_07_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1675 compile: llvmdc -O0 -od./obj -c compile/t/tuple_07_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1676 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1677
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1678 Torture-Sub-1/32-PASS: compile/t/tuple_07_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1679 compile: llvmdc -O0 -od./obj -c compile/t/tuple_07_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1680 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1681
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1682 Torture-Sub-1/32-PASS: compile/t/tuple_07_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1683 compile: llvmdc -O0 -od./obj -c compile/t/tuple_08_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1684 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1685
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1686 Torture-Sub-1/32-PASS: compile/t/tuple_08_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1687 compile: llvmdc -O0 -od./obj -c compile/t/tuple_09_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1688 compile/t/tuple_09_G.d(13): mixin dstress.compile.t.tuple_09_G.Tuple!(int).Tuple!() recursive mixin instantiation
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1689 compile/t/tuple_09_G.d(16): mixin dstress.compile.t.tuple_09_G.Tuple!(int) error instantiating
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1690 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1691
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1692 Torture-Sub-1/32-FAIL: compile/t/tuple_09_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1693 compile: llvmdc -O0 -od./obj -c compile/t/tuple_09_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1694 compile/t/tuple_09_H.d(13): mixin dstress.compile.t.tuple_09_H.Tuple!(int).Tuple.Tuple!() recursive mixin instantiation
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1695 compile/t/tuple_09_H.d(16): mixin dstress.compile.t.tuple_09_H.Tuple!(int) error instantiating
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1696 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1697
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1698 Torture-Sub-1/32-FAIL: compile/t/tuple_09_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1699 compile: llvmdc -O0 -od./obj -c compile/t/tuple_09_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1700 compile/t/tuple_09_I.d(13): mixin dstress.compile.t.tuple_09_I.Tuple!(int).Tuple.Tuple!() recursive mixin instantiation
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1701 compile/t/tuple_09_I.d(16): mixin dstress.compile.t.tuple_09_I.Tuple!(int) error instantiating
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1702 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1703
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1704 Torture-Sub-1/32-FAIL: compile/t/tuple_09_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1705 compile: llvmdc -O0 -od./obj -c compile/t/tuple_14_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1706 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1707
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1708 Torture-Sub-1/32-PASS: compile/t/tuple_14_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1709 compile: llvmdc -O0 -od./obj -c compile/t/tuple_18_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1710 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1711
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1712 Torture-Sub-1/32-PASS: compile/t/tuple_18_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1713 compile: llvmdc -O0 -od./obj -c compile/t/tuple_18_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1714 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1715
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1716 Torture-Sub-1/32-PASS: compile/t/tuple_18_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1717 compile: llvmdc -O0 -od./obj -c compile/t/tuple_18_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1718 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1719
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1720 Torture-Sub-1/32-PASS: compile/t/tuple_18_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1721 compile: llvmdc -O0 -od./obj -c compile/t/tuple_18_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1722 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1723
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1724 Torture-Sub-1/32-PASS: compile/t/tuple_18_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1725 compile: llvmdc -O0 -od./obj -c compile/t/tuple_18_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1726 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1727
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1728 Torture-Sub-1/32-PASS: compile/t/tuple_18_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1729 compile: llvmdc -O0 -od./obj -c compile/t/tuple_18_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1730 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1731
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1732 Torture-Sub-1/32-PASS: compile/t/tuple_18_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1733 compile: llvmdc -O0 -od./obj -c compile/t/tuple_21_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1734 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1735
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1736 Torture-Sub-1/32-PASS: compile/t/tuple_21_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1737 compile: llvmdc -O0 -od./obj -c compile/t/tuple_21_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1738 compile/t/tuple_21_B.d(14): alias dstress.compile.t.tuple_21_B.removeSpace!(" Hello you !",6).removeSpace cannot alias an expression "Hello you !"
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1739 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1740
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1741 Torture-Sub-1/32-FAIL: compile/t/tuple_21_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1742 compile: llvmdc -O0 -od./obj -c compile/t/tuple_26_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1743 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1744
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1745 Torture-Sub-1/32-PASS: compile/t/tuple_26_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1746 compile: llvmdc -O0 -od./obj -c compile/t/typedef_24_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1747 compile/t/typedef_24_A.d(14): Error: cannot implicitly convert expression (0) of type int to U
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1748 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1749
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1750 Torture-Sub-1/32-FAIL: compile/t/typedef_24_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1751 compile: llvmdc -O0 -od./obj -c compile/t/typedef_24_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1752 compile/t/typedef_24_B.d(12): Error: cannot implicitly convert expression (0) of type int to U
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1753 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1754
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1755 Torture-Sub-1/32-FAIL: compile/t/typedef_24_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1756 compile: llvmdc -O0 -od./obj -c compile/t/typeof_10_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1757 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1758
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1759 Torture-Sub-1/32-PASS: compile/t/typeof_10_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1760 compile: llvmdc -O0 -od./obj -c compile/t/typeof_10_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1761 compile/t/typeof_10_B.d(12): struct dstress.compile.t.typeof_10_B.Foo unable to resolve forward reference in definition
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1762 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1763
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1764 Torture-Sub-1/32-FAIL: compile/t/typeof_10_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1765 compile: llvmdc -O0 -od./obj -c compile/t/typeof_10_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1766 compile/t/typeof_10_C.d(12): struct dstress.compile.t.typeof_10_C.Foo unable to resolve forward reference in definition
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1767 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1768
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1769 Torture-Sub-1/32-FAIL: compile/t/typeof_10_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1770 compile: llvmdc -O0 -od./obj -c compile/t/typeof_10_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1771 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1772
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1773 Torture-Sub-1/32-PASS: compile/t/typeof_10_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1774 compile: llvmdc -O0 -od./obj -c compile/t/typeof_11_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1775 llvmdc: gen/tollvm.cpp:164: const LLType* DtoType(Type*): Assertion `0' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1776 trying to convert unknown type with value 38
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1777 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1778 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1779 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1780 llvmdc[0x8168947]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1781 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1782 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1783
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1784 Torture-Sub-1/32-ERROR: compile/t/typeof_11_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1785 compile: llvmdc -O0 -od./obj -c compile/t/typeof_15_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1786 compile/t/typeof_15_A.d(20): found '!' when expecting ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1787 compile/t/typeof_15_A.d(20): found '(' when expecting ';'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1788 compile/t/typeof_15_A.d(20): Declaration expected, not ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1789 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1790
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1791 Torture-Sub-1/32-FAIL: compile/t/typeof_15_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1792 compile: llvmdc -O0 -od./obj -c compile/t/typeof_15_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1793 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1794
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1795 Torture-Sub-1/32-PASS: compile/t/typeof_15_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1796 compile: llvmdc -O0 -od./obj -c compile/t/typeof_15_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1797 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1798
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1799 Torture-Sub-1/32-PASS: compile/t/typeof_15_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1800 compile: llvmdc -O0 -od./obj -c compile/typedef_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1801 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1802
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1803 Torture-Sub-1/32-PASS: compile/typedef_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1804 compile: llvmdc -O0 -od./obj -c compile/union_10.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1805 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1806
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1807 Torture-Sub-1/32-PASS: compile/union_10.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1808 compile: llvmdc -O0 -od./obj -c compile/unittest_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1809 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1810
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1811 Torture-Sub-1/32-PASS: compile/unittest_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1812 compile: llvmdc -O0 -od./obj -c compile/u/unittest_10_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1813 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1814
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1815 Torture-Sub-1/32-PASS: compile/u/unittest_10_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1816 compile: llvmdc -O0 -od./obj -c compile/u/unittest_10_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1817 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1818
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1819 Torture-Sub-1/32-PASS: compile/u/unittest_10_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1820 compile: llvmdc -O0 -od./obj -c compile/u/unittest_10_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1821 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1822
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1823 Torture-Sub-1/32-PASS: compile/u/unittest_10_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1824 compile: llvmdc -O0 -od./obj -c compile/variadic_argument_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1825 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1826
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1827 Torture-Sub-1/32-PASS: compile/variadic_argument_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1828 compile: llvmdc -O0 -od./obj -c compile/variadic_argument_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1829 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1830
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1831 Torture-Sub-1/32-PASS: compile/variadic_argument_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1832 compile: llvmdc -O0 -od./obj -c compile/v/VENDOR_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1833 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1834
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1835 Torture-Sub-1/32-PASS: compile/v/VENDOR_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1836 compile: llvmdc -O0 -od./obj -c compile/v/VERSION_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1837 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1838
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1839 Torture-Sub-1/32-PASS: compile/v/VERSION_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1840 compile: llvmdc -O0 -version=ö本 -od./obj/_11D2 -c compile/v/version_39_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1841 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1842
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1843 Torture-Sub-1/32-PASS: compile/v/version_39_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1844 compile: llvmdc -O0 -od./obj -c compile/v/void_04_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1845 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1846
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1847 Torture-Sub-1/32-PASS: compile/v/void_04_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1848 compile: llvmdc -O0 -od./obj -c compile/v/void_07_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1849 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1850
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1851 Torture-Sub-1/32-PASS: compile/v/void_07_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1852 rm -f
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1853 echo '#!/bin/sh' > nocompile.sh
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1854 find nocompile -type f | grep -v ".svn" | sort -f | xargs -n 1 echo "./dstress nocompile" >> nocompile.sh
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1855 chmod +x nocompile.sh
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1856 ./nocompile.sh 2>> /home/kamm/eigenes/projekte/llvmdc/llvmdc/tests/dstress/log.txt
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1857 nocompile: llvmdc -O0 -od./obj -c nocompile/1_source.html
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1858 nocompile/1_source.html: module 1_source has non-identifier characters in filename, use module declaration instead
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1859 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1860
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1861 Torture-Sub-1/32-XFAIL: nocompile/1_source.html
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1862 nocompile: llvmdc -O0 -od./obj -c nocompile/2_source.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1863 nocompile/2_source.d: module 2_source has non-identifier characters in filename, use module declaration instead
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1864 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1865
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1866 Torture-Sub-1/32-XFAIL: nocompile/2_source.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1867 nocompile: llvmdc -O0 -od./obj -c nocompile/a/abstract_14.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1868 nocompile/a/abstract_14.d(23): Error: cannot create instance of abstract class B
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1869 nocompile/a/abstract_14.d(23): Error: function test is abstract
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1870 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1871
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1872 Torture-Sub-1/32-FAIL: nocompile/a/abstract_14.d [bad error message]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1873 nocompile: llvmdc -O0 -od./obj -c nocompile/a/abstract_15.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1874 nocompile/a/abstract_15.d(22): Error: cannot create instance of abstract class B
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1875 nocompile/a/abstract_15.d(22): Error: function test is abstract
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1876 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1877
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1878 Torture-Sub-1/32-XFAIL: nocompile/a/abstract_15.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1879 nocompile: llvmdc -O0 -od./obj -c nocompile/a/alias_18.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1880 nocompile/a/alias_18.d(13): alias dstress.nocompile.a.alias_18.mInt cannot be const
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1881 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1882
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1883 Torture-Sub-1/32-XFAIL: nocompile/a/alias_18.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1884 nocompile: llvmdc -O0 -od./obj -c nocompile/a/alias_19.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1885 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1886
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1887 Torture-Sub-1/32-XPASS: nocompile/a/alias_19.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1888 nocompile: llvmdc -O0 -od./obj -c nocompile/a/alias_20.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1889 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1890
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1891 Torture-Sub-1/32-XPASS: nocompile/a/alias_20.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1892 nocompile: llvmdc -O0 -od./obj -c nocompile/a/alias_21.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1893 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1894
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1895 Torture-Sub-1/32-XPASS: nocompile/a/alias_21.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1896 nocompile: llvmdc -O0 -od./obj -c nocompile/a/alias_22.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1897 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1898
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1899 Torture-Sub-1/32-XPASS: nocompile/a/alias_22.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1900 nocompile: llvmdc -O0 -od./obj -c nocompile/a/alias_23.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1901 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1902
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1903 Torture-Sub-1/32-XPASS: nocompile/a/alias_23.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1904 nocompile: llvmdc -O0 -od./obj -c nocompile/a/alias_25_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1905 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1906
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1907 Torture-Sub-1/32-XPASS: nocompile/a/alias_25_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1908 nocompile: llvmdc -O0 -od./obj -c nocompile/a/alias_25_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1909 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1910
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1911 Torture-Sub-1/32-XPASS: nocompile/a/alias_25_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1912 nocompile: llvmdc -O0 -od./obj -c nocompile/a/alias_25_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1913 nocompile/a/alias_25_C.d(18): alias addon.alias_25_Z.iDeprecated is deprecated
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1914 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1915
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1916 Torture-Sub-1/32-XFAIL: nocompile/a/alias_25_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1917 nocompile: llvmdc -O0 -od./obj -c nocompile/a/alias_26_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1918 nocompile/a/alias_26_A.d(16): function dstress.nocompile.a.alias_26_A.main conflicts with alias dstress.nocompile.a.alias_26_A.a at nocompile/a/alias_26_A.d(14)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1919 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1920
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1921 Torture-Sub-1/32-XFAIL: nocompile/a/alias_26_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1922 nocompile: llvmdc -O0 -od./obj -c nocompile/a/alias_26_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1923 nocompile/a/alias_26_B.d(13): alias dstress.nocompile.a.alias_26_B.a conflicts with alias dstress.nocompile.a.alias_26_B.a at nocompile/a/alias_26_B.d(14)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1924 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1925
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1926 Torture-Sub-1/32-XFAIL: nocompile/a/alias_26_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1927 nocompile: llvmdc -O0 -od./obj -c nocompile/a/alias_26_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1928 nocompile/a/alias_26_C.d(16): function dstress.nocompile.a.alias_26_C.main conflicts with alias dstress.nocompile.a.alias_26_C.a at nocompile/a/alias_26_C.d(14)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1929 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1930
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1931 Torture-Sub-1/32-XFAIL: nocompile/a/alias_26_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1932 nocompile: llvmdc -O0 -od./obj -c nocompile/a/alias_26_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1933 nocompile/a/alias_26_D.d(16): function dstress.nocompile.a.alias_26_D.main conflicts with alias dstress.nocompile.a.alias_26_D.a at nocompile/a/alias_26_D.d(14)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1934 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1935
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1936 Torture-Sub-1/32-XFAIL: nocompile/a/alias_26_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1937 nocompile: llvmdc -O0 -od./obj -c nocompile/a/alias_28_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1938 llvmdc: gen/toir.cpp:238: virtual DValue* VarExp::toElem(IRState*): Assertion `0' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1939 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1940 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1941 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1942 llvmdc[0x81239f3]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1943 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1944 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1945
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1946 Torture-Sub-1/32-ERROR: nocompile/a/alias_28_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1947 nocompile: llvmdc -O0 -od./obj -c nocompile/a/alias_28_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1948 nocompile/a/alias_28_B.d(16): Error: no property 'x' for type 'A'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1949 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1950
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1951 Torture-Sub-1/32-XFAIL: nocompile/a/alias_28_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1952 nocompile: llvmdc -O0 -od./obj -c nocompile/a/alias_28_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1953 nocompile/a/alias_28_C.d(17): Error: no property 'x' for type 'A'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1954 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1955
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1956 Torture-Sub-1/32-XFAIL: nocompile/a/alias_28_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1957 nocompile: llvmdc -O0 -od./obj -c nocompile/a/alias_28_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1958 nocompile/a/alias_28_D.d(17): Error: no property 'x' for type 'dstress.nocompile.a.alias_28_D.A'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1959 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1960
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1961 Torture-Sub-1/32-XFAIL: nocompile/a/alias_28_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1962 nocompile: llvmdc -O0 -od./obj -c nocompile/a/alias_28_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1963 nocompile/a/alias_28_E.d(16): Error: no property 'x' for type 'dstress.nocompile.a.alias_28_E.A'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1964 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1965
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1966 Torture-Sub-1/32-XFAIL: nocompile/a/alias_28_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1967 nocompile: llvmdc -O0 -od./obj -c nocompile/a/alias_28_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1968 llvmdc: gen/toir.cpp:238: virtual DValue* VarExp::toElem(IRState*): Assertion `0' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1969 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1970 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1971 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1972 llvmdc[0x81239f3]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1973 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1974 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1975
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1976 Torture-Sub-1/32-ERROR: nocompile/a/alias_28_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1977 nocompile: llvmdc -O0 -od./obj -c nocompile/a/alias_29_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1978 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1979
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1980 Torture-Sub-1/32-XPASS: nocompile/a/alias_29_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1981 nocompile: llvmdc -O0 -od./obj -c nocompile/a/alias_29_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1982 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1983
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1984 Torture-Sub-1/32-XPASS: nocompile/a/alias_29_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1985 nocompile: llvmdc -O0 -od./obj -c nocompile/a/alias_30_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1986 nocompile/a/alias_30_A.d(17): alias Foo recursive alias declaration
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1987 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1988
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1989 Torture-Sub-1/32-XFAIL: nocompile/a/alias_30_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1990 nocompile: llvmdc -O0 -od./obj -c nocompile/a/alias_30_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1991 nocompile/a/alias_30_B.d(17): alias Foo recursive alias declaration
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1992 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1993
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1994 Torture-Sub-1/32-XFAIL: nocompile/a/alias_30_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1995 nocompile: llvmdc -O0 -od./obj -c nocompile/a/alias_30_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1996 nocompile/a/alias_30_C.d(17): alias Foo recursive alias declaration
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1997 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1998
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
1999 Torture-Sub-1/32-XFAIL: nocompile/a/alias_30_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2000 nocompile: llvmdc -O0 -od./obj -c nocompile/a/alias_30_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2001 nocompile/a/alias_30_D.d(16): alias dstress.nocompile.a.alias_30_D.Foo conflicts with template dstress.nocompile.a.alias_30_D.Foo(TYPE) at nocompile/a/alias_30_D.d(13)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2002 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2003
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2004 Torture-Sub-1/32-XFAIL: nocompile/a/alias_30_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2005 nocompile: llvmdc -O0 -od./obj -c nocompile/a/alias_30_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2006 nocompile/a/alias_30_E.d(16): alias dstress.nocompile.a.alias_30_E.Foo conflicts with template dstress.nocompile.a.alias_30_E.Foo(TYPE) at nocompile/a/alias_30_E.d(13)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2007 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2008
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2009 Torture-Sub-1/32-XFAIL: nocompile/a/alias_30_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2010 nocompile: llvmdc -O0 -od./obj -c nocompile/a/alias_30_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2011 nocompile/a/alias_30_F.d(16): alias dstress.nocompile.a.alias_30_F.Foo conflicts with template dstress.nocompile.a.alias_30_F.Foo(TYPE) at nocompile/a/alias_30_F.d(13)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2012 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2013
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2014 Torture-Sub-1/32-XFAIL: nocompile/a/alias_30_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2015 nocompile: llvmdc -O0 -od./obj -c nocompile/a/alias_30_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2016 nocompile/a/alias_30_G.d(14): alias dstress.nocompile.a.alias_30_G.a recursive alias declaration
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2017 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2018
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2019 Torture-Sub-1/32-XFAIL: nocompile/a/alias_30_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2020 nocompile: llvmdc -O0 -od./obj -c nocompile/a/alias_30_J.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2021 nocompile/a/alias_30_J.d(14): alias dstress.nocompile.a.alias_30_J.a recursive alias declaration
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2022 EXIT CODE: 11
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2023
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2024 Torture-Sub-1/32-ERROR: nocompile/a/alias_30_J.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2025 nocompile: llvmdc -O0 -od./obj -c nocompile/a/alias_30_K.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2026 nocompile/a/alias_30_K.d(14): alias dstress.nocompile.a.alias_30_K.a recursive alias declaration
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2027 EXIT CODE: 11
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2028
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2029 Torture-Sub-1/32-ERROR: nocompile/a/alias_30_K.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2030 nocompile: llvmdc -O0 -od./obj -c nocompile/a/alias_30_L.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2031 nocompile/a/alias_30_L.d(14): alias dstress.nocompile.a.alias_30_L.a recursive alias declaration
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2032 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2033
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2034 Torture-Sub-1/32-XFAIL: nocompile/a/alias_30_L.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2035 nocompile: llvmdc -O0 -od./obj -c nocompile/a/alias_33_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2036 nocompile/a/alias_33_A.d(13): Error: identifier 'UNDEFINED' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2037 nocompile/a/alias_33_A.d(15): Error: identifier 'UNDEFINED' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2038 nocompile/a/alias_33_A.d(15): Error: UNDEFINED is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2039 nocompile/a/alias_33_A.d(15): variable dstress.nocompile.a.alias_33_A.x voids have no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2040 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2041
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2042 Torture-Sub-1/32-XFAIL: nocompile/a/alias_33_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2043 nocompile: llvmdc -O0 -od./obj -c nocompile/a/alias_33_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2044 nocompile/a/alias_33_B.d(13): Error: identifier 'UNDEFINED' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2045 nocompile/a/alias_33_B.d(13): Error: UNDEFINED is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2046 nocompile/a/alias_33_B.d(13): variable dstress.nocompile.a.alias_33_B.x voids have no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2047 nocompile/a/alias_33_B.d(15): Error: identifier 'UNDEFINED' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2048 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2049
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2050 Torture-Sub-1/32-XFAIL: nocompile/a/alias_33_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2051 nocompile: llvmdc -O0 -od./obj -c nocompile/a/alias_33_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2052 nocompile/a/alias_33_C.d(14): Error: identifier 'ALIAS' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2053 nocompile/a/alias_33_C.d(14): Error: ALIAS is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2054 nocompile/a/alias_33_C.d(14): variable dstress.nocompile.a.alias_33_C.main.x voids have no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2055 nocompile/a/alias_33_C.d(16): Error: identifier 'UNDEFINED' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2056 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2057
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2058 Torture-Sub-1/32-XFAIL: nocompile/a/alias_33_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2059 nocompile: llvmdc -O0 -od./obj -c nocompile/a/alias_33_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2060 nocompile/a/alias_33_D.d(14): Error: identifier 'UNDEFINED' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2061 nocompile/a/alias_33_D.d(16): Error: identifier 'UNDEFINED' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2062 nocompile/a/alias_33_D.d(16): Error: UNDEFINED is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2063 nocompile/a/alias_33_D.d(16): variable dstress.nocompile.a.alias_33_D.main.x voids have no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2064 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2065
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2066 Torture-Sub-1/32-XFAIL: nocompile/a/alias_33_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2067 nocompile: llvmdc -O0 -od./obj -c nocompile/a/alias_34_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2068 nocompile/a/alias_34_A.d(13): Error: identifier 'Foo' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2069 nocompile/a/alias_34_A.d(13): Error: Foo is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2070 nocompile/a/alias_34_A.d(13): Error: cannot have parameter of type void
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2071 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2072
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2073 Torture-Sub-1/32-XFAIL: nocompile/a/alias_34_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2074 nocompile: llvmdc -O0 -od./obj -c nocompile/a/alias_34_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2075 nocompile/a/alias_34_B.d(13): Error: identifier 'Foo' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2076 nocompile/a/alias_34_B.d(13): Error: Foo is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2077 nocompile/a/alias_34_B.d(13): Error: cannot have parameter of type void
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2078 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2079
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2080 Torture-Sub-1/32-FAIL: nocompile/a/alias_34_B.d [bad error message]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2081 nocompile: llvmdc -O0 -od./obj -c nocompile/a/alias_35_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2082 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2083
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2084 Torture-Sub-1/32-XPASS: nocompile/a/alias_35_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2085 nocompile: llvmdc -O0 -od./obj -c nocompile/a/alias_35_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2086 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2087
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2088 Torture-Sub-1/32-XPASS: nocompile/a/alias_35_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2089 nocompile: llvmdc -O0 -od./obj -c nocompile/a/alias_35_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2090 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2091
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2092 Torture-Sub-1/32-XPASS: nocompile/a/alias_35_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2093 nocompile: llvmdc -O0 -od./obj -c nocompile/a/alias_35_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2094 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2095
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2096 Torture-Sub-1/32-XPASS: nocompile/a/alias_35_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2097 nocompile: llvmdc -O0 -od./obj -c nocompile/a/alias_35_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2098 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2099
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2100 Torture-Sub-1/32-XPASS: nocompile/a/alias_35_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2101 nocompile: llvmdc -O0 -od./obj -c nocompile/a/alias_35_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2102 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2103
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2104 Torture-Sub-1/32-XPASS: nocompile/a/alias_35_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2105 nocompile: llvmdc -O0 -od./obj -c nocompile/a/alias_36_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2106 nocompile/a/alias_36_A.d(22): template instance foo is not a template declaration, it is a function alias
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2107 nocompile/a/alias_36_A.d(22): Error: foo!(long) has no effect
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2108 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2109
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2110 Torture-Sub-1/32-FAIL: nocompile/a/alias_36_A.d [bad error message]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2111 nocompile: llvmdc -O0 -od./obj -c nocompile/a/alias_36_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2112 nocompile/a/alias_36_B.d(22): template instance foo is not a template declaration, it is a function alias
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2113 nocompile/a/alias_36_B.d(22): Error: foo!(long) has no effect
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2114 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2115
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2116 Torture-Sub-1/32-XFAIL: nocompile/a/alias_36_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2117 nocompile: llvmdc -O0 -od./obj -c nocompile/a/alias_36_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2118 nocompile/a/alias_36_C.d(22): mixin foo isn't a template
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2119 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2120
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2121 Torture-Sub-1/32-XFAIL: nocompile/a/alias_36_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2122 nocompile: llvmdc -O0 -od./obj -c nocompile/a/alias_36_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2123 nocompile/a/alias_36_D.d(22): Error: dstress.nocompile.a.alias_36_D.bar!(long).foo at nocompile/a/alias_36_D.d(14) conflicts with dstress.nocompile.a.alias_36_D.bar!(char).foo at nocompile/a/alias_36_D.d(14)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2124 nocompile/a/alias_36_D.d(22): template instance foo is not a template declaration, it is a function
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2125 nocompile/a/alias_36_D.d(22): Error: foo!(int) has no effect
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2126 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2127
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2128 Torture-Sub-1/32-XFAIL: nocompile/a/alias_36_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2129 nocompile: llvmdc -O0 -od./obj -c nocompile/a/alias_36_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2130 nocompile/a/alias_36_E.d(22): function alias dstress.nocompile.a.alias_36_E.foo called with argument types:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2131 ()
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2132 matches both:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2133 dstress.nocompile.a.alias_36_E.bar!(long).foo()
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2134 and:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2135 dstress.nocompile.a.alias_36_E.bar!(char).foo()
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2136 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2137
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2138 Torture-Sub-1/32-FAIL: nocompile/a/alias_36_E.d [bad error message]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2139 nocompile: llvmdc -O0 -od./obj -c nocompile/a/alias_37_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2140 nocompile/a/alias_37_A.d(17): variable dstress.nocompile.a.alias_37_A.bar.x cannot be declared to be a function
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2141 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2142
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2143 Torture-Sub-1/32-XFAIL: nocompile/a/alias_37_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2144 nocompile: llvmdc -O0 -od./obj -c nocompile/a/alias_37_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2145 nocompile/a/alias_37_B.d(17): Error: can't have array of short(byte)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2146 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2147
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2148 Torture-Sub-1/32-XFAIL: nocompile/a/alias_37_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2149 nocompile: llvmdc -O0 -od./obj -c nocompile/a/alias_37_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2150 nocompile/a/alias_37_C.d(16): Error: can't have array of short(byte)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2151 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2152
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2153 Torture-Sub-1/32-XFAIL: nocompile/a/alias_37_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2154 nocompile: llvmdc -O0 -od./obj -c nocompile/a/alias_37_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2155 nocompile/a/alias_37_D.d(16): variable dstress.nocompile.a.alias_37_D.x cannot be declared to be a function
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2156 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2157
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2158 Torture-Sub-1/32-XFAIL: nocompile/a/alias_37_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2159 nocompile: llvmdc -O0 -od./obj -c nocompile/a/alias_39_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2160 nocompile/a/alias_39_A.d(21): Error: identifier 'y' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2161 nocompile/a/alias_39_A.d(21): mixin Foo!(int) does not match any template declaration
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2162 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2163
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2164 Torture-Sub-1/32-XFAIL: nocompile/a/alias_39_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2165 nocompile: llvmdc -O0 -od./obj -c nocompile/a/alias_39_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2166 nocompile/a/alias_39_B.d(21): mixin Foo!(y) cannot resolve forward reference
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2167 nocompile/a/alias_39_B.d(21): mixin Foo!(y) cannot resolve forward reference
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2168 nocompile/a/alias_39_B.d(16): Error: mixin 'Foo!(y)' is not a variable
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2169 nocompile/a/alias_39_B.d(21): mixin dstress.nocompile.a.alias_39_B.test.Foo!(y) error instantiating
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2170 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2171
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2172 Torture-Sub-1/32-XFAIL: nocompile/a/alias_39_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2173 nocompile: llvmdc -O0 -od./obj -c nocompile/a/alias_41_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2174 nocompile/a/alias_41_A.d(14): struct dstress.nocompile.a.alias_41_A.Foo conflicts with alias dstress.nocompile.a.alias_41_A.Bar at nocompile/a/alias_41_A.d(18)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2175 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2176
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2177 Torture-Sub-1/32-FAIL: nocompile/a/alias_41_A.d [bad error message]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2178 nocompile: llvmdc -O0 -od./obj -c nocompile/a/alias_41_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2179 nocompile/a/alias_41_B.d(14): struct dstress.nocompile.a.alias_41_B.Foo conflicts with alias dstress.nocompile.a.alias_41_B.Bar at nocompile/a/alias_41_B.d(18)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2180 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2181
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2182 Torture-Sub-1/32-XFAIL: nocompile/a/alias_41_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2183 nocompile: llvmdc -O0 -od./obj -c nocompile/a/alias_42_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2184 nocompile/a/alias_42_C.d(16): Error: identifier 'Int' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2185 nocompile/a/alias_42_C.d(16): template instance Alias!(int) does not match any template declaration
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2186 nocompile/a/alias_42_C.d(16): Error: Alias!(int) is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2187 nocompile/a/alias_42_C.d(16): variable dstress.nocompile.a.alias_42_C.x voids have no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2188 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2189
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2190 Torture-Sub-1/32-XFAIL: nocompile/a/alias_42_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2191 nocompile: llvmdc -O0 -od./obj -c nocompile/a/array_initialization_10.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2192 nocompile/a/array_initialization_10.d(14): Error: index 67108863 overflow for static array
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2193 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2194
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2195 Torture-Sub-1/32-XFAIL: nocompile/a/array_initialization_10.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2196 nocompile: llvmdc -O0 -od./obj -c nocompile/a/array_initialization_18_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2197 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2198
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2199 Torture-Sub-1/32-XPASS: nocompile/a/array_initialization_18_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2200 nocompile: llvmdc -O0 -od./obj -c nocompile/a/array_initialization_18_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2201 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2202
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2203 Torture-Sub-1/32-XPASS: nocompile/a/array_initialization_18_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2204 nocompile: llvmdc -O0 -od./obj -c nocompile/a/array_initialization_19.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2205 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2206
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2207 Torture-Sub-1/32-XPASS: nocompile/a/array_initialization_19.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2208 nocompile: llvmdc -O0 -od./obj -c nocompile/a/array_initialization_22_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2209 nocompile/a/array_initialization_22_A.d(11): expression expected, not ']'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2210 nocompile/a/array_initialization_22_A.d(11): found 'x' when expecting ']'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2211 nocompile/a/array_initialization_22_A.d(11): no identifier for declarator char[*0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2212 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2213
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2214 Torture-Sub-1/32-XFAIL: nocompile/a/array_initialization_22_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2215 nocompile: llvmdc -O0 -od./obj -c nocompile/a/array_initialization_22_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2216 nocompile/a/array_initialization_22_B.d(11): expression expected, not ','
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2217 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2218
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2219 Torture-Sub-1/32-XFAIL: nocompile/a/array_initialization_22_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2220 nocompile: llvmdc -O0 -od./obj -c nocompile/a/array_initialization_22_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2221 nocompile/a/array_initialization_22_C.d(11): expression expected, not ','
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2222 nocompile/a/array_initialization_22_C.d(11): expression expected, not ']'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2223 nocompile/a/array_initialization_22_C.d(11): found 'x' when expecting ']'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2224 nocompile/a/array_initialization_22_C.d(11): no identifier for declarator char[0 , 0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2225 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2226
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2227 Torture-Sub-1/32-XFAIL: nocompile/a/array_initialization_22_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2228 nocompile: llvmdc -O0 -od./obj -c nocompile/a/array_initialization_22_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2229 nocompile/a/array_initialization_22_D.d(11): expression expected, not '...'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2230 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2231
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2232 Torture-Sub-1/32-XFAIL: nocompile/a/array_initialization_22_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2233 nocompile: llvmdc -O0 -od./obj -c nocompile/a/array_initialization_22_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2234 nocompile/a/array_initialization_22_E.d(11): expression expected, not '..'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2235 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2236
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2237 Torture-Sub-1/32-XFAIL: nocompile/a/array_initialization_22_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2238 nocompile: llvmdc -O0 -od./obj -c nocompile/a/array_initialization_22_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2239 nocompile/a/array_initialization_22_F.d(11): identifier expected following '.', not ']'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2240 nocompile/a/array_initialization_22_F.d(11): found 'x' when expecting ']'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2241 nocompile/a/array_initialization_22_F.d(11): no identifier for declarator char[]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2242 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2243
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2244 Torture-Sub-1/32-XFAIL: nocompile/a/array_initialization_22_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2245 nocompile: llvmdc -O0 -od./obj -c nocompile/a/array_initialization_22_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2246 nocompile/a/array_initialization_22_G.d(11): expression expected, not ','
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2247 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2248
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2249 Torture-Sub-1/32-XFAIL: nocompile/a/array_initialization_22_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2250 nocompile: llvmdc -O0 -od./obj -c nocompile/a/array_initialization_22_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2251 nocompile/a/array_initialization_22_H.d(11): expression expected, not ','
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2252 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2253
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2254 Torture-Sub-1/32-XFAIL: nocompile/a/array_initialization_22_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2255 nocompile: llvmdc -O0 -od./obj -c nocompile/a/array_initialization_22_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2256 nocompile/a/array_initialization_22_I.d(11): expression expected, not ','
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2257 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2258
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2259 Torture-Sub-1/32-XFAIL: nocompile/a/array_initialization_22_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2260 nocompile: llvmdc -O0 -od./obj -c nocompile/a/array_initialization_24.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2261 nocompile/a/array_initialization_24.d(11): Error: a struct is not a valid initializer for a char*[]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2262 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2263
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2264 Torture-Sub-1/32-XFAIL: nocompile/a/array_initialization_24.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2265 nocompile: llvmdc -O0 -od./obj -c nocompile/a/array_initialization_29_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2266 nocompile/a/array_initialization_29_A.d(14): Error: a struct is not a valid initializer for a int[]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2267 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2268
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2269 Torture-Sub-1/32-XFAIL: nocompile/a/array_initialization_29_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2270 nocompile: llvmdc -O0 -od./obj -c nocompile/a/array_initialization_31_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2271 nocompile/a/array_initialization_31_A.d(14): Error: cannot use array to initialize int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2272 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2273
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2274 Torture-Sub-1/32-XFAIL: nocompile/a/array_initialization_31_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2275 nocompile: llvmdc -O0 -od./obj -c nocompile/a/array_initialization_31_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2276 nocompile/a/array_initialization_31_B.d(14): Error: cannot use array to initialize int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2277 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2278
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2279 Torture-Sub-1/32-XFAIL: nocompile/a/array_initialization_31_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2280 nocompile: llvmdc -O0 -od./obj -c nocompile/a/array_initialization_31_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2281 nocompile/a/array_initialization_31_C.d(14): Error: cannot use array to initialize int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2282 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2283
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2284 Torture-Sub-1/32-XFAIL: nocompile/a/array_initialization_31_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2285 nocompile: llvmdc -O0 -od./obj -c nocompile/a/array_initialization_31_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2286 nocompile/a/array_initialization_31_D.d(14): Error: cannot use array to initialize int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2287 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2288
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2289 Torture-Sub-1/32-XFAIL: nocompile/a/array_initialization_31_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2290 nocompile: llvmdc -O0 -od./obj -c nocompile/a/array_initialization_31_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2291 nocompile/a/array_initialization_31_E.d(14): Error: cannot use array to initialize int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2292 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2293
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2294 Torture-Sub-1/32-XFAIL: nocompile/a/array_initialization_31_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2295 nocompile: llvmdc -O0 -od./obj -c nocompile/a/array_initialization_31_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2296 nocompile/a/array_initialization_31_F.d(14): Error: cannot use array to initialize int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2297 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2298
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2299 Torture-Sub-1/32-XFAIL: nocompile/a/array_initialization_31_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2300 nocompile: llvmdc -O0 -od./obj -c nocompile/a/arrayOp_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2301 nocompile/a/arrayOp_01.d(15): Error: incompatible types for ((x[]) + (8)): 'int[]' and 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2302 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2303
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2304 Torture-Sub-1/32-XFAIL: nocompile/a/arrayOp_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2305 nocompile: llvmdc -O0 -od./obj -c nocompile/a/as_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2306 nocompile/a/as_01_A.d(16): found 'as' when expecting ';' following 'statement'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2307 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2308
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2309 Torture-Sub-1/32-XFAIL: nocompile/a/as_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2310 nocompile: llvmdc -O0 -od./obj -c nocompile/a/as_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2311 nocompile/a/as_01_B.d(16): found 'as' when expecting ';' following 'statement'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2312 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2313
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2314 Torture-Sub-1/32-XFAIL: nocompile/a/as_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2315 nocompile: llvmdc -O0 -od./obj -c nocompile/a/as_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2316 nocompile/a/as_01_C.d(16): found 'as' when expecting ';' following 'statement'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2317 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2318
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2319 Torture-Sub-1/32-XFAIL: nocompile/a/as_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2320 nocompile: llvmdc -O0 -od./obj -c nocompile/a/as_01_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2321 nocompile/a/as_01_D.d(16): found 'as' when expecting ';' following 'statement'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2322 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2323
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2324 Torture-Sub-1/32-XFAIL: nocompile/a/as_01_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2325 nocompile: llvmdc -O0 -od./obj -c nocompile/a/asm_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2326 nocompile/a/asm_02_A.d(27): static assert "DSTRESS{XFAIL}: no X86 inline ASM support"
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2327 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2328
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2329 Torture-Sub-1/32-XFAIL: nocompile/a/asm_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2330 nocompile: llvmdc -O0 -od./obj -c nocompile/a/asm_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2331 nocompile/a/asm_02_B.d(27): static assert "DSTRESS{XFAIL}: no X86 inline ASM support"
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2332 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2333
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2334 Torture-Sub-1/32-XFAIL: nocompile/a/asm_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2335 nocompile: llvmdc -O0 -od./obj -c nocompile/a/asm_02_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2336 nocompile/a/asm_02_C.d(27): static assert "DSTRESS{XFAIL}: no X86 inline ASM support"
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2337 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2338
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2339 Torture-Sub-1/32-XFAIL: nocompile/a/asm_02_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2340 nocompile: llvmdc -O0 -od./obj -c nocompile/a/asm_02_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2341 nocompile/a/asm_02_D.d(27): static assert "DSTRESS{XFAIL}: no X86 inline ASM support"
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2342 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2343
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2344 Torture-Sub-1/32-XFAIL: nocompile/a/asm_02_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2345 nocompile: llvmdc -O0 -od./obj -c nocompile/a/asm_02_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2346 nocompile/a/asm_02_E.d(27): static assert "DSTRESS{XFAIL}: no X86 inline ASM support"
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2347 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2348
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2349 Torture-Sub-1/32-XFAIL: nocompile/a/asm_02_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2350 nocompile: llvmdc -O0 -od./obj -c nocompile/a/asm_02_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2351 nocompile/a/asm_02_F.d(23): asm statements must end in ';'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2352 nocompile/a/asm_02_F.d(26): unrecognized declaration
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2353 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2354
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2355 Torture-Sub-1/32-XFAIL: nocompile/a/asm_02_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2356 nocompile: llvmdc -O0 -od./obj -c nocompile/a/asm_fnsave_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2357 nocompile/a/asm_fnsave_02_A.d(12): Error: wrong number of operands
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2358 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2359
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2360 Torture-Sub-1/32-XFAIL: nocompile/a/asm_fnsave_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2361 nocompile: llvmdc -O0 -od./obj -c nocompile/a/asm_fnsave_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2362 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2363
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2364 Torture-Sub-1/32-XPASS: nocompile/a/asm_fnsave_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2365 nocompile: llvmdc -O0 -od./obj -c nocompile/a/asm_fnsave_02_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2366 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2367
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2368 Torture-Sub-1/32-XPASS: nocompile/a/asm_fnsave_02_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2369 nocompile: llvmdc -O0 -od./obj -c nocompile/a/asm_fnsave_02_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2370 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2371
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2372 Torture-Sub-1/32-XPASS: nocompile/a/asm_fnsave_02_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2373 nocompile: llvmdc -O0 -od./obj -c nocompile/a/asm_fnsave_02_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2374 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2375
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2376 Torture-Sub-1/32-XPASS: nocompile/a/asm_fnsave_02_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2377 nocompile: llvmdc -O0 -od./obj -c nocompile/a/asm_fnsave_02_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2378 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2379
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2380 Torture-Sub-1/32-XPASS: nocompile/a/asm_fnsave_02_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2381 nocompile: llvmdc -O0 -od./obj -c nocompile/a/asm_fnsave_02_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2382 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2383
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2384 Torture-Sub-1/32-XPASS: nocompile/a/asm_fnsave_02_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2385 nocompile: llvmdc -O0 -od./obj -c nocompile/a/asm_fnsave_02_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2386 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2387
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2388 Torture-Sub-1/32-XPASS: nocompile/a/asm_fnsave_02_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2389 nocompile: llvmdc -O0 -od./obj -c nocompile/a/asm_fnsave_02_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2390 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2391
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2392 Torture-Sub-1/32-XPASS: nocompile/a/asm_fnsave_02_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2393 nocompile: llvmdc -O0 -od./obj -c nocompile/a/asm_fnsave_02_J.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2394 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2395
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2396 Torture-Sub-1/32-XPASS: nocompile/a/asm_fnsave_02_J.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2397 nocompile: llvmdc -O0 -od./obj -c nocompile/a/asm_fnsave_02_K.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2398 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2399
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2400 Torture-Sub-1/32-XPASS: nocompile/a/asm_fnsave_02_K.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2401 nocompile: llvmdc -O0 -od./obj -c nocompile/a/asm_fnsave_02_L.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2402 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2403
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2404 Torture-Sub-1/32-XPASS: nocompile/a/asm_fnsave_02_L.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2405 nocompile: llvmdc -O0 -od./obj -c nocompile/a/asm_fnsave_02_M.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2406 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2407
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2408 Torture-Sub-1/32-XPASS: nocompile/a/asm_fnsave_02_M.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2409 nocompile: llvmdc -O0 -od./obj -c nocompile/a/asm_fnsave_02_N.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2410 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2411
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2412 Torture-Sub-1/32-XPASS: nocompile/a/asm_fnsave_02_N.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2413 nocompile: llvmdc -O0 -od./obj -c nocompile/a/asm_fnstcw_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2414 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2415
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2416 Torture-Sub-1/32-XPASS: nocompile/a/asm_fnstcw_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2417 nocompile: llvmdc -O0 -od./obj -c nocompile/a/asm_fnstcw_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2418 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2419
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2420 Torture-Sub-1/32-XPASS: nocompile/a/asm_fnstcw_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2421 nocompile: llvmdc -O0 -od./obj -c nocompile/a/asm_fnstcw_02_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2422 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2423
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2424 Torture-Sub-1/32-XPASS: nocompile/a/asm_fnstcw_02_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2425 nocompile: llvmdc -O0 -od./obj -c nocompile/a/asm_fnstcw_02_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2426 nocompile/a/asm_fnstcw_02_D.d(12): Error: wrong number of operands
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2427 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2428
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2429 Torture-Sub-1/32-XFAIL: nocompile/a/asm_fnstcw_02_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2430 nocompile: llvmdc -O0 -od./obj -c nocompile/a/asm_frndint_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2431 nocompile/a/asm_frndint_02_A.d(14): Error: wrong number of operands
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2432 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2433
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2434 Torture-Sub-1/32-XFAIL: nocompile/a/asm_frndint_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2435 nocompile: llvmdc -O0 -od./obj -c nocompile/a/asm_frndint_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2436 nocompile/a/asm_frndint_02_B.d(14): Error: wrong number of operands
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2437 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2438
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2439 Torture-Sub-1/32-XFAIL: nocompile/a/asm_frndint_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2440 nocompile: llvmdc -O0 -od./obj -c nocompile/a/asm_frndint_02_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2441 nocompile/a/asm_frndint_02_C.d(14): Error: wrong number of operands
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2442 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2443
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2444 Torture-Sub-1/32-XFAIL: nocompile/a/asm_frndint_02_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2445 nocompile: llvmdc -O0 -od./obj -c nocompile/a/asm_frndint_02_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2446 nocompile/a/asm_frndint_02_D.d(14): Error: wrong number of operands
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2447 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2448
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2449 Torture-Sub-1/32-XFAIL: nocompile/a/asm_frndint_02_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2450 nocompile: llvmdc -O0 -od./obj -c nocompile/a/asm_frndint_02_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2451 nocompile/a/asm_frndint_02_E.d(14): Error: wrong number of operands
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2452 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2453
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2454 Torture-Sub-1/32-XFAIL: nocompile/a/asm_frndint_02_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2455 nocompile: llvmdc -O0 -od./obj -c nocompile/a/asm_frndint_02_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2456 nocompile/a/asm_frndint_02_F.d(14): Error: wrong number of operands
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2457 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2458
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2459 Torture-Sub-1/32-XFAIL: nocompile/a/asm_frndint_02_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2460 nocompile: llvmdc -O0 -od./obj -c nocompile/a/asm_frndint_02_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2461 nocompile/a/asm_frndint_02_G.d(14): Error: wrong number of operands
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2462 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2463
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2464 Torture-Sub-1/32-XFAIL: nocompile/a/asm_frndint_02_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2465 nocompile: llvmdc -O0 -od./obj -c nocompile/a/asm_frndint_02_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2466 nocompile/a/asm_frndint_02_H.d(14): Error: wrong number of operands
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2467 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2468
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2469 Torture-Sub-1/32-XFAIL: nocompile/a/asm_frndint_02_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2470 nocompile: llvmdc -O0 -od./obj -c nocompile/a/asm_frndint_02_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2471 nocompile/a/asm_frndint_02_I.d(14): Error: wrong number of operands
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2472 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2473
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2474 Torture-Sub-1/32-XFAIL: nocompile/a/asm_frndint_02_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2475 nocompile: llvmdc -O0 -od./obj -c nocompile/a/asm_frndint_02_J.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2476 nocompile/a/asm_frndint_02_J.d(14): Error: wrong number of operands
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2477 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2478
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2479 Torture-Sub-1/32-XFAIL: nocompile/a/asm_frndint_02_J.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2480 nocompile: llvmdc -O0 -od./obj -c nocompile/a/asm_frndint_02_K.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2481 nocompile/a/asm_frndint_02_K.d(14): Error: wrong number of operands
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2482 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2483
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2484 Torture-Sub-1/32-XFAIL: nocompile/a/asm_frndint_02_K.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2485 nocompile: llvmdc -O0 -od./obj -c nocompile/a/asm_frndint_02_L.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2486 nocompile/a/asm_frndint_02_L.d(14): Error: wrong number of operands
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2487 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2488
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2489 Torture-Sub-1/32-XFAIL: nocompile/a/asm_frndint_02_L.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2490 nocompile: llvmdc -O0 -od./obj -c nocompile/a/asm_frndint_02_M.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2491 nocompile/a/asm_frndint_02_M.d(14): Error: wrong number of operands
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2492 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2493
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2494 Torture-Sub-1/32-XFAIL: nocompile/a/asm_frndint_02_M.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2495 nocompile: llvmdc -O0 -od./obj -c nocompile/a/asm_frstor_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2496 nocompile/a/asm_frstor_02_A.d(12): Error: wrong number of operands
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2497 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2498
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2499 Torture-Sub-1/32-XFAIL: nocompile/a/asm_frstor_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2500 nocompile: llvmdc -O0 -od./obj -c nocompile/a/asm_frstor_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2501 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2502
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2503 Torture-Sub-1/32-XPASS: nocompile/a/asm_frstor_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2504 nocompile: llvmdc -O0 -od./obj -c nocompile/a/asm_frstor_02_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2505 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2506
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2507 Torture-Sub-1/32-XPASS: nocompile/a/asm_frstor_02_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2508 nocompile: llvmdc -O0 -od./obj -c nocompile/a/asm_frstor_02_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2509 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2510
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2511 Torture-Sub-1/32-XPASS: nocompile/a/asm_frstor_02_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2512 nocompile: llvmdc -O0 -od./obj -c nocompile/a/asm_frstor_02_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2513 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2514
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2515 Torture-Sub-1/32-XPASS: nocompile/a/asm_frstor_02_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2516 nocompile: llvmdc -O0 -od./obj -c nocompile/a/asm_frstor_02_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2517 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2518
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2519 Torture-Sub-1/32-XPASS: nocompile/a/asm_frstor_02_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2520 nocompile: llvmdc -O0 -od./obj -c nocompile/a/asm_frstor_02_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2521 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2522
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2523 Torture-Sub-1/32-XPASS: nocompile/a/asm_frstor_02_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2524 nocompile: llvmdc -O0 -od./obj -c nocompile/a/asm_frstor_02_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2525 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2526
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2527 Torture-Sub-1/32-XPASS: nocompile/a/asm_frstor_02_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2528 nocompile: llvmdc -O0 -od./obj -c nocompile/a/asm_frstor_02_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2529 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2530
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2531 Torture-Sub-1/32-XPASS: nocompile/a/asm_frstor_02_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2532 nocompile: llvmdc -O0 -od./obj -c nocompile/a/asm_frstor_02_J.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2533 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2534
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2535 Torture-Sub-1/32-XPASS: nocompile/a/asm_frstor_02_J.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2536 nocompile: llvmdc -O0 -od./obj -c nocompile/a/asm_frstor_02_K.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2537 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2538
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2539 Torture-Sub-1/32-XPASS: nocompile/a/asm_frstor_02_K.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2540 nocompile: llvmdc -O0 -od./obj -c nocompile/a/asm_frstor_02_L.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2541 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2542
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2543 Torture-Sub-1/32-XPASS: nocompile/a/asm_frstor_02_L.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2544 nocompile: llvmdc -O0 -od./obj -c nocompile/a/asm_frstor_02_M.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2545 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2546
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2547 Torture-Sub-1/32-XPASS: nocompile/a/asm_frstor_02_M.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2548 nocompile: llvmdc -O0 -od./obj -c nocompile/a/asm_frstor_02_N.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2549 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2550
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2551 Torture-Sub-1/32-XPASS: nocompile/a/asm_frstor_02_N.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2552 nocompile: llvmdc -O0 -od./obj -c nocompile/a/asm_fsave_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2553 nocompile/a/asm_fsave_02_A.d(12): Error: wrong number of operands
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2554 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2555
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2556 Torture-Sub-1/32-XFAIL: nocompile/a/asm_fsave_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2557 nocompile: llvmdc -O0 -od./obj -c nocompile/a/asm_fsave_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2558 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2559
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2560 Torture-Sub-1/32-XPASS: nocompile/a/asm_fsave_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2561 nocompile: llvmdc -O0 -od./obj -c nocompile/a/asm_fsave_02_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2562 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2563
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2564 Torture-Sub-1/32-XPASS: nocompile/a/asm_fsave_02_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2565 nocompile: llvmdc -O0 -od./obj -c nocompile/a/asm_fsave_02_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2566 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2567
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2568 Torture-Sub-1/32-XPASS: nocompile/a/asm_fsave_02_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2569 nocompile: llvmdc -O0 -od./obj -c nocompile/a/asm_fsave_02_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2570 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2571
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2572 Torture-Sub-1/32-XPASS: nocompile/a/asm_fsave_02_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2573 nocompile: llvmdc -O0 -od./obj -c nocompile/a/asm_fsave_02_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2574 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2575
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2576 Torture-Sub-1/32-XPASS: nocompile/a/asm_fsave_02_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2577 nocompile: llvmdc -O0 -od./obj -c nocompile/a/asm_fsave_02_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2578 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2579
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2580 Torture-Sub-1/32-XPASS: nocompile/a/asm_fsave_02_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2581 nocompile: llvmdc -O0 -od./obj -c nocompile/a/asm_fsave_02_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2582 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2583
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2584 Torture-Sub-1/32-XPASS: nocompile/a/asm_fsave_02_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2585 nocompile: llvmdc -O0 -od./obj -c nocompile/a/asm_fsave_02_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2586 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2587
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2588 Torture-Sub-1/32-XPASS: nocompile/a/asm_fsave_02_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2589 nocompile: llvmdc -O0 -od./obj -c nocompile/a/asm_fsave_02_J.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2590 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2591
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2592 Torture-Sub-1/32-XPASS: nocompile/a/asm_fsave_02_J.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2593 nocompile: llvmdc -O0 -od./obj -c nocompile/a/asm_fsave_02_K.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2594 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2595
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2596 Torture-Sub-1/32-XPASS: nocompile/a/asm_fsave_02_K.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2597 nocompile: llvmdc -O0 -od./obj -c nocompile/a/asm_fsave_02_L.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2598 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2599
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2600 Torture-Sub-1/32-XPASS: nocompile/a/asm_fsave_02_L.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2601 nocompile: llvmdc -O0 -od./obj -c nocompile/a/asm_fsave_02_M.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2602 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2603
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2604 Torture-Sub-1/32-XPASS: nocompile/a/asm_fsave_02_M.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2605 nocompile: llvmdc -O0 -od./obj -c nocompile/a/asm_fsave_02_N.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2606 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2607
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2608 Torture-Sub-1/32-XPASS: nocompile/a/asm_fsave_02_N.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2609 nocompile: llvmdc -O0 -od./obj -c nocompile/a/asm_fscale_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2610 nocompile/a/asm_fscale_02_A.d(14): Error: wrong number of operands
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2611 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2612
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2613 Torture-Sub-1/32-XFAIL: nocompile/a/asm_fscale_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2614 nocompile: llvmdc -O0 -od./obj -c nocompile/a/asm_fscale_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2615 nocompile/a/asm_fscale_02_B.d(14): Error: wrong number of operands
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2616 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2617
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2618 Torture-Sub-1/32-XFAIL: nocompile/a/asm_fscale_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2619 nocompile: llvmdc -O0 -od./obj -c nocompile/a/asm_fscale_02_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2620 nocompile/a/asm_fscale_02_C.d(14): Error: wrong number of operands
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2621 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2622
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2623 Torture-Sub-1/32-XFAIL: nocompile/a/asm_fscale_02_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2624 nocompile: llvmdc -O0 -od./obj -c nocompile/a/asm_fscale_02_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2625 nocompile/a/asm_fscale_02_D.d(14): Error: wrong number of operands
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2626 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2627
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2628 Torture-Sub-1/32-XFAIL: nocompile/a/asm_fscale_02_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2629 nocompile: llvmdc -O0 -od./obj -c nocompile/a/asm_fscale_02_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2630 nocompile/a/asm_fscale_02_E.d(14): Error: wrong number of operands
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2631 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2632
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2633 Torture-Sub-1/32-XFAIL: nocompile/a/asm_fscale_02_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2634 nocompile: llvmdc -O0 -od./obj -c nocompile/a/asm_fscale_02_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2635 nocompile/a/asm_fscale_02_F.d(14): Error: wrong number of operands
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2636 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2637
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2638 Torture-Sub-1/32-XFAIL: nocompile/a/asm_fscale_02_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2639 nocompile: llvmdc -O0 -od./obj -c nocompile/a/asm_fscale_02_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2640 nocompile/a/asm_fscale_02_G.d(14): Error: wrong number of operands
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2641 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2642
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2643 Torture-Sub-1/32-XFAIL: nocompile/a/asm_fscale_02_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2644 nocompile: llvmdc -O0 -od./obj -c nocompile/a/asm_fscale_02_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2645 nocompile/a/asm_fscale_02_H.d(14): Error: wrong number of operands
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2646 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2647
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2648 Torture-Sub-1/32-XFAIL: nocompile/a/asm_fscale_02_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2649 nocompile: llvmdc -O0 -od./obj -c nocompile/a/asm_fscale_02_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2650 nocompile/a/asm_fscale_02_I.d(14): Error: wrong number of operands
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2651 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2652
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2653 Torture-Sub-1/32-XFAIL: nocompile/a/asm_fscale_02_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2654 nocompile: llvmdc -O0 -od./obj -c nocompile/a/asm_fscale_02_J.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2655 nocompile/a/asm_fscale_02_J.d(14): Error: wrong number of operands
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2656 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2657
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2658 Torture-Sub-1/32-XFAIL: nocompile/a/asm_fscale_02_J.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2659 nocompile: llvmdc -O0 -od./obj -c nocompile/a/asm_fscale_02_K.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2660 nocompile/a/asm_fscale_02_K.d(14): Error: wrong number of operands
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2661 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2662
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2663 Torture-Sub-1/32-XFAIL: nocompile/a/asm_fscale_02_K.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2664 nocompile: llvmdc -O0 -od./obj -c nocompile/a/asm_fscale_02_L.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2665 nocompile/a/asm_fscale_02_L.d(14): Error: wrong number of operands
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2666 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2667
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2668 Torture-Sub-1/32-XFAIL: nocompile/a/asm_fscale_02_L.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2669 nocompile: llvmdc -O0 -od./obj -c nocompile/a/asm_fscale_02_M.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2670 nocompile/a/asm_fscale_02_M.d(14): Error: wrong number of operands
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2671 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2672
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2673 Torture-Sub-1/32-XFAIL: nocompile/a/asm_fscale_02_M.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2674 nocompile: llvmdc -O0 -od./obj -c nocompile/a/asm_fsin_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2675 nocompile/a/asm_fsin_02_A.d(22): Error: wrong number of operands
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2676 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2677
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2678 Torture-Sub-1/32-XFAIL: nocompile/a/asm_fsin_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2679 nocompile: llvmdc -O0 -od./obj -c nocompile/a/asm_fsin_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2680 nocompile/a/asm_fsin_02_B.d(14): Error: wrong number of operands
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2681 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2682
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2683 Torture-Sub-1/32-XFAIL: nocompile/a/asm_fsin_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2684 nocompile: llvmdc -O0 -od./obj -c nocompile/a/asm_fsin_02_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2685 nocompile/a/asm_fsin_02_C.d(14): Error: wrong number of operands
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2686 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2687
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2688 Torture-Sub-1/32-XFAIL: nocompile/a/asm_fsin_02_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2689 nocompile: llvmdc -O0 -od./obj -c nocompile/a/asm_fsin_02_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2690 nocompile/a/asm_fsin_02_D.d(14): Error: wrong number of operands
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2691 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2692
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2693 Torture-Sub-1/32-XFAIL: nocompile/a/asm_fsin_02_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2694 nocompile: llvmdc -O0 -od./obj -c nocompile/a/asm_fsin_02_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2695 nocompile/a/asm_fsin_02_E.d(14): Error: wrong number of operands
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2696 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2697
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2698 Torture-Sub-1/32-XFAIL: nocompile/a/asm_fsin_02_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2699 nocompile: llvmdc -O0 -od./obj -c nocompile/a/asm_fsin_02_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2700 nocompile/a/asm_fsin_02_F.d(14): Error: wrong number of operands
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2701 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2702
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2703 Torture-Sub-1/32-XFAIL: nocompile/a/asm_fsin_02_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2704 nocompile: llvmdc -O0 -od./obj -c nocompile/a/asm_fsin_02_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2705 nocompile/a/asm_fsin_02_G.d(14): Error: wrong number of operands
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2706 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2707
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2708 Torture-Sub-1/32-XFAIL: nocompile/a/asm_fsin_02_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2709 nocompile: llvmdc -O0 -od./obj -c nocompile/a/asm_fsin_02_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2710 nocompile/a/asm_fsin_02_H.d(14): Error: wrong number of operands
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2711 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2712
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2713 Torture-Sub-1/32-XFAIL: nocompile/a/asm_fsin_02_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2714 nocompile: llvmdc -O0 -od./obj -c nocompile/a/asm_fsin_02_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2715 nocompile/a/asm_fsin_02_I.d(14): Error: wrong number of operands
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2716 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2717
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2718 Torture-Sub-1/32-XFAIL: nocompile/a/asm_fsin_02_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2719 nocompile: llvmdc -O0 -od./obj -c nocompile/a/asm_fsin_02_J.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2720 nocompile/a/asm_fsin_02_J.d(14): Error: wrong number of operands
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2721 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2722
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2723 Torture-Sub-1/32-XFAIL: nocompile/a/asm_fsin_02_J.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2724 nocompile: llvmdc -O0 -od./obj -c nocompile/a/asm_fsin_02_K.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2725 nocompile/a/asm_fsin_02_K.d(14): Error: wrong number of operands
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2726 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2727
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2728 Torture-Sub-1/32-XFAIL: nocompile/a/asm_fsin_02_K.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2729 nocompile: llvmdc -O0 -od./obj -c nocompile/a/asm_fsin_02_L.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2730 nocompile/a/asm_fsin_02_L.d(14): Error: wrong number of operands
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2731 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2732
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2733 Torture-Sub-1/32-XFAIL: nocompile/a/asm_fsin_02_L.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2734 nocompile: llvmdc -O0 -od./obj -c nocompile/a/asm_fsin_02_M.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2735 nocompile/a/asm_fsin_02_M.d(14): Error: wrong number of operands
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2736 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2737
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2738 Torture-Sub-1/32-XFAIL: nocompile/a/asm_fsin_02_M.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2739 nocompile: llvmdc -O0 -od./obj -c nocompile/a/asm_fsincos_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2740 nocompile/a/asm_fsincos_02_A.d(14): Error: wrong number of operands
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2741 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2742
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2743 Torture-Sub-1/32-XFAIL: nocompile/a/asm_fsincos_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2744 nocompile: llvmdc -O0 -od./obj -c nocompile/a/asm_fsincos_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2745 nocompile/a/asm_fsincos_02_B.d(14): Error: wrong number of operands
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2746 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2747
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2748 Torture-Sub-1/32-XFAIL: nocompile/a/asm_fsincos_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2749 nocompile: llvmdc -O0 -od./obj -c nocompile/a/asm_fsincos_02_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2750 nocompile/a/asm_fsincos_02_C.d(14): Error: wrong number of operands
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2751 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2752
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2753 Torture-Sub-1/32-XFAIL: nocompile/a/asm_fsincos_02_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2754 nocompile: llvmdc -O0 -od./obj -c nocompile/a/asm_fsincos_02_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2755 nocompile/a/asm_fsincos_02_D.d(14): Error: wrong number of operands
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2756 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2757
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2758 Torture-Sub-1/32-XFAIL: nocompile/a/asm_fsincos_02_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2759 nocompile: llvmdc -O0 -od./obj -c nocompile/a/asm_fsincos_02_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2760 nocompile/a/asm_fsincos_02_E.d(14): Error: wrong number of operands
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2761 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2762
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2763 Torture-Sub-1/32-XFAIL: nocompile/a/asm_fsincos_02_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2764 nocompile: llvmdc -O0 -od./obj -c nocompile/a/asm_fsincos_02_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2765 nocompile/a/asm_fsincos_02_F.d(14): Error: wrong number of operands
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2766 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2767
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2768 Torture-Sub-1/32-XFAIL: nocompile/a/asm_fsincos_02_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2769 nocompile: llvmdc -O0 -od./obj -c nocompile/a/asm_fsincos_02_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2770 nocompile/a/asm_fsincos_02_G.d(14): Error: wrong number of operands
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2771 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2772
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2773 Torture-Sub-1/32-XFAIL: nocompile/a/asm_fsincos_02_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2774 nocompile: llvmdc -O0 -od./obj -c nocompile/a/asm_fsincos_02_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2775 nocompile/a/asm_fsincos_02_H.d(14): Error: wrong number of operands
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2776 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2777
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2778 Torture-Sub-1/32-XFAIL: nocompile/a/asm_fsincos_02_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2779 nocompile: llvmdc -O0 -od./obj -c nocompile/a/asm_fsincos_02_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2780 nocompile/a/asm_fsincos_02_I.d(14): Error: wrong number of operands
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2781 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2782
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2783 Torture-Sub-1/32-XFAIL: nocompile/a/asm_fsincos_02_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2784 nocompile: llvmdc -O0 -od./obj -c nocompile/a/asm_fsincos_02_J.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2785 nocompile/a/asm_fsincos_02_J.d(14): Error: wrong number of operands
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2786 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2787
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2788 Torture-Sub-1/32-XFAIL: nocompile/a/asm_fsincos_02_J.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2789 nocompile: llvmdc -O0 -od./obj -c nocompile/a/asm_fsincos_02_K.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2790 nocompile/a/asm_fsincos_02_K.d(14): Error: wrong number of operands
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2791 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2792
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2793 Torture-Sub-1/32-XFAIL: nocompile/a/asm_fsincos_02_K.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2794 nocompile: llvmdc -O0 -od./obj -c nocompile/a/asm_fsincos_02_L.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2795 nocompile/a/asm_fsincos_02_L.d(14): Error: wrong number of operands
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2796 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2797
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2798 Torture-Sub-1/32-XFAIL: nocompile/a/asm_fsincos_02_L.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2799 nocompile: llvmdc -O0 -od./obj -c nocompile/a/asm_fsincos_02_M.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2800 nocompile/a/asm_fsincos_02_M.d(14): Error: wrong number of operands
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2801 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2802
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2803 Torture-Sub-1/32-XFAIL: nocompile/a/asm_fsincos_02_M.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2804 nocompile: llvmdc -O0 -od./obj -c nocompile/a/asm_fsqrt_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2805 nocompile/a/asm_fsqrt_02_A.d(14): Error: wrong number of operands
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2806 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2807
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2808 Torture-Sub-1/32-XFAIL: nocompile/a/asm_fsqrt_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2809 nocompile: llvmdc -O0 -od./obj -c nocompile/a/asm_fsqrt_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2810 nocompile/a/asm_fsqrt_02_B.d(14): Error: wrong number of operands
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2811 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2812
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2813 Torture-Sub-1/32-XFAIL: nocompile/a/asm_fsqrt_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2814 nocompile: llvmdc -O0 -od./obj -c nocompile/a/asm_fsqrt_02_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2815 nocompile/a/asm_fsqrt_02_C.d(14): Error: wrong number of operands
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2816 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2817
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2818 Torture-Sub-1/32-XFAIL: nocompile/a/asm_fsqrt_02_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2819 nocompile: llvmdc -O0 -od./obj -c nocompile/a/asm_fsqrt_02_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2820 nocompile/a/asm_fsqrt_02_D.d(14): Error: wrong number of operands
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2821 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2822
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2823 Torture-Sub-1/32-XFAIL: nocompile/a/asm_fsqrt_02_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2824 nocompile: llvmdc -O0 -od./obj -c nocompile/a/asm_fsqrt_02_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2825 nocompile/a/asm_fsqrt_02_E.d(14): Error: wrong number of operands
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2826 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2827
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2828 Torture-Sub-1/32-XFAIL: nocompile/a/asm_fsqrt_02_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2829 nocompile: llvmdc -O0 -od./obj -c nocompile/a/asm_fsqrt_02_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2830 nocompile/a/asm_fsqrt_02_F.d(14): Error: wrong number of operands
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2831 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2832
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2833 Torture-Sub-1/32-XFAIL: nocompile/a/asm_fsqrt_02_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2834 nocompile: llvmdc -O0 -od./obj -c nocompile/a/asm_fsqrt_02_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2835 nocompile/a/asm_fsqrt_02_G.d(14): Error: wrong number of operands
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2836 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2837
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2838 Torture-Sub-1/32-XFAIL: nocompile/a/asm_fsqrt_02_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2839 nocompile: llvmdc -O0 -od./obj -c nocompile/a/asm_fst_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2840 nocompile/a/asm_fst_02_A.d(12): Error: wrong number of operands
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2841 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2842
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2843 Torture-Sub-1/32-XFAIL: nocompile/a/asm_fst_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2844 nocompile: llvmdc -O0 -od./obj -c nocompile/a/asm_fst_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2845 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2846
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2847 Torture-Sub-1/32-XPASS: nocompile/a/asm_fst_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2848 nocompile: llvmdc -O0 -od./obj -c nocompile/a/asm_fst_02_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2849 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2850
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2851 Torture-Sub-1/32-XPASS: nocompile/a/asm_fst_02_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2852 nocompile: llvmdc -O0 -od./obj -c nocompile/a/asm_fst_02_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2853 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2854
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2855 Torture-Sub-1/32-XPASS: nocompile/a/asm_fst_02_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2856 nocompile: llvmdc -O0 -od./obj -c nocompile/a/asm_fst_02_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2857 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2858
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2859 Torture-Sub-1/32-XPASS: nocompile/a/asm_fst_02_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2860 nocompile: llvmdc -O0 -od./obj -c nocompile/a/asm_fst_02_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2861 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2862
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2863 Torture-Sub-1/32-XPASS: nocompile/a/asm_fst_02_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2864 nocompile: llvmdc -O0 -od./obj -c nocompile/a/asm_fstcw_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2865 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2866
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2867 Torture-Sub-1/32-XPASS: nocompile/a/asm_fstcw_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2868 nocompile: llvmdc -O0 -od./obj -c nocompile/a/asm_fstcw_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2869 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2870
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2871 Torture-Sub-1/32-XPASS: nocompile/a/asm_fstcw_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2872 nocompile: llvmdc -O0 -od./obj -c nocompile/a/asm_fstcw_02_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2873 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2874
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2875 Torture-Sub-1/32-XPASS: nocompile/a/asm_fstcw_02_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2876 nocompile: llvmdc -O0 -od./obj -c nocompile/a/asm_fstcw_02_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2877 nocompile/a/asm_fstcw_02_D.d(12): Error: wrong number of operands
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2878 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2879
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2880 Torture-Sub-1/32-XFAIL: nocompile/a/asm_fstcw_02_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2881 nocompile: llvmdc -O0 -od./obj -c nocompile/a/asm_fstp_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2882 nocompile/a/asm_fstp_02_A.d(12): Error: wrong number of operands
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2883 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2884
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2885 Torture-Sub-1/32-XFAIL: nocompile/a/asm_fstp_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2886 nocompile: llvmdc -O0 -od./obj -c nocompile/a/asm_fstp_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2887 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2888
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2889 Torture-Sub-1/32-XPASS: nocompile/a/asm_fstp_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2890 nocompile: llvmdc -O0 -od./obj -c nocompile/a/asm_fstp_02_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2891 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2892
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2893 Torture-Sub-1/32-XPASS: nocompile/a/asm_fstp_02_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2894 nocompile: llvmdc -O0 -od./obj -c nocompile/a/asm_fstp_02_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2895 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2896
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2897 Torture-Sub-1/32-XPASS: nocompile/a/asm_fstp_02_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2898 nocompile: llvmdc -O0 -od./obj -c nocompile/a/asm_fstp_02_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2899 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2900
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2901 Torture-Sub-1/32-XPASS: nocompile/a/asm_fstp_02_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2902 nocompile: llvmdc -O0 -od./obj -c nocompile/a/asm_jmp_03_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2903 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2904
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2905 Torture-Sub-1/32-XPASS: nocompile/a/asm_jmp_03_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2906 nocompile: llvmdc -O0 -od./obj -c nocompile/a/asm_loop_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2907 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2908
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2909 Torture-Sub-1/32-XPASS: nocompile/a/asm_loop_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2910 nocompile: llvmdc -O0 -od./obj -c nocompile/a/asm_loop_02_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2911 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2912
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2913 Torture-Sub-1/32-XPASS: nocompile/a/asm_loop_02_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2914 nocompile: llvmdc -O0 -od./obj -c nocompile/a/asm_movq_02_Q.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2915 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2916 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2917 EXIT CODE: 11
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2918
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2919 Torture-Sub-1/32-ERROR: nocompile/a/asm_movq_02_Q.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2920 nocompile: llvmdc -O0 -od./obj -c nocompile/a/asm_movq_02_R.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2921 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2922 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2923 EXIT CODE: 11
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2924
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2925 Torture-Sub-1/32-ERROR: nocompile/a/asm_movq_02_R.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2926 nocompile: llvmdc -O0 -od./obj -c nocompile/a/asm_movq_02_S.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2927 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2928 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2929 EXIT CODE: 11
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2930
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2931 Torture-Sub-1/32-ERROR: nocompile/a/asm_movq_02_S.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2932 nocompile: llvmdc -O0 -od./obj -c nocompile/a/asm_movq_02_T.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2933 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2934 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2935 EXIT CODE: 11
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2936
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2937 Torture-Sub-1/32-ERROR: nocompile/a/asm_movq_02_T.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2938 nocompile: llvmdc -O0 -od./obj -c nocompile/a/asm_movq_02_U.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2939 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2940 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2941 EXIT CODE: 11
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2942
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2943 Torture-Sub-1/32-ERROR: nocompile/a/asm_movq_02_U.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2944 nocompile: llvmdc -O0 -od./obj -c nocompile/a/asm_st_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2945 nocompile/a/asm_st_01_A.d(23): Error: undefined identifier st
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2946 nocompile/a/asm_st_01_A.d(23): Error: expected comma after operand
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2947 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2948
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2949 Torture-Sub-1/32-XFAIL: nocompile/a/asm_st_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2950 nocompile: llvmdc -O0 -od./obj -c nocompile/a/assert_11_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2951 nocompile/a/assert_11_A.d(14): static assert is false
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2952 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2953
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2954 Torture-Sub-1/32-XFAIL: nocompile/a/assert_11_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2955 nocompile: llvmdc -O0 -od./obj -c nocompile/a/assert_11_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2956 nocompile/a/assert_11_B.d(14): static assert is false
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2957 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2958
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2959 Torture-Sub-1/32-XFAIL: nocompile/a/assert_11_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2960 nocompile: llvmdc -O0 -od./obj -c nocompile/a/assert_11_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2961 nocompile/a/assert_11_C.d(14): static assert is false
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2962 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2963
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2964 Torture-Sub-1/32-XFAIL: nocompile/a/assert_11_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2965 nocompile: llvmdc -O0 -od./obj -c nocompile/a/assert_11_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2966 nocompile/a/assert_11_D.d(14): static assert is false
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2967 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2968
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2969 Torture-Sub-1/32-XFAIL: nocompile/a/assert_11_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2970 nocompile: llvmdc -O0 -od./obj -c nocompile/a/assert_14_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2971 nocompile/a/assert_14_B.d(14): static assert is false
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2972 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2973
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2974 Torture-Sub-1/32-XFAIL: nocompile/a/assert_14_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2975 nocompile: llvmdc -O0 -od./obj -c nocompile/a/assert_14_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2976 nocompile/a/assert_14_C.d(15): static assert is false
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2977 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2978
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2979 Torture-Sub-1/32-XFAIL: nocompile/a/assert_14_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2980 nocompile: llvmdc -O0 -od./obj -c nocompile/a/assert_14_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2981 nocompile/a/assert_14_F.d(16): static assert is false
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2982 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2983
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2984 Torture-Sub-1/32-XFAIL: nocompile/a/assert_14_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2985 nocompile: llvmdc -O0 -od./obj -c nocompile/a/assert_14_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2986 nocompile/a/assert_14_H.d(15): static assert is false
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2987 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2988
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2989 Torture-Sub-1/32-XFAIL: nocompile/a/assert_14_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2990 nocompile: llvmdc -O0 -od./obj -c nocompile/a/assert_14_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2991 nocompile/a/assert_14_I.d(14): static assert is false
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2992 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2993
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2994 Torture-Sub-1/32-XFAIL: nocompile/a/assert_14_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2995 nocompile: llvmdc -O0 -od./obj -c nocompile/a/assert_17_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2996 nocompile/a/assert_17_B.d(9): static assert "ome"
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2997 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2998
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
2999 Torture-Sub-1/32-XFAIL: nocompile/a/assert_17_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3000 nocompile: llvmdc -O0 -od./obj -c nocompile/a/associative_array_22_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3001 nocompile/a/associative_array_22_A.d(14): Error: const Exp type AssocArrayLiteralExp not implemented: '[4:5,10:6,69:30]' type: 'int[int]'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3002 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3003
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3004 Torture-Sub-1/32-XFAIL: nocompile/a/associative_array_22_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3005 nocompile: llvmdc -O0 -od./obj -c nocompile/a/at_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3006 nocompile/a/at_01_A.d(11): unsupported char '@'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3007 nocompile/a/at_01_A.d(11): no identifier for declarator int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3008 nocompile/a/at_01_A.d(11): semicolon expected, not 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3009 nocompile/a/at_01_A.d(11): no identifier for declarator int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3010 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3011
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3012 Torture-Sub-1/32-XFAIL: nocompile/a/at_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3013 nocompile: llvmdc -O0 -od./obj -c nocompile/a/at_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3014 nocompile/a/at_01_B.d(11): unsupported char '@'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3015 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3016
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3017 Torture-Sub-1/32-XFAIL: nocompile/a/at_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3018 nocompile: llvmdc -O0 -od./obj -c nocompile/a/at_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3019 nocompile/a/at_01_C.d(11): unsupported char '@'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3020 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3021
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3022 Torture-Sub-1/32-XFAIL: nocompile/a/at_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3023 nocompile: llvmdc -O0 -od./obj -c nocompile/a/at_01_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3024 nocompile/a/at_01_D.d(11): unsupported char '@'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3025 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3026
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3027 Torture-Sub-1/32-XFAIL: nocompile/a/at_01_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3028 nocompile: llvmdc -O0 -od./obj -c nocompile/a/at_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3029 nocompile/a/at_02_A.d(11): unsupported char '@'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3030 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3031
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3032 Torture-Sub-1/32-XFAIL: nocompile/a/at_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3033 nocompile: llvmdc -O0 -od./obj -c nocompile/a/at_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3034 nocompile/a/at_02_B.d(11): unsupported char '@'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3035 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3036
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3037 Torture-Sub-1/32-XFAIL: nocompile/a/at_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3038 nocompile: llvmdc -O0 -od./obj -c nocompile/a/at_02_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3039 nocompile/a/at_02_C.d(11): unsupported char '@'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3040 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3041
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3042 Torture-Sub-1/32-XFAIL: nocompile/a/at_02_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3043 nocompile: llvmdc -O0 -od./obj -c nocompile/a/auto_09.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3044 nocompile/a/auto_09.d(14): basic type expected, not {
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3045 nocompile/a/auto_09.d(14): no identifier for declarator int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3046 nocompile/a/auto_09.d(14): semicolon expected, not '{'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3047 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3048
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3049 Torture-Sub-1/32-XFAIL: nocompile/a/auto_09.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3050 nocompile: llvmdc -O0 -od./obj -c nocompile/a/auto_15_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3051 nocompile/a/auto_15_A.d(13): Error: circular reference to 'a'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3052 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3053
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3054 Torture-Sub-1/32-XFAIL: nocompile/a/auto_15_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3055 nocompile: llvmdc -O0 -od./obj -c nocompile/abstract_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3056 nocompile/abstract_05.d(15): constructor dstress.nocompile.abstract_05.Base.this non-virtual functions cannot be abstract
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3057 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3058
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3059 Torture-Sub-1/32-XFAIL: nocompile/abstract_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3060 nocompile: llvmdc -O0 -od./obj -c nocompile/abstract_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3061 nocompile/abstract_06.d(18): Error: cannot create instance of abstract class A
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3062 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3063
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3064 Torture-Sub-1/32-XFAIL: nocompile/abstract_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3065 nocompile: llvmdc -O0 -od./obj -c nocompile/abstract_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3066 nocompile/abstract_08.d(19): Error: cannot create instance of abstract class A
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3067 nocompile/abstract_08.d(19): Error: function test is abstract
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3068 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3069
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3070 Torture-Sub-1/32-XFAIL: nocompile/abstract_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3071 nocompile: llvmdc -O0 -od./obj -c nocompile/abstract_09.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3072 nocompile/abstract_09.d(15): variable dstress.nocompile.abstract_09.A.a abstract cannot be applied to variable
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3073 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3074
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3075 Torture-Sub-1/32-XFAIL: nocompile/abstract_09.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3076 nocompile: llvmdc -O0 -od./obj -c nocompile/abstract_11.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3077 nocompile/abstract_11.d(14): variable dstress.nocompile.abstract_11.a abstract cannot be applied to variable
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3078 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3079
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3080 Torture-Sub-1/32-XFAIL: nocompile/abstract_11.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3081 nocompile: llvmdc -O0 -od./obj -c nocompile/abstract_12.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3082 nocompile/abstract_12.d(14): struct dstress.nocompile.abstract_12.MyStruct structs, unions cannot be abstract
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3083 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3084
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3085 Torture-Sub-1/32-XFAIL: nocompile/abstract_12.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3086 nocompile: llvmdc -O0 -od./obj -c nocompile/alias_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3087 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3088
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3089 Torture-Sub-1/32-XPASS: nocompile/alias_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3090 nocompile: llvmdc -O0 -od./obj -c nocompile/alias_15.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3091 llvmdc: gen/toir.cpp:238: virtual DValue* VarExp::toElem(IRState*): Assertion `0' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3092 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3093 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3094 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3095 llvmdc[0x81239f3]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3096 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3097 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3098
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3099 Torture-Sub-1/32-ERROR: nocompile/alias_15.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3100 nocompile: llvmdc -O0 -od./obj -c nocompile/alias_16.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3101 llvmdc: gen/toir.cpp:238: virtual DValue* VarExp::toElem(IRState*): Assertion `0' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3102 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3103 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3104 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3105 llvmdc[0x81239f3]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3106 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3107 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3108
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3109 Torture-Sub-1/32-ERROR: nocompile/alias_16.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3110 nocompile: llvmdc -O0 -od./obj -c nocompile/alias_17.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3111 nocompile/alias_17.d(17): variable dstress.nocompile.alias_17._test is aliased to a function
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3112 nocompile/alias_17.d(21): function dstress.nocompile.alias_17.test () does not match parameter types (int)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3113 nocompile/alias_17.d(21): Error: expected 0 arguments, not 1
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3114 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3115
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3116 Torture-Sub-1/32-FAIL: nocompile/alias_17.d [bad error message]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3117 nocompile: llvmdc -O0 -od./obj -c nocompile/align_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3118 nocompile/align_02.d(8): integer expected, not -
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3119 nocompile/align_02.d(8): found '1' when expecting ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3120 nocompile/align_02.d(8): Declaration expected, not ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3121 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3122
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3123 Torture-Sub-1/32-XFAIL: nocompile/align_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3124 nocompile: llvmdc -O0 -od./obj -c nocompile/alignof_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3125 nocompile/alignof_01.d(14): function dstress.nocompile.alignof_01.A.alignof .alignof property cannot be redefined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3126 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3127
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3128 Torture-Sub-1/32-XFAIL: nocompile/alignof_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3129 nocompile: llvmdc -O0 -od./obj -c nocompile/alignof_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3130 nocompile/alignof_02.d(14): variable dstress.nocompile.alignof_02.A.alignof .alignof property cannot be redefined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3131 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3132
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3133 Torture-Sub-1/32-XFAIL: nocompile/alignof_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3134 nocompile: llvmdc -O0 -od./obj -c nocompile/alignof_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3135 nocompile/alignof_03.d(14): variable dstress.nocompile.alignof_03.A.alignof .alignof property cannot be redefined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3136 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3137
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3138 Torture-Sub-1/32-XFAIL: nocompile/alignof_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3139 nocompile: llvmdc -O0 -od./obj -c nocompile/alignof_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3140 nocompile/alignof_04.d(14): function dstress.nocompile.alignof_04.A.alignof .alignof property cannot be redefined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3141 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3142
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3143 Torture-Sub-1/32-XFAIL: nocompile/alignof_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3144 nocompile: llvmdc -O0 -od./obj -c nocompile/argument_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3145 nocompile/argument_01.d(11): function dstress.nocompile.argument_01.test parameter test.t is already defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3146 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3147
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3148 Torture-Sub-1/32-XFAIL: nocompile/argument_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3149 nocompile: llvmdc -O0 -od./obj -c nocompile/argument_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3150 nocompile/argument_02.d(11): function dstress.nocompile.argument_02.test parameter test.t is already defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3151 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3152
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3153 Torture-Sub-1/32-XFAIL: nocompile/argument_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3154 nocompile: llvmdc -O0 -od./obj -c nocompile/argument_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3155 nocompile/argument_03.d(16): default argument expected for unsigned
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3156 nocompile/argument_03.d(16): found 'ubyte' when expecting ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3157 nocompile/argument_03.d(16): semicolon expected following function declaration
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3158 nocompile/argument_03.d(16): no identifier for declarator lala2
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3159 nocompile/argument_03.d(16): semicolon expected, not ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3160 nocompile/argument_03.d(16): Declaration expected, not ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3161 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3162
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3163 Torture-Sub-1/32-XFAIL: nocompile/argument_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3164 nocompile: llvmdc -O0 -od./obj -c nocompile/argument_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3165 nocompile/argument_04.d(16): found 'ubyte' when expecting ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3166 nocompile/argument_04.d(16): semicolon expected following function declaration
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3167 nocompile/argument_04.d(16): no identifier for declarator lala2
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3168 nocompile/argument_04.d(16): semicolon expected, not ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3169 nocompile/argument_04.d(16): Declaration expected, not ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3170 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3171
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3172 Torture-Sub-1/32-XFAIL: nocompile/argument_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3173 nocompile: llvmdc -O0 -od./obj -c nocompile/argument_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3174 nocompile/argument_05.d(16): found 'ubyte' when expecting ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3175 nocompile/argument_05.d(16): semicolon expected following function declaration
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3176 nocompile/argument_05.d(16): no identifier for declarator lala2
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3177 nocompile/argument_05.d(16): semicolon expected, not ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3178 nocompile/argument_05.d(16): Declaration expected, not ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3179 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3180
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3181 Torture-Sub-1/32-XFAIL: nocompile/argument_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3182 nocompile: llvmdc -O0 -od./obj -c nocompile/array_initialization_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3183 nocompile/array_initialization_04.d(19): Error: Integer constant expression expected instead of t
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3184 nocompile/array_initialization_04.d(19): Error: Integer constant expression expected instead of cast(uint)t
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3185 nocompile/array_initialization_04.d(19): Error: Integer constant expression expected instead of cast(uint)t
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3186 nocompile/array_initialization_04.d(19): Error: Integer constant expression expected instead of cast(uint)t
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3187 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3188
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3189 Torture-Sub-1/32-XFAIL: nocompile/array_initialization_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3190 nocompile: llvmdc -O0 -od./obj -c nocompile/array_initialization_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3191 nocompile/array_initialization_08.d(14): Error: index 67108863 overflow for static array
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3192 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3193
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3194 Torture-Sub-1/32-XFAIL: nocompile/array_initialization_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3195 nocompile: llvmdc -O0 -od./obj -c nocompile/array_initialization_09.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3196 nocompile/array_initialization_09.d(14): Error: index -2147483648 overflow for static array
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3197 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3198
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3199 Torture-Sub-1/32-XFAIL: nocompile/array_initialization_09.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3200 nocompile: llvmdc -O0 -od./obj -c nocompile/array_initialization_11.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3201 nocompile/array_initialization_11.d(14): Error: index 67108863 overflow for static array
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3202 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3203
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3204 Torture-Sub-1/32-XFAIL: nocompile/array_initialization_11.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3205 nocompile: llvmdc -O0 -od./obj -c nocompile/array_initialization_12.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3206 nocompile/array_initialization_12.d(14): Error: array dimension 2147483648 exceeds max of 2147483648
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3207 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3208
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3209 Torture-Sub-1/32-XFAIL: nocompile/array_initialization_12.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3210 nocompile: llvmdc -O0 -od./obj -c nocompile/array_initialization_13.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3211 nocompile/array_initialization_13.d(14): Error: array initializers as expressions are not allowed
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3212 nocompile/array_initialization_13.d(14): Error: array dimension 2147483649 exceeds max of 2147483648
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3213 nocompile/array_initialization_13.d(14): Error: array initializers as expressions are not allowed
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3214 nocompile/array_initialization_13.d(14): variable dstress.nocompile.array_initialization_13.main.a is not a static and cannot have static initializer
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3215 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3216
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3217 Torture-Sub-1/32-XFAIL: nocompile/array_initialization_13.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3218 nocompile: llvmdc -O0 -od./obj -c nocompile/array_initialization_14.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3219 nocompile/array_initialization_14.d(14): Error: array dimension 2147483649 exceeds max of 2147483648
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3220 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3221
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3222 Torture-Sub-1/32-XFAIL: nocompile/array_initialization_14.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3223 nocompile: llvmdc -O0 -od./obj -c nocompile/assert_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3224 nocompile/assert_03.d(10): static assert is false
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3225 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3226
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3227 Torture-Sub-1/32-XFAIL: nocompile/assert_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3228 nocompile: llvmdc -O0 -od./obj -c nocompile/assert_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3229 nocompile/assert_08.d(14): static assert is false
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3230 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3231
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3232 Torture-Sub-1/32-XFAIL: nocompile/assert_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3233 nocompile: llvmdc -O0 -od./obj -c nocompile/assert_09.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3234 nocompile/assert_09.d(14): static assert is false
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3235 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3236
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3237 Torture-Sub-1/32-XFAIL: nocompile/assert_09.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3238 nocompile: llvmdc -O0 -od./obj -c nocompile/associative_array_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3239 nocompile/associative_array_01.d(11): Error: k.length is not an lvalue
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3240 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3241
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3242 Torture-Sub-1/32-XFAIL: nocompile/associative_array_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3243 nocompile: llvmdc -O0 -od./obj -c nocompile/associative_array_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3244 nocompile/associative_array_03.d(13): Error: cannot implicitly convert expression (asso) of type int[uint] to int[]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3245 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3246
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3247 Torture-Sub-1/32-XFAIL: nocompile/associative_array_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3248 nocompile: llvmdc -O0 -od./obj -c nocompile/associative_array_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3249 nocompile/associative_array_04.d(13): Error: cannot implicitly convert expression (array) of type int[] to int[uint]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3250 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3251
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3252 Torture-Sub-1/32-XFAIL: nocompile/associative_array_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3253 nocompile: llvmdc -O0 -od./obj -c nocompile/associative_array_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3254 nocompile/associative_array_05.d(19): Error: [i] has no effect in expression (array["zwei"])
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3255 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3257 Torture-Sub-1/32-XFAIL: nocompile/associative_array_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3258 nocompile: llvmdc -O0 -od./obj -c nocompile/associative_array_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3259 nocompile/associative_array_06.d(12): Error: can't have associative array key of void
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3260 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3261
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3262 Torture-Sub-1/32-XFAIL: nocompile/associative_array_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3263 nocompile: llvmdc -O0 -od./obj -c nocompile/b/bang_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3264 nocompile/b/bang_01_B.d(7): #line integer ["filespec"]\n expected
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3265 nocompile/b/bang_01_B.d(7): semicolon expected, not 'bar'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3266 nocompile/b/bang_01_B.d(9): no identifier for declarator bar
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3267 nocompile/b/bang_01_B.d(9): semicolon expected, not 'module'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3268 nocompile/b/bang_01_B.d(9): Declaration expected, not 'module'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3269 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3270
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3271 Torture-Sub-1/32-XFAIL: nocompile/b/bang_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3272 nocompile: llvmdc -O0 -od./obj -c nocompile/b/bang_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3273 nocompile/b/bang_01_C.d(9): #line integer ["filespec"]\n expected
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3274 nocompile/b/bang_01_C.d(9): semicolon expected, not 'bar'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3275 nocompile/b/bang_01_C.d(11): no identifier for declarator bar
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3276 nocompile/b/bang_01_C.d(11): semicolon expected, not 'module'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3277 nocompile/b/bang_01_C.d(11): Declaration expected, not 'module'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3278 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3279
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3280 Torture-Sub-1/32-XFAIL: nocompile/b/bang_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3281 nocompile: llvmdc -O0 -od./obj -c nocompile/b/bang_02_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3282 nocompile/b/bang_02_C.d(15): no identifier for declarator x
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3283 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3284
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3285 Torture-Sub-1/32-XFAIL: nocompile/b/bang_02_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3286 nocompile: llvmdc -O0 -od./obj -c nocompile/b/base_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3287 nocompile/b/base_01_A.d(19): Error: undefined identifier base
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3288 nocompile/b/base_01_A.d(19): Error: undefined identifier base
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3289 nocompile/b/base_01_A.d(19): Error: no property 'test' for type 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3290 nocompile/b/base_01_A.d(19): Error: function expected before (), not 1 of type int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3291 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3292
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3293 Torture-Sub-1/32-XFAIL: nocompile/b/base_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3294 nocompile: llvmdc -O0 -od./obj -c nocompile/b/base_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3295 nocompile/b/base_01_B.d(19): Error: undefined identifier base
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3296 nocompile/b/base_01_B.d(19): Error: undefined identifier base
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3297 nocompile/b/base_01_B.d(19): Error: no property 'foo' for type 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3298 nocompile/b/base_01_B.d(19): Error: function expected before (), not 1 of type int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3299 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3300
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3301 Torture-Sub-1/32-XFAIL: nocompile/b/base_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3302 nocompile: llvmdc -O0 -od./obj -c nocompile/b/bool_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3303 nocompile/b/bool_02.d(10): Error: cannot implicitly convert expression (2) of type int to bool
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3304 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3305
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3306 Torture-Sub-1/32-XFAIL: nocompile/b/bool_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3307 nocompile: llvmdc -O0 -od./obj -c nocompile/b/break_11_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3308 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3309
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3310 Torture-Sub-1/32-XPASS: nocompile/b/break_11_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3311 nocompile: llvmdc -O0 -od./obj -c nocompile/b/break_11_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3312 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3313
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3314 Torture-Sub-1/32-XPASS: nocompile/b/break_11_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3315 nocompile: llvmdc -O0 -od./obj -c nocompile/b/break_11_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3316 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3317
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3318 Torture-Sub-1/32-XPASS: nocompile/b/break_11_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3319 nocompile: llvmdc -O0 -od./obj -c nocompile/b/break_11_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3320 nocompile/b/break_11_D.d: module dstress.nocompile.b.break_11_D Terminator found in the middle of a basic block!
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3321 label %dowhile
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3322 Broken module found, compilation terminated.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3323 Broken module found, compilation terminated.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3324
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3325 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3326
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3327 Torture-Sub-1/32-FAIL: nocompile/b/break_11_D.d [bad error message]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3328 nocompile: llvmdc -O0 -od./obj -c nocompile/b/break_13_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3329 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3330
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3331 Torture-Sub-1/32-XPASS: nocompile/b/break_13_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3332 nocompile: llvmdc -O0 -od./obj -c nocompile/b/break_13_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3333 nocompile/b/break_13_B.d(21): Error: enclosing label 'block' for break not found
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3334 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3335
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3336 Torture-Sub-1/32-XFAIL: nocompile/b/break_13_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3337 nocompile: llvmdc -O0 -od./obj -c nocompile/b/bug_20060620_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3338 nocompile/b/bug_20060620_A.d(13): Error: const Exp type Expression not implemented: 'cast(int)"bar"' type: 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3339 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3340
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3341 Torture-Sub-1/32-XFAIL: nocompile/b/bug_20060620_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3342 nocompile: llvmdc -O0 -od./obj -c nocompile/b/bug_20060620_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3343 nocompile/b/bug_20060620_B.d(13): Error: cannot implicitly convert expression ("bar") of type char[3u] to int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3344 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3345
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3346 Torture-Sub-1/32-XFAIL: nocompile/b/bug_20060620_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3347 nocompile: llvmdc -O0 -od./obj -c nocompile/b/bug_cgcod_562_A1.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3348 llvmdc: /home/kamm/eigenes/projekte/llvmdc/llvm-23-branch/lib/VMCore/Value.cpp:45: llvm::Value::Value(const llvm::Type*, unsigned int): Assertion `(Ty->isFirstClassType() || Ty == Type::VoidTy || isa<OpaqueType>(ty)) && "Cannot create non-first-class values except for constants!"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3349 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3350 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3351 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3352 llvmdc[0x8834b5c]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3353 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3354
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3355 Torture-Sub-1/32-ERROR: nocompile/b/bug_cgcod_562_A1.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3356 nocompile: llvmdc -O0 -od./obj -c nocompile/b/bug_cgcod_562_A2.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3357 llvmdc: /home/kamm/eigenes/projekte/llvmdc/llvm-23-branch/lib/VMCore/Value.cpp:45: llvm::Value::Value(const llvm::Type*, unsigned int): Assertion `(Ty->isFirstClassType() || Ty == Type::VoidTy || isa<OpaqueType>(ty)) && "Cannot create non-first-class values except for constants!"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3358 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3359 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3360 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3361 llvmdc[0x8834b5c]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3362 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3363
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3364 Torture-Sub-1/32-ERROR: nocompile/b/bug_cgcod_562_A2.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3365 nocompile: llvmdc -O0 -od./obj -c nocompile/b/bug_cgcod_562_A3.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3366 llvmdc: /home/kamm/eigenes/projekte/llvmdc/llvm-23-branch/lib/VMCore/Value.cpp:45: llvm::Value::Value(const llvm::Type*, unsigned int): Assertion `(Ty->isFirstClassType() || Ty == Type::VoidTy || isa<OpaqueType>(ty)) && "Cannot create non-first-class values except for constants!"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3367 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3368 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3369 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3370 llvmdc[0x8834b5c]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3371 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3372
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3373 Torture-Sub-1/32-ERROR: nocompile/b/bug_cgcod_562_A3.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3374 nocompile: llvmdc -O0 -od./obj -c nocompile/b/bug_cgcod_562_B1.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3375 llvmdc: /home/kamm/eigenes/projekte/llvmdc/llvm-23-branch/lib/VMCore/Value.cpp:45: llvm::Value::Value(const llvm::Type*, unsigned int): Assertion `(Ty->isFirstClassType() || Ty == Type::VoidTy || isa<OpaqueType>(ty)) && "Cannot create non-first-class values except for constants!"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3376 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3377 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3378 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3379 llvmdc[0x8834b5c]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3380 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3381
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3382 Torture-Sub-1/32-ERROR: nocompile/b/bug_cgcod_562_B1.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3383 nocompile: llvmdc -O0 -od./obj -c nocompile/b/bug_cgcod_562_B2.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3384 llvmdc: /home/kamm/eigenes/projekte/llvmdc/llvm-23-branch/lib/VMCore/Value.cpp:45: llvm::Value::Value(const llvm::Type*, unsigned int): Assertion `(Ty->isFirstClassType() || Ty == Type::VoidTy || isa<OpaqueType>(ty)) && "Cannot create non-first-class values except for constants!"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3385 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3386 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3387 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3388 llvmdc[0x8834b5c]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3389 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3390
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3391 Torture-Sub-1/32-ERROR: nocompile/b/bug_cgcod_562_B2.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3392 nocompile: llvmdc -O0 -od./obj -c nocompile/b/bug_cgcod_562_B3.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3393 llvmdc: /home/kamm/eigenes/projekte/llvmdc/llvm-23-branch/lib/VMCore/Value.cpp:45: llvm::Value::Value(const llvm::Type*, unsigned int): Assertion `(Ty->isFirstClassType() || Ty == Type::VoidTy || isa<OpaqueType>(ty)) && "Cannot create non-first-class values except for constants!"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3394 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3395 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3396 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3397 llvmdc[0x8834b5c]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3398 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3399
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3400 Torture-Sub-1/32-ERROR: nocompile/b/bug_cgcod_562_B3.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3401 nocompile: llvmdc -O0 -od./obj -c nocompile/b/bug_cgcod_562_C1.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3402 llvmdc: /home/kamm/eigenes/projekte/llvmdc/llvm-23-branch/lib/VMCore/Value.cpp:45: llvm::Value::Value(const llvm::Type*, unsigned int): Assertion `(Ty->isFirstClassType() || Ty == Type::VoidTy || isa<OpaqueType>(ty)) && "Cannot create non-first-class values except for constants!"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3403 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3404 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3405 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3406 llvmdc[0x8834b5c]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3407 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3408
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3409 Torture-Sub-1/32-ERROR: nocompile/b/bug_cgcod_562_C1.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3410 nocompile: llvmdc -O0 -od./obj -c nocompile/b/bug_cgcod_562_C2.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3411 llvmdc: /home/kamm/eigenes/projekte/llvmdc/llvm-23-branch/lib/VMCore/Value.cpp:45: llvm::Value::Value(const llvm::Type*, unsigned int): Assertion `(Ty->isFirstClassType() || Ty == Type::VoidTy || isa<OpaqueType>(ty)) && "Cannot create non-first-class values except for constants!"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3412 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3413 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3414 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3415 llvmdc[0x8834b5c]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3416 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3417
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3418 Torture-Sub-1/32-ERROR: nocompile/b/bug_cgcod_562_C2.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3419 nocompile: llvmdc -O0 -od./obj -c nocompile/b/bug_cgcod_562_C3.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3420 llvmdc: /home/kamm/eigenes/projekte/llvmdc/llvm-23-branch/lib/VMCore/Value.cpp:45: llvm::Value::Value(const llvm::Type*, unsigned int): Assertion `(Ty->isFirstClassType() || Ty == Type::VoidTy || isa<OpaqueType>(ty)) && "Cannot create non-first-class values except for constants!"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3421 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3422 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3423 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3424 llvmdc[0x8834b5c]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3425 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3426
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3427 Torture-Sub-1/32-ERROR: nocompile/b/bug_cgcod_562_C3.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3428 nocompile: llvmdc -O0 -od./obj -c nocompile/b/bug_cgcod_562_D1.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3429 llvmdc: /home/kamm/eigenes/projekte/llvmdc/llvm-23-branch/lib/VMCore/Value.cpp:45: llvm::Value::Value(const llvm::Type*, unsigned int): Assertion `(Ty->isFirstClassType() || Ty == Type::VoidTy || isa<OpaqueType>(ty)) && "Cannot create non-first-class values except for constants!"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3430 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3431 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3432 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3433 llvmdc[0x8834b5c]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3434 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3435
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3436 Torture-Sub-1/32-ERROR: nocompile/b/bug_cgcod_562_D1.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3437 nocompile: llvmdc -O0 -od./obj -c nocompile/b/bug_cgcod_562_D2.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3438 llvmdc: /home/kamm/eigenes/projekte/llvmdc/llvm-23-branch/lib/VMCore/Value.cpp:45: llvm::Value::Value(const llvm::Type*, unsigned int): Assertion `(Ty->isFirstClassType() || Ty == Type::VoidTy || isa<OpaqueType>(ty)) && "Cannot create non-first-class values except for constants!"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3439 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3440 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3441 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3442 llvmdc[0x8834b5c]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3443 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3444
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3445 Torture-Sub-1/32-ERROR: nocompile/b/bug_cgcod_562_D2.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3446 nocompile: llvmdc -O0 -od./obj -c nocompile/b/bug_cgcod_562_D3.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3447 llvmdc: /home/kamm/eigenes/projekte/llvmdc/llvm-23-branch/lib/VMCore/Value.cpp:45: llvm::Value::Value(const llvm::Type*, unsigned int): Assertion `(Ty->isFirstClassType() || Ty == Type::VoidTy || isa<OpaqueType>(ty)) && "Cannot create non-first-class values except for constants!"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3448 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3449 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3450 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3451 llvmdc[0x8834b5c]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3452 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3453
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3454 Torture-Sub-1/32-ERROR: nocompile/b/bug_cgcod_562_D3.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3455 nocompile: llvmdc -O0 -od./obj -c nocompile/b/bug_cgcod_562_E1.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3456 llvmdc: /home/kamm/eigenes/projekte/llvmdc/llvm-23-branch/lib/VMCore/Value.cpp:45: llvm::Value::Value(const llvm::Type*, unsigned int): Assertion `(Ty->isFirstClassType() || Ty == Type::VoidTy || isa<OpaqueType>(ty)) && "Cannot create non-first-class values except for constants!"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3457 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3458 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3459 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3460 llvmdc[0x8834b5c]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3461 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3462
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3463 Torture-Sub-1/32-ERROR: nocompile/b/bug_cgcod_562_E1.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3464 nocompile: llvmdc -O0 -od./obj -c nocompile/b/bug_cgcod_562_E2.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3465 llvmdc: /home/kamm/eigenes/projekte/llvmdc/llvm-23-branch/lib/VMCore/Value.cpp:45: llvm::Value::Value(const llvm::Type*, unsigned int): Assertion `(Ty->isFirstClassType() || Ty == Type::VoidTy || isa<OpaqueType>(ty)) && "Cannot create non-first-class values except for constants!"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3466 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3467 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3468 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3469 llvmdc[0x8834b5c]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3470 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3471
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3472 Torture-Sub-1/32-ERROR: nocompile/b/bug_cgcod_562_E2.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3473 nocompile: llvmdc -O0 -od./obj -c nocompile/b/bug_cgcod_562_E3.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3474 llvmdc: /home/kamm/eigenes/projekte/llvmdc/llvm-23-branch/lib/VMCore/Value.cpp:45: llvm::Value::Value(const llvm::Type*, unsigned int): Assertion `(Ty->isFirstClassType() || Ty == Type::VoidTy || isa<OpaqueType>(ty)) && "Cannot create non-first-class values except for constants!"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3475 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3476 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3477 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3478 llvmdc[0x8834b5c]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3479 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3480
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3481 Torture-Sub-1/32-ERROR: nocompile/b/bug_cgcod_562_E3.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3482 nocompile: llvmdc -O0 -od./obj -c nocompile/b/bug_cgcod_562_F1.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3483 llvmdc: /home/kamm/eigenes/projekte/llvmdc/llvm-23-branch/lib/VMCore/Value.cpp:45: llvm::Value::Value(const llvm::Type*, unsigned int): Assertion `(Ty->isFirstClassType() || Ty == Type::VoidTy || isa<OpaqueType>(ty)) && "Cannot create non-first-class values except for constants!"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3484 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3485 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3486 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3487 llvmdc[0x8834b5c]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3488 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3489
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3490 Torture-Sub-1/32-ERROR: nocompile/b/bug_cgcod_562_F1.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3491 nocompile: llvmdc -O0 -od./obj -c nocompile/b/bug_cgcod_562_F2.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3492 llvmdc: /home/kamm/eigenes/projekte/llvmdc/llvm-23-branch/lib/VMCore/Value.cpp:45: llvm::Value::Value(const llvm::Type*, unsigned int): Assertion `(Ty->isFirstClassType() || Ty == Type::VoidTy || isa<OpaqueType>(ty)) && "Cannot create non-first-class values except for constants!"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3493 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3494 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3495 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3496 llvmdc[0x8834b5c]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3497 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3498
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3499 Torture-Sub-1/32-ERROR: nocompile/b/bug_cgcod_562_F2.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3500 nocompile: llvmdc -O0 -od./obj -c nocompile/b/bug_cgcod_562_F3.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3501 llvmdc: /home/kamm/eigenes/projekte/llvmdc/llvm-23-branch/lib/VMCore/Value.cpp:45: llvm::Value::Value(const llvm::Type*, unsigned int): Assertion `(Ty->isFirstClassType() || Ty == Type::VoidTy || isa<OpaqueType>(ty)) && "Cannot create non-first-class values except for constants!"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3502 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3503 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3504 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3505 llvmdc[0x8834b5c]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3506 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3507
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3508 Torture-Sub-1/32-ERROR: nocompile/b/bug_cgcod_562_F3.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3509 nocompile: llvmdc -O0 -od./obj -c nocompile/b/bug_cgcod_562_G1.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3510 llvmdc: /home/kamm/eigenes/projekte/llvmdc/llvm-23-branch/lib/VMCore/Value.cpp:45: llvm::Value::Value(const llvm::Type*, unsigned int): Assertion `(Ty->isFirstClassType() || Ty == Type::VoidTy || isa<OpaqueType>(ty)) && "Cannot create non-first-class values except for constants!"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3511 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3512 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3513 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3514 llvmdc[0x8834b5c]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3515 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3516
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3517 Torture-Sub-1/32-ERROR: nocompile/b/bug_cgcod_562_G1.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3518 nocompile: llvmdc -O0 -od./obj -c nocompile/b/bug_cgcod_562_G2.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3519 llvmdc: /home/kamm/eigenes/projekte/llvmdc/llvm-23-branch/lib/VMCore/Value.cpp:45: llvm::Value::Value(const llvm::Type*, unsigned int): Assertion `(Ty->isFirstClassType() || Ty == Type::VoidTy || isa<OpaqueType>(ty)) && "Cannot create non-first-class values except for constants!"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3520 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3521 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3522 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3523 llvmdc[0x8834b5c]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3524 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3525
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3526 Torture-Sub-1/32-ERROR: nocompile/b/bug_cgcod_562_G2.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3527 nocompile: llvmdc -O0 -od./obj -c nocompile/b/bug_cgcod_562_G3.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3528 llvmdc: /home/kamm/eigenes/projekte/llvmdc/llvm-23-branch/lib/VMCore/Value.cpp:45: llvm::Value::Value(const llvm::Type*, unsigned int): Assertion `(Ty->isFirstClassType() || Ty == Type::VoidTy || isa<OpaqueType>(ty)) && "Cannot create non-first-class values except for constants!"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3529 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3530 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3531 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3532 llvmdc[0x8834b5c]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3533 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3534
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3535 Torture-Sub-1/32-ERROR: nocompile/b/bug_cgcod_562_G3.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3536 nocompile: llvmdc -O0 -od./obj -c nocompile/b/bug_cgcod_562_H1.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3537 llvmdc: /home/kamm/eigenes/projekte/llvmdc/llvm-23-branch/lib/VMCore/Value.cpp:45: llvm::Value::Value(const llvm::Type*, unsigned int): Assertion `(Ty->isFirstClassType() || Ty == Type::VoidTy || isa<OpaqueType>(ty)) && "Cannot create non-first-class values except for constants!"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3538 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3539 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3540 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3541 llvmdc[0x8834b5c]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3542 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3543
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3544 Torture-Sub-1/32-ERROR: nocompile/b/bug_cgcod_562_H1.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3545 nocompile: llvmdc -O0 -od./obj -c nocompile/b/bug_cgcod_562_H2.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3546 llvmdc: /home/kamm/eigenes/projekte/llvmdc/llvm-23-branch/lib/VMCore/Value.cpp:45: llvm::Value::Value(const llvm::Type*, unsigned int): Assertion `(Ty->isFirstClassType() || Ty == Type::VoidTy || isa<OpaqueType>(ty)) && "Cannot create non-first-class values except for constants!"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3547 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3548 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3549 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3550 llvmdc[0x8834b5c]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3551 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3552
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3553 Torture-Sub-1/32-ERROR: nocompile/b/bug_cgcod_562_H2.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3554 nocompile: llvmdc -O0 -od./obj -c nocompile/b/bug_cgcod_562_H3.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3555 llvmdc: /home/kamm/eigenes/projekte/llvmdc/llvm-23-branch/lib/VMCore/Value.cpp:45: llvm::Value::Value(const llvm::Type*, unsigned int): Assertion `(Ty->isFirstClassType() || Ty == Type::VoidTy || isa<OpaqueType>(ty)) && "Cannot create non-first-class values except for constants!"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3556 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3557 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3558 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3559 llvmdc[0x8834b5c]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3560 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3561
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3562 Torture-Sub-1/32-ERROR: nocompile/b/bug_cgcod_562_H3.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3563 nocompile: llvmdc -O0 -od./obj -c nocompile/b/bug_cgcod_562_I1.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3564 llvmdc: /home/kamm/eigenes/projekte/llvmdc/llvm-23-branch/lib/VMCore/Value.cpp:45: llvm::Value::Value(const llvm::Type*, unsigned int): Assertion `(Ty->isFirstClassType() || Ty == Type::VoidTy || isa<OpaqueType>(ty)) && "Cannot create non-first-class values except for constants!"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3565 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3566 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3567 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3568 llvmdc[0x8834b5c]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3569 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3570
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3571 Torture-Sub-1/32-ERROR: nocompile/b/bug_cgcod_562_I1.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3572 nocompile: llvmdc -O0 -od./obj -c nocompile/b/bug_cgcod_562_I2.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3573 llvmdc: /home/kamm/eigenes/projekte/llvmdc/llvm-23-branch/lib/VMCore/Value.cpp:45: llvm::Value::Value(const llvm::Type*, unsigned int): Assertion `(Ty->isFirstClassType() || Ty == Type::VoidTy || isa<OpaqueType>(ty)) && "Cannot create non-first-class values except for constants!"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3574 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3575 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3576 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3577 llvmdc[0x8834b5c]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3578 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3579
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3580 Torture-Sub-1/32-ERROR: nocompile/b/bug_cgcod_562_I2.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3581 nocompile: llvmdc -O0 -od./obj -c nocompile/b/bug_cgcod_562_I3.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3582 llvmdc: /home/kamm/eigenes/projekte/llvmdc/llvm-23-branch/lib/VMCore/Value.cpp:45: llvm::Value::Value(const llvm::Type*, unsigned int): Assertion `(Ty->isFirstClassType() || Ty == Type::VoidTy || isa<OpaqueType>(ty)) && "Cannot create non-first-class values except for constants!"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3583 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3584 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3585 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3586 llvmdc[0x8834b5c]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3587 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3588
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3589 Torture-Sub-1/32-ERROR: nocompile/b/bug_cgcod_562_I3.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3590 nocompile: llvmdc -O0 -od./obj -c nocompile/b/bug_cgcod_562_J1.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3591 llvmdc: /home/kamm/eigenes/projekte/llvmdc/llvm-23-branch/lib/VMCore/Value.cpp:45: llvm::Value::Value(const llvm::Type*, unsigned int): Assertion `(Ty->isFirstClassType() || Ty == Type::VoidTy || isa<OpaqueType>(ty)) && "Cannot create non-first-class values except for constants!"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3592 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3593 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3594 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3595 llvmdc[0x8834b5c]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3596 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3597
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3598 Torture-Sub-1/32-ERROR: nocompile/b/bug_cgcod_562_J1.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3599 nocompile: llvmdc -O0 -od./obj -c nocompile/b/bug_cgcod_562_J2.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3600 llvmdc: /home/kamm/eigenes/projekte/llvmdc/llvm-23-branch/lib/VMCore/Value.cpp:45: llvm::Value::Value(const llvm::Type*, unsigned int): Assertion `(Ty->isFirstClassType() || Ty == Type::VoidTy || isa<OpaqueType>(ty)) && "Cannot create non-first-class values except for constants!"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3601 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3602 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3603 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3604 llvmdc[0x8834b5c]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3605 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3606
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3607 Torture-Sub-1/32-ERROR: nocompile/b/bug_cgcod_562_J2.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3608 nocompile: llvmdc -O0 -od./obj -c nocompile/b/bug_cgcod_562_J3.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3609 llvmdc: /home/kamm/eigenes/projekte/llvmdc/llvm-23-branch/lib/VMCore/Value.cpp:45: llvm::Value::Value(const llvm::Type*, unsigned int): Assertion `(Ty->isFirstClassType() || Ty == Type::VoidTy || isa<OpaqueType>(ty)) && "Cannot create non-first-class values except for constants!"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3610 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3611 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3612 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3613 llvmdc[0x8834b5c]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3614 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3615
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3616 Torture-Sub-1/32-ERROR: nocompile/b/bug_cgcod_562_J3.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3617 nocompile: llvmdc -O0 -od./obj -c nocompile/b/bug_cgcod_562_K1.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3618 llvmdc: /home/kamm/eigenes/projekte/llvmdc/llvm-23-branch/lib/VMCore/Value.cpp:45: llvm::Value::Value(const llvm::Type*, unsigned int): Assertion `(Ty->isFirstClassType() || Ty == Type::VoidTy || isa<OpaqueType>(ty)) && "Cannot create non-first-class values except for constants!"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3619 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3620 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3621 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3622 llvmdc[0x8834b5c]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3623 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3624
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3625 Torture-Sub-1/32-ERROR: nocompile/b/bug_cgcod_562_K1.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3626 nocompile: llvmdc -O0 -od./obj -c nocompile/b/bug_cgcod_562_K2.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3627 llvmdc: /home/kamm/eigenes/projekte/llvmdc/llvm-23-branch/lib/VMCore/Value.cpp:45: llvm::Value::Value(const llvm::Type*, unsigned int): Assertion `(Ty->isFirstClassType() || Ty == Type::VoidTy || isa<OpaqueType>(ty)) && "Cannot create non-first-class values except for constants!"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3628 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3629 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3630 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3631 llvmdc[0x8834b5c]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3632 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3633
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3634 Torture-Sub-1/32-ERROR: nocompile/b/bug_cgcod_562_K2.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3635 nocompile: llvmdc -O0 -od./obj -c nocompile/b/bug_cgcod_562_K3.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3636 llvmdc: /home/kamm/eigenes/projekte/llvmdc/llvm-23-branch/lib/VMCore/Value.cpp:45: llvm::Value::Value(const llvm::Type*, unsigned int): Assertion `(Ty->isFirstClassType() || Ty == Type::VoidTy || isa<OpaqueType>(ty)) && "Cannot create non-first-class values except for constants!"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3637 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3638 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3639 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3640 llvmdc[0x8834b5c]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3641 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3642
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3643 Torture-Sub-1/32-ERROR: nocompile/b/bug_cgcod_562_K3.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3644 nocompile: llvmdc -O0 -od./obj -c nocompile/b/bug_cgcod_562_L1.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3645 llvmdc: /home/kamm/eigenes/projekte/llvmdc/llvm-23-branch/lib/VMCore/Value.cpp:45: llvm::Value::Value(const llvm::Type*, unsigned int): Assertion `(Ty->isFirstClassType() || Ty == Type::VoidTy || isa<OpaqueType>(ty)) && "Cannot create non-first-class values except for constants!"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3646 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3647 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3648 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3649 llvmdc[0x8834b5c]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3650 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3651
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3652 Torture-Sub-1/32-ERROR: nocompile/b/bug_cgcod_562_L1.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3653 nocompile: llvmdc -O0 -od./obj -c nocompile/b/bug_cgcod_562_L2.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3654 llvmdc: /home/kamm/eigenes/projekte/llvmdc/llvm-23-branch/lib/VMCore/Value.cpp:45: llvm::Value::Value(const llvm::Type*, unsigned int): Assertion `(Ty->isFirstClassType() || Ty == Type::VoidTy || isa<OpaqueType>(ty)) && "Cannot create non-first-class values except for constants!"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3655 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3656 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3657 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3658 llvmdc[0x8834b5c]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3659 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3660
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3661 Torture-Sub-1/32-ERROR: nocompile/b/bug_cgcod_562_L2.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3662 nocompile: llvmdc -O0 -od./obj -c nocompile/b/bug_cgcod_562_L3.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3663 llvmdc: /home/kamm/eigenes/projekte/llvmdc/llvm-23-branch/lib/VMCore/Value.cpp:45: llvm::Value::Value(const llvm::Type*, unsigned int): Assertion `(Ty->isFirstClassType() || Ty == Type::VoidTy || isa<OpaqueType>(ty)) && "Cannot create non-first-class values except for constants!"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3664 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3665 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3666 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3667 llvmdc[0x8834b5c]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3668 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3669
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3670 Torture-Sub-1/32-ERROR: nocompile/b/bug_cgcod_562_L3.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3671 nocompile: llvmdc -O0 -od./obj -c nocompile/b/bug_cgcod_562_M1.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3672 llvmdc: /home/kamm/eigenes/projekte/llvmdc/llvm-23-branch/lib/VMCore/Value.cpp:45: llvm::Value::Value(const llvm::Type*, unsigned int): Assertion `(Ty->isFirstClassType() || Ty == Type::VoidTy || isa<OpaqueType>(ty)) && "Cannot create non-first-class values except for constants!"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3673 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3674 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3675 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3676 llvmdc[0x8834b5c]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3677 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3678
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3679 Torture-Sub-1/32-ERROR: nocompile/b/bug_cgcod_562_M1.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3680 nocompile: llvmdc -O0 -od./obj -c nocompile/b/bug_cgcod_562_M2.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3681 llvmdc: /home/kamm/eigenes/projekte/llvmdc/llvm-23-branch/lib/VMCore/Value.cpp:45: llvm::Value::Value(const llvm::Type*, unsigned int): Assertion `(Ty->isFirstClassType() || Ty == Type::VoidTy || isa<OpaqueType>(ty)) && "Cannot create non-first-class values except for constants!"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3682 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3683 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3684 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3685 llvmdc[0x8834b5c]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3686 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3687
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3688 Torture-Sub-1/32-ERROR: nocompile/b/bug_cgcod_562_M2.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3689 nocompile: llvmdc -O0 -od./obj -c nocompile/b/bug_cgcod_562_M3.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3690 llvmdc: gen/llvmhelpers.cpp:565: DValue* DtoCastFloat(DValue*, Type*): Assertion `0 && "bad float cast"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3691 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3692 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3693 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3694 llvmdc[0x815c69e]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3695 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3696 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3697
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3698 Torture-Sub-1/32-ERROR: nocompile/b/bug_cgcod_562_M3.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3699 nocompile: llvmdc -O0 -od./obj -c nocompile/b/bug_cgcod_562_N1.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3700 llvmdc: /home/kamm/eigenes/projekte/llvmdc/llvm-23-branch/lib/VMCore/Value.cpp:45: llvm::Value::Value(const llvm::Type*, unsigned int): Assertion `(Ty->isFirstClassType() || Ty == Type::VoidTy || isa<OpaqueType>(ty)) && "Cannot create non-first-class values except for constants!"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3701 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3702 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3703 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3704 llvmdc[0x8834b5c]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3705 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3706
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3707 Torture-Sub-1/32-ERROR: nocompile/b/bug_cgcod_562_N1.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3708 nocompile: llvmdc -O0 -od./obj -c nocompile/b/bug_cgcod_562_N2.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3709 llvmdc: /home/kamm/eigenes/projekte/llvmdc/llvm-23-branch/lib/VMCore/Value.cpp:45: llvm::Value::Value(const llvm::Type*, unsigned int): Assertion `(Ty->isFirstClassType() || Ty == Type::VoidTy || isa<OpaqueType>(ty)) && "Cannot create non-first-class values except for constants!"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3710 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3711 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3712 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3713 llvmdc[0x8834b5c]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3714 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3715
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3716 Torture-Sub-1/32-ERROR: nocompile/b/bug_cgcod_562_N2.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3717 nocompile: llvmdc -O0 -od./obj -c nocompile/b/bug_cgcod_562_N3.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3718 llvmdc: /home/kamm/eigenes/projekte/llvmdc/llvm-23-branch/lib/VMCore/Value.cpp:45: llvm::Value::Value(const llvm::Type*, unsigned int): Assertion `(Ty->isFirstClassType() || Ty == Type::VoidTy || isa<OpaqueType>(ty)) && "Cannot create non-first-class values except for constants!"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3719 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3720 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3721 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3722 llvmdc[0x8834b5c]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3723 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3724
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3725 Torture-Sub-1/32-ERROR: nocompile/b/bug_cgcod_562_N3.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3726 nocompile: llvmdc -O0 -od./obj -c nocompile/b/bug_cgcs_354_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3727 llvmdc: gen/llvmhelpers.cpp:528: DValue* DtoCastPtr(DValue*, Type*): Assertion `0' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3728 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3729 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3730 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3731 llvmdc[0x815cc99]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3732 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3733 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3734
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3735 Torture-Sub-1/32-ERROR: nocompile/b/bug_cgcs_354_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3736 nocompile: llvmdc -O0 -od./obj -c nocompile/b/bug_cgcs_354_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3737 llvmdc: gen/llvmhelpers.cpp:528: DValue* DtoCastPtr(DValue*, Type*): Assertion `0' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3738 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3739 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3740 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3741 llvmdc[0x815cc99]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3742 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3743 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3744
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3745 Torture-Sub-1/32-ERROR: nocompile/b/bug_cgcs_354_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3746 nocompile: llvmdc -O0 -od./obj -c nocompile/b/bug_cod1_1656_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3747 nocompile/b/bug_cod1_1656_A.d(18): Error: void has no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3748 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3749
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3750 Torture-Sub-1/32-XFAIL: nocompile/b/bug_cod1_1656_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3751 nocompile: llvmdc -O0 -od./obj -c nocompile/b/bug_cod1_1656_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3752 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3753
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3754 Torture-Sub-1/32-XPASS: nocompile/b/bug_cod1_1656_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3755 nocompile: llvmdc -O0 -od./obj -c nocompile/b/bug_cod1_1656_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3756 nocompile/b/bug_cod1_1656_C.d(18): Error: expression f() of type void does not have a boolean value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3757 nocompile/b/bug_cod1_1656_C.d(18): Error: expression f() || 0 is void and has no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3758 nocompile/b/bug_cod1_1656_C.d(18): Error: cannot implicitly convert expression (f() || 0) of type void to int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3759 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3760
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3761 Torture-Sub-1/32-XFAIL: nocompile/b/bug_cod1_1656_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3762 nocompile: llvmdc -O0 -od./obj -c nocompile/b/bug_cod1_1656_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3763 nocompile/b/bug_cod1_1656_D.d(18): Error: expression f() of type void does not have a boolean value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3764 nocompile/b/bug_cod1_1656_D.d(18): Error: expression f() || 1 is void and has no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3765 nocompile/b/bug_cod1_1656_D.d(18): Error: cannot implicitly convert expression (f() || 1) of type void to int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3766 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3767
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3768 Torture-Sub-1/32-XFAIL: nocompile/b/bug_cod1_1656_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3769 nocompile: llvmdc -O0 -od./obj -c nocompile/b/bug_cod1_1656_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3770 nocompile/b/bug_cod1_1656_E.d(18): Error: expression f() of type void does not have a boolean value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3771 nocompile/b/bug_cod1_1656_E.d(18): Error: expression f() && 0 is void and has no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3772 nocompile/b/bug_cod1_1656_E.d(18): Error: cannot implicitly convert expression (f() && 0) of type void to int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3773 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3774
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3775 Torture-Sub-1/32-XFAIL: nocompile/b/bug_cod1_1656_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3776 nocompile: llvmdc -O0 -od./obj -c nocompile/b/bug_cod1_1656_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3777 nocompile/b/bug_cod1_1656_F.d(18): Error: expression f() of type void does not have a boolean value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3778 nocompile/b/bug_cod1_1656_F.d(18): Error: expression f() && 1 is void and has no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3779 nocompile/b/bug_cod1_1656_F.d(18): Error: cannot implicitly convert expression (f() && 1) of type void to int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3780 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3781
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3782 Torture-Sub-1/32-XFAIL: nocompile/b/bug_cod1_1656_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3783 nocompile: llvmdc -O0 -od./obj -c nocompile/b/bug_cod1_1656_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3784 nocompile/b/bug_cod1_1656_G.d(18): Error: void has no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3785 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3786
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3787 Torture-Sub-1/32-XFAIL: nocompile/b/bug_cod1_1656_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3788 nocompile: llvmdc -O0 -od./obj -c nocompile/b/bug_cod1_1656_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3789 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3790
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3791 Torture-Sub-1/32-XPASS: nocompile/b/bug_cod1_1656_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3792 nocompile: llvmdc -O0 -od./obj -c nocompile/b/bug_cod1_2504_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3793 nocompile/b/bug_cod1_2504_A.d(17): Error: cannot append type C[1u] to type C[1u]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3794 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3795
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3796 Torture-Sub-1/32-XFAIL: nocompile/b/bug_cod1_2504_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3797 nocompile: llvmdc -O0 -od./obj -c nocompile/b/bug_cod1_2504_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3798 nocompile/b/bug_cod1_2504_B.d(17): Error: cannot change reference to static array 'c'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3799 nocompile/b/bug_cod1_2504_B.d(17): Error: cannot append type C[1u] to type C[1u]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3800 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3801
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3802 Torture-Sub-1/32-XFAIL: nocompile/b/bug_cod1_2504_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3803 nocompile: llvmdc -O0 -od./obj -c nocompile/b/bug_cod1_2504_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3804 nocompile/b/bug_cod1_2504_C.d(17): Error: cannot change reference to static array 'c'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3805 nocompile/b/bug_cod1_2504_C.d(17): Error: cannot append type C[1u] to type C[1u]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3806 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3807
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3808 Torture-Sub-1/32-XFAIL: nocompile/b/bug_cod1_2504_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3809 nocompile: llvmdc -O0 -od./obj -c nocompile/b/bug_cod1_2521_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3810 nocompile/b/bug_cod1_2521_A.d(21): Error: expression bar() is void and has no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3811 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3812
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3813 Torture-Sub-1/32-XFAIL: nocompile/b/bug_cod1_2521_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3814 nocompile: llvmdc -O0 -od./obj -c nocompile/b/bug_e2ir_1786_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3815 nocompile/b/bug_e2ir_1786_A.d(19): Error: need member function opCmp() for interface dtsress.nocompile.b.bug_e2ir_1786_A.SomeInterface to compare
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3816 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3817
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3818 Torture-Sub-1/32-XFAIL: nocompile/b/bug_e2ir_1786_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3819 nocompile: llvmdc -O0 -od./obj -c nocompile/b/bug_e2ir_2452_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3820 nocompile/b/bug_e2ir_2452_A.d(17): Error: cannot append type dstress.nocompile.b.bug_e2ir_2452_A.C to type C[1u]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3821 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3822
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3823 Torture-Sub-1/32-XFAIL: nocompile/b/bug_e2ir_2452_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3824 nocompile: llvmdc -O0 -od./obj -c nocompile/b/bug_e2ir_2452_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3825 nocompile/b/bug_e2ir_2452_C.d(17): Error: cannot change reference to static array 'c'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3826 nocompile/b/bug_e2ir_2452_C.d(17): Error: cannot append type dstress.nocompile.b.bug_e2ir_2452_C.C to type C[1u]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3827 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3828
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3829 Torture-Sub-1/32-XFAIL: nocompile/b/bug_e2ir_2452_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3830 nocompile: llvmdc -O0 -od./obj -c nocompile/b/bug_e2ir_2452_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3831 nocompile/b/bug_e2ir_2452_D.d(17): Error: cannot change reference to static array 'c'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3832 nocompile/b/bug_e2ir_2452_D.d(17): Error: cannot append type dstress.nocompile.b.bug_e2ir_2452_D.C to type C[1u]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3833 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3834
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3835 Torture-Sub-1/32-XFAIL: nocompile/b/bug_e2ir_2452_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3836 nocompile: llvmdc -O0 -od./obj -c nocompile/b/bug_expression_1135_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3837 nocompile/b/bug_expression_1135_A.d(16): Error: undefined identifier toad
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3838 nocompile/b/bug_expression_1135_A.d(16): function dstress.nocompile.b.bug_expression_1135_A.frog (void*) does not match parameter types (int)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3839 nocompile/b/bug_expression_1135_A.d(16): Error: cannot implicitly convert expression (0) of type int to void*
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3840 nocompile/b/bug_expression_1135_A.d(16): Error: cannot implicitly convert expression (frog(cast(void*)0u)) of type void* to int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3841 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3842
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3843 Torture-Sub-1/32-XFAIL: nocompile/b/bug_expression_1135_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3844 nocompile: llvmdc -O0 -od./obj -c nocompile/b/bug_expression_1135_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3845 nocompile/b/bug_expression_1135_B.d(16): Error: undefined identifier toad
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3846 nocompile/b/bug_expression_1135_B.d(16): Error: cannot implicitly convert expression (frog(null)) of type void* to int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3847 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3848
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3849 Torture-Sub-1/32-XFAIL: nocompile/b/bug_expression_1135_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3850 nocompile: llvmdc -O0 -od./obj -c nocompile/b/bug_expression_1135_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3851 nocompile/b/bug_expression_1135_C.d(16): function dstress.nocompile.b.bug_expression_1135_C.frog (void*) does not match parameter types (int)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3852 nocompile/b/bug_expression_1135_C.d(16): Error: cannot implicitly convert expression (0) of type int to void*
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3853 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3854
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3855 Torture-Sub-1/32-XFAIL: nocompile/b/bug_expression_1135_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3856 nocompile: llvmdc -O0 -od./obj -c nocompile/b/bug_expression_1135_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3857 nocompile/b/bug_expression_1135_D.d(16): function dstress.nocompile.b.bug_expression_1135_D.frog (void*) does not match parameter types (int)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3858 nocompile/b/bug_expression_1135_D.d(16): Error: cannot implicitly convert expression (0) of type int to void*
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3859 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3860
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3861 Torture-Sub-1/32-XFAIL: nocompile/b/bug_expression_1135_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3862 nocompile: llvmdc -O0 -od./obj -c nocompile/b/bug_expression_1904_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3863 nocompile/b/bug_expression_1904_A.d(19): Error: A is not an lvalue
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3864 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3865
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3866 Torture-Sub-1/32-XFAIL: nocompile/b/bug_expression_1904_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3867 nocompile: llvmdc -O0 -od./obj -c nocompile/b/bug_expression_5818_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3868 nocompile/b/bug_expression_5818_C.d(15): function object.Object.opCmp (Object) does not match parameter types (uint)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3869 nocompile/b/bug_expression_5818_C.d(15): Error: cannot implicitly convert expression (test) of type uint to object.Object
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3870 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3871
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3872 Torture-Sub-1/32-XFAIL: nocompile/b/bug_expression_5818_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3873 nocompile: llvmdc -O0 -od./obj -c nocompile/b/bug_expression_5818_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3874 nocompile/b/bug_expression_5818_D.d(16): function object.Object.opCmp (Object) does not match parameter types (uint)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3875 nocompile/b/bug_expression_5818_D.d(16): Error: cannot implicitly convert expression (test) of type uint to object.Object
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3876 nocompile/b/bug_expression_5818_D.d(26): template instance dstress.nocompile.b.bug_expression_5818_D.X!(MyStruct) error instantiating
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3877 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3878
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3879 Torture-Sub-1/32-XFAIL: nocompile/b/bug_expression_5818_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3880 nocompile: llvmdc -O0 -od./obj -c nocompile/b/bug_expression_5818_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3881 nocompile/b/bug_expression_5818_E.d(16): Error: incompatible types for ((test) > (val)): 'uint' and 'Y'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3882 nocompile/b/bug_expression_5818_E.d(16): Error: need member function opCmp() for struct Y to compare
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3883 nocompile/b/bug_expression_5818_E.d(26): template instance dstress.nocompile.b.bug_expression_5818_E.X!(Y) error instantiating
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3884 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3885
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3886 Torture-Sub-1/32-XFAIL: nocompile/b/bug_expression_5818_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3887 nocompile: llvmdc -O0 -od./obj -c nocompile/b/bug_expression_5818_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3888 nocompile/b/bug_expression_5818_F.d(16): function object.Object.opCmp (Object) does not match parameter types (uint)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3889 nocompile/b/bug_expression_5818_F.d(16): Error: cannot implicitly convert expression (test) of type uint to object.Object
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3890 nocompile/b/bug_expression_5818_F.d(26): template instance dstress.nocompile.b.bug_expression_5818_F.X!(Y) error instantiating
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3891 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3892
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3893 Torture-Sub-1/32-XFAIL: nocompile/b/bug_expression_5818_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3894 nocompile: llvmdc -O0 -od./obj -c nocompile/b/bug_expression_5818_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3895 nocompile/b/bug_expression_5818_G.d(16): function object.Object.opCmp (Object) does not match parameter types (uint)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3896 nocompile/b/bug_expression_5818_G.d(16): Error: cannot implicitly convert expression (test) of type uint to object.Object
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3897 nocompile/b/bug_expression_5818_G.d(26): template instance dstress.nocompile.b.bug_expression_5818_G.X!(Y) error instantiating
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3898 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3899
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3900 Torture-Sub-1/32-XFAIL: nocompile/b/bug_expression_5818_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3901 nocompile: llvmdc -O0 -od./obj -c nocompile/b/bug_expression_5818_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3902 nocompile/b/bug_expression_5818_H.d(16): Error: incompatible types for ((test) > (val)): 'uint' and 'Y'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3903 nocompile/b/bug_expression_5818_H.d(16): Error: need member function opCmp() for struct Y to compare
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3904 nocompile/b/bug_expression_5818_H.d(26): template instance dstress.nocompile.b.bug_expression_5818_H.X!(Y) error instantiating
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3905 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3906
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3907 Torture-Sub-1/32-XFAIL: nocompile/b/bug_expression_5818_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3908 nocompile: llvmdc -O0 -od./obj -c nocompile/b/bug_expression_5981_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3909 nocompile/b/bug_expression_5981_A.d(14): Error: identifier 'string' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3910 nocompile/b/bug_expression_5981_A.d(14): Error: string is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3911 nocompile/b/bug_expression_5981_A.d(14): variable dstress.nocompile.b.bug_expression_5981_A.s voids have no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3912 nocompile/b/bug_expression_5981_A.d(14): Error: identifier 'string' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3913 nocompile/b/bug_expression_5981_A.d(14): Error: string is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3914 nocompile/b/bug_expression_5981_A.d(14): Error: arithmetic/string type expected for value-parameter, not void
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3915 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3916
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3917 Torture-Sub-1/32-FAIL: nocompile/b/bug_expression_5981_A.d [bad error message]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3918 nocompile: llvmdc -O0 -od./obj -c nocompile/b/bug_template_2622_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3919 nocompile/b/bug_template_2622_A.d(21): template instance foo!(f) does not match any template declaration
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3920 nocompile/b/bug_template_2622_A.d(24): template instance dstress.nocompile.b.bug_template_2622_A.bar!(f) error instantiating
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3921 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3922
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3923 Torture-Sub-1/32-XFAIL: nocompile/b/bug_template_2622_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3924 nocompile: llvmdc -O0 -od./obj -c nocompile/b/bug_template_2622_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3925 nocompile/b/bug_template_2622_B.d(20): template instance foo!(i) does not match any template declaration
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3926 nocompile/b/bug_template_2622_B.d(23): template instance dstress.nocompile.b.bug_template_2622_B.bar!(i) error instantiating
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3927 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3928
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3929 Torture-Sub-1/32-XFAIL: nocompile/b/bug_template_2622_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3930 nocompile: llvmdc -O0 -od./obj -c nocompile/b/bug_template_610_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3931 nocompile/b/bug_template_610_A.d(20): template dstress.nocompile.b.bug_template_610_A.A(alias T) does not match any template declaration
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3932 nocompile/b/bug_template_610_A.d(20): template dstress.nocompile.b.bug_template_610_A.A(alias T) cannot deduce template function from argument types (int)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3933 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3934
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3935 Torture-Sub-1/32-FAIL: nocompile/b/bug_template_610_A.d [bad error message]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3936 nocompile: llvmdc -O0 -od./obj -c nocompile/b/bug_template_610_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3937 nocompile/b/bug_template_610_B.d(21): template dstress.nocompile.b.bug_template_610_B.A(alias T) does not match any template declaration
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3938 nocompile/b/bug_template_610_B.d(21): template dstress.nocompile.b.bug_template_610_B.A(alias T) cannot deduce template function from argument types (int)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3939 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3940
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3941 Torture-Sub-1/32-FAIL: nocompile/b/bug_template_610_B.d [bad error message]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3942 nocompile: llvmdc -O0 -od./obj -c nocompile/b/bug_template_610_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3943 nocompile/b/bug_template_610_D.d(22): template dstress.nocompile.b.bug_template_610_D.A(alias T) does not match any template declaration
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3944 nocompile/b/bug_template_610_D.d(22): template dstress.nocompile.b.bug_template_610_D.A(alias T) cannot deduce template function from argument types (int)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3945 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3946
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3947 Torture-Sub-1/32-FAIL: nocompile/b/bug_template_610_D.d [bad error message]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3948 nocompile: llvmdc -O0 -od./obj -c nocompile/b/bug_template_610_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3949 nocompile/b/bug_template_610_E.d(21): template dstress.nocompile.b.bug_template_610_E.A(alias T) does not match any template declaration
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3950 nocompile/b/bug_template_610_E.d(21): template dstress.nocompile.b.bug_template_610_E.A(alias T) cannot deduce template function from argument types (int)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3951 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3952
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3953 Torture-Sub-1/32-FAIL: nocompile/b/bug_template_610_E.d [bad error message]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3954 nocompile: llvmdc -O0 -od./obj -c nocompile/b/bug_tocsym_142_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3955 llvmdc: gen/toir.cpp:238: virtual DValue* VarExp::toElem(IRState*): Assertion `0' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3956 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3957 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3958 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3959 llvmdc[0x81239f3]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3960 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3961 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3962
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3963 Torture-Sub-1/32-ERROR: nocompile/b/bug_tocsym_142_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3964 nocompile: llvmdc -O0 -od./obj -c nocompile/b/bug_tocsym_142_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3965 llvmdc: gen/toir.cpp:238: virtual DValue* VarExp::toElem(IRState*): Assertion `0' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3966 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3967 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3968 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3969 llvmdc[0x81239f3]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3970 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3971 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3972
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3973 Torture-Sub-1/32-ERROR: nocompile/b/bug_tocsym_142_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3974 nocompile: llvmdc -O0 -od./obj -c nocompile/b/bug_tocsym_142_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3975 llvmdc: gen/toir.cpp:238: virtual DValue* VarExp::toElem(IRState*): Assertion `0' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3976 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3977 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3978 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3979 llvmdc[0x81239f3]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3980 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3981 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3982
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3983 Torture-Sub-1/32-ERROR: nocompile/b/bug_tocsym_142_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3984 nocompile: llvmdc -O0 -od./obj -c nocompile/b/bug_tocsym_142_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3985 llvmdc: gen/toir.cpp:238: virtual DValue* VarExp::toElem(IRState*): Assertion `0' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3986 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3987 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3988 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3989 llvmdc[0x81239f3]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3990 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3991 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3992
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3993 Torture-Sub-1/32-ERROR: nocompile/b/bug_tocsym_142_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3994 nocompile: llvmdc -O0 -od./obj -c nocompile/b/bug_tocsym_142_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3995 llvmdc: gen/toir.cpp:238: virtual DValue* VarExp::toElem(IRState*): Assertion `0' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3996 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3997 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3998 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
3999 llvmdc[0x81239f3]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4000 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4001 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4002
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4003 Torture-Sub-1/32-ERROR: nocompile/b/bug_tocsym_142_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4004 nocompile: llvmdc -O0 -od./obj -c nocompile/b/bug_toir_170_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4005 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4006
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4007 Torture-Sub-1/32-XPASS: nocompile/b/bug_toir_170_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4008 nocompile: llvmdc -O0 -od./obj -c nocompile/b/bug_toir_170_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4009 llvmdc: gen/classes.cpp:829: DValue* DtoNewClass(TypeClass*, NewExp*): Assertion `nest' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4010 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4011 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4012 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4013 llvmdc[0x8133eef]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4014 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4015 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4016
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4017 Torture-Sub-1/32-ERROR: nocompile/b/bug_toir_170_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4018 nocompile: llvmdc -O0 -od./obj -c nocompile/b/bug_tree_inline_1902_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4019 llvmdc: gen/llvmhelpers.cpp:248: LLValue* get_frame_ptr(FuncDeclaration*): Assertion `ptr' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4020 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4021 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4022 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4023 llvmdc[0x815fa76]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4024 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4025 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4026
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4027 Torture-Sub-1/32-ERROR: nocompile/b/bug_tree_inline_1902_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4028 nocompile: llvmdc -O0 -od./obj -c nocompile/b/bug_type_308_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4029 llvmdc: /home/kamm/eigenes/projekte/llvmdc/llvm-23-branch/lib/VMCore/Constants.cpp:1752: static llvm::Constant* llvm::ConstantExpr::getBitCast(llvm::Constant*, const llvm::Type*): Assertion `(isa<PointerType>(SrcTy) == isa<PointerType>(DstTy)) && "BitCast cannot cast pointer to non-pointer and vice versa"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4030 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4031 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4032 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4033 llvmdc[0x87c9cd7]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4034 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4035 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4036
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4037 Torture-Sub-1/32-ERROR: nocompile/b/bug_type_308_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4038 nocompile: llvmdc -O0 -od./obj -c nocompile/b/bug_type_308_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4039 llvmdc: /home/kamm/eigenes/projekte/llvmdc/llvm-23-branch/lib/VMCore/Constants.cpp:1752: static llvm::Constant* llvm::ConstantExpr::getBitCast(llvm::Constant*, const llvm::Type*): Assertion `(isa<PointerType>(SrcTy) == isa<PointerType>(DstTy)) && "BitCast cannot cast pointer to non-pointer and vice versa"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4040 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4041 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4042 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4043 llvmdc[0x87c9cd7]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4044 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4045 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4046
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4047 Torture-Sub-1/32-ERROR: nocompile/b/bug_type_308_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4048 nocompile: llvmdc -O0 -od./obj -c nocompile/b/byte_15_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4049 nocompile/b/byte_15_C.d(9): semicolon expected, not '8'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4050 nocompile/b/byte_15_C.d(9): Declaration expected, not '8'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4051 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4052
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4053 Torture-Sub-1/32-XFAIL: nocompile/b/byte_15_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4054 nocompile: llvmdc -O0 -od./obj -c nocompile/b/byte_15_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4055 nocompile/b/byte_15_D.d(9): Octal digit expected
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4056 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4057
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4058 Torture-Sub-1/32-XFAIL: nocompile/b/byte_15_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4059 nocompile: llvmdc -O0 -od./obj -c nocompile/bounds_checking_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4060 nocompile/bounds_checking_01.d(14): Error: array index 100 is out of bounds a[0 .. 5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4061 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4062
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4063 Torture-Sub-1/32-XFAIL: nocompile/bounds_checking_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4064 nocompile: llvmdc -O0 -od./obj -c nocompile/bounds_checking_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4065 nocompile/bounds_checking_02.d(14): Error: array index 4294967295 is out of bounds a[0 .. 5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4066 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4067
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4068 Torture-Sub-1/32-XFAIL: nocompile/bounds_checking_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4069 nocompile: llvmdc -O0 -od./obj -c nocompile/bounds_checking_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4070 nocompile/bounds_checking_04.d(15): Error: array index 4294967295 is out of bounds a[0 .. 5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4071 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4072
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4073 Torture-Sub-1/32-XFAIL: nocompile/bounds_checking_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4074 nocompile: llvmdc -O0 -od./obj -c nocompile/bounds_checking_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4075 nocompile/bounds_checking_05.d(15): Error: array index 100 is out of bounds a[0 .. 5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4076 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4077
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4078 Torture-Sub-1/32-XFAIL: nocompile/bounds_checking_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4079 nocompile: llvmdc -O0 -od./obj -c nocompile/break_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4080 nocompile/break_06.d(15): Error: enclosing label 'blah' for break not found
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4081 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4082
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4083 Torture-Sub-1/32-XFAIL: nocompile/break_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4084 nocompile: llvmdc -O0 -od./obj -c nocompile/break_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4085 nocompile/break_07.d(10): Error: break is not inside a loop or switch
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4086 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4087
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4088 Torture-Sub-1/32-XFAIL: nocompile/break_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4089 nocompile: llvmdc -O0 -od./obj -c nocompile/bug_20041016_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4090 nocompile/bug_20041016_A.d: module dstress.nocompile.bug_20041016_A Global is external, but doesn't have external or dllimport or weak linkage!
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4091 i8 (i32)* @_D7dstress9nocompile14bug_20041016_A20__T10ConversionTdTiZ10Conversion4TestFiZT7dstress9nocompile14bug_20041016_A20__T10ConversionTdTiZ10Conversion5Small
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4092 invalid linkage type for function declaration
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4093 i8 (i32)* @_D7dstress9nocompile14bug_20041016_A20__T10ConversionTdTiZ10Conversion4TestFiZT7dstress9nocompile14bug_20041016_A20__T10ConversionTdTiZ10Conversion5Small
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4094 Global is external, but doesn't have external or dllimport or weak linkage!
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4095 double ()* @_D7dstress9nocompile14bug_20041016_A20__T10ConversionTdTiZ10Conversion5MakeTFZd
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4096 invalid linkage type for function declaration
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4097 double ()* @_D7dstress9nocompile14bug_20041016_A20__T10ConversionTdTiZ10Conversion5MakeTFZd
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4098 Global is external, but doesn't have external or dllimport or weak linkage!
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4099 %"7dstress9nocompile14bug_20041016_A20__T10ConversionTdTiZ10Conversion3Big"* ({ i32, %"8TypeInfo"** }*, i8*)* @_D7dstress9nocompile14bug_20041016_A20__T10ConversionTdTiZ10Conversion4TestFYC7dstress9nocompile14bug_20041016_A20__T10ConversionTdTiZ10Conversion3Big
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4100 invalid linkage type for function declaration
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4101 %"7dstress9nocompile14bug_20041016_A20__T10ConversionTdTiZ10Conversion3Big"* ({ i32, %"8TypeInfo"** }*, i8*)* @_D7dstress9nocompile14bug_20041016_A20__T10ConversionTdTiZ10Conversion4TestFYC7dstress9nocompile14bug_20041016_A20__T10ConversionTdTiZ10Conversion3Big
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4102 Broken module found, compilation terminated.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4103
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4104 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4105
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4106 Torture-Sub-1/32-XFAIL: nocompile/bug_20041016_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4107 nocompile: llvmdc -O0 -od./obj -c nocompile/bug_20041016_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4108 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4109
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4110 Torture-Sub-1/32-XPASS: nocompile/bug_20041016_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4111 nocompile: llvmdc -O0 -od./obj -c nocompile/bug_20041103_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4112 nocompile/bug_20041103_C.d(28): Error: constant 'A' is not an lvalue
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4113 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4114
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4115 Torture-Sub-1/32-XFAIL: nocompile/bug_20041103_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4116 nocompile: llvmdc -O0 -od./obj -c nocompile/bug_20041203_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4117 nocompile/bug_20041203_A.d(21): Error: undefined identifier undefined_identifier
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4118 nocompile/bug_20041203_A.d(21): Error: case must be a string or an integral constant, not cast(uint)undefined_identifier
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4119 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4120
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4121 Torture-Sub-1/32-XFAIL: nocompile/bug_20041203_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4122 nocompile: llvmdc -O0 -od./obj -c nocompile/bug_20041203_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4123 nocompile/bug_20041203_B.d(21): Error: undefined identifier undefined_identifier
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4124 nocompile/bug_20041203_B.d(21): Error: case must be a string or an integral constant, not undefined_identifier
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4125 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4126
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4127 Torture-Sub-1/32-XFAIL: nocompile/bug_20041203_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4128 nocompile: llvmdc -O0 -od./obj -c nocompile/bug_20050330_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4129 nocompile/bug_20050330_A.d(14): mixin dstress.nocompile.bug_20050330_A.main.Blah!(5,a).Blah!(5,a) recursive mixin instantiation
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4130 nocompile/bug_20050330_A.d(19): mixin dstress.nocompile.bug_20050330_A.main.Blah!(5,a) error instantiating
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4131 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4132
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4133 Torture-Sub-1/32-XFAIL: nocompile/bug_20050330_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4134 nocompile: llvmdc -O0 -od./obj -c nocompile/bug_cgcod_1445_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4135 nocompile/bug_cgcod_1445_A.d(13): Error: circular reference of typedef u
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4136 nocompile/bug_cgcod_1445_A.d(15): Error: functions cannot return a function
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4137 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4138
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4139 Torture-Sub-1/32-XFAIL: nocompile/bug_cgcod_1445_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4140 nocompile: llvmdc -O0 -od./obj -c nocompile/bug_cgcod_1445_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4141 nocompile/bug_cgcod_1445_B.d(13): Error: circular reference of typedef u
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4142 nocompile/bug_cgcod_1445_B.d(15): Error: functions cannot return a function
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4143 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4144
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4145 Torture-Sub-1/32-XFAIL: nocompile/bug_cgcod_1445_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4146 nocompile: llvmdc -O0 -od./obj -c nocompile/bug_cgcod_1464.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4147 nocompile/bug_cgcod_1464.d(16): Error: need upper and lower bound to slice pointer
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4148 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4149
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4150 Torture-Sub-1/32-XFAIL: nocompile/bug_cgcod_1464.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4151 nocompile: llvmdc -O0 -od./obj -c nocompile/bug_cgcs_353.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4152 nocompile/bug_cgcs_353.d(21): Error: cannot append to static array ubyte[64u]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4153 nocompile/bug_cgcs_353.d(21): Error: slice expression this.buffer[] is not a modifiable lvalue
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4154 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4155
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4156 Torture-Sub-1/32-XFAIL: nocompile/bug_cgcs_353.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4157 nocompile: llvmdc -O0 -od./obj -c nocompile/bug_cod4_352_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4158 nocompile/bug_cod4_352_B.d(16): Error: expression foo[cast(uint)0] is void and has no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4159 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4160
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4161 Torture-Sub-1/32-XFAIL: nocompile/bug_cod4_352_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4162 nocompile: llvmdc -O0 -od./obj -c nocompile/bug_cod4_352.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4163 nocompile/bug_cod4_352.d(17): Error: cannot implicitly convert expression (1) of type int to void
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4164 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4165
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4166 Torture-Sub-1/32-XFAIL: nocompile/bug_cod4_352.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4167 nocompile: llvmdc -O0 -od./obj -c nocompile/bug_constfold_575_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4168 nocompile/bug_constfold_575_A.d(14): Error: compare not defined for complex operands
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4169 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4170
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4171 Torture-Sub-1/32-XFAIL: nocompile/bug_constfold_575_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4172 nocompile: llvmdc -O0 -od./obj -c nocompile/bug_constfold_575_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4173 nocompile/bug_constfold_575_B.d(14): Error: compare not defined for complex operands
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4174 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4175
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4176 Torture-Sub-1/32-XFAIL: nocompile/bug_constfold_575_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4177 nocompile: llvmdc -O0 -od./obj -c nocompile/bug_constfold_575_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4178 nocompile/bug_constfold_575_C.d(14): Error: compare not defined for complex operands
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4179 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4180
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4181 Torture-Sub-1/32-XFAIL: nocompile/bug_constfold_575_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4182 nocompile: llvmdc -O0 -od./obj -c nocompile/bug_constfold_575_J.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4183 nocompile/bug_constfold_575_J.d(16): Error: compare not defined for complex operands
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4184 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4185
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4186 Torture-Sub-1/32-XFAIL: nocompile/bug_constfold_575_J.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4187 nocompile: llvmdc -O0 -od./obj -c nocompile/bug_constfold_575_O.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4188 nocompile/bug_constfold_575_O.d(16): Error: compare not defined for complex operands
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4189 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4190
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4191 Torture-Sub-1/32-XFAIL: nocompile/bug_constfold_575_O.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4192 nocompile: llvmdc -O0 -od./obj -c nocompile/bug_constfold_575_R.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4193 nocompile/bug_constfold_575_R.d(16): Error: compare not defined for complex operands
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4194 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4195
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4196 Torture-Sub-1/32-XFAIL: nocompile/bug_constfold_575_R.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4197 nocompile: llvmdc -O0 -od./obj -c nocompile/bug_dsymbol_611_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4198 nocompile/bug_dsymbol_611_A.d(21): function object.Object.opEquals (Object) does not match parameter types (INode)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4199 nocompile/bug_dsymbol_611_A.d(21): Error: cannot implicitly convert expression (c.owner()) of type dstress.nocompile.bug_dsymbol_611_A.INode to object.Object
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4200 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4201
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4202 Torture-Sub-1/32-XFAIL: nocompile/bug_dsymbol_611_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4203 nocompile: llvmdc -O0 -od./obj -c nocompile/bug_dsymbol_611_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4204 nocompile/bug_dsymbol_611_B.d(18): class dstress.nocompile.bug_dsymbol_611_B.BasicNode interface function INode.owner isn't implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4205 llvmdc: gen/classes.cpp:660: void DtoConstInitClass(ClassDeclaration*): Assertion `dsym' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4206 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4207 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4208 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4209 llvmdc[0x8134f06]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4210 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4211 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4212
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4213 Torture-Sub-1/32-ERROR: nocompile/bug_dsymbol_611_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4214 nocompile: llvmdc -O0 -od./obj -c nocompile/bug_dsymbol_611_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4215 nocompile/bug_dsymbol_611_D.d(19): function object.Object.opEquals (Object) does not match parameter types (Struct)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4216 nocompile/bug_dsymbol_611_D.d(19): Error: cannot implicitly convert expression (s) of type Struct to object.Object
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4217 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4218
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4219 Torture-Sub-1/32-XFAIL: nocompile/bug_dsymbol_611_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4220 nocompile: llvmdc -O0 -od./obj -c nocompile/bug_e2ir_299_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4221 llvmdc: gen/llvmhelpers.cpp:248: LLValue* get_frame_ptr(FuncDeclaration*): Assertion `ptr' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4222 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4223 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4224 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4225 llvmdc[0x815fa76]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4226 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4227 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4228
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4229 Torture-Sub-1/32-ERROR: nocompile/bug_e2ir_299_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4230 nocompile: llvmdc -O0 -od./obj -c nocompile/bug_e2ir_814.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4231 llvmdc: /home/kamm/eigenes/projekte/llvmdc/llvm-23-branch/lib/VMCore/Instructions.cpp:258: void llvm::CallInst::init(llvm::Value*, llvm::Value* const*, unsigned int): Assertion `(NumParams == FTy->getNumParams() || (FTy->isVarArg() && NumParams > FTy->getNumParams())) && "Calling a function with bad signature!"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4232 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4233 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4234 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4235 llvmdc[0x880393f]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4236 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4237 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4238
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4239 Torture-Sub-1/32-ERROR: nocompile/bug_e2ir_814.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4240 nocompile: llvmdc -O0 -od./obj -c nocompile/bug_expression_1147.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4241 nocompile/bug_expression_1147.d(16): Error: 'this' is only allowed in non-static member functions, not A
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4242 nocompile/bug_expression_1147.d(16): Error: no property 'bar' for type 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4243 nocompile/bug_expression_1147.d(16): Error: function expected before (), not 1 of type int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4244 nocompile/bug_expression_1147.d(15): function dstress.nocompile.bug_expression_1147.A!(char[]).A expected to return a value of type bool
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4245 nocompile/bug_expression_1147.d(22): template instance dstress.nocompile.bug_expression_1147.A!(char[]) error instantiating
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4246 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4247
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4248 Torture-Sub-1/32-XFAIL: nocompile/bug_expression_1147.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4249 nocompile: llvmdc -O0 -od./obj -c nocompile/bug_expression_661_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4250 nocompile/bug_expression_661_A.d(14): Error: 'cast(float)1u / cast(float)8u - cast(float)2147483647' is not of integral type, it is a float
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4251 nocompile/bug_expression_661_A.d(14): Error: index 536870911 overflow for static array
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4252 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4253
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4254 Torture-Sub-1/32-XFAIL: nocompile/bug_expression_661_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4255 nocompile: llvmdc -O0 -od./obj -c nocompile/bug_expression_661_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4256 nocompile/bug_expression_661_B.d(14): Error: '0' is not of integral type, it is a double
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4257 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4258
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4259 Torture-Sub-1/32-XFAIL: nocompile/bug_expression_661_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4260 nocompile: llvmdc -O0 -od./obj -c nocompile/bug_mtype_2576_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4261 nocompile/bug_mtype_2576_B.d(17): Error: B is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4262 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4263
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4264 Torture-Sub-1/32-XFAIL: nocompile/bug_mtype_2576_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4265 nocompile: llvmdc -O0 -od./obj -c nocompile/bug_mtype_3154.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4266 nocompile/bug_mtype_3154.d(32): template dstress.nocompile.bug_mtype_3154.vec!(float,1).vec.T(zvec) is not a function template
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4267 nocompile/bug_mtype_3154.d(51): template dstress.nocompile.bug_mtype_3154.vec!(float,1).vec.T(zvec) cannot deduce template function from argument types (vec!(float,4))
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4268 nocompile/bug_mtype_3154.d(51): Error: no property 'castTo' for type 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4269 nocompile/bug_mtype_3154.d(51): Error: function expected before (), not 1 of type int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4270 nocompile/bug_mtype_3154.d(51): Error: cannot implicitly convert expression (1()) of type int to vec!(float,4)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4271 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4272
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4273 Torture-Sub-1/32-XFAIL: nocompile/bug_mtype_3154.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4274 nocompile: llvmdc -O0 -od./obj -c nocompile/bug_mtype_507_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4275 nocompile/bug_mtype_507_A.d(17): function object.Object.opEquals (Object) does not match parameter types (int)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4276 nocompile/bug_mtype_507_A.d(17): Error: cannot implicitly convert expression (i) of type int to object.Object
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4277 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4278
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4279 Torture-Sub-1/32-XFAIL: nocompile/bug_mtype_507_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4280 nocompile: llvmdc -O0 -od./obj -c nocompile/bug_mtype_507_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4281 nocompile/bug_mtype_507_B.d(21): Error: incompatible types for ((s) == (i)): 'Struct' and 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4282 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4283
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4284 Torture-Sub-1/32-XFAIL: nocompile/bug_mtype_507_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4285 nocompile: llvmdc -O0 -od./obj -c nocompile/bug_mtype_507_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4286 nocompile/bug_mtype_507_C.d(14): function object.Object.opEquals (Object) does not match parameter types (int)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4287 nocompile/bug_mtype_507_C.d(14): Error: cannot implicitly convert expression (0) of type int to object.Object
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4288 nocompile/bug_mtype_507_C.d(14): Error: cannot cast int to object.Object
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4289 nocompile/bug_mtype_507_C.d(14): Error: integral constant must be scalar type, not object.Object
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4290 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4291
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4292 Torture-Sub-1/32-XFAIL: nocompile/bug_mtype_507_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4293 nocompile: llvmdc -O0 -od./obj -c nocompile/bug_mtype_507_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4294 nocompile/bug_mtype_507_D.d(14): function object.Object.opCmp (Object) does not match parameter types (int)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4295 nocompile/bug_mtype_507_D.d(14): Error: cannot implicitly convert expression (0) of type int to object.Object
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4296 nocompile/bug_mtype_507_D.d(14): Error: cannot cast int to object.Object
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4297 nocompile/bug_mtype_507_D.d(14): Error: integral constant must be scalar type, not object.Object
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4298 nocompile/bug_mtype_507_D.d(14): Error: > has no effect in expression (opCmp(0) > 0)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4299 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4300
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4301 Torture-Sub-1/32-XFAIL: nocompile/bug_mtype_507_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4302 nocompile: llvmdc -O0 -od./obj -c nocompile/bug_mtype_507_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4303 nocompile/bug_mtype_507_E.d(14): Error: incompatible types for ((0) + (Exception)): 'int' and 'object.Exception'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4304 nocompile/bug_mtype_507_E.d(14): Error: + has no effect in expression (0 + (Exception))
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4305 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4306
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4307 Torture-Sub-1/32-XFAIL: nocompile/bug_mtype_507_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4308 nocompile: llvmdc -O0 -od./obj -c nocompile/bug_mtype_507_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4309 nocompile/bug_mtype_507_F.d(14): Error: Exception is not an expression
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4310 nocompile/bug_mtype_507_F.d(14): Error: type has no effect in expression (Exception)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4311 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4312
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4313 Torture-Sub-1/32-XFAIL: nocompile/bug_mtype_507_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4314 nocompile: llvmdc -O0 -od./obj -c nocompile/bug_s2ir_458.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4315 nocompile/bug_s2ir_458.d(16): Error: break is not inside a loop or switch
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4316 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4317
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4318 Torture-Sub-1/32-XFAIL: nocompile/bug_s2ir_458.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4319 nocompile: llvmdc -O0 -od./obj -c nocompile/bug_template_1455_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4320 nocompile/bug_template_1455_A.d(17): Error: identifier 'Nothing' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4321 nocompile/bug_template_1455_A.d(17): Error: Foo!(int) is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4322 nocompile/bug_template_1455_A.d(17): class dstress.nocompile.bug_template_1455_A.Bar base type must be class or interface, not void
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4323 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4324
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4325 Torture-Sub-1/32-XFAIL: nocompile/bug_template_1455_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4326 nocompile: llvmdc -O0 -od./obj -c nocompile/byte_09.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4327 nocompile/byte_09.d(11): Error: .size property should be replaced with .sizeof
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4328 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4329
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4330 Torture-Sub-1/32-XFAIL: nocompile/byte_09.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4331 nocompile: llvmdc -O0 -od./obj -c nocompile/byte_10.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4332 nocompile/byte_10.d(11): Error: no property 'sign' for type 'byte'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4333 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4334
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4335 Torture-Sub-1/32-XFAIL: nocompile/byte_10.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4336 nocompile: llvmdc -O0 -od./obj -c nocompile/cast_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4337 llvmdc: gen/llvmhelpers.cpp:528: DValue* DtoCastPtr(DValue*, Type*): Assertion `0' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4338 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4339 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4340 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4341 llvmdc[0x815cc99]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4342 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4343 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4344
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4345 Torture-Sub-1/32-ERROR: nocompile/cast_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4346 nocompile: llvmdc -O0 -od./obj -c nocompile/cast_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4347 llvmdc: gen/llvmhelpers.cpp:528: DValue* DtoCastPtr(DValue*, Type*): Assertion `0' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4348 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4349 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4350 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4351 llvmdc[0x815cc99]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4352 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4353 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4354
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4355 Torture-Sub-1/32-ERROR: nocompile/cast_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4356 nocompile: llvmdc -O0 -od./obj -c nocompile/cast_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4357 nocompile/cast_03.d(27): Error: cannot implicitly convert expression (i) of type dstress.nocompile.cast_03.MyInterface to object.Object
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4358 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4359
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4360 Torture-Sub-1/32-XFAIL: nocompile/cast_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4361 nocompile: llvmdc -O0 -od./obj -c nocompile/cast_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4362 nocompile/cast_04.d(16): Error: cannot implicitly convert expression (c) of type creal to double
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4363 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4364
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4365 Torture-Sub-1/32-XFAIL: nocompile/cast_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4366 nocompile: llvmdc -O0 -od./obj -c nocompile/cast_10.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4367 nocompile/cast_10.d(25): Error: cast(Parent)c is not an lvalue
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4368 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4369
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4370 Torture-Sub-1/32-XFAIL: nocompile/cast_10.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4371 nocompile: llvmdc -O0 -od./obj -c nocompile/cast_19.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4372 nocompile/cast_19.d(19): Error: cannot implicitly convert expression (mc) of type dstress.nocompile.cast_19.MyClass to void
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4373 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4374
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4375 Torture-Sub-1/32-XFAIL: nocompile/cast_19.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4376 nocompile: llvmdc -O0 -od./obj -c nocompile/cast_23.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4377 nocompile/cast_23.d(16): Error: incompatible types for -
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4378 Error: cast has no effect in expression (cast(uint)0)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4379 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4380
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4381 Torture-Sub-1/32-XFAIL: nocompile/cast_23.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4382 nocompile: llvmdc -O0 -od./obj -c nocompile/cast_24.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4383 nocompile/cast_24.d(16): Error: incompatible types for -
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4384 Error: long has no effect in expression (0)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4385 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4386
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4387 Torture-Sub-1/32-XFAIL: nocompile/cast_24.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4388 nocompile: llvmdc -O0 -od./obj -c nocompile/c/cast_28.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4389 nocompile/c/cast_28.d(15): Error: cast(bool*)data is not an lvalue
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4390 nocompile/c/cast_28.d(15): Error: cannot implicitly convert expression (&cast(bool*)data) of type bool** to bool*
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4391 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4392
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4393 Torture-Sub-1/32-XFAIL: nocompile/c/cast_28.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4394 nocompile: llvmdc -O0 -od./obj -c nocompile/c/cast_35_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4395 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4396
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4397 Torture-Sub-1/32-XPASS: nocompile/c/cast_35_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4398 nocompile: llvmdc -O0 -od./obj -c nocompile/c/catch_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4399 Warning: nocompile/c/catch_06.d(16): try-catch is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4400 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4401
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4402 Torture-Sub-1/32-XPASS: nocompile/c/catch_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4403 nocompile: llvmdc -O0 -od./obj -c nocompile/c/catch_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4404 nocompile/c/catch_07.d(14): basic type expected, not ...
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4405 nocompile/c/catch_07.d(14): found '...' when expecting ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4406 nocompile/c/catch_07.d(14): found ')' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4407 nocompile/c/catch_07.d(16): unrecognized declaration
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4408 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4409
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4410 Torture-Sub-1/32-XFAIL: nocompile/c/catch_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4411 nocompile: llvmdc -O0 -od./obj -c nocompile/c/cdouble_10_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4412 nocompile/c/cdouble_10_A.d(15): Error: cannot implicitly convert expression (2) of type int to cdouble
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4413 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4414
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4415 Torture-Sub-1/32-XFAIL: nocompile/c/cdouble_10_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4416 nocompile: llvmdc -O0 -od./obj -c nocompile/c/cdouble_10_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4417 nocompile/c/cdouble_10_B.d(14): Error: cannot implicitly convert expression (2) of type int to cdouble
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4418 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4419
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4420 Torture-Sub-1/32-XFAIL: nocompile/c/cdouble_10_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4421 nocompile: llvmdc -O0 -od./obj -c nocompile/c/cdouble_10_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4422 nocompile/c/cdouble_10_C.d(11): Error: cannot implicitly convert expression (2) of type double to cdouble
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4423 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4424
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4425 Torture-Sub-1/32-XFAIL: nocompile/c/cdouble_10_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4426 nocompile: llvmdc -O0 -od./obj -c nocompile/c/cdouble_10_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4427 nocompile/c/cdouble_10_D.d(10): Error: cannot implicitly convert expression (2) of type double to cdouble
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4428 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4429
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4430 Torture-Sub-1/32-XFAIL: nocompile/c/cdouble_10_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4431 nocompile: llvmdc -O0 -od./obj -c nocompile/c/cdouble_10_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4432 nocompile/c/cdouble_10_E.d(11): Error: cannot implicitly convert expression (2i) of type idouble to cdouble
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4433 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4434
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4435 Torture-Sub-1/32-XFAIL: nocompile/c/cdouble_10_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4436 nocompile: llvmdc -O0 -od./obj -c nocompile/c/cdouble_10_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4437 nocompile/c/cdouble_10_F.d(10): Error: cannot implicitly convert expression (2i) of type idouble to cdouble
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4438 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4439
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4440 Torture-Sub-1/32-XFAIL: nocompile/c/cdouble_10_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4441 nocompile: llvmdc -O0 -od./obj -c nocompile/c/cfloat_10_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4442 nocompile/c/cfloat_10_A.d(15): Error: cannot implicitly convert expression (2) of type int to cfloat
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4443 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4444
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4445 Torture-Sub-1/32-XFAIL: nocompile/c/cfloat_10_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4446 nocompile: llvmdc -O0 -od./obj -c nocompile/c/cfloat_10_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4447 nocompile/c/cfloat_10_B.d(14): Error: cannot implicitly convert expression (2) of type int to cfloat
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4448 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4449
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4450 Torture-Sub-1/32-XFAIL: nocompile/c/cfloat_10_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4451 nocompile: llvmdc -O0 -od./obj -c nocompile/c/cfloat_10_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4452 nocompile/c/cfloat_10_C.d(11): Error: cannot implicitly convert expression (2) of type float to cfloat
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4453 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4454
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4455 Torture-Sub-1/32-XFAIL: nocompile/c/cfloat_10_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4456 nocompile: llvmdc -O0 -od./obj -c nocompile/c/cfloat_10_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4457 nocompile/c/cfloat_10_D.d(10): Error: cannot implicitly convert expression (2) of type float to cfloat
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4458 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4459
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4460 Torture-Sub-1/32-XFAIL: nocompile/c/cfloat_10_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4461 nocompile: llvmdc -O0 -od./obj -c nocompile/c/cfloat_10_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4462 nocompile/c/cfloat_10_E.d(11): Error: cannot implicitly convert expression (2i) of type ifloat to cfloat
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4463 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4464
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4465 Torture-Sub-1/32-XFAIL: nocompile/c/cfloat_10_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4466 nocompile: llvmdc -O0 -od./obj -c nocompile/c/cfloat_10_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4467 nocompile/c/cfloat_10_F.d(10): Error: cannot implicitly convert expression (2i) of type ifloat to cfloat
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4468 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4469
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4470 Torture-Sub-1/32-XFAIL: nocompile/c/cfloat_10_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4471 nocompile: llvmdc -O0 -od./obj -c nocompile/c/character_literal_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4472 nocompile/c/character_literal_02_B.d(13): invalid UTF character \U00110000
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4473 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4474
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4475 Torture-Sub-1/32-XFAIL: nocompile/c/character_literal_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4476 nocompile: llvmdc -O0 -od./obj -c nocompile/c/character_literal_02_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4477 nocompile/c/character_literal_02_C.d(13): invalid UTF character \U80000000
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4478 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4479
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4480 Torture-Sub-1/32-XFAIL: nocompile/c/character_literal_02_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4481 nocompile: llvmdc -O0 -od./obj -c nocompile/c/character_literal_02_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4482 nocompile/c/character_literal_02_D.d(13): invalid UTF character \U7fffffff
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4483 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4484
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4485 Torture-Sub-1/32-XFAIL: nocompile/c/character_literal_02_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4486 nocompile: llvmdc -O0 -od./obj -c nocompile/c/character_literal_02_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4487 nocompile/c/character_literal_02_E.d(13): invalid UTF character \Uffffffff
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4488 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4489
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4490 Torture-Sub-1/32-XFAIL: nocompile/c/character_literal_02_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4491 nocompile: llvmdc -O0 -od./obj -c nocompile/c/checked_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4492 nocompile/c/checked_01_A.d(14): Error: undefined identifier checked
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4493 nocompile/c/checked_01_A.d(14): Error: function expected before (), not checked of type int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4494 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4495
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4496 Torture-Sub-1/32-XFAIL: nocompile/c/checked_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4497 nocompile: llvmdc -O0 -od./obj -c nocompile/c/checked_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4498 nocompile/c/checked_01_B.d(16): found '{' when expecting ';' following 'statement'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4499 nocompile/c/checked_01_B.d(19): unrecognized declaration
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4500 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4501
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4502 Torture-Sub-1/32-XFAIL: nocompile/c/checked_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4503 nocompile: llvmdc -O0 -od./obj -c nocompile/c/class_16.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4504 nocompile/c/class_16.d(9): class dstress.nocompile.c.class_16.A circular inheritance
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4505 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4506
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4507 Torture-Sub-1/32-XFAIL: nocompile/c/class_16.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4508 nocompile: llvmdc -O0 -od./obj -c nocompile/c/class_17.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4509 nocompile/c/class_17.d(21): Error: no property 'B' for type 'dstress.nocompile.c.class_17.A.B'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4510 nocompile/c/class_17.d(21): Error: no property 'C' for type 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4511 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4512
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4513 Torture-Sub-1/32-XFAIL: nocompile/c/class_17.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4514 nocompile: llvmdc -O0 -od./obj -c nocompile/c/class_19.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4515 nocompile/c/class_19.d(16): Error: cannot implicitly convert expression (new A) of type dstress.nocompile.c.class_19.A to dstress.nocompile.c.class_19.B
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4516 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4517
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4518 Torture-Sub-1/32-XFAIL: nocompile/c/class_19.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4519 nocompile: llvmdc -O0 -od./obj -c nocompile/c/class_21_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4520 nocompile/c/class_21_A.d(20): expression expected, not '>'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4521 nocompile/c/class_21_A.d(20): found 'i' when expecting ';' following 'statement'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4522 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4523
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4524 Torture-Sub-1/32-XFAIL: nocompile/c/class_21_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4525 nocompile: llvmdc -O0 -od./obj -c nocompile/c/class_21_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4526 nocompile/c/class_21_B.d(20): expression expected, not '>'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4527 nocompile/c/class_21_B.d(20): found 'i' when expecting ';' following 'statement'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4528 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4529
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4530 Torture-Sub-1/32-XFAIL: nocompile/c/class_21_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4531 nocompile: llvmdc -O0 -od./obj -c nocompile/c/class_22_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4532 nocompile/c/class_22_C.d(16): class dstress.nocompile.c.class_22_C.main.T!().A has forward references
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4533 nocompile/c/class_22_C.d(19): class dstress.nocompile.c.class_22_C.main.T!().B has forward references
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4534 nocompile/c/class_22_C.d(24): mixin dstress.nocompile.c.class_22_C.main.T!() error instantiating
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4535 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4536
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4537 Torture-Sub-1/32-XFAIL: nocompile/c/class_22_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4538 nocompile: llvmdc -O0 -od./obj -c nocompile/c/class_22_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4539 nocompile/c/class_22_E.d(16): class dstress.run.c.class_22_E.main.T!().B has forward references
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4540 nocompile/c/class_22_E.d(24): mixin dstress.run.c.class_22_E.main.T!() error instantiating
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4541 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4542
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4543 Torture-Sub-1/32-XFAIL: nocompile/c/class_22_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4544 nocompile: llvmdc -O0 -od./obj -c nocompile/c/classinfo_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4545 nocompile/c/classinfo_02_A.d(20): Error: expression cast(int)((&Foo).vtbl[0u]) is not a valid template value argument
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4546 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4547
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4548 Torture-Sub-1/32-XFAIL: nocompile/c/classinfo_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4549 nocompile: llvmdc -O0 -od./obj -c nocompile/c/classinfo_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4550 nocompile/c/classinfo_02_B.d(20): Error: expression cast(int)((&Foo).vtbl[0u]) is not a valid template value argument
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4551 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4552
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4553 Torture-Sub-1/32-XFAIL: nocompile/c/classinfo_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4554 nocompile: llvmdc -O0 -od./obj -c nocompile/c/const_23.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4555 nocompile/c/const_23.d(14): basic type expected, not {
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4556 nocompile/c/const_23.d(14): no identifier for declarator int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4557 nocompile/c/const_23.d(14): semicolon expected, not '{'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4558 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4559
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4560 Torture-Sub-1/32-XFAIL: nocompile/c/const_23.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4561 nocompile: llvmdc -O0 -od./obj -c nocompile/c/const_24_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4562 nocompile/c/const_24_A.d(18): Error: undefined identifier bug
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4563 nocompile/c/const_24_A.d(18): Error: function expected before (), not bug of type int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4564 nocompile/c/const_24_A.d(18): function dstress.nocompile.c.const_24_A.test (char[]) does not match parameter types (int)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4565 nocompile/c/const_24_A.d(18): Error: cannot implicitly convert expression (bug("\xf0\x90\x80\x80")) of type int to char[]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4566 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4567
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4568 Torture-Sub-1/32-XFAIL: nocompile/c/const_24_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4569 nocompile: llvmdc -O0 -od./obj -c nocompile/c/const_24_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4570 nocompile/c/const_24_B.d(18): Error: undefined identifier bug
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4571 nocompile/c/const_24_B.d(18): Error: function expected before (), not bug of type int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4572 nocompile/c/const_24_B.d(18): function dstress.nocompile.c.const_24_B.test (char[]) does not match parameter types (int)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4573 nocompile/c/const_24_B.d(18): Error: cannot implicitly convert expression (bug("\xec\x98\x97")) of type int to char[]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4574 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4575
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4576 Torture-Sub-1/32-XFAIL: nocompile/c/const_24_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4577 nocompile: llvmdc -O0 -od./obj -c nocompile/c/const_24_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4578 nocompile/c/const_24_C.d(18): Error: undefined identifier bug
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4579 nocompile/c/const_24_C.d(18): Error: function expected before (), not bug of type int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4580 nocompile/c/const_24_C.d(18): function dstress.nocompile.c.const_24_C.test (char[]) does not match parameter types (int)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4581 nocompile/c/const_24_C.d(18): Error: cannot implicitly convert expression (bug("\xec\x98\x96")) of type int to char[]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4582 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4583
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4584 Torture-Sub-1/32-XFAIL: nocompile/c/const_24_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4585 nocompile: llvmdc -O0 -od./obj -c nocompile/c/const_24_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4586 nocompile/c/const_24_D.d(18): Error: undefined identifier bug
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4587 nocompile/c/const_24_D.d(18): Error: function expected before (), not bug of type int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4588 nocompile/c/const_24_D.d(18): function dstress.nocompile.c.const_24_D.test (char[]) does not match parameter types (int)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4589 nocompile/c/const_24_D.d(18): Error: cannot implicitly convert expression (bug("\xec\x98\x97")) of type int to char[]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4590 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4591
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4592 Torture-Sub-1/32-XFAIL: nocompile/c/const_24_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4593 nocompile: llvmdc -O0 -od./obj -c nocompile/c/const_24_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4594 nocompile/c/const_24_E.d(18): Error: undefined identifier bug
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4595 nocompile/c/const_24_E.d(18): Error: function expected before (), not bug of type int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4596 nocompile/c/const_24_E.d(18): function dstress.nocompile.c.const_24_E.test (char[]) does not match parameter types (int)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4597 nocompile/c/const_24_E.d(18): Error: cannot implicitly convert expression (bug("\xec\x98\x96")) of type int to char[]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4598 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4599
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4600 Torture-Sub-1/32-XFAIL: nocompile/c/const_24_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4601 nocompile: llvmdc -O0 -od./obj -c nocompile/c/const_24_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4602 nocompile/c/const_24_F.d(18): Error: undefined identifier bug
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4603 nocompile/c/const_24_F.d(18): Error: function expected before (), not bug of type int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4604 nocompile/c/const_24_F.d(18): function dstress.nocompile.c.const_24_F.test (char[]) does not match parameter types (int)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4605 nocompile/c/const_24_F.d(18): Error: cannot implicitly convert expression (bug(s)) of type int to char[]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4606 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4607
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4608 Torture-Sub-1/32-XFAIL: nocompile/c/const_24_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4609 nocompile: llvmdc -O0 -od./obj -c nocompile/c/const_24_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4610 nocompile/c/const_24_G.d(18): Error: undefined identifier bug
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4611 nocompile/c/const_24_G.d(18): Error: function expected before (), not bug of type int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4612 nocompile/c/const_24_G.d(18): function dstress.nocompile.c.const_24_G.test (char[]) does not match parameter types (int)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4613 nocompile/c/const_24_G.d(18): Error: cannot implicitly convert expression (bug(s)) of type int to char[]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4614 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4615
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4616 Torture-Sub-1/32-XFAIL: nocompile/c/const_24_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4617 nocompile: llvmdc -O0 -od./obj -c nocompile/c/const_30_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4618 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4619
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4620 Torture-Sub-1/32-XPASS: nocompile/c/const_30_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4621 nocompile: llvmdc -O0 -od./obj -c nocompile/c/const_30_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4622 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4623
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4624 Torture-Sub-1/32-XPASS: nocompile/c/const_30_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4625 nocompile: llvmdc -O0 -od./obj -c nocompile/c/const_30_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4626 nocompile/c/const_30_C.d(16): Error: const Exp type Expression not implemented: 'cast(uint)monkey * baboon' type: 'uint'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4627 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4628
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4629 Torture-Sub-1/32-XFAIL: nocompile/c/const_30_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4630 nocompile: llvmdc -O0 -od./obj -c nocompile/c/const_30_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4631 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4632
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4633 Torture-Sub-1/32-XPASS: nocompile/c/const_30_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4634 nocompile: llvmdc -O0 -od./obj -c nocompile/c/const_30_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4635 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4636
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4637 Torture-Sub-1/32-XPASS: nocompile/c/const_30_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4638 nocompile: llvmdc -O0 -od./obj -c nocompile/c/const_31.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4639 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4640
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4641 Torture-Sub-1/32-XPASS: nocompile/c/const_31.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4642 nocompile: llvmdc -O0 -od./obj -c nocompile/c/const_32_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4643 nocompile/c/const_32_A.d(15): Error: circular reference to 'a'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4644 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4645
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4646 Torture-Sub-1/32-XFAIL: nocompile/c/const_32_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4647 nocompile: llvmdc -O0 -od./obj -c nocompile/c/const_32_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4648 llvmdc: gen/toir.cpp:299: virtual LLConstant* VarExp::toConstElem(IRState*): Assertion `0 && "Unsupported const VarExp kind"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4649 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4650 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4651 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4652 llvmdc[0x812305f]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4653 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4654 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4655
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4656 Torture-Sub-1/32-ERROR: nocompile/c/const_32_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4657 nocompile: llvmdc -O0 -od./obj -c nocompile/c/const_32_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4658 llvmdc: gen/toir.cpp:299: virtual LLConstant* VarExp::toConstElem(IRState*): Assertion `0 && "Unsupported const VarExp kind"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4659 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4660 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4661 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4662 llvmdc[0x812305f]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4663 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4664 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4665
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4666 Torture-Sub-1/32-ERROR: nocompile/c/const_32_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4667 nocompile: llvmdc -O0 -od./obj -c nocompile/c/const_32_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4668 nocompile/c/const_32_D.d(15): Error: circular reference to 'a'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4669 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4670
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4671 Torture-Sub-1/32-XFAIL: nocompile/c/const_32_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4672 nocompile: llvmdc -O0 -od./obj -c nocompile/c/const_33_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4673 nocompile/c/const_33_A.d(13): Error: circular reference to 'a'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4674 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4675
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4676 Torture-Sub-1/32-XFAIL: nocompile/c/const_33_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4677 nocompile: llvmdc -O0 -od./obj -c nocompile/c/const_33_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4678 nocompile/c/const_33_B.d(13): Error: circular reference to 'a'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4679 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4680
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4681 Torture-Sub-1/32-XFAIL: nocompile/c/const_33_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4682 nocompile: llvmdc -O0 -od./obj -c nocompile/c/const_33_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4683 nocompile/c/const_33_C.d(13): Error: circular reference to 'a'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4684 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4685
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4686 Torture-Sub-1/32-XFAIL: nocompile/c/const_33_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4687 nocompile: llvmdc -O0 -od./obj -c nocompile/c/const_33_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4688 nocompile/c/const_33_D.d(13): Error: circular reference to 'a'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4689 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4690
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4691 Torture-Sub-1/32-XFAIL: nocompile/c/const_33_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4692 nocompile: llvmdc -O0 -od./obj -c nocompile/c/const_33_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4693 nocompile/c/const_33_E.d(13): Error: circular reference to 'a'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4694 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4695
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4696 Torture-Sub-1/32-XFAIL: nocompile/c/const_33_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4697 nocompile: llvmdc -O0 -od./obj -c nocompile/c/const_33_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4698 nocompile/c/const_33_F.d(13): Error: circular reference to 'a'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4699 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4700
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4701 Torture-Sub-1/32-XFAIL: nocompile/c/const_33_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4702 nocompile: llvmdc -O0 -od./obj -c nocompile/c/const_34_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4703 nocompile/c/const_34_A.d(13): Error: forward reference of a
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4704 nocompile/c/const_34_A.d(13): Error: circular reference to 'a'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4705 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4706
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4707 Torture-Sub-1/32-XFAIL: nocompile/c/const_34_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4708 nocompile: llvmdc -O0 -od./obj -c nocompile/c/const_34_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4709 nocompile/c/const_34_B.d(13): Error: forward reference of a
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4710 nocompile/c/const_34_B.d(13): Error: circular reference to 'a'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4711 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4712
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4713 Torture-Sub-1/32-XFAIL: nocompile/c/const_34_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4714 nocompile: llvmdc -O0 -od./obj -c nocompile/c/const_34_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4715 nocompile/c/const_34_C.d(13): Error: circular reference to 'a'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4716 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4717
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4718 Torture-Sub-1/32-XFAIL: nocompile/c/const_34_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4719 nocompile: llvmdc -O0 -od./obj -c nocompile/c/const_34_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4720 nocompile/c/const_34_D.d(13): Error: forward reference of a
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4721 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4722
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4723 Torture-Sub-1/32-XFAIL: nocompile/c/const_34_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4724 nocompile: llvmdc -O0 -od./obj -c nocompile/c/const_34_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4725 nocompile/c/const_34_E.d(13): Error: forward reference of a
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4726 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4727
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4728 Torture-Sub-1/32-XFAIL: nocompile/c/const_34_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4729 nocompile: llvmdc -O0 -od./obj -c nocompile/c/const_34_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4730 nocompile/c/const_34_F.d(13): Error: circular reference to 'a'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4731 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4732
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4733 Torture-Sub-1/32-XFAIL: nocompile/c/const_34_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4734 nocompile: llvmdc -O0 -od./obj -c nocompile/c/const_35_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4735 nocompile/c/const_35_A.d(17): semicolon expected following function declaration
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4736 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4737
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4738 Torture-Sub-1/32-XFAIL: nocompile/c/const_35_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4739 nocompile: llvmdc -O0 -od./obj -c nocompile/c/const_35_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4740 nocompile/c/const_35_B.d(11): basic type expected, not const
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4741 nocompile/c/const_35_B.d(11): found 'const' when expecting ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4742 nocompile/c/const_35_B.d(11): semicolon expected following function declaration
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4743 nocompile/c/const_35_B.d(11): semicolon expected, not ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4744 nocompile/c/const_35_B.d(11): Declaration expected, not ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4745 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4746
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4747 Torture-Sub-1/32-XFAIL: nocompile/c/const_35_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4748 nocompile: llvmdc -O0 -od./obj -c nocompile/c/const_35_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4749 nocompile/c/const_35_C.d(11): found 'const' when expecting ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4750 nocompile/c/const_35_C.d(11): semicolon expected following function declaration
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4751 nocompile/c/const_35_C.d(11): no identifier for declarator c
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4752 nocompile/c/const_35_C.d(11): semicolon expected, not ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4753 nocompile/c/const_35_C.d(11): Declaration expected, not ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4754 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4755
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4756 Torture-Sub-1/32-XFAIL: nocompile/c/const_35_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4757 nocompile: llvmdc -O0 -od./obj -c nocompile/c/const_35_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4758 nocompile/c/const_35_D.d(11): found 'const' when expecting ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4759 nocompile/c/const_35_D.d(11): semicolon expected following function declaration
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4760 nocompile/c/const_35_D.d(11): Declaration expected, not '*'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4761 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4762
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4763 Torture-Sub-1/32-XFAIL: nocompile/c/const_35_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4764 nocompile: llvmdc -O0 -od./obj -c nocompile/c/const_38_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4765 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4766
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4767 Torture-Sub-1/32-XPASS: nocompile/c/const_38_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4768 nocompile: llvmdc -O0 -od./obj -c nocompile/c/const_38_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4769 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4770
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4771 Torture-Sub-1/32-XPASS: nocompile/c/const_38_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4772 nocompile: llvmdc -O0 -od./obj -c nocompile/c/continue_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4773 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4774
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4775 Torture-Sub-1/32-XPASS: nocompile/c/continue_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4776 nocompile: llvmdc -O0 -od./obj -c nocompile/c/continue_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4777 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4778
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4779 Torture-Sub-1/32-XPASS: nocompile/c/continue_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4780 nocompile: llvmdc -O0 -od./obj -c nocompile/c/continue_03_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4781 nocompile/c/continue_03_A.d(16): function dstress.nocompile.c.continue_03_A.Stream.opApply expected to return a value of type int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4782 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4783
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4784 Torture-Sub-1/32-FAIL: nocompile/c/continue_03_A.d [bad error message]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4785 nocompile: llvmdc -O0 -od./obj -c nocompile/c/continue_03_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4786 nocompile/c/continue_03_B.d(16): function dstress.nocompile.c.continue_03_B.Stream.opApply expected to return a value of type int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4787 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4788
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4789 Torture-Sub-1/32-FAIL: nocompile/c/continue_03_B.d [bad error message]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4790 nocompile: llvmdc -O0 -od./obj -c nocompile/c/creal_25.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4791 nocompile/c/creal_25.d(14): Error: cannot implicitly convert expression (27i) of type ireal to creal
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4792 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4793
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4794 Torture-Sub-1/32-XFAIL: nocompile/c/creal_25.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4795 nocompile: llvmdc -O0 -od./obj -c nocompile/c/creal_35_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4796 nocompile/c/creal_35_A.d(15): Error: cannot implicitly convert expression (2) of type int to creal
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4797 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4798
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4799 Torture-Sub-1/32-XFAIL: nocompile/c/creal_35_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4800 nocompile: llvmdc -O0 -od./obj -c nocompile/c/creal_35_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4801 nocompile/c/creal_35_B.d(14): Error: cannot implicitly convert expression (2) of type int to creal
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4802 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4803
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4804 Torture-Sub-1/32-XFAIL: nocompile/c/creal_35_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4805 nocompile: llvmdc -O0 -od./obj -c nocompile/c/creal_35_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4806 nocompile/c/creal_35_C.d(11): Error: cannot implicitly convert expression (2) of type real to creal
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4807 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4808
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4809 Torture-Sub-1/32-XFAIL: nocompile/c/creal_35_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4810 nocompile: llvmdc -O0 -od./obj -c nocompile/c/creal_35_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4811 nocompile/c/creal_35_D.d(10): Error: cannot implicitly convert expression (2) of type real to creal
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4812 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4813
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4814 Torture-Sub-1/32-XFAIL: nocompile/c/creal_35_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4815 nocompile: llvmdc -O0 -od./obj -c nocompile/c/creal_35_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4816 nocompile/c/creal_35_E.d(11): Error: cannot implicitly convert expression (2i) of type ireal to creal
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4817 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4818
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4819 Torture-Sub-1/32-XFAIL: nocompile/c/creal_35_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4820 nocompile: llvmdc -O0 -od./obj -c nocompile/c/creal_35_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4821 nocompile/c/creal_35_F.d(10): Error: cannot implicitly convert expression (2i) of type ireal to creal
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4822 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4823
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4824 Torture-Sub-1/32-XFAIL: nocompile/c/creal_35_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4825 nocompile: llvmdc -O0 -od./obj -c nocompile/cent_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4826 nocompile/cent_01.d(11): no identifier for declarator int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4827 nocompile/cent_01.d(11): semicolon expected, not 'cent'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4828 nocompile/cent_01.d(11): Declaration expected, not 'cent'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4829 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4830
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4831 Torture-Sub-1/32-XFAIL: nocompile/cent_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4832 nocompile: llvmdc -O0 -od./obj -c nocompile/char_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4833 nocompile/char_01.d(11): Error: .size property should be replaced with .sizeof
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4834 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4835
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4836 Torture-Sub-1/32-XFAIL: nocompile/char_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4837 nocompile: llvmdc -O0 -od./obj -c nocompile/char_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4838 nocompile/char_02.d(11): Error: no property 'sign' for type 'char'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4839 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4840
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4841 Torture-Sub-1/32-XFAIL: nocompile/char_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4842 nocompile: llvmdc -O0 -od./obj -c nocompile/char_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4843 nocompile/char_04.d(9): Error: cannot implicitly convert expression (256) of type int to char
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4844 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4845
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4846 Torture-Sub-1/32-XFAIL: nocompile/char_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4847 nocompile: llvmdc -O0 -od./obj -c nocompile/char_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4848 nocompile/char_05.d(9): Error: cannot implicitly convert expression (-1) of type int to char
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4849 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4850
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4851 Torture-Sub-1/32-XFAIL: nocompile/char_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4852 nocompile: llvmdc -O0 -od./obj -c nocompile/class_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4853 nocompile/class_04.d(20): class dstress.nocompile.class_04.C base type must be class or interface, not B
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4854 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4855
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4856 Torture-Sub-1/32-XFAIL: nocompile/class_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4857 nocompile: llvmdc -O0 -od./obj -c nocompile/class_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4858 nocompile/class_05.d(17): interface dstress.nocompile.class_05.HashImpl(D) is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4859 nocompile/class_05.d(17): class dstress.nocompile.class_05.Sha1 base type must be class or interface, not void
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4860 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4861
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4862 Torture-Sub-1/32-XFAIL: nocompile/class_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4863 nocompile: llvmdc -O0 -od./obj -c nocompile/class_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4864 nocompile/class_07.d(11): anonymous classes not allowed
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4865 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4866
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4867 Torture-Sub-1/32-XFAIL: nocompile/class_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4868 nocompile: llvmdc -O0 -od./obj -c nocompile/class_11.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4869 nocompile/class_11.d(13): anonymous classes not allowed
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4870 nocompile/class_11.d(14): members expected
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4871 nocompile/class_11.d(14): { } expected following aggregate declaration
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4872 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4873
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4874 Torture-Sub-1/32-XFAIL: nocompile/class_11.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4875 nocompile: llvmdc -O0 -od./obj -c nocompile/class_12.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4876 nocompile/class_12.d(13): anonymous classes not allowed
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4877 nocompile/class_12.d(13): { } expected following aggregate declaration
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4878 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4879
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4880 Torture-Sub-1/32-XFAIL: nocompile/class_12.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4881 nocompile: llvmdc -O0 -od./obj -c nocompile/class_13.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4882 nocompile/class_13.d(13): class dstress.nocompile.class_13.A unable to resolve forward reference in definition
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4883 nocompile/class_13.d(19): class dstress.nocompile.class_13.C unable to resolve forward reference in definition
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4884 nocompile/class_13.d(16): class dstress.nocompile.class_13.B unable to resolve forward reference in definition
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4885 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4886
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4887 Torture-Sub-1/32-XFAIL: nocompile/class_13.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4888 nocompile: llvmdc -O0 -od./obj -c nocompile/class_14.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4889 nocompile/class_14.d(16): class dstress.nocompile.class_14.B unable to resolve forward reference in definition
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4890 nocompile/class_14.d(13): class dstress.nocompile.class_14.A unable to resolve forward reference in definition
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4891 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4892
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4893 Torture-Sub-1/32-XFAIL: nocompile/class_14.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4894 nocompile: llvmdc -O0 -od./obj -c nocompile/class_15.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4895 nocompile/class_15.d(17): class dstress.nocompile.class_15.B unable to resolve forward reference in definition
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4896 nocompile/class_15.d(13): class dstress.nocompile.class_15.A unable to resolve forward reference in definition
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4897 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4898
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4899 Torture-Sub-1/32-XFAIL: nocompile/class_15.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4900 nocompile: llvmdc -O0 -debug=1A -od./obj/_53F2 -c nocompile/command_line_debug_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4901 Error: unrecognized switch '-debug=1A'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4902 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4903
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4904 Torture-Sub-1/32-XFAIL: nocompile/command_line_debug_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4905 nocompile: llvmdc -O0 -debug123 -od./obj/_5403 -c nocompile/command_line_debug_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4906 Error: unrecognized switch '-debug123'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4907 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4908
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4909 Torture-Sub-1/32-XFAIL: nocompile/command_line_debug_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4910 nocompile: llvmdc -O0 -debugabc -od./obj/_541B -c nocompile/command_line_debug_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4911 Error: unrecognized switch '-debugabc'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4912 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4913
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4914 Torture-Sub-1/32-XFAIL: nocompile/command_line_debug_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4915 nocompile: llvmdc -O0 -debug= -od./obj/_5425 -c nocompile/command_line_debug_09.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4916 Error: unrecognized switch '-debug='
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4917 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4918
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4919 Torture-Sub-1/32-XFAIL: nocompile/command_line_debug_09.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4920 nocompile: llvmdc -O0 -dblah -od./obj/_5452 -c nocompile/command_line_deprecated_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4921 Error: unrecognized switch '-dblah'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4922 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4923
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4924 Torture-Sub-1/32-XFAIL: nocompile/command_line_deprecated_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4925 nocompile: llvmdc -O0 -version -od./obj/_5459 -c nocompile/command_line_version_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4926 Error: unrecognized switch '-version'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4927 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4928
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4929 Torture-Sub-1/32-XFAIL: nocompile/command_line_version_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4930 nocompile: llvmdc -O0 -version=1A -od./obj/_5460 -c nocompile/command_line_version_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4931 Error: unrecognized switch '-version=1A'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4932 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4933
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4934 Torture-Sub-1/32-XFAIL: nocompile/command_line_version_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4935 nocompile: llvmdc -O0 -version123 -od./obj/_546F -c nocompile/command_line_version_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4936 Error: unrecognized switch '-version123'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4937 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4938
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4939 Torture-Sub-1/32-XFAIL: nocompile/command_line_version_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4940 nocompile: llvmdc -O0 -versionabc -od./obj/_5493 -c nocompile/command_line_version_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4941 Error: unrecognized switch '-versionabc'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4942 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4943
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4944 Torture-Sub-1/32-XFAIL: nocompile/command_line_version_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4945 nocompile: llvmdc -O0 -version=X86 -version=X86_64 -od./obj/_54A9 -c nocompile/command_line_version_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4946 Error: version identifier 'X86' is reserved and cannot be set
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4947 Error: version identifier 'X86_64' is reserved and cannot be set
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4948 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4949
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4950 Torture-Sub-1/32-XFAIL: nocompile/command_line_version_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4951 nocompile: llvmdc -O0 -version=linux -version=Windows -od./obj/_54BC -c nocompile/command_line_version_09.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4952 Error: version identifier 'linux' is reserved and cannot be set
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4953 Error: version identifier 'Windows' is reserved and cannot be set
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4954 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4955
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4956 Torture-Sub-1/32-XFAIL: nocompile/command_line_version_09.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4957 nocompile: llvmdc -O0 -version=none -od./obj/_54CD -c nocompile/command_line_version_10.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4958 Error: version identifier 'none' is reserved and cannot be set
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4959 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4960
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4961 Torture-Sub-1/32-XFAIL: nocompile/command_line_version_10.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4962 nocompile: llvmdc -O0 -version=Win32 -version=Win64 -od./obj/_54D8 -c nocompile/command_line_version_11.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4963 Error: version identifier 'Win32' is reserved and cannot be set
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4964 Error: version identifier 'Win64' is reserved and cannot be set
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4965 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4966
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4967 Torture-Sub-1/32-XFAIL: nocompile/command_line_version_11.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4968 nocompile: llvmdc -O0 -version=Win32 -version=linux -od./obj/_54E7 -c nocompile/command_line_version_12.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4969 Error: version identifier 'Win32' is reserved and cannot be set
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4970 Error: version identifier 'linux' is reserved and cannot be set
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4971 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4972
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4973 Torture-Sub-1/32-XFAIL: nocompile/command_line_version_12.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4974 nocompile: llvmdc -O0 -version=Win64 -version=linux -od./obj/_54FD -c nocompile/command_line_version_13.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4975 Error: version identifier 'Win64' is reserved and cannot be set
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4976 Error: version identifier 'linux' is reserved and cannot be set
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4977 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4978
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4979 Torture-Sub-1/32-XFAIL: nocompile/command_line_version_13.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4980 nocompile: llvmdc -O0 -version=LittleEndian -version=BigEndian -od./obj/_5507 -c nocompile/command_line_version_14.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4981 Error: version identifier 'LittleEndian' is reserved and cannot be set
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4982 Error: version identifier 'BigEndian' is reserved and cannot be set
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4983 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4984
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4985 Torture-Sub-1/32-XFAIL: nocompile/command_line_version_14.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4986 nocompile: llvmdc -O0 -version=D_InlineAsm -od./obj/_550E -c nocompile/command_line_version_15.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4987 Error: version identifier 'D_InlineAsm' is reserved and cannot be set
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4988 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4989
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4990 Torture-Sub-1/32-XFAIL: nocompile/command_line_version_15.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4991 nocompile: llvmdc -O0 -version=all -od./obj/_551D -c nocompile/command_line_version_16.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4992 Error: version identifier 'all' is reserved and cannot be set
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4993 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4994
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4995 Torture-Sub-1/32-XFAIL: nocompile/command_line_version_16.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4996 nocompile: llvmdc -O0 -version=DigitalMars -od./obj/_5532 -c nocompile/command_line_version_17.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4997 Error: version identifier 'DigitalMars' is reserved and cannot be set
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4998 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
4999
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5000 Torture-Sub-1/32-XFAIL: nocompile/command_line_version_17.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5001 nocompile: llvmdc -O0 -od./obj -c nocompile/comment_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5002 nocompile/comment_07.d(11): static assert is false
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5003 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5004
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5005 Torture-Sub-1/32-XFAIL: nocompile/comment_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5006 nocompile: llvmdc -O0 -od./obj -c nocompile/comment_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5007 nocompile/comment_08.d(11): static assert is false
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5008 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5009
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5010 Torture-Sub-1/32-XFAIL: nocompile/comment_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5011 nocompile: llvmdc -O0 -od./obj -c nocompile/const_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5012 nocompile/const_02.d(14): Error: constant 9 is not an lvalue
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5013 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5014
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5015 Torture-Sub-1/32-XFAIL: nocompile/const_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5016 nocompile: llvmdc -O0 -od./obj -c nocompile/const_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5017 nocompile/const_03.d(14): Error: constant i is not an lvalue
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5018 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5019
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5020 Torture-Sub-1/32-XFAIL: nocompile/const_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5021 nocompile: llvmdc -O0 -od./obj -c nocompile/const_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5022 nocompile/const_04.d(12): Error: circular reference to 'a'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5023 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5024
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5025 Torture-Sub-1/32-XFAIL: nocompile/const_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5026 nocompile: llvmdc -O0 -od./obj -c nocompile/const_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5027 nocompile/const_07.d(11): Error: const Exp type Expression not implemented: 'new Object' type: 'object.Object'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5028 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5029
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5030 Torture-Sub-1/32-XFAIL: nocompile/const_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5031 nocompile: llvmdc -O0 -od./obj -c nocompile/const_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5032 nocompile/const_08.d(15): Error: const Exp type Expression not implemented: 'new MyStruct' type: 'MyStruct*'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5033 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5034
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5035 Torture-Sub-1/32-XFAIL: nocompile/const_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5036 nocompile: llvmdc -O0 -od./obj -c nocompile/const_09.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5037 nocompile/const_09.d(16): Error: const Exp type Expression not implemented: 'new MyUnion' type: 'MyUnion*'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5038 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5039
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5040 Torture-Sub-1/32-XFAIL: nocompile/const_09.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5041 nocompile: llvmdc -O0 -od./obj -c nocompile/const_11.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5042 nocompile/const_11.d(14): Error: const Exp type Expression not implemented: '&s' type: 'MyStruct*'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5043 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5044
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5045 Torture-Sub-1/32-XFAIL: nocompile/const_11.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5046 nocompile: llvmdc -O0 -od./obj -c nocompile/constructor_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5047 nocompile/constructor_05.d(16): constructor dstress.nocompile.constructor_05.Class.Template!().this constructors are only for class definitions
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5048 nocompile/constructor_05.d(22): template instance dstress.nocompile.constructor_05.Class.Template!() error instantiating
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5049 nocompile/constructor_05.d(22): template instance dstress.nocompile.constructor_05.Class.Template!() is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5050 nocompile/constructor_05.d(22): Error: new can only create structs, dynamic arrays or class objects, not void's
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5051 nocompile/constructor_05.d(22): Error: cannot implicitly convert expression (new void) of type void* to dstress.nocompile.constructor_05.Class
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5052 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5053
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5054 Torture-Sub-1/32-XFAIL: nocompile/constructor_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5055 nocompile: llvmdc -O0 -od./obj -c nocompile/__DATE__02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5056 nocompile/__DATE__02.d(10): Error: "Jun 10 2008" is not an lvalue
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5057 nocompile/__DATE__02.d(10): Error: cannot assign to static array "Jun 10 2008"
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5058 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5059
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5060 Torture-Sub-1/32-XFAIL: nocompile/__DATE__02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5061 nocompile: llvmdc -O0 -od./obj -c nocompile/dchar_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5062 nocompile/dchar_01.d(11): Error: .size property should be replaced with .sizeof
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5063 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5064
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5065 Torture-Sub-1/32-XFAIL: nocompile/dchar_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5066 nocompile: llvmdc -O0 -od./obj -c nocompile/dchar_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5067 nocompile/dchar_02.d(11): Error: no property 'sign' for type 'dchar'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5068 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5069
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5070 Torture-Sub-1/32-XFAIL: nocompile/dchar_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5071 nocompile: llvmdc -O0 -od./obj -c nocompile/dchar_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5072 nocompile/dchar_04.d(9): Error: cannot implicitly convert expression (1114112) of type int to wchar
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5073 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5074
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5075 Torture-Sub-1/32-XFAIL: nocompile/dchar_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5076 nocompile: llvmdc -O0 -od./obj -c nocompile/dchar_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5077 nocompile/dchar_06.d(9): Error: cannot implicitly convert expression (-1) of type int to wchar
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5078 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5079
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5080 Torture-Sub-1/32-XFAIL: nocompile/dchar_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5081 nocompile: llvmdc -O0 -od./obj -c nocompile/d/debug_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5082 nocompile/d/debug_08.d(22): debug b defined after use
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5083 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5084
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5085 Torture-Sub-1/32-XFAIL: nocompile/d/debug_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5086 nocompile: llvmdc -O0 -od./obj -c nocompile/d/debug_09.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5087 nocompile/d/debug_09.d(23): debug a defined after use
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5088 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5089
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5090 Torture-Sub-1/32-XFAIL: nocompile/d/debug_09.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5091 nocompile: llvmdc -O0 -od./obj -c nocompile/d/debug_10.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5092 nocompile/d/debug_10.d(27): debug a defined after use
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5093 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5094
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5095 Torture-Sub-1/32-XFAIL: nocompile/d/debug_10.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5096 nocompile: llvmdc -O0 -od./obj -c nocompile/d/debug_11_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5097 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5098
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5099 Torture-Sub-1/32-XPASS: nocompile/d/debug_11_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5100 nocompile: llvmdc -O0 -od./obj -c nocompile/d/debug_11_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5101 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5102
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5103 Torture-Sub-1/32-XPASS: nocompile/d/debug_11_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5104 nocompile: llvmdc -O0 -od./obj -c nocompile/d/debug_11_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5105 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5106
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5107 Torture-Sub-1/32-XPASS: nocompile/d/debug_11_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5108 nocompile: llvmdc -O0 -debug=a.b -od./obj/_5696 -c nocompile/d/debug_13_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5109 Error: unrecognized switch '-debug=a.b'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5110 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5111
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5112 Torture-Sub-1/32-XFAIL: nocompile/d/debug_13_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5113 nocompile: llvmdc -O0 -od./obj -c nocompile/d/decimal_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5114 nocompile/d/decimal_01_A.d(11): Error: identifier 'decimal' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5115 nocompile/d/decimal_01_A.d(11): Error: decimal is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5116 nocompile/d/decimal_01_A.d(11): variable dstress.nocompile.d.decimal_01_A.x voids have no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5117 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5118
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5119 Torture-Sub-1/32-XFAIL: nocompile/d/decimal_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5120 nocompile: llvmdc -O0 -od./obj -c nocompile/d/decimal_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5121 nocompile/d/decimal_01_B.d(11): semicolon expected, not 'm'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5122 nocompile/d/decimal_01_B.d(11): no identifier for declarator m
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5123 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5124
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5125 Torture-Sub-1/32-XFAIL: nocompile/d/decimal_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5126 nocompile: llvmdc -O0 -od./obj -c nocompile/d/decimal_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5127 nocompile/d/decimal_01_C.d(11): semicolon expected, not 'M'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5128 nocompile/d/decimal_01_C.d(11): no identifier for declarator M
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5129 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5130
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5131 Torture-Sub-1/32-XFAIL: nocompile/d/decimal_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5132 nocompile: llvmdc -O0 -od./obj -c nocompile/d/decimal_01_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5133 nocompile/d/decimal_01_D.d(11): semicolon expected, not 'm'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5134 nocompile/d/decimal_01_D.d(11): no identifier for declarator m
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5135 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5136
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5137 Torture-Sub-1/32-XFAIL: nocompile/d/decimal_01_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5138 nocompile: llvmdc -O0 -od./obj -c nocompile/d/decimal_01_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5139 nocompile/d/decimal_01_E.d(11): semicolon expected following auto declaration, not 'M'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5140 nocompile/d/decimal_01_E.d(11): no identifier for declarator M
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5141 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5142
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5143 Torture-Sub-1/32-XFAIL: nocompile/d/decimal_01_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5144 nocompile: llvmdc -O0 -od./obj -c nocompile/d/decimal_01_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5145 nocompile/d/decimal_01_F.d(11): semicolon expected following auto declaration, not 'm'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5146 nocompile/d/decimal_01_F.d(11): no identifier for declarator m
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5147 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5148
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5149 Torture-Sub-1/32-XFAIL: nocompile/d/decimal_01_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5150 nocompile: llvmdc -O0 -od./obj -c nocompile/d/decimal_01_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5151 nocompile/d/decimal_01_G.d(11): semicolon expected following auto declaration, not 'M'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5152 nocompile/d/decimal_01_G.d(11): no identifier for declarator M
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5153 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5154
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5155 Torture-Sub-1/32-XFAIL: nocompile/d/decimal_01_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5156 nocompile: llvmdc -O0 -od./obj -c nocompile/d/define_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5157 nocompile/d/define_01.d(11): #line integer ["filespec"]\n expected
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5158 nocompile/d/define_01.d(11): no identifier for declarator A
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5159 nocompile/d/define_01.d(11): semicolon expected, not '1'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5160 nocompile/d/define_01.d(11): Declaration expected, not '1'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5161 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5162
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5163 Torture-Sub-1/32-XFAIL: nocompile/d/define_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5164 nocompile: llvmdc -O0 -od./obj -c nocompile/d/delegate_14_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5165 nocompile/d/delegate_14_A.d(15): found '}' when expecting ';' following 'statement'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5166 nocompile/d/delegate_14_A.d(17): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5167 nocompile/d/delegate_14_A.d(17): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5168 nocompile/d/delegate_14_A.d(17): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5169 nocompile/d/delegate_14_A.d(17): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5170 nocompile/d/delegate_14_A.d(17): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5171 nocompile/d/delegate_14_A.d(17): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5172 nocompile/d/delegate_14_A.d(17): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5173 nocompile/d/delegate_14_A.d(17): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5174 nocompile/d/delegate_14_A.d(17): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5175 nocompile/d/delegate_14_A.d(17): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5176 nocompile/d/delegate_14_A.d(17): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5177 nocompile/d/delegate_14_A.d(17): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5178 nocompile/d/delegate_14_A.d(17): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5179 nocompile/d/delegate_14_A.d(17): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5180 nocompile/d/delegate_14_A.d(17): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5181 nocompile/d/delegate_14_A.d(17): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5182 nocompile/d/delegate_14_A.d(17): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5183 nocompile/d/delegate_14_A.d(17): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5184 nocompile/d/delegate_14_A.d(17): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5185 nocompile/d/delegate_14_A.d(17): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5186 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5187
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5188 Torture-Sub-1/32-XFAIL: nocompile/d/delegate_14_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5189 nocompile: llvmdc -O0 -od./obj -c nocompile/d/delegate_14_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5190 nocompile/d/delegate_14_B.d(13): function dstress.nocompile.d.delegate_14_B.main expected to return a value of type int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5191 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5192
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5193 Torture-Sub-1/32-FAIL: nocompile/d/delegate_14_B.d [bad error message]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5194 nocompile: llvmdc -O0 -od./obj -c nocompile/d/delegate_15.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5195 nocompile/d/delegate_15.d(14): Error: __dgliteral1 is not an lvalue
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5196 nocompile/d/delegate_15.d(14): Error: cannot implicitly convert expression (&__dgliteral1) of type void delegate()* to int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5197 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5198
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5199 Torture-Sub-1/32-XFAIL: nocompile/d/delegate_15.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5200 nocompile: llvmdc -O0 -od./obj -c nocompile/d/delegate_16.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5201 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5202
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5203 Torture-Sub-1/32-XPASS: nocompile/d/delegate_16.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5204 nocompile: llvmdc -O0 -od./obj -c nocompile/d/delegate_18_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5205 nocompile/d/delegate_18_A.d(14): Error: undefined identifier y
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5206 nocompile/d/delegate_18_A.d(14): Error: cannot implicitly convert expression (__dgliteral1) of type int delegate() to int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5207 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5208
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5209 Torture-Sub-1/32-XFAIL: nocompile/d/delegate_18_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5210 nocompile: llvmdc -O0 -od./obj -c nocompile/d/delegate_18_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5211 nocompile/d/delegate_18_B.d(14): Error: undefined identifier y
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5212 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5213
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5214 Torture-Sub-1/32-XFAIL: nocompile/d/delegate_18_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5215 nocompile: llvmdc -O0 -od./obj -c nocompile/d/delete_09_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5216 nocompile/d/delete_09_A.d(13): Error: identifier 'string' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5217 nocompile/d/delete_09_A.d(15): Error: identifier 'string' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5218 nocompile/d/delete_09_A.d(15): Error: string is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5219 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5220
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5221 Torture-Sub-1/32-FAIL: nocompile/d/delete_09_A.d [bad error message]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5222 nocompile: llvmdc -O0 -od./obj -c nocompile/d/delete_09_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5223 nocompile/d/delete_09_B.d(16): Error: delete aa[key] deprecated, use aa.remove(key)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5224 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5225
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5226 Torture-Sub-1/32-XFAIL: nocompile/d/delete_09_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5227 nocompile: llvmdc -O0 -od./obj -c nocompile/d/delete_09_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5228 nocompile/d/delete_09_C.d(15): Error: identifier 'X' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5229 nocompile/d/delete_09_C.d(15): Error: X is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5230 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5231
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5232 Torture-Sub-1/32-FAIL: nocompile/d/delete_09_C.d [bad error message]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5233 nocompile: llvmdc -O0 -od./obj -c nocompile/d/delete_09_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5234 nocompile/d/delete_09_D.d(16): Error: delete aa[key] deprecated, use aa.remove(key)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5235 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5236
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5237 Torture-Sub-1/32-XFAIL: nocompile/d/delete_09_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5238 nocompile: llvmdc -O0 -od./obj -c nocompile/d/delete_11.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5239 nocompile/d/delete_11.d(14): Error: var has no effect in expression (b)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5240 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5241
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5242 Torture-Sub-1/32-XFAIL: nocompile/d/delete_11.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5243 nocompile: llvmdc -O0 -od./obj -c nocompile/d/delete_13_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5244 nocompile/d/delete_13_A.d(13): found 'i' when expecting ';' following 'statement'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5245 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5246
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5247 Torture-Sub-1/32-XFAIL: nocompile/d/delete_13_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5248 nocompile: llvmdc -O0 -od./obj -c nocompile/d/deprecated_19.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5249 nocompile/d/deprecated_19.d(14): found 'deprecated' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5250 nocompile/d/deprecated_19.d(17): unrecognized declaration
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5251 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5252
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5253 Torture-Sub-1/32-XFAIL: nocompile/d/deprecated_19.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5254 nocompile: llvmdc -O0 -od./obj -c nocompile/d/deprecated_20.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5255 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5257 Torture-Sub-1/32-XPASS: nocompile/d/deprecated_20.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5258 nocompile: llvmdc -O0 -od./obj -c nocompile/d/deprecated_22_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5259 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5260
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5261 Torture-Sub-1/32-XPASS: nocompile/d/deprecated_22_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5262 nocompile: llvmdc -O0 -od./obj -c nocompile/d/deprecated_22_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5263 nocompile/d/deprecated_22_D.d(22): alias dstress.nocompile.d.deprecated_22_D.foo is deprecated
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5264 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5265
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5266 Torture-Sub-1/32-XFAIL: nocompile/d/deprecated_22_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5267 nocompile: llvmdc -O0 -od./obj -c nocompile/d/double_26_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5268 nocompile/d/double_26_A.d(11): no identifier for declarator long
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5269 nocompile/d/double_26_A.d(11): semicolon expected, not 'double'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5270 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5271
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5272 Torture-Sub-1/32-XFAIL: nocompile/d/double_26_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5273 nocompile: llvmdc -O0 -od./obj -c nocompile/d/double_26_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5274 nocompile/d/double_26_B.d(9): no identifier for declarator unsigned
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5275 nocompile/d/double_26_B.d(9): semicolon expected, not 'double'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5276 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5277
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5278 Torture-Sub-1/32-XFAIL: nocompile/d/double_26_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5279 nocompile: llvmdc -O0 -od./obj -c nocompile/d/double_26_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5280 nocompile/d/double_26_C.d(9): no identifier for declarator signed
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5281 nocompile/d/double_26_C.d(9): semicolon expected, not 'double'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5282 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5283
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5284 Torture-Sub-1/32-XFAIL: nocompile/d/double_26_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5285 nocompile: llvmdc -O0 -od./obj -c nocompile/d/double_26_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5286 nocompile/d/double_26_D.d(9): no identifier for declarator long
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5287 nocompile/d/double_26_D.d(9): semicolon expected, not 'long'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5288 nocompile/d/double_26_D.d(9): no identifier for declarator long
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5289 nocompile/d/double_26_D.d(9): semicolon expected, not 'double'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5290 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5291
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5292 Torture-Sub-1/32-XFAIL: nocompile/d/double_26_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5293 nocompile: llvmdc -O0 -od./obj -c nocompile/debug_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5294 nocompile/debug_04.d(12): debug A defined after use
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5295 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5296
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5297 Torture-Sub-1/32-XFAIL: nocompile/debug_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5298 nocompile: llvmdc -O0 -od./obj -c nocompile/debug_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5299 nocompile/debug_05.d(13): debug A declaration must be at module level
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5300 nocompile/debug_05.d(18): mixin dstress.nocompile.debug_05.test.T!() error instantiating
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5301 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5302
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5303 Torture-Sub-1/32-XFAIL: nocompile/debug_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5304 nocompile: llvmdc -O0 -od./obj -c nocompile/debug_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5305 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5306
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5307 Torture-Sub-1/32-XPASS: nocompile/debug_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5308 nocompile: llvmdc -O0 -od./obj -c nocompile/debug_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5309 nocompile/debug_07.d(14): C style cast illegal, use cast(b)c
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5310 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5311
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5312 Torture-Sub-1/32-XFAIL: nocompile/debug_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5313 nocompile: llvmdc -O0 -od./obj -c nocompile/debug_info_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5314 nocompile/debug_info_02.d(13): Error: circular reference of typedef fn
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5315 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5316
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5317 Torture-Sub-1/32-XFAIL: nocompile/debug_info_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5318 nocompile: llvmdc -O0 -od./obj -c nocompile/default_argument_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5319 nocompile/default_argument_05.d(16): Error: no property 'i' for type 'void'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5320 nocompile/default_argument_05.d(21): mixin dstress.nocompile.default_argument_05.main.Template!(10) error instantiating
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5321 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5322
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5323 Torture-Sub-1/32-XFAIL: nocompile/default_argument_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5324 nocompile: llvmdc -O0 -od./obj -c nocompile/delegate_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5325 nocompile/delegate_02.d(17): Error: cannot implicitly convert expression (&test) of type int function() to int delegate()
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5326 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5327
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5328 Torture-Sub-1/32-XFAIL: nocompile/delegate_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5329 nocompile: llvmdc -O0 -od./obj -c nocompile/delegate_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5330 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5331
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5332 Torture-Sub-1/32-XPASS: nocompile/delegate_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5333 nocompile: llvmdc -O0 -od./obj -c nocompile/delegate_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5334 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5335
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5336 Torture-Sub-1/32-XPASS: nocompile/delegate_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5337 nocompile: llvmdc -O0 -od./obj -c nocompile/delegate_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5338 nocompile/delegate_07.d(19): Error: cannot implicitly convert expression (&s + 0) of type int* to int delegate()
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5339 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5340
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5341 Torture-Sub-1/32-XFAIL: nocompile/delegate_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5342 nocompile: llvmdc -O0 -od./obj -c nocompile/delegate_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5343 nocompile/delegate_08.d(19): Error: cannot implicitly convert expression (&c.test) of type int* to int delegate()
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5344 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5345
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5346 Torture-Sub-1/32-XFAIL: nocompile/delegate_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5347 nocompile: llvmdc -O0 -od./obj -c nocompile/delegate_09.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5348 nocompile/delegate_09.d(19): Error: constant cast(MyEnum)0 is not an lvalue
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5349 nocompile/delegate_09.d(19): Error: cannot implicitly convert expression (&cast(MyEnum)0) of type MyEnum* to int delegate()
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5350 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5351
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5352 Torture-Sub-1/32-XFAIL: nocompile/delegate_09.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5353 nocompile: llvmdc -O0 -od./obj -c nocompile/delegate_10.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5354 nocompile/delegate_10.d(20): Error: cannot implicitly convert expression (&u + 0) of type int* to int delegate()
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5355 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5356
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5357 Torture-Sub-1/32-XFAIL: nocompile/delegate_10.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5358 nocompile: llvmdc -O0 -od./obj -c nocompile/delegate_11.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5359 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5360
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5361 Torture-Sub-1/32-XPASS: nocompile/delegate_11.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5362 nocompile: llvmdc -O0 -od./obj -c nocompile/delete_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5363 nocompile/delete_02.d(11): module gc cannot read file 'std/gc.d'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5364 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5365
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5366 Torture-Sub-1/32-FAIL: nocompile/delete_02.d [bad error message]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5367 nocompile: llvmdc -O0 -od./obj -c nocompile/delete_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5368 nocompile/delete_06.d(10): enum member expected
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5369 nocompile/delete_06.d(10): enum member expected
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5370 nocompile/delete_06.d(10): enum member expected
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5371 nocompile/delete_06.d(10): enum member expected
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5372 nocompile/delete_06.d(10): found ')' when expecting ','
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5373 nocompile/delete_06.d(10): enum member expected
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5374 nocompile/delete_06.d(12): unrecognized declaration
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5375 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5376
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5377 Torture-Sub-1/32-XFAIL: nocompile/delete_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5378 nocompile: llvmdc -O0 -od./obj -c nocompile/delete_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5379 nocompile/delete_07.d(10): deallocator dstress.nocompile.delete_07.MyClass.delete one argument of type void* expected, not int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5380 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5381
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5382 Torture-Sub-1/32-XFAIL: nocompile/delete_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5383 nocompile: llvmdc -O0 -od./obj -c nocompile/delete_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5384 nocompile/delete_08.d(10): deallocator dstress.nocompile.delete_08.MyClass.delete one argument of type void* expected
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5385 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5386
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5387 Torture-Sub-1/32-XFAIL: nocompile/delete_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5388 nocompile: llvmdc -O0 -od./obj -c nocompile/deprecated_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5389 nocompile/deprecated_01.d(13): function dstress.nocompile.deprecated_01.test is deprecated
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5390 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5391
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5392 Torture-Sub-1/32-XFAIL: nocompile/deprecated_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5393 nocompile: llvmdc -O0 -od./obj -c nocompile/deprecated_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5394 nocompile/deprecated_02.d(13): class dstress.nocompile.deprecated_02.MyClass is deprecated
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5395 nocompile/deprecated_02.d(14): class dstress.nocompile.deprecated_02.MyClass is deprecated
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5396 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5397
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5398 Torture-Sub-1/32-XFAIL: nocompile/deprecated_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5399 nocompile: llvmdc -O0 -od./obj -c nocompile/deprecated_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5400 nocompile/deprecated_03.d(13): class dstress.nocompile.deprecated_03.MyClass is deprecated
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5401 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5402
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5403 Torture-Sub-1/32-XFAIL: nocompile/deprecated_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5404 nocompile: llvmdc -O0 -od./obj -c nocompile/deprecated_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5405 nocompile/deprecated_04.d(11): constructor dstress.nocompile.deprecated_04.MyClass.this is deprecated
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5406 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5407
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5408 Torture-Sub-1/32-XFAIL: nocompile/deprecated_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5409 nocompile: llvmdc -O0 -od./obj -c nocompile/deprecated_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5410 nocompile/deprecated_05.d(15): constructor dstress.nocompile.deprecated_05.MyClass.this is deprecated
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5411 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5412
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5413 Torture-Sub-1/32-XFAIL: nocompile/deprecated_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5414 nocompile: llvmdc -O0 -od./obj -c nocompile/deprecated_11.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5415 nocompile/deprecated_11.d(13): alias dstress.nocompile.deprecated_11.b is deprecated
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5416 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5417
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5418 Torture-Sub-1/32-XFAIL: nocompile/deprecated_11.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5419 nocompile: llvmdc -O0 -od./obj -c nocompile/deprecated_14.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5420 nocompile/deprecated_14.d(16): class dstress.nocompile.deprecated_14.A is deprecated
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5421 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5422
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5423 Torture-Sub-1/32-XFAIL: nocompile/deprecated_14.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5424 nocompile: llvmdc -O0 -od./obj -c nocompile/deprecated_15.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5425 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5426
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5427 Torture-Sub-1/32-XPASS: nocompile/deprecated_15.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5428 nocompile: llvmdc -O0 -od./obj -c nocompile/deprecated_16.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5429 nocompile/deprecated_16.d(15): variable dstress.nocompile.deprecated_16.i is deprecated
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5430 nocompile/deprecated_16.d(15): variable dstress.nocompile.deprecated_16.i is deprecated
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5431 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5432
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5433 Torture-Sub-1/32-XFAIL: nocompile/deprecated_16.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5434 nocompile: llvmdc -O0 -od./obj -c nocompile/deprecated_17.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5435 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5436
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5437 Torture-Sub-1/32-XPASS: nocompile/deprecated_17.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5438 nocompile: llvmdc -O0 -od./obj -c nocompile/deprecated_18.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5439 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5440
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5441 Torture-Sub-1/32-XPASS: nocompile/deprecated_18.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5442 nocompile: llvmdc -O0 -od./obj -c nocompile/double_14.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5443 nocompile/double_14.d(10): Error: .size property should be replaced with .sizeof
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5444 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5445
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5446 Torture-Sub-1/32-XFAIL: nocompile/double_14.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5447 nocompile: llvmdc -O0 -od./obj -c nocompile/double_15.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5448 nocompile/double_15.d(10): Error: no property 'sign' for type 'double'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5449 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5450
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5451 Torture-Sub-1/32-XFAIL: nocompile/double_15.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5452 nocompile: llvmdc -O0 -od./obj -c nocompile/double_16.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5453 nocompile/double_16.d(11): Error: no property 'isnan' for type 'double'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5454 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5455
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5456 Torture-Sub-1/32-XFAIL: nocompile/double_16.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5457 nocompile: llvmdc -O0 -od./obj -c nocompile/double_17.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5458 nocompile/double_17.d(11): Error: no property 'isinfinite' for type 'double'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5459 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5460
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5461 Torture-Sub-1/32-XFAIL: nocompile/double_17.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5462 nocompile: llvmdc -O0 -od./obj -c nocompile/double_18.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5463 nocompile/double_18.d(11): Error: no property 'isnormal' for type 'double'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5464 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5465
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5466 Torture-Sub-1/32-XFAIL: nocompile/double_18.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5467 nocompile: llvmdc -O0 -od./obj -c nocompile/double_19.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5468 nocompile/double_19.d(11): Error: no property 'digits' for type 'double'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5469 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5470
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5471 Torture-Sub-1/32-XFAIL: nocompile/double_19.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5472 nocompile: llvmdc -O0 -od./obj -c nocompile/double_20.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5473 nocompile/double_20.d(11): Error: no property 'mantissa' for type 'double'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5474 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5475
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5476 Torture-Sub-1/32-XFAIL: nocompile/double_20.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5477 nocompile: llvmdc -O0 -od./obj -c nocompile/double_21.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5478 nocompile/double_21.d(11): Error: no property 'maxExp' for type 'double'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5479 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5480
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5481 Torture-Sub-1/32-XFAIL: nocompile/double_21.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5482 nocompile: llvmdc -O0 -od./obj -c nocompile/double_23.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5483 nocompile/double_23.d(9): Error: cannot implicitly convert expression ((2+1.1i)) of type cdouble to double
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5484 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5485
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5486 Torture-Sub-1/32-XFAIL: nocompile/double_23.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5487 nocompile: llvmdc -O0 -od./obj -c nocompile/double_24.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5488 nocompile/double_24.d(9): Error: cannot implicitly convert expression (1.1i) of type idouble to double
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5489 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5490
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5491 Torture-Sub-1/32-XFAIL: nocompile/double_24.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5492 nocompile: llvmdc -O0 -od./obj -c nocompile/double_quoted_string_12.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5493 nocompile/double_quoted_string_12.d(10): undefined escape sequence \A
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5494
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5495 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5496
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5497 Torture-Sub-1/32-XFAIL: nocompile/double_quoted_string_12.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5498 nocompile: llvmdc -O0 -od./obj -c nocompile/double_quoted_string_13.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5499 nocompile/double_quoted_string_13.d(10): undefined escape sequence \B
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5500
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5501 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5502
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5503 Torture-Sub-1/32-XFAIL: nocompile/double_quoted_string_13.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5504 nocompile: llvmdc -O0 -od./obj -c nocompile/double_quoted_string_14.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5505 nocompile/double_quoted_string_14.d(10): undefined escape sequence \c
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5506
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5507 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5508
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5509 Torture-Sub-1/32-XFAIL: nocompile/double_quoted_string_14.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5510 nocompile: llvmdc -O0 -od./obj -c nocompile/double_quoted_string_15.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5511 nocompile/double_quoted_string_15.d(10): undefined escape sequence \C
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5512
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5513 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5514
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5515 Torture-Sub-1/32-XFAIL: nocompile/double_quoted_string_15.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5516 nocompile: llvmdc -O0 -od./obj -c nocompile/double_quoted_string_16.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5517 nocompile/double_quoted_string_16.d(10): undefined escape sequence \!
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5518
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5519 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5520
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5521 Torture-Sub-1/32-XFAIL: nocompile/double_quoted_string_16.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5522 nocompile: llvmdc -O0 -od./obj -c nocompile/double_quoted_string_19.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5523 nocompile/double_quoted_string_19.d(14): Error: string has no effect in expression ("stringliteral")
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5524 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5525
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5526 Torture-Sub-1/32-XFAIL: nocompile/double_quoted_string_19.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5527 nocompile: llvmdc -O0 -od./obj -c nocompile/double_quoted_string_20.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5528 nocompile/double_quoted_string_20.d(14): Error: string has no effect in expression ("ab")
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5529 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5530
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5531 Torture-Sub-1/32-XFAIL: nocompile/double_quoted_string_20.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5532 nocompile: llvmdc -O0 -od./obj -c nocompile/e/elif_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5533 nocompile/e/elif_01.d(11): #line integer ["filespec"]\n expected
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5534 nocompile/e/elif_01.d(11): Declaration expected, not '1'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5535 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5536
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5537 Torture-Sub-1/32-XFAIL: nocompile/e/elif_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5538 nocompile: llvmdc -O0 -od./obj -c nocompile/e/else_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5539 nocompile/e/else_03.d(11): #line integer ["filespec"]\n expected
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5540 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5541
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5542 Torture-Sub-1/32-XFAIL: nocompile/e/else_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5543 nocompile: llvmdc -O0 -od./obj -c nocompile/e/end_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5544 nocompile/e/end_01_A.d(11): #line integer ["filespec"]\n expected
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5545 nocompile/e/end_01_A.d(11): Declaration expected, not '"A"'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5546 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5547
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5548 Torture-Sub-1/32-XFAIL: nocompile/e/end_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5549 nocompile: llvmdc -O0 -od./obj -c nocompile/e/end_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5550 nocompile/e/end_01_B.d(11): #line integer ["filespec"]\n expected
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5551 nocompile/e/end_01_B.d(12): no identifier for declarator A
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5552 nocompile/e/end_01_B.d(12): semicolon expected, not 'EOF'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5553 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5554
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5555 Torture-Sub-1/32-XFAIL: nocompile/e/end_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5556 nocompile: llvmdc -O0 -od./obj -c nocompile/e/endif_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5557 nocompile/e/endif_01.d(11): #line integer ["filespec"]\n expected
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5558 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5559
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5560 Torture-Sub-1/32-XFAIL: nocompile/e/endif_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5561 nocompile: llvmdc -O0 -od./obj -c nocompile/e/enum_39_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5562 nocompile/e/enum_39_A.d(15): enum member dstress.nocompile.e.enum_39_A.A conflicts with variable dstress.nocompile.e.enum_39_A.A at nocompile/e/enum_39_A.d(13)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5563 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5564
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5565 Torture-Sub-1/32-XFAIL: nocompile/e/enum_39_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5566 nocompile: llvmdc -O0 -od./obj -c nocompile/e/enum_39_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5567 nocompile/e/enum_39_B.d(15): enum member dstress.nocompile.e.enum_39_B.A conflicts with variable dstress.nocompile.e.enum_39_B.A at nocompile/e/enum_39_B.d(13)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5568 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5569
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5570 Torture-Sub-1/32-XFAIL: nocompile/e/enum_39_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5571 nocompile: llvmdc -O0 -od./obj -c nocompile/e/enum_39_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5572 nocompile/e/enum_39_C.d(18): enum member dstress.nocompile.e.enum_39_C.A conflicts with enum member dstress.nocompile.e.enum_39_C.A at nocompile/e/enum_39_C.d(14)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5573 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5574
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5575 Torture-Sub-1/32-XFAIL: nocompile/e/enum_39_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5576 nocompile: llvmdc -O0 -od./obj -c nocompile/e/enum_39_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5577 nocompile/e/enum_39_D.d(15): enum member dstress.nocompile.e.enum_39_D.A conflicts with enum member dstress.nocompile.e.enum_39_D.A at nocompile/e/enum_39_D.d(14)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5578 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5579
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5580 Torture-Sub-1/32-XFAIL: nocompile/e/enum_39_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5581 nocompile: llvmdc -O0 -od./obj -c nocompile/e/enum_39_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5582 nocompile/e/enum_39_E.d(15): enum member dstress.nocompile.e.enum_39_E.Enum.A conflicts with enum member dstress.nocompile.e.enum_39_E.Enum.A at nocompile/e/enum_39_E.d(14)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5583 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5584
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5585 Torture-Sub-1/32-XFAIL: nocompile/e/enum_39_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5586 nocompile: llvmdc -O0 -od./obj -c nocompile/e/enum_40_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5587 nocompile/e/enum_40_A.d(18): Error: Enum is not an lvalue
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5588 nocompile/e/enum_40_A.d(18): Error: forward reference to type Enum
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5589 nocompile/e/enum_40_A.d(18): Error: cannot implicitly convert expression (1) of type int to Enum
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5590 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5591
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5592 Torture-Sub-1/32-XFAIL: nocompile/e/enum_40_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5593 nocompile: llvmdc -O0 -od./obj -c nocompile/e/enum_40_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5594 nocompile/e/enum_40_B.d(18): Error: undefined identifier A
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5595 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5596
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5597 Torture-Sub-1/32-XFAIL: nocompile/e/enum_40_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5598 nocompile: llvmdc -O0 -od./obj -c nocompile/e/enum_44_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5599 nocompile/e/enum_44_E.d(13): alias dstess.nocompile.e.enum_44_E.hello recursive alias declaration
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5600 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5601
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5602 Torture-Sub-1/32-XFAIL: nocompile/e/enum_44_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5603 nocompile: llvmdc -O0 -od./obj -c nocompile/e/enum_44_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5604 nocompile/e/enum_44_F.d(17): alias dstess.nocompile.e.enum_44_F.hello recursive alias declaration
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5605 nocompile/e/enum_44_F.d(17): alias dstess.nocompile.e.enum_44_F.hello conflicts with enum member dstess.nocompile.e.enum_44_F.hello at nocompile/e/enum_44_F.d(14)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5606 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5607
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5608 Torture-Sub-1/32-XFAIL: nocompile/e/enum_44_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5609 nocompile: llvmdc -O0 -od./obj -c nocompile/e/enum_45.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5610 nocompile/e/enum_45.d(18): Error: undefined identifier B
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5611 nocompile/e/enum_45.d(18): Error: cannot implicitly convert expression (B) of type int to E
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5612 nocompile/e/enum_45.d(18): Error: case must be a string or an integral constant, not B
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5613 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5614
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5615 Torture-Sub-1/32-XFAIL: nocompile/e/enum_45.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5616 nocompile: llvmdc -O0 -od./obj -c nocompile/e/enum_46_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5617 nocompile/e/enum_46_A.d(14): enum dstress.nocompile.e.enum_46_A.Bool overflow of enum value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5618 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5619
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5620 Torture-Sub-1/32-FAIL: nocompile/e/enum_46_A.d [bad error message]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5621 nocompile: llvmdc -O0 -od./obj -c nocompile/e/enum_47_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5622 nocompile/e/enum_47_A.d(14): Error: identifier 'Unknown' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5623 nocompile/e/enum_47_A.d(14): Error: Unknown is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5624 nocompile/e/enum_47_A.d(14): enum dstress.nocompile.e.enum_47_A.E base type must be of integral type, not void
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5625 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5626
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5627 Torture-Sub-1/32-XFAIL: nocompile/e/enum_47_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5628 nocompile: llvmdc -O0 -od./obj -c nocompile/e/enum_47_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5629 nocompile/e/enum_47_B.d(14): Error: identifier 'Unknown' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5630 nocompile/e/enum_47_B.d(14): Error: Unknown is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5631 nocompile/e/enum_47_B.d(14): enum dstress.nocompile.e.enum_47_B.E base type must be of integral type, not void
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5632 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5633
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5634 Torture-Sub-1/32-XFAIL: nocompile/e/enum_47_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5635 nocompile: llvmdc -O0 -od./obj -c nocompile/e/enum_47_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5636 nocompile/e/enum_47_C.d(16): Error: id is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5637 nocompile/e/enum_47_C.d(16): enum dstress.nocompile.e.enum_47_C.E base type must be of integral type, not void
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5638 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5639
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5640 Torture-Sub-1/32-XFAIL: nocompile/e/enum_47_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5641 nocompile: llvmdc -O0 -od./obj -c nocompile/e/enum_47_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5642 nocompile/e/enum_47_D.d(16): Error: id is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5643 nocompile/e/enum_47_D.d(16): enum dstress.nocompile.e.enum_47_D.E base type must be of integral type, not void
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5644 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5645
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5646 Torture-Sub-1/32-XFAIL: nocompile/e/enum_47_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5647 nocompile: llvmdc -O0 -od./obj -c nocompile/e/enum_47_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5648 nocompile/e/enum_47_E.d(14): Error: identifier 'Unknown' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5649 nocompile/e/enum_47_E.d(14): Error: Unknown is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5650 nocompile/e/enum_47_E.d(14): enum dstress.nocompile.e.enum_47_E.E base type must be of integral type, not void
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5651 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5652
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5653 Torture-Sub-1/32-XFAIL: nocompile/e/enum_47_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5654 nocompile: llvmdc -O0 -od./obj -c nocompile/e/enum_47_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5655 nocompile/e/enum_47_F.d(14): Error: identifier 'Unknown' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5656 nocompile/e/enum_47_F.d(14): Error: Unknown is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5657 nocompile/e/enum_47_F.d(14): enum base type must be of integral type, not void
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5658 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5659
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5660 Torture-Sub-1/32-XFAIL: nocompile/e/enum_47_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5661 nocompile: llvmdc -O0 -od./obj -c nocompile/e/enum_47_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5662 nocompile/e/enum_47_G.d(14): Error: identifier 'Unknown' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5663 nocompile/e/enum_47_G.d(14): Error: Unknown is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5664 nocompile/e/enum_47_G.d(14): enum base type must be of integral type, not void
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5665 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5666
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5667 Torture-Sub-1/32-XFAIL: nocompile/e/enum_47_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5668 nocompile: llvmdc -O0 -od./obj -c nocompile/e/enum_47_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5669 nocompile/e/enum_47_H.d(14): Error: identifier 'Unknown' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5670 nocompile/e/enum_47_H.d(14): Error: Unknown is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5671 nocompile/e/enum_47_H.d(14): enum base type must be of integral type, not void
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5672 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5673
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5674 Torture-Sub-1/32-XFAIL: nocompile/e/enum_47_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5675 nocompile: llvmdc -O0 -od./obj -c nocompile/e/enum_47_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5676 nocompile/e/enum_47_I.d(14): Error: id is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5677 nocompile/e/enum_47_I.d(14): enum base type must be of integral type, not void
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5678 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5679
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5680 Torture-Sub-1/32-XFAIL: nocompile/e/enum_47_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5681 nocompile: llvmdc -O0 -od./obj -c nocompile/e/enum_47_J.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5682 nocompile/e/enum_47_J.d(14): Error: id is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5683 nocompile/e/enum_47_J.d(14): enum base type must be of integral type, not void
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5684 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5685
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5686 Torture-Sub-1/32-XFAIL: nocompile/e/enum_47_J.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5687 nocompile: llvmdc -O0 -od./obj -c nocompile/e/enum_47_K.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5688 nocompile/e/enum_47_K.d(14): Error: id is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5689 nocompile/e/enum_47_K.d(14): enum base type must be of integral type, not void
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5690 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5691
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5692 Torture-Sub-1/32-XFAIL: nocompile/e/enum_47_K.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5693 nocompile: llvmdc -O0 -od./obj -c nocompile/e/enum_47_L.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5694 nocompile/e/enum_47_L.d(14): enum dstress.nocompile.e.enum_47_L.E base type must be of integral type, not void
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5695 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5696
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5697 Torture-Sub-1/32-XFAIL: nocompile/e/enum_47_L.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5698 nocompile: llvmdc -O0 -od./obj -c nocompile/e/enum_50_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5699 nocompile/e/enum_50_A.d(27): function dstress.nocompile.e.enum_50_A.foo (Color) does not match parameter types (Age)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5700 nocompile/e/enum_50_A.d(27): Error: cannot implicitly convert expression (cast(Age)0) of type Age to Color
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5701 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5702
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5703 Torture-Sub-1/32-XFAIL: nocompile/e/enum_50_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5704 nocompile: llvmdc -O0 -od./obj -c nocompile/e/enum_50_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5705 nocompile/e/enum_50_B.d(29): function dstress.nocompile.e.enum_50_B.S.foo (Color) does not match parameter types (Age)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5706 nocompile/e/enum_50_B.d(29): Error: cannot implicitly convert expression (cast(Age)0) of type Age to Color
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5707 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5708
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5709 Torture-Sub-1/32-XFAIL: nocompile/e/enum_50_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5710 nocompile: llvmdc -O0 -od./obj -c nocompile/e/enum_50_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5711 nocompile/e/enum_50_C.d(29): function dstress.nocompile.e.enum_50_C.C.foo (Color) does not match parameter types (Age)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5712 nocompile/e/enum_50_C.d(29): Error: cannot implicitly convert expression (cast(Age)0) of type Age to Color
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5713 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5714
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5715 Torture-Sub-1/32-XFAIL: nocompile/e/enum_50_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5716 nocompile: llvmdc -O0 -od./obj -c nocompile/e/enum_50_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5717 nocompile/e/enum_50_D.d(30): function dstress.nocompile.e.enum_50_D.C.foo (Color) does not match parameter types (Age)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5718 nocompile/e/enum_50_D.d(30): Error: cannot implicitly convert expression (cast(Age)0) of type Age to Color
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5719 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5720
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5721 Torture-Sub-1/32-XFAIL: nocompile/e/enum_50_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5722 nocompile: llvmdc -O0 -od./obj -c nocompile/e/enum_50_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5723 nocompile/e/enum_50_E.d(30): function dstress.nocompile.e.enum_50_E.S.foo (Color) does not match parameter types (Age)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5724 nocompile/e/enum_50_E.d(30): Error: cannot implicitly convert expression (cast(Age)0) of type Age to Color
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5725 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5726
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5727 Torture-Sub-1/32-XFAIL: nocompile/e/enum_50_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5728 nocompile: llvmdc -O0 -od./obj -c nocompile/e/error_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5729 nocompile/e/error_01_A.d(11): #line integer ["filespec"]\n expected
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5730 nocompile/e/error_01_A.d(12): no identifier for declarator ha
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5731 nocompile/e/error_01_A.d(12): semicolon expected, not 'EOF'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5732 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5733
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5734 Torture-Sub-1/32-XFAIL: nocompile/e/error_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5735 nocompile: llvmdc -O0 -od./obj -c nocompile/e/error_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5736 nocompile/e/error_01_B.d(11): #line integer ["filespec"]\n expected
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5737 nocompile/e/error_01_B.d(11): Declaration expected, not '"ha"'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5738 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5739
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5740 Torture-Sub-1/32-XFAIL: nocompile/e/error_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5741 nocompile: llvmdc -O0 -od./obj -c nocompile/e/explicit_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5742 nocompile/e/explicit_01.d(11): semicolon expected, not 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5743 nocompile/e/explicit_01.d(11): found 'float' when expecting ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5744 nocompile/e/explicit_01.d(11): no identifier for declarator int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5745 nocompile/e/explicit_01.d(11): semicolon expected, not 'f'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5746 nocompile/e/explicit_01.d(11): no identifier for declarator f
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5747 nocompile/e/explicit_01.d(11): semicolon expected, not ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5748 nocompile/e/explicit_01.d(11): Declaration expected, not ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5749 nocompile/e/explicit_01.d(13): unrecognized declaration
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5750 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5751
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5752 Torture-Sub-1/32-XFAIL: nocompile/e/explicit_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5753 nocompile: llvmdc -O0 -od./obj -c nocompile/e/expression_4154_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5754 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5755
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5756 Torture-Sub-1/32-XPASS: nocompile/e/expression_4154_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5757 nocompile: llvmdc -O0 -od./obj -c nocompile/e/expression_4154_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5758 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5759
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5760 Torture-Sub-1/32-XPASS: nocompile/e/expression_4154_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5761 nocompile: llvmdc -O0 -od./obj -c nocompile/e/ExpressionStatement_03_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5762 nocompile/e/ExpressionStatement_03_A.d(15): Error: var has no effect in expression (x)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5763 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5764
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5765 Torture-Sub-1/32-XFAIL: nocompile/e/ExpressionStatement_03_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5766 nocompile: llvmdc -O0 -od./obj -c nocompile/e/ExpressionStatement_03_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5767 nocompile/e/ExpressionStatement_03_C.d(15): Error: * has no effect in expression (x * 5)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5768 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5769
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5770 Torture-Sub-1/32-XFAIL: nocompile/e/ExpressionStatement_03_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5771 nocompile: llvmdc -O0 -od./obj -c nocompile/e/ExpressionStatement_04_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5772 nocompile/e/ExpressionStatement_04_A.d(15): Error: arraylength has no effect in expression (x.length)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5773 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5774
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5775 Torture-Sub-1/32-XFAIL: nocompile/e/ExpressionStatement_04_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5776 nocompile: llvmdc -O0 -od./obj -c nocompile/e/ExpressionStatement_04_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5777 nocompile/e/ExpressionStatement_04_B.d(15): Error: / has no effect in expression ((x.length) / cast(uint)2)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5778 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5779
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5780 Torture-Sub-1/32-XFAIL: nocompile/e/ExpressionStatement_04_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5781 nocompile: llvmdc -O0 -od./obj -c nocompile/e/ExpressionStatement_04_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5782 nocompile/e/ExpressionStatement_04_C.d(15): Error: [i] has no effect in expression (x[cast(uint)0])
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5783 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5784
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5785 Torture-Sub-1/32-XFAIL: nocompile/e/ExpressionStatement_04_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5786 nocompile: llvmdc -O0 -od./obj -c nocompile/e/ExpressionStatement_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5787 nocompile/e/ExpressionStatement_05.d(14): Error: string has no effect in expression ("Hallo")
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5788 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5789
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5790 Torture-Sub-1/32-XFAIL: nocompile/e/ExpressionStatement_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5791 nocompile: llvmdc -O0 -od./obj -c nocompile/e/ExpressionStatement_06_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5792 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5793
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5794 Torture-Sub-1/32-XPASS: nocompile/e/ExpressionStatement_06_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5795 nocompile: llvmdc -O0 -od./obj -c nocompile/e/ExpressionStatement_06_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5796 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5797
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5798 Torture-Sub-1/32-XPASS: nocompile/e/ExpressionStatement_06_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5799 nocompile: llvmdc -O0 -od./obj -c nocompile/e/ExpressionStatement_07_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5800 nocompile/e/ExpressionStatement_07_A.d(14): use '{ }' for an empty statement, not a ';'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5801 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5802
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5803 Torture-Sub-1/32-XFAIL: nocompile/e/ExpressionStatement_07_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5804 nocompile: llvmdc -O0 -od./obj -c nocompile/e/ExpressionStatement_07_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5805 nocompile/e/ExpressionStatement_07_B.d(13): declaration expected following attribute, not ';'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5806 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5807
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5808 Torture-Sub-1/32-XFAIL: nocompile/e/ExpressionStatement_07_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5809 nocompile: llvmdc -O0 -od./obj -c nocompile/e/ExpressionStatement_07_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5810 nocompile/e/ExpressionStatement_07_C.d(15): use '{ }' for an empty statement, not a ';'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5811 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5812
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5813 Torture-Sub-1/32-XFAIL: nocompile/e/ExpressionStatement_07_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5814 nocompile: llvmdc -O0 -od./obj -c nocompile/e/ExpressionStatement_07_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5815 nocompile/e/ExpressionStatement_07_D.d(14): declaration expected following attribute, not ';'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5816 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5817
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5818 Torture-Sub-1/32-XFAIL: nocompile/e/ExpressionStatement_07_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5819 nocompile: llvmdc -O0 -od./obj -c nocompile/e/ExpressionStatement_08_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5820 nocompile/e/ExpressionStatement_08_A.d(14): use '{ }' for an empty statement, not a ';'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5821 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5822
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5823 Torture-Sub-1/32-XFAIL: nocompile/e/ExpressionStatement_08_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5824 nocompile: llvmdc -O0 -od./obj -c nocompile/e/ExpressionStatement_08_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5825 nocompile/e/ExpressionStatement_08_B.d(14): (condition) expected following version
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5826 nocompile/e/ExpressionStatement_08_B.d(14): use '{ }' for an empty statement, not a ';'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5827 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5828
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5829 Torture-Sub-1/32-XFAIL: nocompile/e/ExpressionStatement_08_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5830 nocompile: llvmdc -O0 -od./obj -c nocompile/e/ExpressionStatement_08_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5831 nocompile/e/ExpressionStatement_08_C.d(13): (condition) expected following version
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5832 nocompile/e/ExpressionStatement_08_C.d(13): declaration expected following attribute, not ';'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5833 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5834
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5835 Torture-Sub-1/32-XFAIL: nocompile/e/ExpressionStatement_08_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5836 nocompile: llvmdc -O0 -od./obj -c nocompile/e/ExpressionStatement_08_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5837 nocompile/e/ExpressionStatement_08_D.d(13): declaration expected following attribute, not ';'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5838 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5839
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5840 Torture-Sub-1/32-XFAIL: nocompile/e/ExpressionStatement_08_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5841 nocompile: llvmdc -O0 -od./obj -c nocompile/e/ExpressionStatement_08_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5842 nocompile/e/ExpressionStatement_08_E.d(15): use '{ }' for an empty statement, not a ';'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5843 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5844
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5845 Torture-Sub-1/32-XFAIL: nocompile/e/ExpressionStatement_08_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5846 nocompile: llvmdc -O0 -od./obj -c nocompile/e/ExpressionStatement_08_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5847 nocompile/e/ExpressionStatement_08_F.d(14): (condition) expected following version
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5848 nocompile/e/ExpressionStatement_08_F.d(15): use '{ }' for an empty statement, not a ';'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5849 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5850
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5851 Torture-Sub-1/32-XFAIL: nocompile/e/ExpressionStatement_08_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5852 nocompile: llvmdc -O0 -od./obj -c nocompile/e/ExpressionStatement_08_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5853 nocompile/e/ExpressionStatement_08_G.d(13): (condition) expected following version
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5854 nocompile/e/ExpressionStatement_08_G.d(14): declaration expected following attribute, not ';'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5855 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5856
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5857 Torture-Sub-1/32-XFAIL: nocompile/e/ExpressionStatement_08_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5858 nocompile: llvmdc -O0 -od./obj -c nocompile/e/ExpressionStatement_08_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5859 nocompile/e/ExpressionStatement_08_H.d(14): declaration expected following attribute, not ';'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5860 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5861
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5862 Torture-Sub-1/32-XFAIL: nocompile/e/ExpressionStatement_08_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5863 nocompile: llvmdc -O0 -od./obj -c nocompile/e/ExpressionStatement_08_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5864 nocompile/e/ExpressionStatement_08_I.d(14): use '{ }' for an empty statement, not a ';'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5865 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5866
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5867 Torture-Sub-1/32-XFAIL: nocompile/e/ExpressionStatement_08_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5868 nocompile: llvmdc -O0 -od./obj -c nocompile/e/ExpressionStatement_08_J.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5869 nocompile/e/ExpressionStatement_08_J.d(14): use '{ }' for an empty statement, not a ';'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5870 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5871
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5872 Torture-Sub-1/32-XFAIL: nocompile/e/ExpressionStatement_08_J.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5873 nocompile: llvmdc -O0 -od./obj -c nocompile/e/ExpressionStatement_08_K.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5874 nocompile/e/ExpressionStatement_08_K.d(13): declaration expected following attribute, not ';'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5875 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5876
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5877 Torture-Sub-1/32-XFAIL: nocompile/e/ExpressionStatement_08_K.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5878 nocompile: llvmdc -O0 -od./obj -c nocompile/e/ExpressionStatement_08_L.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5879 nocompile/e/ExpressionStatement_08_L.d(13): declaration expected following attribute, not ';'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5880 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5881
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5882 Torture-Sub-1/32-XFAIL: nocompile/e/ExpressionStatement_08_L.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5883 nocompile: llvmdc -O0 -od./obj -c nocompile/e/ExpressionStatement_08_M.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5884 nocompile/e/ExpressionStatement_08_M.d(15): use '{ }' for an empty statement, not a ';'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5885 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5886
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5887 Torture-Sub-1/32-XFAIL: nocompile/e/ExpressionStatement_08_M.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5888 nocompile: llvmdc -O0 -od./obj -c nocompile/e/ExpressionStatement_08_N.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5889 nocompile/e/ExpressionStatement_08_N.d(15): use '{ }' for an empty statement, not a ';'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5890 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5891
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5892 Torture-Sub-1/32-XFAIL: nocompile/e/ExpressionStatement_08_N.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5893 nocompile: llvmdc -O0 -od./obj -c nocompile/e/ExpressionStatement_08_O.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5894 nocompile/e/ExpressionStatement_08_O.d(14): declaration expected following attribute, not ';'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5895 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5896
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5897 Torture-Sub-1/32-XFAIL: nocompile/e/ExpressionStatement_08_O.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5898 nocompile: llvmdc -O0 -od./obj -c nocompile/e/ExpressionStatement_08_P.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5899 nocompile/e/ExpressionStatement_08_P.d(14): declaration expected following attribute, not ';'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5900 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5901
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5902 Torture-Sub-1/32-XFAIL: nocompile/e/ExpressionStatement_08_P.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5903 nocompile: llvmdc -O0 -od./obj -c nocompile/e/ExpressionStatement_08_Q.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5904 nocompile/e/ExpressionStatement_08_Q.d(14): declaration expected following attribute, not ';'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5905 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5906
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5907 Torture-Sub-1/32-XFAIL: nocompile/e/ExpressionStatement_08_Q.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5908 nocompile: llvmdc -O0 -od./obj -c nocompile/e/ExpressionStatement_08_R.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5909 nocompile/e/ExpressionStatement_08_R.d(14): declaration expected following attribute, not ';'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5910 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5911
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5912 Torture-Sub-1/32-XFAIL: nocompile/e/ExpressionStatement_08_R.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5913 nocompile: llvmdc -O0 -od./obj -c nocompile/e/ExpressionStatement_08_S.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5914 nocompile/e/ExpressionStatement_08_S.d(13): declaration expected following attribute, not ';'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5915 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5916
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5917 Torture-Sub-1/32-XFAIL: nocompile/e/ExpressionStatement_08_S.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5918 nocompile: llvmdc -O0 -od./obj -c nocompile/e/ExpressionStatement_08_T.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5919 nocompile/e/ExpressionStatement_08_T.d(13): declaration expected following attribute, not ';'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5920 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5921
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5922 Torture-Sub-1/32-XFAIL: nocompile/e/ExpressionStatement_08_T.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5923 nocompile: llvmdc -O0 -od./obj -c nocompile/e/ExpressionStatement_08_U.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5924 nocompile/e/ExpressionStatement_08_U.d(14): use '{ }' for an empty statement, not a ';'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5925 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5926
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5927 Torture-Sub-1/32-XFAIL: nocompile/e/ExpressionStatement_08_U.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5928 nocompile: llvmdc -O0 -od./obj -c nocompile/e/ExpressionStatement_08_V.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5929 nocompile/e/ExpressionStatement_08_V.d(14): use '{ }' for an empty statement, not a ';'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5930 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5931
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5932 Torture-Sub-1/32-XFAIL: nocompile/e/ExpressionStatement_08_V.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5933 nocompile: llvmdc -O0 -od./obj -c nocompile/e/ExpressionStatement_08_W.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5934 nocompile/e/ExpressionStatement_08_W.d(15): use '{ }' for an empty statement, not a ';'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5935 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5936
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5937 Torture-Sub-1/32-XFAIL: nocompile/e/ExpressionStatement_08_W.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5938 nocompile: llvmdc -O0 -od./obj -c nocompile/e/ExpressionStatement_08_X.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5939 nocompile/e/ExpressionStatement_08_X.d(15): use '{ }' for an empty statement, not a ';'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5940 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5941
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5942 Torture-Sub-1/32-XFAIL: nocompile/e/ExpressionStatement_08_X.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5943 nocompile: llvmdc -O0 -od./obj -c nocompile/e/ExpressionStatement_11_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5944 nocompile/e/ExpressionStatement_11_A.d(15): found ';' when expecting ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5945 nocompile/e/ExpressionStatement_11_A.d(16): found '}' when expecting ';' following 'statement'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5946 nocompile/e/ExpressionStatement_11_A.d(21): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5947 nocompile/e/ExpressionStatement_11_A.d(21): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5948 nocompile/e/ExpressionStatement_11_A.d(21): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5949 nocompile/e/ExpressionStatement_11_A.d(21): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5950 nocompile/e/ExpressionStatement_11_A.d(21): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5951 nocompile/e/ExpressionStatement_11_A.d(21): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5952 nocompile/e/ExpressionStatement_11_A.d(21): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5953 nocompile/e/ExpressionStatement_11_A.d(21): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5954 nocompile/e/ExpressionStatement_11_A.d(21): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5955 nocompile/e/ExpressionStatement_11_A.d(21): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5956 nocompile/e/ExpressionStatement_11_A.d(21): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5957 nocompile/e/ExpressionStatement_11_A.d(21): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5958 nocompile/e/ExpressionStatement_11_A.d(21): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5959 nocompile/e/ExpressionStatement_11_A.d(21): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5960 nocompile/e/ExpressionStatement_11_A.d(21): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5961 nocompile/e/ExpressionStatement_11_A.d(21): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5962 nocompile/e/ExpressionStatement_11_A.d(21): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5963 nocompile/e/ExpressionStatement_11_A.d(21): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5964 nocompile/e/ExpressionStatement_11_A.d(21): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5965 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5966
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5967 Torture-Sub-1/32-XFAIL: nocompile/e/ExpressionStatement_11_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5968 nocompile: llvmdc -O0 -od./obj -c nocompile/e/extern_09.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5969 nocompile/e/extern_09.d(12): variable dstress.nocompile.e.extern_09.x conflicts with variable dstress.nocompile.e.extern_09.x at nocompile/e/extern_09.d(11)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5970 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5971
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5972 Torture-Sub-1/32-XFAIL: nocompile/e/extern_09.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5973 nocompile: llvmdc -O0 -od./obj -c nocompile/enum_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5974 nocompile/enum_06.d(9): enum enum __anonymous must have at least one member
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5975 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5976
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5977 Torture-Sub-1/32-XFAIL: nocompile/enum_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5978 nocompile: llvmdc -O0 -od./obj -c nocompile/enum_26_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5979 nocompile/enum_26_A.d(10): Error: cannot implicitly convert expression (128) of type int to byte
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5980 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5981
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5982 Torture-Sub-1/32-XFAIL: nocompile/enum_26_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5983 nocompile: llvmdc -O0 -od./obj -c nocompile/enum_26_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5984 nocompile/enum_26_B.d(10): Error: cannot implicitly convert expression (-129) of type int to byte
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5985 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5986
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5987 Torture-Sub-1/32-XFAIL: nocompile/enum_26_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5988 nocompile: llvmdc -O0 -od./obj -c nocompile/enum_27_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5989 nocompile/enum_27_A.d(10): Error: cannot implicitly convert expression (-1) of type int to ubyte
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5990 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5991
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5992 Torture-Sub-1/32-XFAIL: nocompile/enum_27_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5993 nocompile: llvmdc -O0 -od./obj -c nocompile/enum_27_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5994 nocompile/enum_27_B.d(10): Error: cannot implicitly convert expression (256) of type int to ubyte
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5995 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5996
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5997 Torture-Sub-1/32-XFAIL: nocompile/enum_27_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5998 nocompile: llvmdc -O0 -od./obj -c nocompile/enum_28_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
5999 nocompile/enum_28_A.d(10): Error: cannot implicitly convert expression (32768) of type int to short
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6000 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6001
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6002 Torture-Sub-1/32-XFAIL: nocompile/enum_28_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6003 nocompile: llvmdc -O0 -od./obj -c nocompile/enum_28_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6004 nocompile/enum_28_B.d(10): Error: cannot implicitly convert expression (-32769) of type int to short
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6005 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6006
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6007 Torture-Sub-1/32-XFAIL: nocompile/enum_28_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6008 nocompile: llvmdc -O0 -od./obj -c nocompile/enum_29_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6009 nocompile/enum_29_A.d(10): Error: cannot implicitly convert expression (65536) of type int to ushort
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6010 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6011
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6012 Torture-Sub-1/32-XFAIL: nocompile/enum_29_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6013 nocompile: llvmdc -O0 -od./obj -c nocompile/enum_29_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6014 nocompile/enum_29_B.d(10): Error: cannot implicitly convert expression (-1) of type int to ushort
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6015 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6016
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6017 Torture-Sub-1/32-XFAIL: nocompile/enum_29_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6018 nocompile: llvmdc -O0 -od./obj -c nocompile/enum_30_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6019 nocompile/enum_30_A.d(10): Error: cannot implicitly convert expression (2147483648L) of type long to int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6020 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6021
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6022 Torture-Sub-1/32-XFAIL: nocompile/enum_30_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6023 nocompile: llvmdc -O0 -od./obj -c nocompile/enum_30_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6024 nocompile/enum_30_B.d(10): Error: cannot implicitly convert expression (-2147483649L) of type long to int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6025 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6026
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6027 Torture-Sub-1/32-XFAIL: nocompile/enum_30_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6028 nocompile: llvmdc -O0 -od./obj -c nocompile/enum_31_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6029 nocompile/enum_31_A.d(10): Error: cannot implicitly convert expression (2) of type int to bool
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6030 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6031
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6032 Torture-Sub-1/32-XFAIL: nocompile/enum_31_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6033 nocompile: llvmdc -O0 -od./obj -c nocompile/enum_31_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6034 nocompile/enum_31_B.d(10): Error: cannot implicitly convert expression (-1) of type int to bool
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6035 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6036
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6037 Torture-Sub-1/32-XFAIL: nocompile/enum_31_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6038 nocompile: llvmdc -O0 -od./obj -c nocompile/enum_32_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6039 nocompile/enum_32_A.d(9): enum dstress.nocompile.enum_32_A.Enum base type must be of integral type, not float
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6040 nocompile/enum_32_A.d(10): Error: cannot implicitly convert expression (1) of type float to int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6041 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6042
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6043 Torture-Sub-1/32-XFAIL: nocompile/enum_32_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6044 nocompile: llvmdc -O0 -od./obj -c nocompile/enum_32_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6045 nocompile/enum_32_B.d(9): enum dstress.nocompile.enum_32_B.Enum base type must be of integral type, not ifloat
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6046 nocompile/enum_32_B.d(10): Error: cannot implicitly convert expression (1i) of type ifloat to int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6047 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6048
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6049 Torture-Sub-1/32-XFAIL: nocompile/enum_32_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6050 nocompile: llvmdc -O0 -od./obj -c nocompile/enum_32_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6051 nocompile/enum_32_C.d(9): enum dstress.nocompile.enum_32_C.Enum base type must be of integral type, not cfloat
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6052 nocompile/enum_32_C.d(10): Error: cannot implicitly convert expression ((0+1i)) of type cdouble to int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6053 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6054
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6055 Torture-Sub-1/32-XFAIL: nocompile/enum_32_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6056 nocompile: llvmdc -O0 -od./obj -c nocompile/enum_33_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6057 nocompile/enum_33_A.d(9): enum dstress.nocompile.enum_33_A.Enum base type must be of integral type, not double
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6058 nocompile/enum_33_A.d(10): Error: cannot implicitly convert expression (1) of type double to int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6059 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6060
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6061 Torture-Sub-1/32-XFAIL: nocompile/enum_33_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6062 nocompile: llvmdc -O0 -od./obj -c nocompile/enum_33_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6063 nocompile/enum_33_B.d(9): enum dstress.nocompile.enum_33_B.Enum base type must be of integral type, not idouble
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6064 nocompile/enum_33_B.d(10): Error: cannot implicitly convert expression (1i) of type idouble to int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6065 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6066
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6067 Torture-Sub-1/32-XFAIL: nocompile/enum_33_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6068 nocompile: llvmdc -O0 -od./obj -c nocompile/enum_33_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6069 nocompile/enum_33_C.d(9): enum dstress.nocompile.enum_33_C.Enum base type must be of integral type, not cdouble
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6070 nocompile/enum_33_C.d(10): Error: cannot implicitly convert expression ((0+1i)) of type cdouble to int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6071 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6072
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6073 Torture-Sub-1/32-XFAIL: nocompile/enum_33_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6074 nocompile: llvmdc -O0 -od./obj -c nocompile/enum_34_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6075 nocompile/enum_34_A.d(9): enum dstress.nocompile.enum_34_A.Enum base type must be of integral type, not real
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6076 nocompile/enum_34_A.d(10): Error: cannot implicitly convert expression (1) of type double to int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6077 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6078
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6079 Torture-Sub-1/32-XFAIL: nocompile/enum_34_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6080 nocompile: llvmdc -O0 -od./obj -c nocompile/enum_34_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6081 nocompile/enum_34_B.d(9): enum dstress.nocompile.enum_34_B.Enum base type must be of integral type, not ireal
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6082 nocompile/enum_34_B.d(10): Error: cannot implicitly convert expression (1i) of type ireal to int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6083 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6084
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6085 Torture-Sub-1/32-XFAIL: nocompile/enum_34_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6086 nocompile: llvmdc -O0 -od./obj -c nocompile/enum_34_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6087 nocompile/enum_34_C.d(9): enum dstress.nocompile.enum_34_C.Enum base type must be of integral type, not creal
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6088 nocompile/enum_34_C.d(10): Error: cannot implicitly convert expression (1i) of type ireal to int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6089 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6090
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6091 Torture-Sub-1/32-XFAIL: nocompile/enum_34_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6092 nocompile: llvmdc -O0 -od./obj -c nocompile/enum_35.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6093 nocompile/enum_35.d(9): enum dstress.nocompile.enum_35.Enum base type must be of integral type, not object.Object
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6094 nocompile/enum_35.d(10): Error: cannot implicitly convert expression (new Object) of type object.Object to int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6095 nocompile/enum_35.d(10): Error: Integer constant expression expected instead of cast(int)new Object
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6096 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6097
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6098 Torture-Sub-1/32-XFAIL: nocompile/enum_35.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6099 nocompile: llvmdc -O0 -od./obj -c nocompile/enum_36.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6100 nocompile/enum_36.d(14): enum dstress.nocompile.enum_36.Enum base type must be of integral type, not S
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6101 nocompile/enum_36.d(15): Error: cannot implicitly convert expression (s) of type S to int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6102 nocompile/enum_36.d(15): Error: Integer constant expression expected instead of cast(int)s
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6103 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6104
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6105 Torture-Sub-1/32-XFAIL: nocompile/enum_36.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6106 nocompile: llvmdc -O0 -od./obj -c nocompile/enum_37.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6107 nocompile/enum_37.d(16): Error: Integer constant expression expected instead of e
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6108 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6109
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6110 Torture-Sub-1/32-XFAIL: nocompile/enum_37.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6111 nocompile: llvmdc -O0 -od./obj -c nocompile/eol_comment_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6112 nocompile/eol_comment_01.d(7): unterminated /* */ comment
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6113 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6114
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6115 Torture-Sub-1/32-XFAIL: nocompile/eol_comment_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6116 nocompile: llvmdc -O0 -od./obj -c nocompile/eol_comment_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6117 nocompile/eol_comment_02.d(7): unterminated /* */ comment
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6118 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6119
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6120 Torture-Sub-1/32-XFAIL: nocompile/eol_comment_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6121 nocompile: llvmdc -O0 -od./obj -c nocompile/eol_comment_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6122 nocompile/eol_comment_03.d(7): unterminated /* */ comment
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6123 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6124
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6125 Torture-Sub-1/32-XFAIL: nocompile/eol_comment_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6126 nocompile: llvmdc -O0 -od./obj -c nocompile/eol_comment_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6127 nocompile/eol_comment_04.d(7): unterminated /+ +/ comment
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6128 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6129
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6130 Torture-Sub-1/32-XFAIL: nocompile/eol_comment_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6131 nocompile: llvmdc -O0 -od./obj -c nocompile/eol_comment_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6132 nocompile/eol_comment_05.d(7): unterminated /+ +/ comment
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6133 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6134
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6135 Torture-Sub-1/32-XFAIL: nocompile/eol_comment_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6136 nocompile: llvmdc -O0 -od./obj -c nocompile/eol_comment_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6137 nocompile/eol_comment_06.d(7): unterminated /+ +/ comment
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6138 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6139
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6140 Torture-Sub-1/32-XFAIL: nocompile/eol_comment_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6141 nocompile: llvmdc -O0 -od./obj -c nocompile/eol_string_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6142 nocompile/eol_string_01.d(10): unterminated string constant starting at nocompile/eol_string_01.d(9)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6143 nocompile/eol_string_01.d(10): semicolon expected, not 'EOF'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6144 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6145
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6146 Torture-Sub-1/32-XFAIL: nocompile/eol_string_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6147 nocompile: llvmdc -O0 -od./obj -c nocompile/eol_string_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6148 nocompile/eol_string_02.d(9): unterminated string constant starting at nocompile/eol_string_02.d(9)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6149 nocompile/eol_string_02.d(9): semicolon expected, not 'EOF'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6150 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6151
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6152 Torture-Sub-1/32-XFAIL: nocompile/eol_string_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6153 nocompile: llvmdc -O0 -od./obj -c nocompile/eol_string_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6154 nocompile/eol_string_03.d(9): unterminated string constant starting at nocompile/eol_string_03.d(9)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6155 nocompile/eol_string_03.d(9): semicolon expected, not 'EOF'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6156 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6157
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6158 Torture-Sub-1/32-XFAIL: nocompile/eol_string_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6159 nocompile: llvmdc -O0 -od./obj -c nocompile/eol_string_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6160 nocompile/eol_string_04.d(10): unterminated string constant starting at nocompile/eol_string_04.d(9)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6161 nocompile/eol_string_04.d(10): semicolon expected, not 'EOF'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6162 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6163
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6164 Torture-Sub-1/32-XFAIL: nocompile/eol_string_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6165 nocompile: llvmdc -O0 -od./obj -c nocompile/eol_string_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6166 nocompile/eol_string_05.d(9): unterminated string constant starting at nocompile/eol_string_05.d(9)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6167 nocompile/eol_string_05.d(10): unterminated string constant starting at nocompile/eol_string_05.d(9)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6168 nocompile/eol_string_05.d(10): semicolon expected, not 'EOF'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6169 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6170
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6171 Torture-Sub-1/32-XFAIL: nocompile/eol_string_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6172 nocompile: llvmdc -O0 -od./obj -c nocompile/eol_string_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6173 nocompile/eol_string_06.d(9): unterminated string constant starting at nocompile/eol_string_06.d(9)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6174 nocompile/eol_string_06.d(10): unterminated string constant starting at nocompile/eol_string_06.d(9)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6175 nocompile/eol_string_06.d(10): semicolon expected, not 'EOF'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6176 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6177
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6178 Torture-Sub-1/32-XFAIL: nocompile/eol_string_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6179 nocompile: llvmdc -O0 -od./obj -c nocompile/eol_string_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6180 nocompile/eol_string_07.d(10): unterminated string constant starting at nocompile/eol_string_07.d(9)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6181 nocompile/eol_string_07.d(10): semicolon expected, not 'EOF'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6182 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6183
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6184 Torture-Sub-1/32-XFAIL: nocompile/eol_string_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6185 nocompile: llvmdc -O0 -od./obj -c nocompile/eol_string_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6186 nocompile/eol_string_08.d(9): unterminated string constant starting at nocompile/eol_string_08.d(9)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6187 nocompile/eol_string_08.d(10): unterminated string constant starting at nocompile/eol_string_08.d(9)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6188 nocompile/eol_string_08.d(10): semicolon expected, not 'EOF'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6189 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6190
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6191 Torture-Sub-1/32-XFAIL: nocompile/eol_string_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6192 nocompile: llvmdc -O0 -od./obj -c nocompile/eol_string_09.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6193 nocompile/eol_string_09.d(9): unterminated string constant starting at nocompile/eol_string_09.d(9)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6194 nocompile/eol_string_09.d(10): unterminated string constant starting at nocompile/eol_string_09.d(9)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6195 nocompile/eol_string_09.d(10): semicolon expected, not 'EOF'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6196 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6197
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6198 Torture-Sub-1/32-XFAIL: nocompile/eol_string_09.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6199 nocompile: llvmdc -O0 -od./obj -c nocompile/eol_string_10.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6200 nocompile/eol_string_10.d(9): unterminated string constant starting at nocompile/eol_string_10.d(9)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6201 nocompile/eol_string_10.d(10): unterminated string constant starting at nocompile/eol_string_10.d(9)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6202 nocompile/eol_string_10.d(10): semicolon expected, not 'EOF'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6203 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6204
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6205 Torture-Sub-1/32-XFAIL: nocompile/eol_string_10.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6206 nocompile: llvmdc -O0 -od./obj -c nocompile/eol_string_11.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6207 nocompile/eol_string_11.d(9): unterminated string constant starting at nocompile/eol_string_11.d(9)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6208 nocompile/eol_string_11.d(10): unterminated string constant starting at nocompile/eol_string_11.d(9)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6209 nocompile/eol_string_11.d(10): semicolon expected, not 'EOF'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6210 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6211
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6212 Torture-Sub-1/32-XFAIL: nocompile/eol_string_11.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6213 nocompile: llvmdc -O0 -od./obj -c nocompile/eol_string_12.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6214 nocompile/eol_string_12.d(10): unterminated string constant starting at nocompile/eol_string_12.d(9)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6215 nocompile/eol_string_12.d(10): semicolon expected, not 'EOF'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6216 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6217
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6218 Torture-Sub-1/32-XFAIL: nocompile/eol_string_12.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6219 nocompile: llvmdc -O0 -od./obj -c nocompile/escape_hex_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6220 nocompile/escape_hex_02.d(10): escape hex sequence has 1 hex digits instead of 2
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6221 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6222
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6223 Torture-Sub-1/32-XFAIL: nocompile/escape_hex_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6224 nocompile: llvmdc -O0 -od./obj -c nocompile/escape_hex_string_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6225 nocompile/escape_hex_string_03.d(10): non-hex character 'G'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6226 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6227
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6228 Torture-Sub-1/32-XFAIL: nocompile/escape_hex_string_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6229 nocompile: llvmdc -O0 -od./obj -c nocompile/escape_hex_string_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6230 nocompile/escape_hex_string_04.d(10): odd number (3) of hex characters in hex string
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6231 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6232
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6233 Torture-Sub-1/32-XFAIL: nocompile/escape_hex_string_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6234 nocompile: llvmdc -O0 -od./obj -c nocompile/escape_octal_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6235 nocompile/escape_octal_02.d(13): unterminated string constant starting at nocompile/escape_octal_02.d(10)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6236 nocompile/escape_octal_02.d(13): semicolon expected, not 'EOF'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6237 nocompile/escape_octal_02.d(13): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6238 nocompile/escape_octal_02.d(13): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6239 nocompile/escape_octal_02.d(13): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6240 nocompile/escape_octal_02.d(13): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6241 nocompile/escape_octal_02.d(13): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6242 nocompile/escape_octal_02.d(13): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6243 nocompile/escape_octal_02.d(13): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6244 nocompile/escape_octal_02.d(13): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6245 nocompile/escape_octal_02.d(13): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6246 nocompile/escape_octal_02.d(13): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6247 nocompile/escape_octal_02.d(13): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6248 nocompile/escape_octal_02.d(13): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6249 nocompile/escape_octal_02.d(13): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6250 nocompile/escape_octal_02.d(13): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6251 nocompile/escape_octal_02.d(13): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6252 nocompile/escape_octal_02.d(13): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6253 nocompile/escape_octal_02.d(13): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6254 nocompile/escape_octal_02.d(13): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6255 nocompile/escape_octal_02.d(13): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6256 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6257
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6258 Torture-Sub-1/32-XFAIL: nocompile/escape_octal_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6259 nocompile: llvmdc -O0 -od./obj -c nocompile/escape_unicode16_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6260 nocompile/escape_unicode16_03.d(10): escape hex sequence has 1 hex digits instead of 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6261 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6262
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6263 Torture-Sub-1/32-XFAIL: nocompile/escape_unicode16_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6264 nocompile: llvmdc -O0 -od./obj -c nocompile/escape_unicode16_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6265 nocompile/escape_unicode16_04.d(10): escape hex sequence has 2 hex digits instead of 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6266 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6267
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6268 Torture-Sub-1/32-XFAIL: nocompile/escape_unicode16_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6269 nocompile: llvmdc -O0 -od./obj -c nocompile/escape_unicode16_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6270 nocompile/escape_unicode16_05.d(10): escape hex sequence has 3 hex digits instead of 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6271 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6272
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6273 Torture-Sub-1/32-XFAIL: nocompile/escape_unicode16_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6274 nocompile: llvmdc -O0 -od./obj -c nocompile/escape_unicode16_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6275 nocompile/escape_unicode16_06.d(10): escape hex sequence has 1 hex digits instead of 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6276 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6277
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6278 Torture-Sub-1/32-XFAIL: nocompile/escape_unicode16_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6279 nocompile: llvmdc -O0 -od./obj -c nocompile/escape_unicode32_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6280 nocompile/escape_unicode32_04.d(10): escape hex sequence has 7 hex digits instead of 8
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6281 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6282
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6283 Torture-Sub-1/32-XFAIL: nocompile/escape_unicode32_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6284 nocompile: llvmdc -O0 -od./obj -c nocompile/escape_unicode32_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6285 nocompile/escape_unicode32_05.d(10): undefined escape hex sequence \"
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6286
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6287 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6288
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6289 Torture-Sub-1/32-XFAIL: nocompile/escape_unicode32_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6290 nocompile: llvmdc -O0 -od./obj -c nocompile/escape_unicode32_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6291 nocompile/escape_unicode32_06.d(10): escape hex sequence has 1 hex digits instead of 8
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6292 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6293
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6294 Torture-Sub-1/32-XFAIL: nocompile/escape_unicode32_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6295 nocompile: llvmdc -O0 -od./obj -c nocompile/escape_unicode32_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6296 nocompile/escape_unicode32_07.d(10): escape hex sequence has 2 hex digits instead of 8
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6297 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6298
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6299 Torture-Sub-1/32-XFAIL: nocompile/escape_unicode32_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6300 nocompile: llvmdc -O0 -od./obj -c nocompile/escape_unicode32_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6301 nocompile/escape_unicode32_08.d(10): escape hex sequence has 3 hex digits instead of 8
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6302 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6303
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6304 Torture-Sub-1/32-XFAIL: nocompile/escape_unicode32_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6305 nocompile: llvmdc -O0 -od./obj -c nocompile/escape_unicode32_09.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6306 nocompile/escape_unicode32_09.d(10): escape hex sequence has 4 hex digits instead of 8
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6307 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6308
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6309 Torture-Sub-1/32-XFAIL: nocompile/escape_unicode32_09.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6310 nocompile: llvmdc -O0 -od./obj -c nocompile/escape_unicode32_10.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6311 nocompile/escape_unicode32_10.d(10): escape hex sequence has 5 hex digits instead of 8
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6312 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6313
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6314 Torture-Sub-1/32-XFAIL: nocompile/escape_unicode32_10.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6315 nocompile: llvmdc -O0 -od./obj -c nocompile/escape_unicode32_11.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6316 nocompile/escape_unicode32_11.d(10): escape hex sequence has 6 hex digits instead of 8
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6317 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6318
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6319 Torture-Sub-1/32-XFAIL: nocompile/escape_unicode32_11.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6320 nocompile: llvmdc -O0 -od./obj -c nocompile/escape_unicode32_12.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6321 nocompile/escape_unicode32_12.d(10): escape hex sequence has 7 hex digits instead of 8
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6322 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6323
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6324 Torture-Sub-1/32-XFAIL: nocompile/escape_unicode32_12.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6325 nocompile: llvmdc -O0 -od./obj -c nocompile/evaluation_order_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6326 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6327
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6328 Torture-Sub-1/32-XPASS: nocompile/evaluation_order_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6329 nocompile: llvmdc -O0 -od./obj -c nocompile/evaluation_order_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6330 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6331
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6332 Torture-Sub-1/32-XPASS: nocompile/evaluation_order_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6333 nocompile: llvmdc -O0 -od./obj -c nocompile/evaluation_order_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6334 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6335
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6336 Torture-Sub-1/32-XPASS: nocompile/evaluation_order_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6337 nocompile: llvmdc -O0 -od./obj -c nocompile/ExpressionStatement_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6338 nocompile/ExpressionStatement_01.d(12): Error: + has no effect in expression (0 + 1)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6339 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6340
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6341 Torture-Sub-1/32-XFAIL: nocompile/ExpressionStatement_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6342 nocompile: llvmdc -O0 -od./obj -c nocompile/ExpressionStatement_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6343 nocompile/ExpressionStatement_02.d(12): Error: long has no effect in expression (0)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6344 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6345
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6346 Torture-Sub-1/32-XFAIL: nocompile/ExpressionStatement_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6347 nocompile: llvmdc -O0 -od./obj -c nocompile/extern_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6348 nocompile/extern_06.d(18): Error: cannot implicitly convert expression (cast(int function())wglGetProcAddress("glFunctionFoo")) of type int function() to intC function()
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6349 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6350
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6351 Torture-Sub-1/32-XFAIL: nocompile/extern_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6352 nocompile: llvmdc -O0 -od./obj -c nocompile/f/final_12_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6353 nocompile/f/final_12_C.d(24): function dstress.nocompile.f.final_12_C.Child.foo cannot override final function dstress.nocompile.f.final_12_C.Parent.foo
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6354 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6355
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6356 Torture-Sub-1/32-XFAIL: nocompile/f/final_12_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6357 nocompile: llvmdc -O0 -od./obj -c nocompile/f/fixed_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6358 nocompile/f/fixed_01.d(14): found '*' when expecting '.' following 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6359 nocompile/f/fixed_01.d(14): found '{' when expecting ';' following 'statement'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6360 nocompile/f/fixed_01.d(17): unrecognized declaration
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6361 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6362
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6363 Torture-Sub-1/32-XFAIL: nocompile/f/fixed_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6364 nocompile: llvmdc -O0 -od./obj -c nocompile/f/flags_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6365 nocompile/f/flags_01_A.d(11): Declaration expected, not '['
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6366 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6367
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6368 Torture-Sub-1/32-XFAIL: nocompile/f/flags_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6369 nocompile: llvmdc -O0 -od./obj -c nocompile/f/flags_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6370 nocompile/f/flags_01_B.d(11): no identifier for declarator Flags
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6371 nocompile/f/flags_01_B.d(11): semicolon expected, not 'enum'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6372 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6373
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6374 Torture-Sub-1/32-XFAIL: nocompile/f/flags_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6375 nocompile: llvmdc -O0 -od./obj -c nocompile/f/flags_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6376 nocompile/f/flags_01_C.d(11): no identifier for declarator flags
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6377 nocompile/f/flags_01_C.d(11): semicolon expected, not 'enum'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6378 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6379
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6380 Torture-Sub-1/32-XFAIL: nocompile/f/flags_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6381 nocompile: llvmdc -O0 -od./obj -c nocompile/f/flags_01_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6382 nocompile/f/flags_01_D.d(11): Declaration expected, not '['
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6383 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6384
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6385 Torture-Sub-1/32-XFAIL: nocompile/f/flags_01_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6386 nocompile: llvmdc -O0 -od./obj -c nocompile/f/float_literal_dec_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6387 nocompile/f/float_literal_dec_04.d(10): number is not representable
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6388 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6389
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6390 Torture-Sub-1/32-XFAIL: nocompile/f/float_literal_dec_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6391 nocompile: llvmdc -O0 -od./obj -c nocompile/f/float_literal_dec_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6392 nocompile/f/float_literal_dec_06.d(10): semicolon expected, not 'A'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6393 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6394
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6395 Torture-Sub-1/32-XFAIL: nocompile/f/float_literal_dec_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6396 nocompile: llvmdc -O0 -od./obj -c nocompile/f/float_literal_dec_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6397 nocompile/f/float_literal_dec_07.d(10): semicolon expected, not 'A2e'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6398 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6399
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6400 Torture-Sub-1/32-XFAIL: nocompile/f/float_literal_dec_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6401 nocompile: llvmdc -O0 -od./obj -c nocompile/f/float_literal_dec_12.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6402 nocompile/f/float_literal_dec_12.d(14): semicolon expected, not '0.234'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6403 nocompile/f/float_literal_dec_12.d(14): Declaration expected, not '0.234'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6404 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6405
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6406 Torture-Sub-1/32-XFAIL: nocompile/f/float_literal_dec_12.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6407 nocompile: llvmdc -O0 -od./obj -c nocompile/f/float_literal_dec_13.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6408 nocompile/f/float_literal_dec_13.d(14): expression expected, not '..'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6409 nocompile/f/float_literal_dec_13.d(14): semicolon expected, not '234'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6410 nocompile/f/float_literal_dec_13.d(14): Declaration expected, not '234'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6411 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6412
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6413 Torture-Sub-1/32-XFAIL: nocompile/f/float_literal_dec_13.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6414 nocompile: llvmdc -O0 -od./obj -c nocompile/f/float_literal_dec_14.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6415 nocompile/f/float_literal_dec_14.d(14): semicolon expected, not '0'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6416 nocompile/f/float_literal_dec_14.d(14): Declaration expected, not '0'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6417 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6418
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6419 Torture-Sub-1/32-XFAIL: nocompile/f/float_literal_dec_14.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6420 nocompile: llvmdc -O0 -od./obj -c nocompile/f/float_literal_dec_15.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6421 nocompile/f/float_literal_dec_15.d(14): identifier expected following '.', not ';'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6422 nocompile/f/float_literal_dec_15.d(15): semicolon expected, not 'EOF'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6423 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6424
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6425 Torture-Sub-1/32-XFAIL: nocompile/f/float_literal_dec_15.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6426 nocompile: llvmdc -O0 -od./obj -c nocompile/f/float_literal_dec_16.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6427 nocompile/f/float_literal_dec_16.d(14): semicolon expected, not '0'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6428 nocompile/f/float_literal_dec_16.d(14): Declaration expected, not '0'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6429 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6430
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6431 Torture-Sub-1/32-XFAIL: nocompile/f/float_literal_dec_16.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6432 nocompile: llvmdc -O0 -od./obj -c nocompile/f/float_literal_dec_17.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6433 nocompile/f/float_literal_dec_17.d(14): semicolon expected, not '..'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6434 nocompile/f/float_literal_dec_17.d(14): Declaration expected, not '..'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6435 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6436
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6437 Torture-Sub-1/32-XFAIL: nocompile/f/float_literal_dec_17.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6438 nocompile: llvmdc -O0 -od./obj -c nocompile/f/foreach_32_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6439 nocompile/f/foreach_32_A.d(14): found 'in' when expecting ';'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6440 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6441
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6442 Torture-Sub-1/32-XFAIL: nocompile/f/foreach_32_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6443 nocompile: llvmdc -O0 -od./obj -c nocompile/f/foreach_32_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6444 nocompile/f/foreach_32_B.d(14): found 'in' when expecting ';'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6445 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6446
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6447 Torture-Sub-1/32-XFAIL: nocompile/f/foreach_32_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6448 nocompile: llvmdc -O0 -od./obj -c nocompile/f/foreach_37_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6449 nocompile/f/foreach_37_A.d(18): Error: shadowing declaration dstress.nocompile.f.foreach_37_A.foo.e is deprecated
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6450 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6451
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6452 Torture-Sub-1/32-XFAIL: nocompile/f/foreach_37_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6453 nocompile: llvmdc -O0 -od./obj -c nocompile/f/foreach_37_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6454 nocompile/f/foreach_37_B.d(18): Error: shadowing declaration dstress.nocompile.f.foreach_37_B.foo.e is deprecated
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6455 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6456
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6457 Torture-Sub-1/32-XFAIL: nocompile/f/foreach_37_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6458 nocompile: llvmdc -O0 -od./obj -c nocompile/f/foreach_37_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6459 nocompile/f/foreach_37_C.d(18): Error: shadowing declaration dstress.nocompile.f.foreach_37_C.foo.i is deprecated
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6460 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6461
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6462 Torture-Sub-1/32-XFAIL: nocompile/f/foreach_37_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6463 nocompile: llvmdc -O0 -od./obj -c nocompile/f/foreach_37_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6464 nocompile/f/foreach_37_D.d(18): Error: shadowing declaration dstress.nocompile.f.foreach_37_D.foo.i is deprecated
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6465 nocompile/f/foreach_37_D.d(18): Error: shadowing declaration dstress.nocompile.f.foreach_37_D.foo.e is deprecated
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6466 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6467
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6468 Torture-Sub-1/32-XFAIL: nocompile/f/foreach_37_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6469 nocompile: llvmdc -O0 -od./obj -c nocompile/f/function_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6470 nocompile/f/function_03.d(14): Error: __funcliteral1 is not an lvalue
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6471 nocompile/f/function_03.d(14): Error: cannot implicitly convert expression (&__funcliteral1) of type void function()* to int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6472 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6473
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6474 Torture-Sub-1/32-XFAIL: nocompile/f/function_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6475 nocompile: llvmdc -O0 -od./obj -c nocompile/f/function_04_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6476 nocompile/f/function_04_A.d(9): no identifier for declarator int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6477 nocompile/f/function_04_A.d(9): semicolon expected, not '&'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6478 nocompile/f/function_04_A.d(9): Declaration expected, not '&'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6479 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6480
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6481 Torture-Sub-1/32-XFAIL: nocompile/f/function_04_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6482 nocompile: llvmdc -O0 -od./obj -c nocompile/f/function_04_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6483 nocompile/f/function_04_B.d(9): found '&' when expecting ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6484 nocompile/f/function_04_B.d(9): semicolon expected following function declaration
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6485 nocompile/f/function_04_B.d(9): no identifier for declarator x
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6486 nocompile/f/function_04_B.d(9): semicolon expected, not ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6487 nocompile/f/function_04_B.d(9): Declaration expected, not ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6488 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6489
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6490 Torture-Sub-1/32-XFAIL: nocompile/f/function_04_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6491 nocompile: llvmdc -O0 -od./obj -c nocompile/f/function_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6492 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6493
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6494 Torture-Sub-1/32-XPASS: nocompile/f/function_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6495 nocompile: llvmdc -O0 -od./obj -c nocompile/f/function_08_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6496 nocompile/f/function_08_A.d(14): Error: undefined identifier y
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6497 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6498
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6499 Torture-Sub-1/32-XFAIL: nocompile/f/function_08_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6500 nocompile: llvmdc -O0 -od./obj -c nocompile/f/function_08_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6501 nocompile/f/function_08_B.d(14): Error: undefined identifier y
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6502 nocompile/f/function_08_B.d(14): Error: cannot implicitly convert expression (__funcliteral1) of type int function() to int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6503 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6504
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6505 Torture-Sub-1/32-XFAIL: nocompile/f/function_08_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6506 nocompile: llvmdc -O0 -od./obj -c nocompile/__FILE__02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6507 nocompile/__FILE__02.d(10): Error: "nocompile/__FILE__02.d" is not an lvalue
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6508 nocompile/__FILE__02.d(10): Error: cannot assign to static array "nocompile/__FILE__02.d"
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6509 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6510
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6511 Torture-Sub-1/32-XFAIL: nocompile/__FILE__02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6512 nocompile: llvmdc -O0 -od./obj -c nocompile/final_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6513 nocompile/final_01.d(19): function dstress.nocompile.final_01.Child.test cannot override final function dstress.nocompile.final_01.Parent.test
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6514 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6515
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6516 Torture-Sub-1/32-XFAIL: nocompile/final_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6517 nocompile: llvmdc -O0 -od./obj -c nocompile/final_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6518 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6519
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6520 Torture-Sub-1/32-XPASS: nocompile/final_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6521 nocompile: llvmdc -O0 -od./obj -c nocompile/final_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6522 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6523
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6524 Torture-Sub-1/32-XPASS: nocompile/final_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6525 nocompile: llvmdc -O0 -od./obj -c nocompile/final_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6526 nocompile/final_08.d(9): Declaration expected, not 'module'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6527 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6528
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6529 Torture-Sub-1/32-XFAIL: nocompile/final_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6530 nocompile: llvmdc -O0 -od./obj -c nocompile/final_09.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6531 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6532
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6533 Torture-Sub-1/32-XPASS: nocompile/final_09.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6534 nocompile: llvmdc -O0 -od./obj -c nocompile/final_10.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6535 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6536
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6537 Torture-Sub-1/32-XPASS: nocompile/final_10.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6538 nocompile: llvmdc -O0 -od./obj -c nocompile/final_11.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6539 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6540
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6541 Torture-Sub-1/32-XPASS: nocompile/final_11.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6542 nocompile: llvmdc -O0 -od./obj -c nocompile/finally_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6543 llvmdc: gen/statements.cpp:1007: virtual void LabelStatement::toIR(IRState*): Assertion `tf == __null' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6544 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6545 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6546 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6547 llvmdc[0x813f774]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6548 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6549 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6550
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6551 Torture-Sub-1/32-ERROR: nocompile/finally_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6552 nocompile: llvmdc -O0 -od./obj -c nocompile/finally_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6553 llvmdc: gen/statements.cpp:1007: virtual void LabelStatement::toIR(IRState*): Assertion `tf == __null' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6554 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6555 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6556 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6557 llvmdc[0x813f774]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6558 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6559 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6560
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6561 Torture-Sub-1/32-ERROR: nocompile/finally_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6562 nocompile: llvmdc -O0 -od./obj -c nocompile/finally_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6563 nocompile/finally_04.d(14): Error: return statements cannot be in finally, scope(exit) or scope(success) bodies
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6564 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6565
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6566 Torture-Sub-1/32-XFAIL: nocompile/finally_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6567 nocompile: llvmdc -O0 -od./obj -c nocompile/finally_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6568 nocompile/finally_05.d(16): Error: break is not inside a loop or switch
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6569 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6570
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6571 Torture-Sub-1/32-XFAIL: nocompile/finally_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6572 nocompile: llvmdc -O0 -od./obj -c nocompile/finally_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6573 nocompile/finally_06.d(15): Error: continue is not inside a loop
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6574 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6575
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6576 Torture-Sub-1/32-XFAIL: nocompile/finally_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6577 nocompile: llvmdc -O0 -od./obj -c nocompile/finally_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6578 llvmdc: gen/statements.cpp:1030: virtual void GotoStatement::toIR(IRState*): Assertion `tf == __null' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6579 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6580 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6581 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6582 llvmdc[0x813e490]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6583 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6584 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6585
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6586 Torture-Sub-1/32-ERROR: nocompile/finally_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6587 nocompile: llvmdc -O0 -od./obj -c nocompile/finally_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6588 llvmdc: gen/statements.cpp:1030: virtual void GotoStatement::toIR(IRState*): Assertion `tf == __null' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6589 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6590 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6591 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6592 llvmdc[0x813e490]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6593 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6594 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6595
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6596 Torture-Sub-1/32-ERROR: nocompile/finally_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6597 nocompile: llvmdc -O0 -od./obj -c nocompile/finally_09.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6598 nocompile/finally_09.d(15): Error: cannot put catch statement inside finally block
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6599 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6600
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6601 Torture-Sub-1/32-XFAIL: nocompile/finally_09.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6602 nocompile: llvmdc -O0 -od./obj -c nocompile/float_14.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6603 nocompile/float_14.d(10): Error: .size property should be replaced with .sizeof
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6604 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6605
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6606 Torture-Sub-1/32-XFAIL: nocompile/float_14.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6607 nocompile: llvmdc -O0 -od./obj -c nocompile/float_15.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6608 nocompile/float_15.d(10): Error: no property 'sign' for type 'float'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6609 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6610
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6611 Torture-Sub-1/32-XFAIL: nocompile/float_15.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6612 nocompile: llvmdc -O0 -od./obj -c nocompile/float_16.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6613 nocompile/float_16.d(11): Error: no property 'isnan' for type 'float'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6614 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6615
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6616 Torture-Sub-1/32-XFAIL: nocompile/float_16.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6617 nocompile: llvmdc -O0 -od./obj -c nocompile/float_17.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6618 nocompile/float_17.d(11): Error: no property 'isinfinite' for type 'float'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6619 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6620
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6621 Torture-Sub-1/32-XFAIL: nocompile/float_17.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6622 nocompile: llvmdc -O0 -od./obj -c nocompile/float_18.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6623 nocompile/float_18.d(11): Error: no property 'isnormal' for type 'float'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6624 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6625
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6626 Torture-Sub-1/32-XFAIL: nocompile/float_18.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6627 nocompile: llvmdc -O0 -od./obj -c nocompile/float_19.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6628 nocompile/float_19.d(11): Error: no property 'digits' for type 'float'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6629 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6630
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6631 Torture-Sub-1/32-XFAIL: nocompile/float_19.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6632 nocompile: llvmdc -O0 -od./obj -c nocompile/float_20.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6633 nocompile/float_20.d(11): Error: no property 'mantissa' for type 'float'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6634 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6635
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6636 Torture-Sub-1/32-XFAIL: nocompile/float_20.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6637 nocompile: llvmdc -O0 -od./obj -c nocompile/float_21.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6638 nocompile/float_21.d(11): Error: no property 'maxExp' for type 'float'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6639 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6640
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6641 Torture-Sub-1/32-XFAIL: nocompile/float_21.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6642 nocompile: llvmdc -O0 -od./obj -c nocompile/float_23.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6643 nocompile/float_23.d(9): Error: cannot implicitly convert expression (1.1i) of type ifloat to float
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6644 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6645
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6646 Torture-Sub-1/32-XFAIL: nocompile/float_23.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6647 nocompile: llvmdc -O0 -od./obj -c nocompile/float_24.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6648 nocompile/float_24.d(9): Error: cannot implicitly convert expression ((0.2+1.1i)) of type cfloat to float
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6649 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6650
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6651 Torture-Sub-1/32-XFAIL: nocompile/float_24.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6652 nocompile: llvmdc -O0 -od./obj -c nocompile/foreach_14.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6653 nocompile/foreach_14.d(15): no identifier for declarator char
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6654 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6655
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6656 Torture-Sub-1/32-XFAIL: nocompile/foreach_14.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6657 nocompile: llvmdc -O0 -od./obj -c nocompile/foreach_17.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6658 nocompile/foreach_17.d(13): basic type expected, not in
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6659 nocompile/foreach_17.d(13): no identifier for declarator int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6660 nocompile/foreach_17.d(13): found 'in' when expecting ';'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6661 nocompile/foreach_17.d(13): found 'c' when expecting '.' following 'char'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6662 nocompile/foreach_17.d(13): found ';' when expecting identifier following 'char.'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6663 nocompile/foreach_17.d(13): found 'x' when expecting ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6664 nocompile/foreach_17.d(13): found ')' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6665 nocompile/foreach_17.d(15): Declaration expected, not 'return'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6666 nocompile/foreach_17.d(16): unrecognized declaration
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6667 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6668
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6669 Torture-Sub-1/32-XFAIL: nocompile/foreach_17.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6670 nocompile: llvmdc -O0 -od./obj -c nocompile/foreach_18.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6671 nocompile/foreach_18.d(13): basic type expected, not out
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6672 nocompile/foreach_18.d(13): no identifier for declarator int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6673 nocompile/foreach_18.d(13): found 'out' when expecting ';'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6674 nocompile/foreach_18.d(13): found 'c' when expecting '.' following 'char'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6675 nocompile/foreach_18.d(13): found ';' when expecting identifier following 'char.'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6676 nocompile/foreach_18.d(13): found 'x' when expecting ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6677 nocompile/foreach_18.d(13): found ')' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6678 nocompile/foreach_18.d(15): Declaration expected, not 'return'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6679 nocompile/foreach_18.d(16): unrecognized declaration
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6680 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6681
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6682 Torture-Sub-1/32-XFAIL: nocompile/foreach_18.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6683 nocompile: llvmdc -O0 -od./obj -c nocompile/foreach_19.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6684 nocompile/foreach_19.d(12): Error: identifier 'string' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6685 nocompile/foreach_19.d(12): Error: string is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6686 nocompile/foreach_19.d(12): variable dstress.nocompile.foreach_19.main.x voids have no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6687 nocompile/foreach_19.d(12): Error: cannot implicitly convert expression ("ab") of type char[2u] to int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6688 nocompile/foreach_19.d(13): Error: foreach: int is not an aggregate type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6689 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6690
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6691 Torture-Sub-1/32-XFAIL: nocompile/foreach_19.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6692 nocompile: llvmdc -O0 -od./obj -c nocompile/foreach_20.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6693 nocompile/foreach_20.d(12): Error: identifier 'string' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6694 nocompile/foreach_20.d(12): Error: string is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6695 nocompile/foreach_20.d(12): variable dstress.nocompile.foreach_20.main.x voids have no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6696 nocompile/foreach_20.d(12): Error: cannot implicitly convert expression ("ab") of type char[2u] to int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6697 nocompile/foreach_20.d(13): Error: foreach: int is not an aggregate type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6698 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6699
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6700 Torture-Sub-1/32-XFAIL: nocompile/foreach_20.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6701 nocompile: llvmdc -O0 -od./obj -c nocompile/foreach_21.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6702 nocompile/foreach_21.d(10): Error: identifier 'string' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6703 nocompile/foreach_21.d(10): Error: string is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6704 nocompile/foreach_21.d(10): variable dstress.nocompile.foreach_21.main.x voids have no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6705 nocompile/foreach_21.d(11): Error: foreach: int is not an aggregate type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6706 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6707
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6708 Torture-Sub-1/32-XFAIL: nocompile/foreach_21.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6709 nocompile: llvmdc -O0 -od./obj -c nocompile/foreach_22.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6710 nocompile/foreach_22.d(11): Error: declaration dstress.nocompile.foreach_22.main.c is already defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6711 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6712
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6713 Torture-Sub-1/32-XFAIL: nocompile/foreach_22.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6714 nocompile: llvmdc -O0 -od./obj -c nocompile/g/get_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6715 nocompile/g/get_01_A.d(14): semicolon expected, not '{'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6716 nocompile/g/get_01_A.d(14): Declaration expected, not '{'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6717 nocompile/g/get_01_A.d(18): unrecognized declaration
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6718 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6719
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6720 Torture-Sub-1/32-FAIL: nocompile/g/get_01_A.d [bad error message]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6721 nocompile: llvmdc -O0 -od./obj -c nocompile/g/get_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6722 nocompile/g/get_01_B.d(14): semicolon expected, not '{'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6723 nocompile/g/get_01_B.d(14): Declaration expected, not '{'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6724 nocompile/g/get_01_B.d(18): unrecognized declaration
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6725 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6726
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6727 Torture-Sub-1/32-FAIL: nocompile/g/get_01_B.d [bad error message]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6728 nocompile: llvmdc -O0 -od./obj -c nocompile/g/get_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6729 nocompile/g/get_01_C.d(12): no identifier for declarator int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6730 nocompile/g/get_01_C.d(12): semicolon expected, not 'this'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6731 nocompile/g/get_01_C.d(12): found '[' when expecting '('
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6732 nocompile/g/get_01_C.d(12): found ']' when expecting ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6733 nocompile/g/get_01_C.d(13): found '{' when expecting ';' following 'statement'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6734 nocompile/g/get_01_C.d(17): unrecognized declaration
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6735 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6736
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6737 Torture-Sub-1/32-XFAIL: nocompile/g/get_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6738 nocompile: llvmdc -O0 -od./obj -c nocompile/g/goto_15_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6739 nocompile/g/goto_15_A.d(14): Identifier expected following goto
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6740 nocompile/g/goto_15_A.d(14): found '0' when expecting ';' following 'goto statement'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6741 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6742
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6743 Torture-Sub-1/32-XFAIL: nocompile/g/goto_15_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6744 nocompile: llvmdc -O0 -od./obj -c nocompile/g/goto_15_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6745 nocompile/g/goto_15_B.d(14): Identifier expected following goto
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6746 nocompile/g/goto_15_B.d(14): found '2' when expecting ';' following 'goto statement'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6747 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6748
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6749 Torture-Sub-1/32-XFAIL: nocompile/g/goto_15_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6750 nocompile: llvmdc -O0 -od./obj -c nocompile/g/goto_16_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6751 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6752 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6753 EXIT CODE: 11
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6754
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6755 Torture-Sub-1/32-ERROR: nocompile/g/goto_16_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6756 nocompile: llvmdc -O0 -od./obj -c nocompile/g/goto_16_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6757 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6758 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6759 EXIT CODE: 11
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6760
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6761 Torture-Sub-1/32-ERROR: nocompile/g/goto_16_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6762 nocompile: llvmdc -O0 -od./obj -c nocompile/goto_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6763 nocompile/goto_04.d(13): Error: case 2 not found
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6764 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6765
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6766 Torture-Sub-1/32-XFAIL: nocompile/goto_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6767 nocompile: llvmdc -O0 -od./obj -c nocompile/goto_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6768 nocompile/goto_06.d(17): Error: case 3 not found
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6769 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6770
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6771 Torture-Sub-1/32-XFAIL: nocompile/goto_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6772 nocompile: llvmdc -O0 -od./obj -c nocompile/goto_12.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6773 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6774 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6775 EXIT CODE: 11
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6776
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6777 Torture-Sub-1/32-ERROR: nocompile/goto_12.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6778 nocompile: llvmdc -O0 -od./obj -c nocompile/goto_13.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6779 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6780 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6781 EXIT CODE: 11
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6782
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6783 Torture-Sub-1/32-ERROR: nocompile/goto_13.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6784 nocompile: llvmdc -O0 -od./obj -c nocompile/goto_14.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6785 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6786 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6787 EXIT CODE: 11
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6788
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6789 Torture-Sub-1/32-ERROR: nocompile/goto_14.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6790 nocompile: llvmdc -O0 -od./obj -c nocompile/h/escape_hex_string_05_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6791 nocompile/h/escape_hex_string_05_A.d(15): Error: string has no effect in expression ("\xef\xbb\xbf")
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6792 nocompile/h/escape_hex_string_05_A.d(16): Error: string has no effect in expression ("\x00\xbb\xbf")
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6793 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6794
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6795 Torture-Sub-1/32-XFAIL: nocompile/h/escape_hex_string_05_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6796 nocompile: llvmdc -O0 -od./obj -c nocompile/html_entity_10.html
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6797 nocompile/html_entity_10.html(11) : HTML Error: invalid numeric character reference
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6798 nocompile/html_entity_10.html(11): unterminated character constant
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6799 nocompile/html_entity_10.html(11): #line integer ["filespec"]\n expected
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6800 nocompile/html_entity_10.html(11): found ';' when expecting ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6801 nocompile/html_entity_10.html(11): unterminated character constant
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6802 nocompile/html_entity_10.html(11): found '61U' when expecting ';' following 'statement'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6803 nocompile/html_entity_10.html(11): found '=' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6804 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6805
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6806 Torture-Sub-1/32-XFAIL: nocompile/html_entity_10.html
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6807 nocompile: llvmdc -O0 -od./obj -c nocompile/html_entity_11.html
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6808 nocompile/html_entity_11.html(11) : HTML Error: invalid numeric character reference
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6809 nocompile/html_entity_11.html(11): unterminated character constant
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6810 nocompile/html_entity_11.html(11): #line integer ["filespec"]\n expected
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6811 nocompile/html_entity_11.html(11): found ';' when expecting ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6812 nocompile/html_entity_11.html(11): unterminated character constant
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6813 nocompile/html_entity_11.html(11): found '61U' when expecting ';' following 'statement'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6814 nocompile/html_entity_11.html(11): found '=' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6815 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6816
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6817 Torture-Sub-1/32-XFAIL: nocompile/html_entity_11.html
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6818 nocompile: llvmdc -O0 -od./obj -c nocompile/html_htm_02.HTM
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6819 module html_htm_02 source file name 'nocompile/html_htm_02.HTM' must have .d extension
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6820 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6821
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6822 Torture-Sub-1/32-XFAIL: nocompile/html_htm_02.HTM
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6823 nocompile: llvmdc -O0 -od./obj -c nocompile/html_html_02.HTML
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6824 module html_html_02 source file name 'nocompile/html_html_02.HTML' must have .d extension
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6825 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6826
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6827 Torture-Sub-1/32-XFAIL: nocompile/html_html_02.HTML
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6828 nocompile: llvmdc -O0 -od./obj -c nocompile/idouble_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6829 nocompile/idouble_01.d(7): Error: cannot implicitly convert expression (0.5) of type double to idouble
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6830 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6831
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6832 Torture-Sub-1/32-XFAIL: nocompile/idouble_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6833 nocompile: llvmdc -O0 -od./obj -c nocompile/idouble_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6834 nocompile/idouble_02.d(7): Error: cannot implicitly convert expression ((0.5+2i)) of type cdouble to idouble
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6835 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6836
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6837 Torture-Sub-1/32-XFAIL: nocompile/idouble_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6838 nocompile: llvmdc -O0 -od./obj -c nocompile/ifloat_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6839 nocompile/ifloat_01.d(7): Error: cannot implicitly convert expression (0.3) of type float to ifloat
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6840 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6841
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6842 Torture-Sub-1/32-XFAIL: nocompile/ifloat_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6843 nocompile: llvmdc -O0 -od./obj -c nocompile/ifloat_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6844 nocompile/ifloat_02.d(7): Error: cannot implicitly convert expression (2.3) of type double to ifloat
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6845 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6846
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6847 Torture-Sub-1/32-XFAIL: nocompile/ifloat_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6848 nocompile: llvmdc -O0 -od./obj -c nocompile/i/idouble_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6849 nocompile/i/idouble_03.d(14): Error: cannot implicitly convert expression (3) of type int to idouble
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6850 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6851
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6852 Torture-Sub-1/32-XFAIL: nocompile/i/idouble_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6853 nocompile: llvmdc -O0 -od./obj -c nocompile/i/idouble_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6854 nocompile/i/idouble_05.d(9): 'I' suffix is deprecated, use 'i' instead
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6855 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6856
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6857 Torture-Sub-1/32-XFAIL: nocompile/i/idouble_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6858 nocompile: llvmdc -O0 -od./obj -c nocompile/i/if_09.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6859 nocompile/i/if_09.d(11): #line integer ["filespec"]\n expected
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6860 nocompile/i/if_09.d(11): Declaration expected, not '1'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6861 nocompile/i/if_09.d(12): #line integer ["filespec"]\n expected
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6862 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6863
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6864 Torture-Sub-1/32-XFAIL: nocompile/i/if_09.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6865 nocompile: llvmdc -O0 -od./obj -c nocompile/i/if_10_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6866 nocompile/i/if_10_A.d(10): expression expected, not 'if'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6867 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6868
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6869 Torture-Sub-1/32-XFAIL: nocompile/i/if_10_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6870 nocompile: llvmdc -O0 -od./obj -c nocompile/i/if_10_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6871 nocompile/i/if_10_B.d(10): found 'if' when expecting '('
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6872 nocompile/i/if_10_B.d(10): found '{' when expecting ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6873 nocompile/i/if_10_B.d(13): unrecognized declaration
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6874 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6875
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6876 Torture-Sub-1/32-XFAIL: nocompile/i/if_10_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6877 nocompile: llvmdc -O0 -od./obj -c nocompile/i/if_10_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6878 nocompile/i/if_10_C.d(10): found 'if' when expecting '('
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6879 nocompile/i/if_10_C.d(11): found 'i' when expecting ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6880 nocompile/i/if_10_C.d(11): expression expected, not ';'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6881 nocompile/i/if_10_C.d(12): found '}' when expecting ';' following 'statement'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6882 nocompile/i/if_10_C.d(13): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6883 nocompile/i/if_10_C.d(13): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6884 nocompile/i/if_10_C.d(13): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6885 nocompile/i/if_10_C.d(13): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6886 nocompile/i/if_10_C.d(13): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6887 nocompile/i/if_10_C.d(13): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6888 nocompile/i/if_10_C.d(13): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6889 nocompile/i/if_10_C.d(13): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6890 nocompile/i/if_10_C.d(13): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6891 nocompile/i/if_10_C.d(13): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6892 nocompile/i/if_10_C.d(13): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6893 nocompile/i/if_10_C.d(13): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6894 nocompile/i/if_10_C.d(13): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6895 nocompile/i/if_10_C.d(13): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6896 nocompile/i/if_10_C.d(13): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6897 nocompile/i/if_10_C.d(13): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6898 nocompile/i/if_10_C.d(13): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6899 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6900
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6901 Torture-Sub-1/32-XFAIL: nocompile/i/if_10_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6902 nocompile: llvmdc -O0 -od./obj -c nocompile/i/if_10_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6903 nocompile/i/if_10_D.d(10): expression expected, not 'if'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6904 nocompile/i/if_10_D.d(10): found 'i' when expecting ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6905 nocompile/i/if_10_D.d(10): found '!=' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6906 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6907
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6908 Torture-Sub-1/32-XFAIL: nocompile/i/if_10_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6909 nocompile: llvmdc -O0 -od./obj -c nocompile/i/if_10_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6910 nocompile/i/if_10_E.d(10): found 'i' when expecting '('
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6911 nocompile/i/if_10_E.d(11): expression expected, not 'if'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6912 nocompile/i/if_10_E.d(11): found '!' when expecting ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6913 nocompile/i/if_10_E.d(12): found 'return' when expecting ';' following 'statement'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6914 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6915
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6916 Torture-Sub-1/32-XFAIL: nocompile/i/if_10_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6917 nocompile: llvmdc -O0 -od./obj -c nocompile/i/if_11_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6918 nocompile/i/if_11_C.d(13): Error: undefined identifier x
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6919 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6920
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6921 Torture-Sub-1/32-XFAIL: nocompile/i/if_11_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6922 nocompile: llvmdc -O0 -od./obj -c nocompile/i/if_11_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6923 nocompile/i/if_11_D.d(13): Error: undefined identifier x
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6924 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6925
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6926 Torture-Sub-1/32-XFAIL: nocompile/i/if_11_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6927 nocompile: llvmdc -O0 -od./obj -c nocompile/i/if_12_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6928 nocompile/i/if_12_C.d(13): Error: undefined identifier i
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6929 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6930
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6931 Torture-Sub-1/32-XFAIL: nocompile/i/if_12_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6932 nocompile: llvmdc -O0 -od./obj -c nocompile/i/if_12_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6933 nocompile/i/if_12_D.d(13): Error: undefined identifier i
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6934 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6935
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6936 Torture-Sub-1/32-XFAIL: nocompile/i/if_12_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6937 nocompile: llvmdc -O0 -od./obj -c nocompile/i/if_13_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6938 nocompile/i/if_13_A.d(10): found 'i' when expecting '.' following 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6939 nocompile/i/if_13_A.d(10): found ':' when expecting identifier following 'int.'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6940 nocompile/i/if_13_A.d(10): found '2' when expecting ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6941 nocompile/i/if_13_A.d(10): found '>' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6942 nocompile/i/if_13_A.d(12): Declaration expected, not 'else'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6943 nocompile/i/if_13_A.d(14): unrecognized declaration
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6944 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6945
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6946 Torture-Sub-1/32-XFAIL: nocompile/i/if_13_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6947 nocompile: llvmdc -O0 -od./obj -c nocompile/i/if_13_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6948 nocompile/i/if_13_B.d(10): found 'i' when expecting '.' following 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6949 nocompile/i/if_13_B.d(10): found ';' when expecting identifier following 'int.'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6950 nocompile/i/if_13_B.d(10): found '2' when expecting ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6951 nocompile/i/if_13_B.d(10): found '>' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6952 nocompile/i/if_13_B.d(12): Declaration expected, not 'else'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6953 nocompile/i/if_13_B.d(14): unrecognized declaration
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6954 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6955
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6956 Torture-Sub-1/32-XFAIL: nocompile/i/if_13_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6957 nocompile: llvmdc -O0 -od./obj -c nocompile/i/if_13_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6958 nocompile/i/if_13_C.d(10): = expected following auto identifier
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6959 nocompile/i/if_13_C.d(10): found ')' when expecting ';' following 'statement'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6960 nocompile/i/if_13_C.d(12): found 'else' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6961 nocompile/i/if_13_C.d(15): unrecognized declaration
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6962 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6963
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6964 Torture-Sub-1/32-XFAIL: nocompile/i/if_13_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6965 nocompile: llvmdc -O0 -od./obj -c nocompile/i/if_13_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6966 nocompile/i/if_13_D.d(10): = expected following auto identifier
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6967 nocompile/i/if_13_D.d(12): Declaration expected, not 'else'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6968 nocompile/i/if_13_D.d(14): unrecognized declaration
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6969 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6970
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6971 Torture-Sub-1/32-XFAIL: nocompile/i/if_13_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6972 nocompile: llvmdc -O0 -od./obj -c nocompile/i/if_13_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6973 nocompile/i/if_13_E.d(10): found ':' when expecting ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6974 nocompile/i/if_13_E.d(10): found ')' when expecting ';' following 'statement'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6975 nocompile/i/if_13_E.d(12): found 'else' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6976 nocompile/i/if_13_E.d(15): unrecognized declaration
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6977 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6978
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6979 Torture-Sub-1/32-XFAIL: nocompile/i/if_13_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6980 nocompile: llvmdc -O0 -od./obj -c nocompile/i/if_13_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6981 nocompile/i/if_13_F.d(10): if (v; e) is deprecated, use if (auto v = e)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6982 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6983
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6984 Torture-Sub-1/32-XFAIL: nocompile/i/if_13_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6985 nocompile: llvmdc -O0 -od./obj -c nocompile/i/if_15_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6986 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6987
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6988 Torture-Sub-1/32-XPASS: nocompile/i/if_15_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6989 nocompile: llvmdc -O0 -od./obj -c nocompile/i/ifloat_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6990 nocompile/i/ifloat_04.d(14): Error: cannot implicitly convert expression (3) of type int to ifloat
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6991 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6992
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6993 Torture-Sub-1/32-XFAIL: nocompile/i/ifloat_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6994 nocompile: llvmdc -O0 -od./obj -c nocompile/i/ifloat_06_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6995 nocompile/i/ifloat_06_A.d(9): 'I' suffix is deprecated, use 'i' instead
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6996 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6997
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6998 Torture-Sub-1/32-XFAIL: nocompile/i/ifloat_06_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
6999 nocompile: llvmdc -O0 -od./obj -c nocompile/i/ifloat_06_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7000 nocompile/i/ifloat_06_B.d(9): 'I' suffix is deprecated, use 'i' instead
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7001 nocompile/i/ifloat_06_B.d(9): semicolon expected, not 'f'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7002 nocompile/i/ifloat_06_B.d(9): no identifier for declarator f
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7003 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7004
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7005 Torture-Sub-1/32-XFAIL: nocompile/i/ifloat_06_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7006 nocompile: llvmdc -O0 -od./obj -c nocompile/i/implicit_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7007 nocompile/i/implicit_01.d(11): semicolon expected, not 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7008 nocompile/i/implicit_01.d(11): found 'float' when expecting ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7009 nocompile/i/implicit_01.d(11): no identifier for declarator int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7010 nocompile/i/implicit_01.d(11): semicolon expected, not 'f'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7011 nocompile/i/implicit_01.d(11): no identifier for declarator f
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7012 nocompile/i/implicit_01.d(11): semicolon expected, not ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7013 nocompile/i/implicit_01.d(11): Declaration expected, not ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7014 nocompile/i/implicit_01.d(13): unrecognized declaration
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7015 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7016
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7017 Torture-Sub-1/32-XFAIL: nocompile/i/implicit_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7018 nocompile: llvmdc -O0 -od./obj -c nocompile/i/import_12_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7019 nocompile/i/import_12_A.d(9): ';' expected
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7020 nocompile/i/import_12_A.d(9): no identifier for declarator .import_01_dummy
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7021 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7022
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7023 Torture-Sub-1/32-XFAIL: nocompile/i/import_12_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7024 nocompile: llvmdc -O0 -od./obj -c nocompile/i/import_12_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7025 nocompile/i/import_12_B.d(9): Identifier expected following :
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7026 nocompile/i/import_12_B.d(9): ';' expected
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7027 nocompile/i/import_12_B.d(9): no identifier for declarator import_08_Z
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7028 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7029
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7030 Torture-Sub-1/32-XFAIL: nocompile/i/import_12_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7031 nocompile: llvmdc -O0 -od./obj -c nocompile/i/import_12_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7032 nocompile/i/import_12_C.d(9): ';' expected
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7033 nocompile/i/import_12_C.d(9): no identifier for declarator import_08_Z
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7034 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7035
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7036 Torture-Sub-1/32-XFAIL: nocompile/i/import_12_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7037 nocompile: llvmdc -O0 -od./obj -c nocompile/i/import_12_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7038 nocompile/i/import_12_D.d(9): Identifier expected following package
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7039 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7040
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7041 Torture-Sub-1/32-XFAIL: nocompile/i/import_12_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7042 nocompile: llvmdc -O0 -od./obj -c nocompile/i/import_12_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7043 nocompile/i/import_12_E.d(9): Identifier expected following import
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7044 nocompile/i/import_12_E.d(9): ';' expected
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7045 nocompile/i/import_12_E.d(9): no identifier for declarator addon.import_08_Z
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7046 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7047
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7048 Torture-Sub-1/32-XFAIL: nocompile/i/import_12_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7049 nocompile: llvmdc -O0 -od./obj -c nocompile/i/import_14_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7050 nocompile/i/import_14_A.d(17): Error: import_01_dummy.test at addon/import_01_dummy.d(5) conflicts with addon.import_08_Z.test at addon/import_08_Z.d(7)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7051 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7052
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7053 Torture-Sub-1/32-FAIL: nocompile/i/import_14_A.d [bad error message]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7054 nocompile: llvmdc -O0 -od./obj -c nocompile/i/import_15_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7055 nocompile/i/import_15_A.d(13): module d cannot read file 'nocompile/i/import_15_A/d.d'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7056 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7057
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7058 Torture-Sub-1/32-XFAIL: nocompile/i/import_15_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7059 nocompile: llvmdc -O0 -od./obj -c nocompile/i/import_16_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7060 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7061
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7062 Torture-Sub-1/32-XPASS: nocompile/i/import_16_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7063 nocompile: llvmdc -O0 -od./obj -c nocompile/i/import_16_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7064 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7065
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7066 Torture-Sub-1/32-XPASS: nocompile/i/import_16_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7067 nocompile: llvmdc -O0 -od./obj -c nocompile/i/import_16_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7068 nocompile/i/import_16_E.d(17): Error: undefined identifier x
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7069 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7070
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7071 Torture-Sub-1/32-XFAIL: nocompile/i/import_16_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7072 nocompile: llvmdc -O0 addon/import_16_A.d -od./obj/_6B51 -c nocompile/i/import_16_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7073 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7074
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7075 Torture-Sub-1/32-XPASS: nocompile/i/import_16_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7076 nocompile: llvmdc -O0 addon/import_16_B.d -od./obj/_6B67 -c nocompile/i/import_16_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7077 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7078
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7079 Torture-Sub-1/32-XPASS: nocompile/i/import_16_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7080 nocompile: llvmdc -O0 addon/import_16_A.d addon/import_16_B.d -od./obj/_6B95 -c nocompile/i/import_16_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7081 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7082
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7083 Torture-Sub-1/32-XPASS: nocompile/i/import_16_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7084 nocompile: llvmdc -O0 -od./obj -c nocompile/i/import_18_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7085 nocompile/i/import_18_A.d(14): Error: identifier 'NONEXISTENT_NAME' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7086 nocompile/i/import_18_A.d(14): Error: NONEXISTENT_NAME is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7087 nocompile/i/import_18_B.d(15): variable nocompile.i.import_18_B.UsesTypedefs.usesTypedef voids have no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7088 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7089
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7090 Torture-Sub-1/32-XFAIL: nocompile/i/import_18_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7091 nocompile: llvmdc -O0 -od./obj -c nocompile/i/import_18_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7092 nocompile/i/import_18_A.d(14): Error: identifier 'NONEXISTENT_NAME' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7093 nocompile/i/import_18_A.d(14): Error: NONEXISTENT_NAME is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7094 nocompile/i/import_18_B.d(15): variable nocompile.i.import_18_B.UsesTypedefs.usesTypedef voids have no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7095 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7096
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7097 Torture-Sub-1/32-XFAIL: nocompile/i/import_18_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7098 nocompile: llvmdc -O0 -od./obj -c nocompile/i/import_18_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7099 nocompile/i/import_18_C.d(15): Error: identifier 'NONEXISTENT_NAME' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7100 nocompile/i/import_18_C.d(15): Error: NONEXISTENT_NAME is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7101 nocompile/i/import_18_D.d(15): variable nocompile.i.import_18_D.UsesTypedefs.usesTypedef voids have no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7102 nocompile/i/import_18_C.d(16): Error: identifier 'NONEXISTENT_NAME' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7103 nocompile/i/import_18_C.d(16): Error: NONEXISTENT_NAME is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7104 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7105
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7106 Torture-Sub-1/32-XFAIL: nocompile/i/import_18_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7107 nocompile: llvmdc -O0 -od./obj -c nocompile/i/import_18_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7108 nocompile/i/import_18_C.d(15): Error: identifier 'NONEXISTENT_NAME' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7109 nocompile/i/import_18_C.d(15): Error: NONEXISTENT_NAME is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7110 nocompile/i/import_18_C.d(16): Error: identifier 'NONEXISTENT_NAME' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7111 nocompile/i/import_18_C.d(16): Error: NONEXISTENT_NAME is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7112 nocompile/i/import_18_D.d(15): variable nocompile.i.import_18_D.UsesTypedefs.usesTypedef voids have no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7113 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7114
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7115 Torture-Sub-1/32-XFAIL: nocompile/i/import_18_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7116 nocompile: llvmdc -O0 -od./obj -c nocompile/i/import_19_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7117 nocompile/i/import_19_A.d(12): ';' expected
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7118 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7119
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7120 Torture-Sub-1/32-XFAIL: nocompile/i/import_19_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7121 nocompile: llvmdc -O0 -od./obj -c nocompile/i/import_19_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7122 nocompile/i/import_19_A.d(12): ';' expected
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7123 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7124 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7125 EXIT CODE: 11
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7126
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7127 Torture-Sub-1/32-ERROR: nocompile/i/import_19_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7128 nocompile: llvmdc -O0 -od./obj -c nocompile/i/inline_18_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7129 llvmdc: /home/kamm/eigenes/projekte/llvmdc/llvm-23-branch/lib/VMCore/Instructions.cpp:258: void llvm::CallInst::init(llvm::Value*, llvm::Value* const*, unsigned int): Assertion `(NumParams == FTy->getNumParams() || (FTy->isVarArg() && NumParams > FTy->getNumParams())) && "Calling a function with bad signature!"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7130 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7131 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7132 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7133 llvmdc[0x880393f]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7134 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7135 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7136
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7137 Torture-Sub-1/32-ERROR: nocompile/i/inline_18_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7138 nocompile: llvmdc -O0 -od./obj -c nocompile/i/inline_18_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7139 llvmdc: /home/kamm/eigenes/projekte/llvmdc/llvm-23-branch/lib/VMCore/Instructions.cpp:258: void llvm::CallInst::init(llvm::Value*, llvm::Value* const*, unsigned int): Assertion `(NumParams == FTy->getNumParams() || (FTy->isVarArg() && NumParams > FTy->getNumParams())) && "Calling a function with bad signature!"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7140 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7141 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7142 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7143 llvmdc[0x880393f]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7144 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7145 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7146
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7147 Torture-Sub-1/32-ERROR: nocompile/i/inline_18_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7148 nocompile: llvmdc -O0 -od./obj -c nocompile/i/inout_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7149 nocompile/i/inout_01.d(19): Error: cast(byte)s is not an lvalue
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7150 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7151
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7152 Torture-Sub-1/32-XFAIL: nocompile/i/inout_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7153 nocompile: llvmdc -O0 -od./obj -c nocompile/i/interface_11.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7154 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7155
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7156 Torture-Sub-1/32-XPASS: nocompile/i/interface_11.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7157 nocompile: llvmdc -O0 -od./obj -c nocompile/i/interface_22_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7158 nocompile/i/interface_22_A.d(20): semicolon expected, not '.'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7159 nocompile/i/interface_22_A.d(20): no identifier for declarator .foo
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7160 nocompile/i/interface_22_A.d(20): semicolon expected, not '{'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7161 nocompile/i/interface_22_A.d(20): Declaration expected, not '{'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7162 nocompile/i/interface_22_A.d(29): } expected following member declarations in aggregate
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7163 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7164
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7165 Torture-Sub-1/32-XFAIL: nocompile/i/interface_22_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7166 nocompile: llvmdc -O0 -od./obj -c nocompile/i/interface_22_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7167 nocompile/i/interface_22_B.d(23): semicolon expected, not '.'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7168 nocompile/i/interface_22_B.d(23): no identifier for declarator .foo
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7169 nocompile/i/interface_22_B.d(23): semicolon expected, not '{'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7170 nocompile/i/interface_22_B.d(23): Declaration expected, not '{'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7171 nocompile/i/interface_22_B.d(29): } expected following member declarations in aggregate
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7172 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7173
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7174 Torture-Sub-1/32-XFAIL: nocompile/i/interface_22_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7175 nocompile: llvmdc -O0 -od./obj -c nocompile/i/interface_25_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7176 nocompile/i/interface_25_A.d(19): interface dstress.nocompile.i.interface_25_A.I base type must be interface, not dstress.nocompile.i.interface_25_A.A
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7177 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7178
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7179 Torture-Sub-1/32-XFAIL: nocompile/i/interface_25_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7180 nocompile: llvmdc -O0 -od./obj -c nocompile/i/interface_25_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7181 nocompile/i/interface_25_B.d(23): interface dstress.nocompile.i.interface_25_B.I base type must be interface, not dstress.nocompile.i.interface_25_B.B
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7182 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7183
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7184 Torture-Sub-1/32-XFAIL: nocompile/i/interface_25_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7185 nocompile: llvmdc -O0 -od./obj -c nocompile/i/interface_26_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7186 nocompile/i/interface_26_A.d(16): class dstress.nocompile.i.interface_26_A.C inherits from duplicate interface I
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7187 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7188
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7189 Torture-Sub-1/32-XFAIL: nocompile/i/interface_26_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7190 nocompile: llvmdc -O0 -od./obj -c nocompile/i/internal_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7191 nocompile/i/internal_01_A.d(12): no identifier for declarator internal
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7192 nocompile/i/internal_01_A.d(12): semicolon expected, not 'void'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7193 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7194
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7195 Torture-Sub-1/32-XFAIL: nocompile/i/internal_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7196 nocompile: llvmdc -O0 -od./obj -c nocompile/i/internal_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7197 nocompile/i/internal_01_B.d(12): no identifier for declarator internal
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7198 nocompile/i/internal_01_B.d(12): semicolon expected, not 'void'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7199 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7200
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7201 Torture-Sub-1/32-XFAIL: nocompile/i/internal_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7202 nocompile: llvmdc -O0 -od./obj -c nocompile/i/ireal_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7203 nocompile/i/ireal_04.d(14): Error: cannot implicitly convert expression (3) of type int to ireal
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7204 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7205
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7206 Torture-Sub-1/32-XFAIL: nocompile/i/ireal_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7207 nocompile: llvmdc -O0 -od./obj -c nocompile/i/ireal_06_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7208 nocompile/i/ireal_06_A.d(9): 'I' suffix is deprecated, use 'i' instead
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7209 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7210
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7211 Torture-Sub-1/32-XFAIL: nocompile/i/ireal_06_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7212 nocompile: llvmdc -O0 -od./obj -c nocompile/i/ireal_06_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7213 nocompile/i/ireal_06_B.d(9): 'l' suffix is deprecated, use 'L' instead
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7214 nocompile/i/ireal_06_B.d(9): 'I' suffix is deprecated, use 'i' instead
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7215 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7216
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7217 Torture-Sub-1/32-XFAIL: nocompile/i/ireal_06_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7218 nocompile: llvmdc -O0 -od./obj -c nocompile/i/ireal_06_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7219 nocompile/i/ireal_06_C.d(9): 'l' suffix is deprecated, use 'L' instead
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7220 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7221
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7222 Torture-Sub-1/32-XFAIL: nocompile/i/ireal_06_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7223 nocompile: llvmdc -O0 -od./obj -c nocompile/i/ireal_06_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7224 nocompile/i/ireal_06_D.d(9): semicolon expected, not 'l'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7225 nocompile/i/ireal_06_D.d(9): no identifier for declarator l
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7226 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7227
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7228 Torture-Sub-1/32-XFAIL: nocompile/i/ireal_06_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7229 nocompile: llvmdc -O0 -od./obj -c nocompile/i/ireal_06_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7230 nocompile/i/ireal_06_E.d(9): 'I' suffix is deprecated, use 'i' instead
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7231 nocompile/i/ireal_06_E.d(9): semicolon expected, not 'l'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7232 nocompile/i/ireal_06_E.d(9): no identifier for declarator l
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7233 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7234
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7235 Torture-Sub-1/32-XFAIL: nocompile/i/ireal_06_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7236 nocompile: llvmdc -O0 -od./obj -c nocompile/i/ireal_06_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7237 nocompile/i/ireal_06_F.d(9): 'I' suffix is deprecated, use 'i' instead
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7238 nocompile/i/ireal_06_F.d(9): semicolon expected, not 'L'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7239 nocompile/i/ireal_06_F.d(9): no identifier for declarator L
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7240 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7241
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7242 Torture-Sub-1/32-XFAIL: nocompile/i/ireal_06_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7243 nocompile: llvmdc -O0 -od./obj -c nocompile/i/is_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7244 nocompile/i/is_01_A.d(15): (type identifier : specialization) expected following is
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7245 nocompile/i/is_01_A.d(16): found '}' when expecting ';' following 'statement'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7246 nocompile/i/is_01_A.d(18): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7247 nocompile/i/is_01_A.d(18): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7248 nocompile/i/is_01_A.d(18): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7249 nocompile/i/is_01_A.d(18): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7250 nocompile/i/is_01_A.d(18): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7251 nocompile/i/is_01_A.d(18): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7252 nocompile/i/is_01_A.d(18): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7253 nocompile/i/is_01_A.d(18): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7254 nocompile/i/is_01_A.d(18): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7255 nocompile/i/is_01_A.d(18): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7256 nocompile/i/is_01_A.d(18): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7257 nocompile/i/is_01_A.d(18): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7258 nocompile/i/is_01_A.d(18): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7259 nocompile/i/is_01_A.d(18): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7260 nocompile/i/is_01_A.d(18): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7261 nocompile/i/is_01_A.d(18): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7262 nocompile/i/is_01_A.d(18): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7263 nocompile/i/is_01_A.d(18): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7264 nocompile/i/is_01_A.d(18): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7265 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7266
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7267 Torture-Sub-1/32-XFAIL: nocompile/i/is_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7268 nocompile: llvmdc -O0 -od./obj -c nocompile/i/is_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7269 nocompile/i/is_01_B.d(16): (type identifier : specialization) expected following is
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7270 nocompile/i/is_01_B.d(18): found 'EOF' when expecting ';' following 'statement'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7271 nocompile/i/is_01_B.d(18): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7272 nocompile/i/is_01_B.d(18): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7273 nocompile/i/is_01_B.d(18): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7274 nocompile/i/is_01_B.d(18): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7275 nocompile/i/is_01_B.d(18): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7276 nocompile/i/is_01_B.d(18): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7277 nocompile/i/is_01_B.d(18): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7278 nocompile/i/is_01_B.d(18): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7279 nocompile/i/is_01_B.d(18): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7280 nocompile/i/is_01_B.d(18): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7281 nocompile/i/is_01_B.d(18): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7282 nocompile/i/is_01_B.d(18): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7283 nocompile/i/is_01_B.d(18): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7284 nocompile/i/is_01_B.d(18): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7285 nocompile/i/is_01_B.d(18): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7286 nocompile/i/is_01_B.d(18): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7287 nocompile/i/is_01_B.d(18): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7288 nocompile/i/is_01_B.d(18): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7289 nocompile/i/is_01_B.d(18): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7290 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7291
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7292 Torture-Sub-1/32-XFAIL: nocompile/i/is_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7293 nocompile: llvmdc -O0 -od./obj -c nocompile/i/is_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7294 nocompile/i/is_01_C.d(15): (type identifier : specialization) expected following is
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7295 nocompile/i/is_01_C.d(16): found '}' when expecting ';' following 'statement'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7296 nocompile/i/is_01_C.d(18): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7297 nocompile/i/is_01_C.d(18): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7298 nocompile/i/is_01_C.d(18): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7299 nocompile/i/is_01_C.d(18): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7300 nocompile/i/is_01_C.d(18): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7301 nocompile/i/is_01_C.d(18): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7302 nocompile/i/is_01_C.d(18): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7303 nocompile/i/is_01_C.d(18): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7304 nocompile/i/is_01_C.d(18): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7305 nocompile/i/is_01_C.d(18): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7306 nocompile/i/is_01_C.d(18): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7307 nocompile/i/is_01_C.d(18): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7308 nocompile/i/is_01_C.d(18): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7309 nocompile/i/is_01_C.d(18): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7310 nocompile/i/is_01_C.d(18): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7311 nocompile/i/is_01_C.d(18): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7312 nocompile/i/is_01_C.d(18): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7313 nocompile/i/is_01_C.d(18): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7314 nocompile/i/is_01_C.d(18): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7315 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7316
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7317 Torture-Sub-1/32-XFAIL: nocompile/i/is_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7318 nocompile: llvmdc -O0 -od./obj -c nocompile/i/is_01_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7319 nocompile/i/is_01_D.d(15): (type identifier : specialization) expected following is
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7320 nocompile/i/is_01_D.d(16): found '}' when expecting ';' following 'statement'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7321 nocompile/i/is_01_D.d(18): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7322 nocompile/i/is_01_D.d(18): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7323 nocompile/i/is_01_D.d(18): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7324 nocompile/i/is_01_D.d(18): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7325 nocompile/i/is_01_D.d(18): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7326 nocompile/i/is_01_D.d(18): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7327 nocompile/i/is_01_D.d(18): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7328 nocompile/i/is_01_D.d(18): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7329 nocompile/i/is_01_D.d(18): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7330 nocompile/i/is_01_D.d(18): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7331 nocompile/i/is_01_D.d(18): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7332 nocompile/i/is_01_D.d(18): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7333 nocompile/i/is_01_D.d(18): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7334 nocompile/i/is_01_D.d(18): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7335 nocompile/i/is_01_D.d(18): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7336 nocompile/i/is_01_D.d(18): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7337 nocompile/i/is_01_D.d(18): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7338 nocompile/i/is_01_D.d(18): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7339 nocompile/i/is_01_D.d(18): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7340 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7341
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7342 Torture-Sub-1/32-XFAIL: nocompile/i/is_01_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7343 nocompile: llvmdc -O0 -od./obj -c nocompile/i/is_01_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7344 nocompile/i/is_01_E.d(15): (type identifier : specialization) expected following is
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7345 nocompile/i/is_01_E.d(16): found '}' when expecting ';' following 'statement'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7346 nocompile/i/is_01_E.d(18): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7347 nocompile/i/is_01_E.d(18): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7348 nocompile/i/is_01_E.d(18): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7349 nocompile/i/is_01_E.d(18): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7350 nocompile/i/is_01_E.d(18): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7351 nocompile/i/is_01_E.d(18): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7352 nocompile/i/is_01_E.d(18): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7353 nocompile/i/is_01_E.d(18): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7354 nocompile/i/is_01_E.d(18): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7355 nocompile/i/is_01_E.d(18): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7356 nocompile/i/is_01_E.d(18): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7357 nocompile/i/is_01_E.d(18): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7358 nocompile/i/is_01_E.d(18): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7359 nocompile/i/is_01_E.d(18): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7360 nocompile/i/is_01_E.d(18): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7361 nocompile/i/is_01_E.d(18): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7362 nocompile/i/is_01_E.d(18): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7363 nocompile/i/is_01_E.d(18): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7364 nocompile/i/is_01_E.d(18): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7365 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7366
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7367 Torture-Sub-1/32-XFAIL: nocompile/i/is_01_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7368 nocompile: llvmdc -O0 -od./obj -c nocompile/i/is_14_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7369 nocompile/i/is_14_A.d(14): found '{' when expecting ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7370 nocompile/i/is_14_A.d(15): found '}' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7371 nocompile/i/is_14_A.d(16): unrecognized declaration
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7372 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7373
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7374 Torture-Sub-1/32-XFAIL: nocompile/i/is_14_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7375 nocompile: llvmdc -O0 -od./obj -c nocompile/i/is_14_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7376 nocompile/i/is_14_B.d(16): found '{' when expecting ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7377 nocompile/i/is_14_B.d(17): found '}' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7378 nocompile/i/is_14_B.d(18): unrecognized declaration
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7379 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7380
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7381 Torture-Sub-1/32-XFAIL: nocompile/i/is_14_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7382 nocompile: llvmdc -O0 -od./obj -c nocompile/i/is_14_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7383 nocompile/i/is_14_C.d(18): found '{' when expecting ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7384 nocompile/i/is_14_C.d(19): found '}' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7385 nocompile/i/is_14_C.d(20): unrecognized declaration
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7386 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7387
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7388 Torture-Sub-1/32-XFAIL: nocompile/i/is_14_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7389 nocompile: llvmdc -O0 -od./obj -c nocompile/i/is_14_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7390 nocompile/i/is_14_D.d(18): found '{' when expecting ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7391 nocompile/i/is_14_D.d(19): found '}' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7392 nocompile/i/is_14_D.d(20): unrecognized declaration
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7393 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7394
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7395 Torture-Sub-1/32-XFAIL: nocompile/i/is_14_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7396 nocompile: llvmdc -O0 -od./obj -c nocompile/i/is_14_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7397 nocompile/i/is_14_E.d(18): found '{' when expecting ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7398 nocompile/i/is_14_E.d(19): found '}' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7399 nocompile/i/is_14_E.d(20): unrecognized declaration
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7400 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7401
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7402 Torture-Sub-1/32-XFAIL: nocompile/i/is_14_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7403 nocompile: llvmdc -O0 -od./obj -c nocompile/i/is_14_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7404 nocompile/i/is_14_F.d(18): found '{' when expecting ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7405 nocompile/i/is_14_F.d(19): found '}' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7406 nocompile/i/is_14_F.d(20): unrecognized declaration
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7407 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7408
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7409 Torture-Sub-1/32-XFAIL: nocompile/i/is_14_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7410 nocompile: llvmdc -O0 -od./obj -c nocompile/import_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7411 nocompile/import_01.d(10): found 'import' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7412 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7413
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7414 Torture-Sub-1/32-XFAIL: nocompile/import_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7415 nocompile: llvmdc -O0 -od./obj -c nocompile/import_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7416 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7417
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7418 Torture-Sub-1/32-XPASS: nocompile/import_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7419 nocompile: llvmdc -O0 -od./obj -c nocompile/import_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7420 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7421
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7422 Torture-Sub-1/32-XPASS: nocompile/import_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7423 nocompile: llvmdc -O0 -od./obj -c nocompile/import_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7424 nocompile/import_04.d(10): enum member expected
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7425 nocompile/import_04.d(10): found '.' when expecting ','
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7426 nocompile/import_04.d(10): found ';' when expecting ','
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7427 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7428
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7429 Torture-Sub-1/32-XFAIL: nocompile/import_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7430 nocompile: llvmdc -O0 -od./obj -c nocompile/import_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7431 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7432
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7433 Torture-Sub-1/32-XPASS: nocompile/import_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7434 nocompile: llvmdc -O0 -Inocompile -od./obj/_6E21 -c nocompile/import_06_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7435 nocompile/import_06_A.d(8): module someName cannot read file 'someName.d'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7436 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7437
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7438 Torture-Sub-1/32-XFAIL: nocompile/import_06_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7439 nocompile: llvmdc -O0 -Inocompile -od./obj/_6E3D -c nocompile/import_06_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7440 nocompile/import_06_A.d(8): module someName cannot read file 'someName.d'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7441 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7442
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7443 Torture-Sub-1/32-XFAIL: nocompile/import_06_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7444 nocompile: llvmdc -O0 -od./obj -c nocompile/import_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7445 nocompile/import_07.d(9): module source cannot read file 'some/unknown/source.d'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7446 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7447
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7448 Torture-Sub-1/32-XFAIL: nocompile/import_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7449 nocompile: llvmdc -O0 -od./obj -c nocompile/InExpression_14.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7450 nocompile/InExpression_14.d(18): Error: rvalue of in expression must be an associative array, not int[]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7451 nocompile/InExpression_14.d(18): Error: cannot implicitly convert expression (key in array) of type int to int*
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7452 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7453
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7454 Torture-Sub-1/32-XFAIL: nocompile/InExpression_14.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7455 nocompile: llvmdc -O0 -od./obj -c nocompile/InExpression_15.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7456 nocompile/InExpression_15.d(18): Error: rvalue of in expression must be an associative array, not dstress.nocompile.InExpression_15.MyClass
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7457 nocompile/InExpression_15.d(18): Error: cannot implicitly convert expression ('c' in object) of type int to void*
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7458 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7459
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7460 Torture-Sub-1/32-XFAIL: nocompile/InExpression_15.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7461 nocompile: llvmdc -O0 -od./obj -c nocompile/InExpression_16.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7462 nocompile/InExpression_16.d(18): Error: rvalue of in expression must be an associative array, not MyStruct
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7463 nocompile/InExpression_16.d(18): Error: cannot implicitly convert expression ('c' in object) of type int to void*
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7464 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7465
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7466 Torture-Sub-1/32-XFAIL: nocompile/InExpression_16.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7467 nocompile: llvmdc -O0 -od./obj -c nocompile/InExpression_17.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7468 nocompile/InExpression_17.d(17): Error: rvalue of in expression must be an associative array, not MyEnum
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7469 nocompile/InExpression_17.d(17): Error: cannot implicitly convert expression ('c' in object) of type int to void*
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7470 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7471
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7472 Torture-Sub-1/32-XFAIL: nocompile/InExpression_17.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7473 nocompile: llvmdc -O0 -od./obj -c nocompile/InExpression_18.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7474 nocompile/InExpression_18.d(17): Error: rvalue of in expression must be an associative array, not MyUnion
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7475 nocompile/InExpression_18.d(17): Error: cannot implicitly convert expression ('c' in object) of type int to void*
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7476 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7477
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7478 Torture-Sub-1/32-XFAIL: nocompile/InExpression_18.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7479 nocompile: llvmdc -O0 -od./obj -c nocompile/inline_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7480 nocompile/inline_01.d(9): no identifier for declarator inline
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7481 nocompile/inline_01.d(9): semicolon expected, not 'void'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7482 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7483
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7484 Torture-Sub-1/32-XFAIL: nocompile/inline_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7485 nocompile: llvmdc -O0 -od./obj -c nocompile/inline_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7486 llvmdc: /home/kamm/eigenes/projekte/llvmdc/llvm-23-branch/lib/VMCore/Instructions.cpp:258: void llvm::CallInst::init(llvm::Value*, llvm::Value* const*, unsigned int): Assertion `(NumParams == FTy->getNumParams() || (FTy->isVarArg() && NumParams > FTy->getNumParams())) && "Calling a function with bad signature!"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7487 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7488 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7489 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7490 llvmdc[0x880393f]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7491 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7492 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7493
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7494 Torture-Sub-1/32-ERROR: nocompile/inline_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7495 nocompile: llvmdc -O0 -od./obj -c nocompile/int_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7496 nocompile/int_05.d(11): Error: no property 'sign' for type 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7497 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7498
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7499 Torture-Sub-1/32-XFAIL: nocompile/int_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7500 nocompile: llvmdc -O0 -od./obj -c nocompile/int_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7501 nocompile/int_06.d(11): Error: .size property should be replaced with .sizeof
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7502 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7503
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7504 Torture-Sub-1/32-XFAIL: nocompile/int_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7505 nocompile: llvmdc -O0 -od./obj -c nocompile/int_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7506 nocompile/int_08.d(14): Error: divide by 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7507 nocompile/int_08.d(14): Error: divide by 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7508 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7509
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7510 Torture-Sub-1/32-XFAIL: nocompile/int_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7511 nocompile: llvmdc -O0 -od./obj -c nocompile/integer_literal_binary_09.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7512 nocompile/integer_literal_binary_09.d(10): semicolon expected, not 'h'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7513 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7514
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7515 Torture-Sub-1/32-XFAIL: nocompile/integer_literal_binary_09.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7516 nocompile: llvmdc -O0 -od./obj -c nocompile/integer_literal_binary_10.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7517 nocompile/integer_literal_binary_10.d(10): semicolon expected, not '2'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7518 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7519
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7520 Torture-Sub-1/32-XFAIL: nocompile/integer_literal_binary_10.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7521 nocompile: llvmdc -O0 -od./obj -c nocompile/integer_literal_binary_11.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7522 nocompile/integer_literal_binary_11.d(10): binary digit expected
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7523 nocompile/integer_literal_binary_11.d(11): semicolon expected, not 'return'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7524 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7525
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7526 Torture-Sub-1/32-XFAIL: nocompile/integer_literal_binary_11.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7527 nocompile: llvmdc -O0 -od./obj -c nocompile/integer_literal_binary_12.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7528 nocompile/integer_literal_binary_12.d(10): binary digit expected
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7529 nocompile/integer_literal_binary_12.d(11): semicolon expected, not 'return'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7530 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7531
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7532 Torture-Sub-1/32-XFAIL: nocompile/integer_literal_binary_12.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7533 nocompile: llvmdc -O0 -od./obj -c nocompile/integer_literal_binary_13.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7534 nocompile/integer_literal_binary_13.d(10): binary digit expected
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7535 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7536
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7537 Torture-Sub-1/32-XFAIL: nocompile/integer_literal_binary_13.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7538 nocompile: llvmdc -O0 -od./obj -c nocompile/integer_literal_binary_14.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7539 nocompile/integer_literal_binary_14.d(10): binary digit expected
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7540 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7541
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7542 Torture-Sub-1/32-XFAIL: nocompile/integer_literal_binary_14.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7543 nocompile: llvmdc -O0 -od./obj -c nocompile/integer_literal_dec_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7544 nocompile/integer_literal_dec_01.d(10): signed integer overflow
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7545 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7546
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7547 Torture-Sub-1/32-XFAIL: nocompile/integer_literal_dec_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7548 nocompile: llvmdc -O0 -od./obj -c nocompile/integer_literal_dec_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7549 nocompile/integer_literal_dec_02.d(10): Error: cannot implicitly convert expression (2147483648L) of type long to int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7550 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7551
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7552 Torture-Sub-1/32-XFAIL: nocompile/integer_literal_dec_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7553 nocompile: llvmdc -O0 -od./obj -c nocompile/integer_literal_dec_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7554 nocompile/integer_literal_dec_03.d(10): Error: cannot implicitly convert expression (2147483647) of type int to short
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7555 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7556
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7557 Torture-Sub-1/32-XFAIL: nocompile/integer_literal_dec_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7558 nocompile: llvmdc -O0 -od./obj -c nocompile/integer_literal_dec_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7559 nocompile/integer_literal_dec_04.d(10): semicolon expected, not 'A34'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7560 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7561
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7562 Torture-Sub-1/32-XFAIL: nocompile/integer_literal_dec_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7563 nocompile: llvmdc -O0 -od./obj -c nocompile/integer_literal_hex_09.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7564 nocompile/integer_literal_hex_09.d(10): Hex digit expected, not ';'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7565 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7566
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7567 Torture-Sub-1/32-XFAIL: nocompile/integer_literal_hex_09.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7568 nocompile: llvmdc -O0 -od./obj -c nocompile/integer_literal_hex_10.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7569 nocompile/integer_literal_hex_10.d(10): Hex digit expected, not 'G'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7570 nocompile/integer_literal_hex_10.d(10): semicolon expected, not 'G'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7571 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7572
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7573 Torture-Sub-1/32-XFAIL: nocompile/integer_literal_hex_10.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7574 nocompile: llvmdc -O0 -od./obj -c nocompile/integer_literal_hex_11.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7575 nocompile/integer_literal_hex_11.d(10): Error: undefined identifier _0x1
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7576 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7577
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7578 Torture-Sub-1/32-XFAIL: nocompile/integer_literal_hex_11.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7579 nocompile: llvmdc -O0 -od./obj -c nocompile/integer_literal_hex_12.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7580 nocompile/integer_literal_hex_12.d(10): semicolon expected, not 'h'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7581 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7582
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7583 Torture-Sub-1/32-XFAIL: nocompile/integer_literal_hex_12.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7584 nocompile: llvmdc -O0 -od./obj -c nocompile/integer_literal_hex_13.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7585 nocompile/integer_literal_hex_13.d(10): Hex digit expected, not ';'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7586 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7587
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7588 Torture-Sub-1/32-XFAIL: nocompile/integer_literal_hex_13.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7589 nocompile: llvmdc -O0 -od./obj -c nocompile/interface_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7590 nocompile/interface_03.d(14): class dstress.nocompile.interface_03.MyClass interface function MyInterface.two isn't implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7591 llvmdc: gen/classes.cpp:660: void DtoConstInitClass(ClassDeclaration*): Assertion `dsym' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7592 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7593 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7594 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7595 llvmdc[0x8134f06]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7596 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7597 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7598
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7599 Torture-Sub-1/32-ERROR: nocompile/interface_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7600 nocompile: llvmdc -O0 -od./obj -c nocompile/interface_13.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7601 nocompile/interface_13.d(13): anonymous classes not allowed
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7602 nocompile/interface_13.d(14): members expected
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7603 nocompile/interface_13.d(14): { } expected following aggregate declaration
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7604 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7605
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7606 Torture-Sub-1/32-XFAIL: nocompile/interface_13.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7607 nocompile: llvmdc -O0 -od./obj -c nocompile/interface_14.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7608 nocompile/interface_14.d(13): anonymous classes not allowed
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7609 nocompile/interface_14.d(13): { } expected following aggregate declaration
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7610 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7611
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7612 Torture-Sub-1/32-XFAIL: nocompile/interface_14.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7613 nocompile: llvmdc -O0 -od./obj -c nocompile/interface_15.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7614 nocompile/interface_15.d(19): interface dstress.nocompile.interface_15.C circular inheritance of interface
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7615 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7616
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7617 Torture-Sub-1/32-XFAIL: nocompile/interface_15.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7618 nocompile: llvmdc -O0 -od./obj -c nocompile/interface_16.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7619 nocompile/interface_16.d(16): interface dstress.nocompile.interface_16.B circular inheritance of interface
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7620 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7621
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7622 Torture-Sub-1/32-XFAIL: nocompile/interface_16.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7623 nocompile: llvmdc -O0 -od./obj -c nocompile/interface_17.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7624 nocompile/interface_17.d(17): interface dstress.nocompile.interface_17.B circular inheritance of interface
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7625 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7626
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7627 Torture-Sub-1/32-XFAIL: nocompile/interface_17.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7628 nocompile: llvmdc -O0 -od./obj -c nocompile/interface_18.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7629 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7630
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7631 Torture-Sub-1/32-XPASS: nocompile/interface_18.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7632 nocompile: llvmdc -O0 -od./obj -c nocompile/invalid_utf_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7633 nocompile/invalid_utf_01.d(7): invalid UTF-8 sequence
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7634 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7635
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7636 Torture-Sub-1/32-XFAIL: nocompile/invalid_utf_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7637 nocompile: llvmdc -O0 -od./obj -c nocompile/invalid_utf_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7638 nocompile/invalid_utf_02.d(7): invalid UTF-8 sequence
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7639 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7640
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7641 Torture-Sub-1/32-XFAIL: nocompile/invalid_utf_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7642 nocompile: llvmdc -O0 -od./obj -c nocompile/invalid_utf_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7643 nocompile/invalid_utf_03.d(7): invalid UTF-8 sequence
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7644 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7645
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7646 Torture-Sub-1/32-XFAIL: nocompile/invalid_utf_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7647 nocompile: llvmdc -O0 -od./obj -c nocompile/invalid_utf_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7648 nocompile/invalid_utf_04.d(7): invalid UTF-8 sequence
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7649 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7650
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7651 Torture-Sub-1/32-XFAIL: nocompile/invalid_utf_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7652 nocompile: llvmdc -O0 -od./obj -c nocompile/invalid_utf_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7653 nocompile/invalid_utf_05.d(7): invalid UTF-8 sequence
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7654 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7655
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7656 Torture-Sub-1/32-XFAIL: nocompile/invalid_utf_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7657 nocompile: llvmdc -O0 -od./obj -c nocompile/invalid_utf_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7658 nocompile/invalid_utf_06.d(7): invalid UTF-8 sequence
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7659 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7660
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7661 Torture-Sub-1/32-XFAIL: nocompile/invalid_utf_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7662 nocompile: llvmdc -O0 -od./obj -c nocompile/invalid_utf_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7663 nocompile/invalid_utf_07.d(7): invalid UTF-8 sequence
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7664 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7665
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7666 Torture-Sub-1/32-XFAIL: nocompile/invalid_utf_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7667 nocompile: llvmdc -O0 -od./obj -c nocompile/invalid_utf_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7668 nocompile/invalid_utf_08.d(7): invalid UTF-8 sequence
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7669 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7670
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7671 Torture-Sub-1/32-XFAIL: nocompile/invalid_utf_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7672 nocompile: llvmdc -O0 -od./obj -c nocompile/invalid_utf_09.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7673 nocompile/invalid_utf_09.d(7): invalid UTF-8 sequence
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7674 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7675
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7676 Torture-Sub-1/32-XFAIL: nocompile/invalid_utf_09.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7677 nocompile: llvmdc -O0 -od./obj -c nocompile/invalid_utf_10.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7678 nocompile/invalid_utf_10.d(7): invalid UTF-8 sequence
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7679 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7680
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7681 Torture-Sub-1/32-XFAIL: nocompile/invalid_utf_10.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7682 nocompile: llvmdc -O0 -od./obj -c nocompile/invalid_utf_11.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7683 nocompile/invalid_utf_11.d(7): invalid UTF-8 sequence
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7684 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7685
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7686 Torture-Sub-1/32-XFAIL: nocompile/invalid_utf_11.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7687 nocompile: llvmdc -O0 -od./obj -c nocompile/invalid_utf_12.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7688 nocompile/invalid_utf_12.d(7): invalid UTF-8 sequence
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7689 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7690
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7691 Torture-Sub-1/32-XFAIL: nocompile/invalid_utf_12.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7692 nocompile: llvmdc -O0 -od./obj -c nocompile/invalid_utf_13.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7693 nocompile/invalid_utf_13.d(7): invalid UTF-8 sequence
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7694 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7695
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7696 Torture-Sub-1/32-XFAIL: nocompile/invalid_utf_13.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7697 nocompile: llvmdc -O0 -od./obj -c nocompile/invalid_utf_14.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7698 nocompile/invalid_utf_14.d(7): invalid UTF-8 sequence
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7699 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7700
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7701 Torture-Sub-1/32-XFAIL: nocompile/invalid_utf_14.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7702 nocompile: llvmdc -O0 -od./obj -c nocompile/invalid_utf_15.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7703 nocompile/invalid_utf_15.d(7): invalid UTF-8 sequence
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7704 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7705
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7706 Torture-Sub-1/32-XFAIL: nocompile/invalid_utf_15.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7707 nocompile: llvmdc -O0 -od./obj -c nocompile/invalid_utf_16.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7708 nocompile/invalid_utf_16.d(7): invalid UTF-8 sequence
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7709 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7710
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7711 Torture-Sub-1/32-XFAIL: nocompile/invalid_utf_16.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7712 nocompile: llvmdc -O0 -od./obj -c nocompile/invalid_utf_17.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7713 nocompile/invalid_utf_17.d(7): invalid UTF-8 sequence
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7714 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7715
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7716 Torture-Sub-1/32-XFAIL: nocompile/invalid_utf_17.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7717 nocompile: llvmdc -O0 -od./obj -c nocompile/invalid_utf_18.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7718 nocompile/invalid_utf_18.d(7): invalid UTF-8 sequence
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7719 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7720
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7721 Torture-Sub-1/32-XFAIL: nocompile/invalid_utf_18.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7722 nocompile: llvmdc -O0 -od./obj -c nocompile/invalid_utf_19.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7723 nocompile/invalid_utf_19.d(7): invalid UTF-8 sequence
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7724 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7725
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7726 Torture-Sub-1/32-XFAIL: nocompile/invalid_utf_19.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7727 nocompile: llvmdc -O0 -od./obj -c nocompile/invalid_utf_20.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7728 nocompile/invalid_utf_20.d(7): invalid UTF-8 sequence
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7729 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7730
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7731 Torture-Sub-1/32-XFAIL: nocompile/invalid_utf_20.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7732 nocompile: llvmdc -O0 -od./obj -c nocompile/invalid_utf_21.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7733 nocompile/invalid_utf_21.d(7): invalid UTF-8 sequence
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7734 nocompile/invalid_utf_21.d(7): invalid UTF-8 sequence
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7735 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7736
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7737 Torture-Sub-1/32-XFAIL: nocompile/invalid_utf_21.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7738 nocompile: llvmdc -O0 -od./obj -c nocompile/invalid_utf_22.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7739 nocompile/invalid_utf_22.d(7): invalid UTF-8 sequence
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7740 nocompile/invalid_utf_22.d(7): invalid UTF-8 sequence
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7741 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7742
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7743 Torture-Sub-1/32-XFAIL: nocompile/invalid_utf_22.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7744 nocompile: llvmdc -O0 -od./obj -c nocompile/invalid_utf_23.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7745 nocompile/invalid_utf_23.d(7): invalid UTF-8 sequence
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7746 nocompile/invalid_utf_23.d(7): invalid UTF-8 sequence
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7747 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7748
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7749 Torture-Sub-1/32-XFAIL: nocompile/invalid_utf_23.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7750 nocompile: llvmdc -O0 -od./obj -c nocompile/invalid_utf_24.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7751 nocompile/invalid_utf_24.d(7): invalid UTF-8 sequence
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7752 nocompile/invalid_utf_24.d(7): invalid UTF-8 sequence
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7753 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7754
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7755 Torture-Sub-1/32-XFAIL: nocompile/invalid_utf_24.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7756 nocompile: llvmdc -O0 -od./obj -c nocompile/invalid_utf_25.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7757 nocompile/invalid_utf_25.d(7): invalid UTF-8 sequence
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7758 nocompile/invalid_utf_25.d(7): invalid UTF-8 sequence
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7759 nocompile/invalid_utf_25.d(7): invalid UTF-8 sequence
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7760 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7761
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7762 Torture-Sub-1/32-XFAIL: nocompile/invalid_utf_25.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7763 nocompile: llvmdc -O0 -od./obj -c nocompile/invalid_utf_26.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7764 nocompile/invalid_utf_26.d(7): invalid UTF-8 sequence
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7765 nocompile/invalid_utf_26.d(7): invalid UTF-8 sequence
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7766 nocompile/invalid_utf_26.d(7): invalid UTF-8 sequence
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7767 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7768
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7769 Torture-Sub-1/32-XFAIL: nocompile/invalid_utf_26.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7770 nocompile: llvmdc -O0 -od./obj -c nocompile/invalid_utf_27.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7771 nocompile/invalid_utf_27.d(7): invalid UTF-8 sequence
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7772 nocompile/invalid_utf_27.d(7): invalid UTF-8 sequence
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7773 nocompile/invalid_utf_27.d(7): invalid UTF-8 sequence
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7774 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7775
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7776 Torture-Sub-1/32-XFAIL: nocompile/invalid_utf_27.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7777 nocompile: llvmdc -O0 -od./obj -c nocompile/invalid_utf_28.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7778 nocompile/invalid_utf_28.d(7): invalid UTF-8 sequence
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7779 nocompile/invalid_utf_28.d(7): invalid UTF-8 sequence
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7780 nocompile/invalid_utf_28.d(7): invalid UTF-8 sequence
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7781 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7782
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7783 Torture-Sub-1/32-XFAIL: nocompile/invalid_utf_28.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7784 nocompile: llvmdc -O0 -od./obj -c nocompile/invalid_utf_29.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7785 nocompile/invalid_utf_29.d(7): invalid UTF-8 sequence
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7786 nocompile/invalid_utf_29.d(7): invalid UTF-8 sequence
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7787 nocompile/invalid_utf_29.d(7): invalid UTF-8 sequence
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7788 nocompile/invalid_utf_29.d(7): invalid UTF-8 sequence
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7789 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7790
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7791 Torture-Sub-1/32-XFAIL: nocompile/invalid_utf_29.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7792 nocompile: llvmdc -O0 -od./obj -c nocompile/invalid_utf_30.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7793 nocompile/invalid_utf_30.d(7): invalid UTF-8 sequence
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7794 nocompile/invalid_utf_30.d(7): invalid UTF-8 sequence
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7795 nocompile/invalid_utf_30.d(7): invalid UTF-8 sequence
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7796 nocompile/invalid_utf_30.d(7): invalid UTF-8 sequence
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7797 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7798
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7799 Torture-Sub-1/32-XFAIL: nocompile/invalid_utf_30.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7800 nocompile: llvmdc -O0 -od./obj -c nocompile/invalid_utf_31.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7801 nocompile/invalid_utf_31.d(7): invalid UTF-8 sequence
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7802 nocompile/invalid_utf_31.d(7): invalid UTF-8 sequence
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7803 nocompile/invalid_utf_31.d(7): invalid UTF-8 sequence
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7804 nocompile/invalid_utf_31.d(7): invalid UTF-8 sequence
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7805 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7806
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7807 Torture-Sub-1/32-XFAIL: nocompile/invalid_utf_31.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7808 nocompile: llvmdc -O0 -od./obj -c nocompile/invalid_utf_32.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7809 nocompile/invalid_utf_32.d(7): invalid UTF-8 sequence
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7810 nocompile/invalid_utf_32.d(7): invalid UTF-8 sequence
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7811 nocompile/invalid_utf_32.d(7): invalid UTF-8 sequence
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7812 nocompile/invalid_utf_32.d(7): invalid UTF-8 sequence
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7813 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7814
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7815 Torture-Sub-1/32-XFAIL: nocompile/invalid_utf_32.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7816 nocompile: llvmdc -O0 -od./obj -c nocompile/invalid_utf_33.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7817 nocompile/invalid_utf_33.d(7): invalid UTF-8 sequence
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7818 nocompile/invalid_utf_33.d(7): invalid UTF-8 sequence
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7819 nocompile/invalid_utf_33.d(7): invalid UTF-8 sequence
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7820 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7821
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7822 Torture-Sub-1/32-XFAIL: nocompile/invalid_utf_33.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7823 nocompile: llvmdc -O0 -od./obj -c nocompile/invalid_utf_34.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7824 nocompile/invalid_utf_34.d(7): invalid UTF-8 sequence
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7825 nocompile/invalid_utf_34.d(7): invalid UTF-8 sequence
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7826 nocompile/invalid_utf_34.d(7): invalid UTF-8 sequence
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7827 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7828
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7829 Torture-Sub-1/32-XFAIL: nocompile/invalid_utf_34.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7830 nocompile: llvmdc -O0 -od./obj -c nocompile/invalid_utf_35.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7831 nocompile/invalid_utf_35.d(7): invalid UTF-8 sequence
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7832 nocompile/invalid_utf_35.d(7): invalid UTF-8 sequence
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7833 nocompile/invalid_utf_35.d(7): invalid UTF-8 sequence
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7834 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7835
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7836 Torture-Sub-1/32-XFAIL: nocompile/invalid_utf_35.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7837 nocompile: llvmdc -O0 -od./obj -c nocompile/invalid_utf_36.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7838 nocompile/invalid_utf_36.d(7): invalid UTF-8 sequence
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7839 nocompile/invalid_utf_36.d(7): invalid UTF-8 sequence
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7840 nocompile/invalid_utf_36.d(7): invalid UTF-8 sequence
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7841 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7842
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7843 Torture-Sub-1/32-XFAIL: nocompile/invalid_utf_36.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7844 nocompile: llvmdc -O0 -od./obj -c nocompile/invalid_utf_37.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7845 nocompile/invalid_utf_37.d(7): invalid UTF-8 sequence
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7846 nocompile/invalid_utf_37.d(7): invalid UTF-8 sequence
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7847 nocompile/invalid_utf_37.d(7): invalid UTF-8 sequence
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7848 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7849
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7850 Torture-Sub-1/32-XFAIL: nocompile/invalid_utf_37.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7851 nocompile: llvmdc -O0 -od./obj -c nocompile/invalid_utf_38.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7852 nocompile/invalid_utf_38.d(7): invalid UTF-8 sequence
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7853 nocompile/invalid_utf_38.d(7): invalid UTF-8 sequence
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7854 nocompile/invalid_utf_38.d(7): invalid UTF-8 sequence
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7855 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7856
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7857 Torture-Sub-1/32-XFAIL: nocompile/invalid_utf_38.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7858 nocompile: llvmdc -O0 -od./obj -c nocompile/invalid_utf_39.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7859 nocompile/invalid_utf_39.d(7): invalid UTF-8 sequence
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7860 nocompile/invalid_utf_39.d(7): invalid UTF-8 sequence
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7861 nocompile/invalid_utf_39.d(7): invalid UTF-8 sequence
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7862 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7863
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7864 Torture-Sub-1/32-XFAIL: nocompile/invalid_utf_39.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7865 nocompile: llvmdc -O0 -od./obj -c nocompile/invalid_utf_40.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7866 nocompile/invalid_utf_40.d(7): invalid UTF-8 sequence
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7867 nocompile/invalid_utf_40.d(7): invalid UTF-8 sequence
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7868 nocompile/invalid_utf_40.d(7): invalid UTF-8 sequence
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7869 nocompile/invalid_utf_40.d(7): invalid UTF-8 sequence
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7870 nocompile/invalid_utf_40.d(7): invalid UTF-8 sequence
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7871 nocompile/invalid_utf_40.d(7): invalid UTF-8 sequence
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7872 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7873
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7874 Torture-Sub-1/32-XFAIL: nocompile/invalid_utf_40.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7875 nocompile: llvmdc -O0 -od./obj -c nocompile/invalid_utf_41.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7876 nocompile/invalid_utf_41.d(7): invalid UTF-8 sequence
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7877 nocompile/invalid_utf_41.d(7): invalid UTF-8 sequence
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7878 nocompile/invalid_utf_41.d(7): invalid UTF-8 sequence
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7879 nocompile/invalid_utf_41.d(7): invalid UTF-8 sequence
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7880 nocompile/invalid_utf_41.d(7): invalid UTF-8 sequence
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7881 nocompile/invalid_utf_41.d(7): invalid UTF-8 sequence
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7882 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7883
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7884 Torture-Sub-1/32-XFAIL: nocompile/invalid_utf_41.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7885 nocompile: llvmdc -O0 -od./obj -c nocompile/invalid_utf_42.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7886 nocompile/invalid_utf_42.d(7): invalid UTF-8 sequence
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7887 nocompile/invalid_utf_42.d(7): invalid UTF-8 sequence
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7888 nocompile/invalid_utf_42.d(7): invalid UTF-8 sequence
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7889 nocompile/invalid_utf_42.d(7): invalid UTF-8 sequence
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7890 nocompile/invalid_utf_42.d(7): invalid UTF-8 sequence
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7891 nocompile/invalid_utf_42.d(7): invalid UTF-8 sequence
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7892 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7893
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7894 Torture-Sub-1/32-XFAIL: nocompile/invalid_utf_42.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7895 nocompile: llvmdc -O0 -od./obj -c nocompile/invalid_utf_43.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7896 nocompile/invalid_utf_43.d(7): invalid UTF-8 sequence
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7897 nocompile/invalid_utf_43.d(7): invalid UTF-8 sequence
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7898 nocompile/invalid_utf_43.d(7): invalid UTF-8 sequence
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7899 nocompile/invalid_utf_43.d(7): invalid UTF-8 sequence
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7900 nocompile/invalid_utf_43.d(7): invalid UTF-8 sequence
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7901 nocompile/invalid_utf_43.d(7): invalid UTF-8 sequence
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7902 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7903
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7904 Torture-Sub-1/32-XFAIL: nocompile/invalid_utf_43.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7905 nocompile: llvmdc -O0 -od./obj -c nocompile/invariant_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7906 nocompile/invariant_03.d(11): function dstress.nocompile.invariant_03.__invariant invariants only are for struct/union/class definitions
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7907 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7908
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7909 Torture-Sub-1/32-XFAIL: nocompile/invariant_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7910 nocompile: llvmdc -O0 -od./obj -c nocompile/invariant_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7911 nocompile/invariant_05.d(11): function dstress.nocompile.invariant_05.__invariant invariants only are for struct/union/class definitions
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7912 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7913
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7914 Torture-Sub-1/32-XFAIL: nocompile/invariant_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7915 nocompile: llvmdc -O0 -od./obj -c nocompile/invariant_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7916 nocompile/invariant_07.d(15): function dstress.nocompile.invariant_07.__invariant invariants only are for struct/union/class definitions
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7917 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7918
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7919 Torture-Sub-1/32-XFAIL: nocompile/invariant_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7920 nocompile: llvmdc -O0 -od./obj -c nocompile/invariant_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7921 nocompile/invariant_08.d(13): basic type expected, not invariant
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7922 nocompile/invariant_08.d(13): no identifier for declarator int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7923 nocompile/invariant_08.d(13): semicolon expected, not 'invariant'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7924 nocompile/invariant_08.d(13): basic type expected, not invariant
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7925 nocompile/invariant_08.d(13): no identifier for declarator int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7926 nocompile/invariant_08.d(13): semicolon expected, not 'invariant'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7927 nocompile/invariant_08.d(13): basic type expected, not invariant
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7928 nocompile/invariant_08.d(13): no identifier for declarator int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7929 nocompile/invariant_08.d(13): semicolon expected, not 'invariant'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7930 nocompile/invariant_08.d(13): basic type expected, not invariant
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7931 nocompile/invariant_08.d(13): no identifier for declarator int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7932 nocompile/invariant_08.d(13): semicolon expected, not 'invariant'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7933 nocompile/invariant_08.d(13): basic type expected, not invariant
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7934 nocompile/invariant_08.d(13): no identifier for declarator int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7935 nocompile/invariant_08.d(13): semicolon expected, not 'invariant'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7936 nocompile/invariant_08.d(13): basic type expected, not invariant
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7937 nocompile/invariant_08.d(13): no identifier for declarator int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7938 nocompile/invariant_08.d(13): semicolon expected, not 'invariant'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7939 nocompile/invariant_08.d(13): basic type expected, not invariant
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7940 nocompile/invariant_08.d(13): no identifier for declarator int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7941 nocompile/invariant_08.d(13): semicolon expected, not 'invariant'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7942 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7943
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7944 Torture-Sub-1/32-XFAIL: nocompile/invariant_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7945 nocompile: llvmdc -O0 -od./obj -c nocompile/invariant_09.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7946 nocompile/invariant_09.d(13): basic type expected, not invariant
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7947 nocompile/invariant_09.d(13): no identifier for declarator int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7948 nocompile/invariant_09.d(13): semicolon expected, not 'invariant'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7949 nocompile/invariant_09.d(13): basic type expected, not invariant
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7950 nocompile/invariant_09.d(13): no identifier for declarator int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7951 nocompile/invariant_09.d(13): semicolon expected, not 'invariant'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7952 nocompile/invariant_09.d(13): basic type expected, not invariant
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7953 nocompile/invariant_09.d(13): no identifier for declarator int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7954 nocompile/invariant_09.d(13): semicolon expected, not 'invariant'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7955 nocompile/invariant_09.d(13): basic type expected, not invariant
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7956 nocompile/invariant_09.d(13): no identifier for declarator int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7957 nocompile/invariant_09.d(13): semicolon expected, not 'invariant'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7958 nocompile/invariant_09.d(13): basic type expected, not invariant
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7959 nocompile/invariant_09.d(13): no identifier for declarator int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7960 nocompile/invariant_09.d(13): semicolon expected, not 'invariant'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7961 nocompile/invariant_09.d(13): basic type expected, not invariant
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7962 nocompile/invariant_09.d(13): no identifier for declarator int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7963 nocompile/invariant_09.d(13): semicolon expected, not 'invariant'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7964 nocompile/invariant_09.d(13): basic type expected, not invariant
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7965 nocompile/invariant_09.d(13): no identifier for declarator int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7966 nocompile/invariant_09.d(13): semicolon expected, not 'invariant'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7967 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7968
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7969 Torture-Sub-1/32-XFAIL: nocompile/invariant_09.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7970 nocompile: llvmdc -O0 -od./obj -c nocompile/invariant_16.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7971 nocompile/invariant_16.d(13): function dstress.nocompile.invariant_16.MyInterface.__invariant special function not allowed in interface MyInterface
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7972 nocompile/invariant_16.d(13): function dstress.nocompile.invariant_16.MyInterface.__invariant function body is not abstract in interface MyInterface
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7973 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7974
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7975 Torture-Sub-1/32-XFAIL: nocompile/invariant_16.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7976 nocompile: llvmdc -O0 -od./obj -c nocompile/invariant_17.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7977 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7978
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7979 Torture-Sub-1/32-XPASS: nocompile/invariant_17.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7980 nocompile: llvmdc -O0 -od./obj -c nocompile/invariant_26.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7981 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7982
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7983 Torture-Sub-1/32-XPASS: nocompile/invariant_26.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7984 nocompile: llvmdc -O0 -od./obj -c nocompile/invariant_29.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7985 nocompile/invariant_29.d(13): function dstress.nocompile.invariant_29.MyClass.__invariant more than one invariant for MyClass
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7986 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7987
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7988 Torture-Sub-1/32-XFAIL: nocompile/invariant_29.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7989 nocompile: llvmdc -O0 -od./obj -c nocompile/invariant_30.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7990 nocompile/invariant_30.d(13): function dstress.nocompile.invariant_30.MyStruct.__invariant more than one invariant for MyStruct
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7991 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7992
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7993 Torture-Sub-1/32-XFAIL: nocompile/invariant_30.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7994 nocompile: llvmdc -O0 -od./obj -c nocompile/invariant_31.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7995 nocompile/invariant_31.d(13): function dstress.nocompile.invariant_31.MyUnion.__invariant more than one invariant for MyUnion
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7996 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7997
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7998 Torture-Sub-1/32-XFAIL: nocompile/invariant_31.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
7999 nocompile: llvmdc -O0 -od./obj -c nocompile/ireal_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8000 nocompile/ireal_01.d(7): Error: cannot implicitly convert expression (0.3) of type real to ireal
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8001 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8002
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8003 Torture-Sub-1/32-XFAIL: nocompile/ireal_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8004 nocompile: llvmdc -O0 -od./obj -c nocompile/ireal_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8005 nocompile/ireal_02.d(7): Error: cannot implicitly convert expression ((1+1.2i)) of type creal to ireal
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8006 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8007
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8008 Torture-Sub-1/32-XFAIL: nocompile/ireal_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8009 nocompile: llvmdc -O0 -od./obj -c nocompile/length_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8010 nocompile/length_03.d(11): Error: array.length is not an lvalue
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8011 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8012
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8013 Torture-Sub-1/32-XFAIL: nocompile/length_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8014 nocompile: llvmdc -O0 -od./obj -c nocompile/length_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8015 nocompile/length_04.d(16): Error: array is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8016 nocompile/length_04.d(16): Error: no property 'length' for type 'void'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8017 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8018
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8019 Torture-Sub-1/32-XFAIL: nocompile/length_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8020 nocompile: llvmdc -O0 -od./obj -c nocompile/length_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8021 nocompile/length_07.d(15): Error: constant kuka.length is not an lvalue
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8022 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8023
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8024 Torture-Sub-1/32-XFAIL: nocompile/length_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8025 nocompile: llvmdc -O0 -od./obj -c nocompile/__LINE__02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8026 nocompile/__LINE__02.d(10): Error: constant 10L is not an lvalue
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8027 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8028
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8029 Torture-Sub-1/32-XFAIL: nocompile/__LINE__02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8030 nocompile: llvmdc -O0 -od./obj -c nocompile/line_token_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8031 nocompile/line_token_05.d(9): #line integer ["filespec"]\n expected
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8032 nocompile/line_token_05.d(9): Declaration expected, not '2'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8033 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8034
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8035 Torture-Sub-1/32-XFAIL: nocompile/line_token_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8036 nocompile: llvmdc -O0 -od./obj -c nocompile/line_token_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8037 nocompile/line_token_06.d(9): #line integer ["filespec"]\n expected
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8038 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8039
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8040 Torture-Sub-1/32-XFAIL: nocompile/line_token_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8041 nocompile: llvmdc -O0 -od./obj -c nocompile/line_token_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8042 nocompile/line_token_07.d(9): #line integer ["filespec"]\n expected
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8043 nocompile/line_token_07.d(9): Declaration expected, not '2'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8044 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8045
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8046 Torture-Sub-1/32-XFAIL: nocompile/line_token_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8047 nocompile: llvmdc -O0 -od./obj -c nocompile/line_token_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8048 nocompile/line_token_08.d(9): #line integer ["filespec"]\n expected
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8049 nocompile/line_token_08.d(9): Declaration expected, not '"b"'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8050 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8051
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8052 Torture-Sub-1/32-XFAIL: nocompile/line_token_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8053 nocompile: llvmdc -O0 -od./obj -c nocompile/line_token_09.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8054 nocompile/line_token_09.d(9): #line integer ["filespec"]\n expected
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8055 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8056
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8057 Torture-Sub-1/32-XFAIL: nocompile/line_token_09.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8058 nocompile: llvmdc -O0 -od./obj -c nocompile/line_token_10.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8059 nocompile/line_token_10.d(9): #line integer ["filespec"]\n expected
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8060 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8061
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8062 Torture-Sub-1/32-XFAIL: nocompile/line_token_10.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8063 nocompile: llvmdc -O0 -od./obj -c nocompile/l/label_04_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8064 nocompile/l/label_04_A.d(11): variable dstress.nocompile.l.label_04_A.dummy abstract cannot be applied to variable
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8065 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8066
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8067 Torture-Sub-1/32-FAIL: nocompile/l/label_04_A.d [bad error message]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8068 nocompile: llvmdc -O0 -od./obj -c nocompile/l/label_04_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8069 nocompile/l/label_04_B.d(9): basic type expected, not :
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8070 nocompile/l/label_04_B.d(9): no identifier for declarator int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8071 nocompile/l/label_04_B.d(9): semicolon expected to close alias declaration
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8072 nocompile/l/label_04_B.d(9): Declaration expected, not ':'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8073 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8074
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8075 Torture-Sub-1/32-XFAIL: nocompile/l/label_04_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8076 nocompile: llvmdc -O0 -od./obj -c nocompile/l/label_04_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8077 nocompile/l/label_04_C.d(9): Declaration expected, not 'asm'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8078 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8079
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8080 Torture-Sub-1/32-XFAIL: nocompile/l/label_04_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8081 nocompile: llvmdc -O0 -od./obj -c nocompile/l/label_04_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8082 nocompile/l/label_04_D.d(9): Declaration expected, not 'assert'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8083 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8084
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8085 Torture-Sub-1/32-XFAIL: nocompile/l/label_04_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8086 nocompile: llvmdc -O0 -od./obj -c nocompile/l/label_04_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8087 nocompile/l/label_04_E.d(9): no identifier for declarator bool
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8088 nocompile/l/label_04_E.d(9): semicolon expected, not ':'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8089 nocompile/l/label_04_E.d(9): Declaration expected, not ':'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8090 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8091
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8092 Torture-Sub-1/32-XFAIL: nocompile/l/label_04_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8093 nocompile: llvmdc -O0 -od./obj -c nocompile/l/label_04_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8094 nocompile/l/label_04_F.d(9): Declaration expected, not 'body'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8095 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8096
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8097 Torture-Sub-1/32-XFAIL: nocompile/l/label_04_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8098 nocompile: llvmdc -O0 -od./obj -c nocompile/l/label_04_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8099 nocompile/l/label_04_G.d(9): Declaration expected, not 'break'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8100 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8101
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8102 Torture-Sub-1/32-XFAIL: nocompile/l/label_04_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8103 nocompile: llvmdc -O0 -od./obj -c nocompile/l/label_04_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8104 nocompile/l/label_04_H.d(9): no identifier for declarator byte
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8105 nocompile/l/label_04_H.d(9): semicolon expected, not ':'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8106 nocompile/l/label_04_H.d(9): Declaration expected, not ':'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8107 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8108
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8109 Torture-Sub-1/32-XFAIL: nocompile/l/label_04_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8110 nocompile: llvmdc -O0 -od./obj -c nocompile/l/label_04_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8111 nocompile/l/label_04_I.d(9): Declaration expected, not 'case'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8112 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8113
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8114 Torture-Sub-1/32-XFAIL: nocompile/l/label_04_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8115 nocompile: llvmdc -O0 -od./obj -c nocompile/l/label_04_J.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8116 nocompile/l/label_04_J.d(9): Declaration expected, not 'cast'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8117 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8118
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8119 Torture-Sub-1/32-XFAIL: nocompile/l/label_04_J.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8120 nocompile: llvmdc -O0 -od./obj -c nocompile/l/label_04_K.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8121 nocompile/l/label_04_K.d(9): Declaration expected, not 'catch'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8122 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8123
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8124 Torture-Sub-1/32-XFAIL: nocompile/l/label_04_K.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8125 nocompile: llvmdc -O0 -od./obj -c nocompile/l/label_04_L.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8126 nocompile/l/label_04_L.d(9): no identifier for declarator cdouble
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8127 nocompile/l/label_04_L.d(9): semicolon expected, not ':'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8128 nocompile/l/label_04_L.d(9): Declaration expected, not ':'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8129 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8130
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8131 Torture-Sub-1/32-XFAIL: nocompile/l/label_04_L.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8132 nocompile: llvmdc -O0 -od./obj -c nocompile/l/label_04_M.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8133 nocompile/l/label_04_M.d(9): Declaration expected, not 'cent'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8134 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8135
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8136 Torture-Sub-1/32-XFAIL: nocompile/l/label_04_M.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8137 nocompile: llvmdc -O0 -od./obj -c nocompile/l/label_04_N.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8138 nocompile/l/label_04_N.d(9): no identifier for declarator cfloat
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8139 nocompile/l/label_04_N.d(9): semicolon expected, not ':'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8140 nocompile/l/label_04_N.d(9): Declaration expected, not ':'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8141 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8142
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8143 Torture-Sub-1/32-XFAIL: nocompile/l/label_04_N.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8144 nocompile: llvmdc -O0 -od./obj -c nocompile/l/label_04_O.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8145 nocompile/l/label_04_O.d(9): no identifier for declarator char
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8146 nocompile/l/label_04_O.d(9): semicolon expected, not ':'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8147 nocompile/l/label_04_O.d(9): Declaration expected, not ':'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8148 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8149
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8150 Torture-Sub-1/32-XFAIL: nocompile/l/label_04_O.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8151 nocompile: llvmdc -O0 -od./obj -c nocompile/l/label_04_P.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8152 nocompile/l/label_04_P.d(9): anonymous classes not allowed
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8153 nocompile/l/label_04_P.d(11): base classes expected instead of int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8154 nocompile/l/label_04_P.d(11): members expected
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8155 nocompile/l/label_04_P.d(11): { } expected following aggregate declaration
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8156 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8157
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8158 Torture-Sub-1/32-XFAIL: nocompile/l/label_04_P.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8159 nocompile: llvmdc -O0 -od./obj -c nocompile/l/label_04_Q.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8160 nocompile/l/label_04_Q.d(9): Declaration expected, not 'continue'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8161 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8162
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8163 Torture-Sub-1/32-XFAIL: nocompile/l/label_04_Q.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8164 nocompile: llvmdc -O0 -od./obj -c nocompile/l/label_04_R.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8165 nocompile/l/label_04_R.d(9): no identifier for declarator creal
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8166 nocompile/l/label_04_R.d(9): semicolon expected, not ':'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8167 nocompile/l/label_04_R.d(9): Declaration expected, not ':'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8168 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8169
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8170 Torture-Sub-1/32-XFAIL: nocompile/l/label_04_R.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8171 nocompile: llvmdc -O0 -od./obj -c nocompile/l/label_04_S.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8172 nocompile/l/label_04_S.d(9): no identifier for declarator dchar
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8173 nocompile/l/label_04_S.d(9): semicolon expected, not ':'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8174 nocompile/l/label_04_S.d(9): Declaration expected, not ':'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8175 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8176
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8177 Torture-Sub-1/32-XFAIL: nocompile/l/label_04_S.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8178 nocompile: llvmdc -O0 -od./obj -c nocompile/l/label_04_T.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8179 nocompile/l/label_04_T.d(9): Declaration expected, not 'default'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8180 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8181
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8182 Torture-Sub-1/32-XFAIL: nocompile/l/label_04_T.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8183 nocompile: llvmdc -O0 -od./obj -c nocompile/l/label_04_U.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8184 nocompile/l/label_04_U.d(9): Declaration expected, not 'delegate'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8185 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8186
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8187 Torture-Sub-1/32-XFAIL: nocompile/l/label_04_U.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8188 nocompile: llvmdc -O0 -od./obj -c nocompile/l/label_04_V.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8189 nocompile/l/label_04_V.d(9): found ':' when expecting '('
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8190 nocompile/l/label_04_V.d(11): found ';' when expecting ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8191 nocompile/l/label_04_V.d(12): semicolon expected following function declaration
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8192 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8193
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8194 Torture-Sub-1/32-XFAIL: nocompile/l/label_04_V.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8195 nocompile: llvmdc -O0 -od./obj -c nocompile/l/label_04_W.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8196 nocompile/l/label_04_W.d(9): Declaration expected, not 'do'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8197 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8198
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8199 Torture-Sub-1/32-XFAIL: nocompile/l/label_04_W.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8200 nocompile: llvmdc -O0 -od./obj -c nocompile/l/label_04_X.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8201 nocompile/l/label_04_X.d(9): no identifier for declarator double
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8202 nocompile/l/label_04_X.d(9): semicolon expected, not ':'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8203 nocompile/l/label_04_X.d(9): Declaration expected, not ':'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8204 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8205
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8206 Torture-Sub-1/32-XFAIL: nocompile/l/label_04_X.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8207 nocompile: llvmdc -O0 -od./obj -c nocompile/l/label_04_Y.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8208 nocompile/l/label_04_Y.d(9): Declaration expected, not 'else'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8209 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8210
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8211 Torture-Sub-1/32-XFAIL: nocompile/l/label_04_Y.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8212 nocompile: llvmdc -O0 -od./obj -c nocompile/l/label_04_Z.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8213 nocompile/l/label_04_Z.d(11): enum declaration is invalid
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8214 nocompile/l/label_04_Z.d(11): no identifier for declarator dummy
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8215 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8216
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8217 Torture-Sub-1/32-XFAIL: nocompile/l/label_04_Z.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8218 nocompile: llvmdc -O0 -od./obj -c nocompile/l/label_05_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8219 nocompile/l/label_05_A.d(9): Declaration expected, not 'false'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8220 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8221
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8222 Torture-Sub-1/32-XFAIL: nocompile/l/label_05_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8223 nocompile: llvmdc -O0 -od./obj -c nocompile/l/label_05_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8224 nocompile/l/label_05_B.d(9): Declaration expected, not 'finally'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8225 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8226
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8227 Torture-Sub-1/32-XFAIL: nocompile/l/label_05_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8228 nocompile: llvmdc -O0 -od./obj -c nocompile/l/label_05_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8229 nocompile/l/label_05_C.d(9): no identifier for declarator float
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8230 nocompile/l/label_05_C.d(9): semicolon expected, not ':'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8231 nocompile/l/label_05_C.d(9): Declaration expected, not ':'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8232 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8233
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8234 Torture-Sub-1/32-XFAIL: nocompile/l/label_05_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8235 nocompile: llvmdc -O0 -od./obj -c nocompile/l/label_05_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8236 nocompile/l/label_05_D.d(9): Declaration expected, not 'for'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8237 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8238
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8239 Torture-Sub-1/32-XFAIL: nocompile/l/label_05_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8240 nocompile: llvmdc -O0 -od./obj -c nocompile/l/label_05_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8241 nocompile/l/label_05_E.d(9): Declaration expected, not 'foreach'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8242 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8243
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8244 Torture-Sub-1/32-XFAIL: nocompile/l/label_05_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8245 nocompile: llvmdc -O0 -od./obj -c nocompile/l/label_05_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8246 nocompile/l/label_05_F.d(9): Declaration expected, not 'function'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8247 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8248
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8249 Torture-Sub-1/32-XFAIL: nocompile/l/label_05_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8250 nocompile: llvmdc -O0 -od./obj -c nocompile/l/label_05_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8251 nocompile/l/label_05_G.d(9): Declaration expected, not 'goto'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8252 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8253
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8254 Torture-Sub-1/32-XFAIL: nocompile/l/label_05_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8255 nocompile: llvmdc -O0 -od./obj -c nocompile/l/label_05_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8256 nocompile/l/label_05_H.d(9): no identifier for declarator idouble
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8257 nocompile/l/label_05_H.d(9): semicolon expected, not ':'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8258 nocompile/l/label_05_H.d(9): Declaration expected, not ':'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8259 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8260
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8261 Torture-Sub-1/32-XFAIL: nocompile/l/label_05_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8262 nocompile: llvmdc -O0 -od./obj -c nocompile/l/label_05_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8263 nocompile/l/label_05_I.d(9): Declaration expected, not 'if'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8264 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8265
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8266 Torture-Sub-1/32-XFAIL: nocompile/l/label_05_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8267 nocompile: llvmdc -O0 -od./obj -c nocompile/l/label_05_J.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8268 nocompile/l/label_05_J.d(9): no identifier for declarator ifloat
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8269 nocompile/l/label_05_J.d(9): semicolon expected, not ':'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8270 nocompile/l/label_05_J.d(9): Declaration expected, not ':'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8271 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8272
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8273 Torture-Sub-1/32-XFAIL: nocompile/l/label_05_J.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8274 nocompile: llvmdc -O0 -od./obj -c nocompile/l/label_05_K.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8275 nocompile/l/label_05_K.d(9): Identifier expected following import
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8276 nocompile/l/label_05_K.d(9): ';' expected
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8277 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8278
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8279 Torture-Sub-1/32-XFAIL: nocompile/l/label_05_K.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8280 nocompile: llvmdc -O0 -od./obj -c nocompile/l/label_05_L.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8281 nocompile/l/label_05_L.d(9): Declaration expected, not 'in'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8282 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8283
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8284 Torture-Sub-1/32-XFAIL: nocompile/l/label_05_L.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8285 nocompile: llvmdc -O0 -od./obj -c nocompile/l/label_05_M.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8286 nocompile/l/label_05_M.d(9): Declaration expected, not 'inout'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8287 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8288
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8289 Torture-Sub-1/32-XFAIL: nocompile/l/label_05_M.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8290 nocompile: llvmdc -O0 -od./obj -c nocompile/l/label_05_N.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8291 nocompile/l/label_05_N.d(9): no identifier for declarator int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8292 nocompile/l/label_05_N.d(9): semicolon expected, not ':'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8293 nocompile/l/label_05_N.d(9): Declaration expected, not ':'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8294 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8295
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8296 Torture-Sub-1/32-XFAIL: nocompile/l/label_05_N.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8297 nocompile: llvmdc -O0 -od./obj -c nocompile/l/label_05_O.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8298 nocompile/l/label_05_O.d(9): anonymous classes not allowed
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8299 nocompile/l/label_05_O.d(11): base classes expected instead of int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8300 nocompile/l/label_05_O.d(11): members expected
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8301 nocompile/l/label_05_O.d(11): { } expected following aggregate declaration
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8302 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8303
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8304 Torture-Sub-1/32-XFAIL: nocompile/l/label_05_O.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8305 nocompile: llvmdc -O0 -od./obj -c nocompile/l/label_05_P.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8306 nocompile/l/label_05_P.d(9): statement expected to be { }, not :
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8307 nocompile/l/label_05_P.d(9): found ':' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8308 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8309
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8310 Torture-Sub-1/32-XFAIL: nocompile/l/label_05_P.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8311 nocompile: llvmdc -O0 -od./obj -c nocompile/l/label_05_Q.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8312 nocompile/l/label_05_Q.d(9): no identifier for declarator ireal
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8313 nocompile/l/label_05_Q.d(9): semicolon expected, not ':'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8314 nocompile/l/label_05_Q.d(9): Declaration expected, not ':'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8315 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8316
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8317 Torture-Sub-1/32-XFAIL: nocompile/l/label_05_Q.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8318 nocompile: llvmdc -O0 -od./obj -c nocompile/l/label_05_R.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8319 nocompile/l/label_05_R.d(9): Declaration expected, not 'is'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8320 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8321
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8322 Torture-Sub-1/32-XFAIL: nocompile/l/label_05_R.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8323 nocompile: llvmdc -O0 -od./obj -c nocompile/l/label_05_S.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8324 nocompile/l/label_05_S.d(9): no identifier for declarator long
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8325 nocompile/l/label_05_S.d(9): semicolon expected, not ':'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8326 nocompile/l/label_05_S.d(9): Declaration expected, not ':'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8327 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8328
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8329 Torture-Sub-1/32-XFAIL: nocompile/l/label_05_S.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8330 nocompile: llvmdc -O0 -od./obj -c nocompile/l/label_05_T.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8331 nocompile/l/label_05_T.d(9): identifier expected, not :
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8332 nocompile/l/label_05_T.d(9): Declaration expected, not ':'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8333 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8334
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8335 Torture-Sub-1/32-XFAIL: nocompile/l/label_05_T.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8336 nocompile: llvmdc -O0 -od./obj -c nocompile/l/label_05_U.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8337 nocompile/l/label_05_U.d(9): Declaration expected, not 'module'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8338 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8339
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8340 Torture-Sub-1/32-XFAIL: nocompile/l/label_05_U.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8341 nocompile: llvmdc -O0 -od./obj -c nocompile/l/label_05_V.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8342 nocompile/l/label_05_V.d(9): found ':' when expecting '('
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8343 nocompile/l/label_05_V.d(11): found ';' when expecting ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8344 nocompile/l/label_05_V.d(12): semicolon expected following function declaration
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8345 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8346
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8347 Torture-Sub-1/32-XFAIL: nocompile/l/label_05_V.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8348 nocompile: llvmdc -O0 -od./obj -c nocompile/l/label_05_W.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8349 nocompile/l/label_05_W.d(9): Declaration expected, not 'null'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8350 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8351
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8352 Torture-Sub-1/32-XFAIL: nocompile/l/label_05_W.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8353 nocompile: llvmdc -O0 -od./obj -c nocompile/l/label_05_X.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8354 nocompile/l/label_05_X.d(9): Declaration expected, not 'out'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8355 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8356
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8357 Torture-Sub-1/32-XFAIL: nocompile/l/label_05_X.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8358 nocompile: llvmdc -O0 -od./obj -c nocompile/l/label_05_Y.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8359 nocompile/l/label_05_Y.d(11): variable dstress.nocompile.l.label_05_Y.dummy override cannot be applied to variable
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8360 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8361
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8362 Torture-Sub-1/32-FAIL: nocompile/l/label_05_Y.d [bad error message]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8363 nocompile: llvmdc -O0 -od./obj -c nocompile/l/label_05_Z.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8364 nocompile/l/label_05_Z.d(9): found ':' when expecting '('
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8365 nocompile/l/label_05_Z.d(11): pragma(identifier expected
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8366 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8367
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8368 Torture-Sub-1/32-XFAIL: nocompile/l/label_05_Z.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8369 nocompile: llvmdc -O0 -od./obj -c nocompile/l/label_06_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8370 nocompile/l/label_06_A.d(9): no identifier for declarator real
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8371 nocompile/l/label_06_A.d(9): semicolon expected, not ':'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8372 nocompile/l/label_06_A.d(9): Declaration expected, not ':'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8373 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8374
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8375 Torture-Sub-1/32-XFAIL: nocompile/l/label_06_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8376 nocompile: llvmdc -O0 -od./obj -c nocompile/l/label_06_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8377 nocompile/l/label_06_B.d(9): Declaration expected, not 'return'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8378 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8379
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8380 Torture-Sub-1/32-XFAIL: nocompile/l/label_06_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8381 nocompile: llvmdc -O0 -od./obj -c nocompile/l/label_06_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8382 nocompile/l/label_06_C.d(9): no identifier for declarator short
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8383 nocompile/l/label_06_C.d(9): semicolon expected, not ':'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8384 nocompile/l/label_06_C.d(9): Declaration expected, not ':'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8385 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8386
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8387 Torture-Sub-1/32-XFAIL: nocompile/l/label_06_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8388 nocompile: llvmdc -O0 -od./obj -c nocompile/l/label_06_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8389 nocompile/l/label_06_D.d(9): { } expected following aggregate declaration
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8390 nocompile/l/label_06_D.d(9): Declaration expected, not ':'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8391 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8392
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8393 Torture-Sub-1/32-XFAIL: nocompile/l/label_06_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8394 nocompile: llvmdc -O0 -od./obj -c nocompile/l/label_06_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8395 nocompile/l/label_06_E.d(9): Declaration expected, not 'super'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8396 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8397
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8398 Torture-Sub-1/32-XFAIL: nocompile/l/label_06_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8399 nocompile: llvmdc -O0 -od./obj -c nocompile/l/label_06_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8400 nocompile/l/label_06_F.d(9): Declaration expected, not 'switch'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8401 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8402
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8403 Torture-Sub-1/32-XFAIL: nocompile/l/label_06_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8404 nocompile: llvmdc -O0 -od./obj -c nocompile/l/label_06_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8405 nocompile/l/label_06_G.d(11): variable dstress.nocompile.l.label_06_G.dummy variable dummy cannot be synchronized
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8406 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8407
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8408 Torture-Sub-1/32-FAIL: nocompile/l/label_06_G.d [bad error message]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8409 nocompile: llvmdc -O0 -od./obj -c nocompile/l/label_06_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8410 nocompile/l/label_06_H.d(9): TemplateIdentifier expected following template
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8411 nocompile/l/label_06_H.d(9): Declaration expected, not ':'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8412 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8413
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8414 Torture-Sub-1/32-XFAIL: nocompile/l/label_06_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8415 nocompile: llvmdc -O0 -od./obj -c nocompile/l/label_06_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8416 nocompile/l/label_06_I.d(9): found ':' when expecting '('
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8417 nocompile/l/label_06_I.d(11): found ';' when expecting ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8418 nocompile/l/label_06_I.d(12): semicolon expected following function declaration
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8419 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8420
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8421 Torture-Sub-1/32-XFAIL: nocompile/l/label_06_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8422 nocompile: llvmdc -O0 -od./obj -c nocompile/l/label_06_J.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8423 nocompile/l/label_06_J.d(9): Declaration expected, not 'throw'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8424 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8425
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8426 Torture-Sub-1/32-XFAIL: nocompile/l/label_06_J.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8427 nocompile: llvmdc -O0 -od./obj -c nocompile/l/label_06_K.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8428 nocompile/l/label_06_K.d(9): Declaration expected, not 'true'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8429 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8430
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8431 Torture-Sub-1/32-XFAIL: nocompile/l/label_06_K.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8432 nocompile: llvmdc -O0 -od./obj -c nocompile/l/label_06_L.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8433 nocompile/l/label_06_L.d(9): Declaration expected, not 'try'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8434 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8435
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8436 Torture-Sub-1/32-XFAIL: nocompile/l/label_06_L.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8437 nocompile: llvmdc -O0 -od./obj -c nocompile/l/label_06_M.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8438 nocompile/l/label_06_M.d(9): basic type expected, not :
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8439 nocompile/l/label_06_M.d(9): no identifier for declarator int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8440 nocompile/l/label_06_M.d(9): semicolon expected to close typedef declaration
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8441 nocompile/l/label_06_M.d(9): Declaration expected, not ':'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8442 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8443
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8444 Torture-Sub-1/32-XFAIL: nocompile/l/label_06_M.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8445 nocompile: llvmdc -O0 -od./obj -c nocompile/l/label_06_N.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8446 nocompile/l/label_06_N.d(9): Declaration expected, not 'typeid'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8447 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8448
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8449 Torture-Sub-1/32-XFAIL: nocompile/l/label_06_N.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8450 nocompile: llvmdc -O0 -od./obj -c nocompile/l/label_06_O.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8451 nocompile/l/label_06_O.d(9): found ':' when expecting '('
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8452 nocompile/l/label_06_O.d(11): found 'dummy' when expecting '.' following 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8453 nocompile/l/label_06_O.d(11): found ';' when expecting identifier following 'int.'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8454 nocompile/l/label_06_O.d(12): found 'EOF' when expecting ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8455 nocompile/l/label_06_O.d(12): no identifier for declarator typeof(0)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8456 nocompile/l/label_06_O.d(12): semicolon expected, not 'EOF'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8457 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8458
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8459 Torture-Sub-1/32-XFAIL: nocompile/l/label_06_O.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8460 nocompile: llvmdc -O0 -od./obj -c nocompile/l/label_06_P.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8461 nocompile/l/label_06_P.d(9): no identifier for declarator ubyte
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8462 nocompile/l/label_06_P.d(9): semicolon expected, not ':'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8463 nocompile/l/label_06_P.d(9): Declaration expected, not ':'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8464 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8465
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8466 Torture-Sub-1/32-XFAIL: nocompile/l/label_06_P.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8467 nocompile: llvmdc -O0 -od./obj -c nocompile/l/label_06_Q.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8468 nocompile/l/label_06_Q.d(9): Declaration expected, not 'ucent'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8469 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8470
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8471 Torture-Sub-1/32-XFAIL: nocompile/l/label_06_Q.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8472 nocompile: llvmdc -O0 -od./obj -c nocompile/l/label_06_R.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8473 nocompile/l/label_06_R.d(9): no identifier for declarator uint
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8474 nocompile/l/label_06_R.d(9): semicolon expected, not ':'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8475 nocompile/l/label_06_R.d(9): Declaration expected, not ':'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8476 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8477
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8478 Torture-Sub-1/32-XFAIL: nocompile/l/label_06_R.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8479 nocompile: llvmdc -O0 -od./obj -c nocompile/l/label_06_S.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8480 nocompile/l/label_06_S.d(9): no identifier for declarator ulong
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8481 nocompile/l/label_06_S.d(9): semicolon expected, not ':'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8482 nocompile/l/label_06_S.d(9): Declaration expected, not ':'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8483 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8484
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8485 Torture-Sub-1/32-XFAIL: nocompile/l/label_06_S.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8486 nocompile: llvmdc -O0 -od./obj -c nocompile/l/label_06_T.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8487 nocompile/l/label_06_T.d(9): { } expected following aggregate declaration
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8488 nocompile/l/label_06_T.d(9): Declaration expected, not ':'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8489 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8490
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8491 Torture-Sub-1/32-XFAIL: nocompile/l/label_06_T.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8492 nocompile: llvmdc -O0 -od./obj -c nocompile/l/label_06_U.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8493 nocompile/l/label_06_U.d(9): statement expected to be { }, not :
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8494 nocompile/l/label_06_U.d(9): found ':' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8495 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8496
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8497 Torture-Sub-1/32-XFAIL: nocompile/l/label_06_U.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8498 nocompile: llvmdc -O0 -od./obj -c nocompile/l/label_06_V.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8499 nocompile/l/label_06_V.d(9): no identifier for declarator ushort
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8500 nocompile/l/label_06_V.d(9): semicolon expected, not ':'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8501 nocompile/l/label_06_V.d(9): Declaration expected, not ':'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8502 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8503
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8504 Torture-Sub-1/32-XFAIL: nocompile/l/label_06_V.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8505 nocompile: llvmdc -O0 -od./obj -c nocompile/l/label_06_W.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8506 nocompile/l/label_06_W.d(9): (condition) expected following version
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8507 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8508
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8509 Torture-Sub-1/32-XFAIL: nocompile/l/label_06_W.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8510 nocompile: llvmdc -O0 -od./obj -c nocompile/l/label_06_X.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8511 nocompile/l/label_06_X.d(9): no identifier for declarator void
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8512 nocompile/l/label_06_X.d(9): semicolon expected, not ':'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8513 nocompile/l/label_06_X.d(9): Declaration expected, not ':'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8514 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8515
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8516 Torture-Sub-1/32-XFAIL: nocompile/l/label_06_X.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8517 nocompile: llvmdc -O0 -od./obj -c nocompile/l/label_06_Y.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8518 nocompile/l/label_06_Y.d(9): Declaration expected, not 'volatile'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8519 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8520
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8521 Torture-Sub-1/32-XFAIL: nocompile/l/label_06_Y.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8522 nocompile: llvmdc -O0 -od./obj -c nocompile/l/label_06_Z.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8523 nocompile/l/label_06_Z.d(9): no identifier for declarator wchar
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8524 nocompile/l/label_06_Z.d(9): semicolon expected, not ':'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8525 nocompile/l/label_06_Z.d(9): Declaration expected, not ':'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8526 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8527
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8528 Torture-Sub-1/32-XFAIL: nocompile/l/label_06_Z.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8529 nocompile: llvmdc -O0 -od./obj -c nocompile/l/label_07_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8530 nocompile/l/label_07_A.d(9): Declaration expected, not 'while'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8531 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8532
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8533 Torture-Sub-1/32-XFAIL: nocompile/l/label_07_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8534 nocompile: llvmdc -O0 -od./obj -c nocompile/l/label_07_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8535 nocompile/l/label_07_B.d(9): Declaration expected, not 'with'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8536 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8537
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8538 Torture-Sub-1/32-XFAIL: nocompile/l/label_07_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8539 nocompile: llvmdc -O0 -od./obj -c nocompile/l/length_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8540 nocompile/l/length_01.d(19): Error: array 'length' hides other 'length' name in outer scope
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8541 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8542
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8543 Torture-Sub-1/32-XFAIL: nocompile/l/length_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8544 nocompile: llvmdc -O0 -od./obj -c nocompile/l/length_09_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8545 nocompile/l/length_09_A.d(14): Error: no property 'Length' for type 'int[]'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8546 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8547
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8548 Torture-Sub-1/32-XFAIL: nocompile/l/length_09_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8549 nocompile: llvmdc -O0 -od./obj -c nocompile/l/length_09_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8550 nocompile/l/length_09_B.d(14): Error: undefined identifier Length
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8551 nocompile/l/length_09_B.d(14): Error: function expected before (), not Length of type int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8552 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8553
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8554 Torture-Sub-1/32-XFAIL: nocompile/l/length_09_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8555 nocompile: llvmdc -O0 -od./obj -c nocompile/l/length_09_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8556 nocompile/l/length_09_C.d(14): Error: undefined identifier GetLength
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8557 nocompile/l/length_09_C.d(14): Error: function expected before (), not GetLength of type int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8558 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8559
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8560 Torture-Sub-1/32-XFAIL: nocompile/l/length_09_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8561 nocompile: llvmdc -O0 -od./obj -c nocompile/l/length_09_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8562 nocompile/l/length_09_D.d(14): Error: undefined identifier GetLength
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8563 nocompile/l/length_09_D.d(14): Error: function expected before (), not GetLength of type int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8564 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8565
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8566 Torture-Sub-1/32-XFAIL: nocompile/l/length_09_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8567 nocompile: llvmdc -O0 -od./obj -c nocompile/l/length_09_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8568 nocompile/l/length_09_E.d(14): Error: undefined identifier getLength
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8569 nocompile/l/length_09_E.d(14): Error: function expected before (), not getLength of type int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8570 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8571
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8572 Torture-Sub-1/32-XFAIL: nocompile/l/length_09_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8573 nocompile: llvmdc -O0 -od./obj -c nocompile/l/length_09_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8574 nocompile/l/length_09_F.d(14): Error: undefined identifier length
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8575 nocompile/l/length_09_F.d(14): Error: function expected before (), not length of type int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8576 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8577
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8578 Torture-Sub-1/32-XFAIL: nocompile/l/length_09_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8579 nocompile: llvmdc -O0 -od./obj -c nocompile/l/length_09_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8580 nocompile/l/length_09_G.d(14): Error: undefined identifier Length
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8581 nocompile/l/length_09_G.d(14): Error: function expected before (), not Length of type int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8582 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8583
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8584 Torture-Sub-1/32-XFAIL: nocompile/l/length_09_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8585 nocompile: llvmdc -O0 -od./obj -c nocompile/l/lock_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8586 nocompile/l/lock_01_A.d(15): found 'i' when expecting ';' following 'statement'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8587 nocompile/l/lock_01_A.d(15): expression expected, not ';'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8588 nocompile/l/lock_01_A.d(16): found '}' when expecting ';' following 'statement'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8589 nocompile/l/lock_01_A.d(18): } expected following member declarations in aggregate
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8590 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8591
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8592 Torture-Sub-1/32-XFAIL: nocompile/l/lock_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8593 nocompile: llvmdc -O0 -od./obj -c nocompile/l/lock_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8594 nocompile/l/lock_01_B.d(15): found '{' when expecting ';' following 'statement'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8595 nocompile/l/lock_01_B.d(19): unrecognized declaration
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8596 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8597
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8598 Torture-Sub-1/32-XFAIL: nocompile/l/lock_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8599 nocompile: llvmdc -O0 -od./obj -c nocompile/l/long_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8600 nocompile/l/long_05.d(9): 'l' suffix is deprecated, use 'L' instead
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8601 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8602
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8603 Torture-Sub-1/32-XFAIL: nocompile/l/long_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8604 nocompile: llvmdc -O0 -od./obj -c nocompile/long_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8605 nocompile/long_02.d(11): Error: no property 'sign' for type 'long'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8606 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8607
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8608 Torture-Sub-1/32-XFAIL: nocompile/long_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8609 nocompile: llvmdc -O0 -od./obj -c nocompile/long_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8610 nocompile/long_03.d(11): Error: .size property should be replaced with .sizeof
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8611 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8612
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8613 Torture-Sub-1/32-XFAIL: nocompile/long_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8614 nocompile: llvmdc -O0 -od./obj -c nocompile/mixin_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8615 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8616
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8617 Torture-Sub-1/32-XPASS: nocompile/mixin_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8618 nocompile: llvmdc -O0 -od./obj -c nocompile/m/main_07_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8619 nocompile/m/main_07_A.d(14): function dstress.nocompile.m.main_07_A.main parameters must be main() or main(char[][] args)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8620 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8621
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8622 Torture-Sub-1/32-XFAIL: nocompile/m/main_07_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8623 nocompile: llvmdc -O0 -od./obj -c nocompile/m/main_07_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8624 nocompile/m/main_07_B.d(14): function dstress.nocompile.m.main_07_B.main parameters must be main() or main(char[][] args)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8625 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8626
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8627 Torture-Sub-1/32-XFAIL: nocompile/m/main_07_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8628 nocompile: llvmdc -O0 -od./obj -c nocompile/m/mangleof_14_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8629 nocompile/m/mangleof_14_B.d(18): Error: cannot implicitly convert expression ("G2i"c) of type char[] to int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8630 nocompile/m/mangleof_14_B.d(22): template instance dstress.run.m.mangleof_14_B.b!(int[2u]) error instantiating
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8631 nocompile/m/mangleof_14_B.d(22): Error: cannot implicitly convert expression (cast(int)"G2i"c) of type int to char[]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8632 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8633
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8634 Torture-Sub-1/32-XFAIL: nocompile/m/mangleof_14_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8635 nocompile: llvmdc -O0 -od./obj -c nocompile/m/mangleof_14_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8636 nocompile/m/mangleof_14_C.d(16): Error: cannot implicitly convert expression ("i"c) of type char[] to int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8637 nocompile/m/mangleof_14_C.d(20): template instance dstress.run.m.mangleof_14_C.b!(int[2u]) error instantiating
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8638 nocompile/m/mangleof_14_C.d(20): Error: cannot implicitly convert expression (cast(int)"i"c) of type int to char[]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8639 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8640
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8641 Torture-Sub-1/32-XFAIL: nocompile/m/mangleof_14_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8642 nocompile: llvmdc -O0 -od./obj -c nocompile/m/mangleof_14_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8643 nocompile/m/mangleof_14_D.d(16): Error: cannot implicitly convert expression ("i"c) of type char[] to int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8644 nocompile/m/mangleof_14_D.d(20): template instance dstress.run.m.mangleof_14_D.b!(int[2u]) error instantiating
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8645 nocompile/m/mangleof_14_D.d(20): Error: cannot implicitly convert expression (cast(int)"i"c) of type int to char[]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8646 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8647
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8648 Torture-Sub-1/32-XFAIL: nocompile/m/mangleof_14_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8649 nocompile: llvmdc -O0 -od./obj -c nocompile/m/mangleof_18_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8650 nocompile/m/mangleof_18_A.d(15): Error: no property 'mangleof' for tuple '(int, int)'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8651 nocompile/m/mangleof_18_A.d(15): Error: cannot implicitly convert expression (1) of type int to char[]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8652 nocompile/m/mangleof_18_A.d(15): Error: cannot cast int to char[]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8653 nocompile/m/mangleof_18_A.d(15): Error: integral constant must be scalar type, not char[]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8654 nocompile/m/mangleof_18_A.d(18): mixin dstress.nocompile.m.mangleof_18_A.T!(1,2) error instantiating
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8655 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8656
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8657 Torture-Sub-1/32-XFAIL: nocompile/m/mangleof_18_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8658 nocompile: llvmdc -O0 -od./obj -c nocompile/m/mixin_18_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8659 nocompile/m/mixin_18_A.d(17): template instance P is not a template declaration, it is a struct
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8660 nocompile/m/mixin_18_A.d(17): mixin is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8661 nocompile/m/mixin_18_A.d(21): template instance dstress.nocompile.m.mixin_18_A.C!(A) error instantiating
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8662 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8663
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8664 Torture-Sub-1/32-XFAIL: nocompile/m/mixin_18_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8665 nocompile: llvmdc -O0 -od./obj -c nocompile/m/mixin_18_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8666 nocompile/m/mixin_18_B.d(17): template instance P is not a template declaration, it is a class
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8667 nocompile/m/mixin_18_B.d(17): mixin is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8668 nocompile/m/mixin_18_B.d(21): template instance dstress.nocompile.m.mixin_18_B.C!(A) error instantiating
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8669 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8670
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8671 Torture-Sub-1/32-XFAIL: nocompile/m/mixin_18_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8672 nocompile: llvmdc -O0 -od./obj -c nocompile/m/mixin_18_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8673 nocompile/m/mixin_18_C.d(17): template instance A is not a template declaration, it is a class
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8674 nocompile/m/mixin_18_C.d(17): mixin is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8675 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8676
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8677 Torture-Sub-1/32-XFAIL: nocompile/m/mixin_18_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8678 nocompile: llvmdc -O0 -od./obj -c nocompile/m/mixin_18_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8679 nocompile/m/mixin_18_D.d(17): template instance A is not a template declaration, it is a struct
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8680 nocompile/m/mixin_18_D.d(17): mixin is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8681 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8682
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8683 Torture-Sub-1/32-XFAIL: nocompile/m/mixin_18_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8684 nocompile: llvmdc -O0 -od./obj -c nocompile/m/mixin_19_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8685 nocompile/m/mixin_19_A.d(24): alias dstress.nocompile.m.mixin_19_A.T2!().myproperty recursive alias declaration
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8686 nocompile/m/mixin_19_A.d(16): Error: forward reference to 'T1!().myproperty'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8687 nocompile/m/mixin_19_A.d(16): alias dstress.nocompile.m.mixin_19_A.T1!().myproperty conflicts with function dstress.nocompile.m.mixin_19_A.T1!().myproperty at nocompile/m/mixin_19_A.d(18)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8688 nocompile/m/mixin_19_A.d(24): template instance dstress.nocompile.m.mixin_19_A.T1!() error instantiating
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8689 nocompile/m/mixin_19_A.d(24): Error: forward reference to 'T2!().myproperty'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8690 nocompile/m/mixin_19_A.d(24): alias dstress.nocompile.m.mixin_19_A.T2!().myproperty conflicts with function dstress.nocompile.m.mixin_19_A.T2!().myproperty at nocompile/m/mixin_19_A.d(26)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8691 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8692
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8693 Torture-Sub-1/32-XFAIL: nocompile/m/mixin_19_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8694 nocompile: llvmdc -O0 -od./obj -c nocompile/m/mixin_19_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8695 nocompile/m/mixin_19_B.d(24): alias dstress.nocompile.m.mixin_19_B.T2!().myproperty recursive alias declaration
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8696 nocompile/m/mixin_19_B.d(16): Error: forward reference to 'T1!().myproperty'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8697 nocompile/m/mixin_19_B.d(16): alias dstress.nocompile.m.mixin_19_B.T1!().myproperty conflicts with function dstress.nocompile.m.mixin_19_B.T1!().myproperty at nocompile/m/mixin_19_B.d(18)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8698 nocompile/m/mixin_19_B.d(24): template instance dstress.nocompile.m.mixin_19_B.T1!() error instantiating
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8699 nocompile/m/mixin_19_B.d(24): Error: forward reference to 'T2!().myproperty'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8700 nocompile/m/mixin_19_B.d(24): alias dstress.nocompile.m.mixin_19_B.T2!().myproperty conflicts with function dstress.nocompile.m.mixin_19_B.T2!().myproperty at nocompile/m/mixin_19_B.d(26)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8701 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8702
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8703 Torture-Sub-1/32-XFAIL: nocompile/m/mixin_19_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8704 nocompile: llvmdc -O0 -od./obj -c nocompile/m/mixin_19_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8705 nocompile/m/mixin_19_C.d(24): alias dstress.nocompile.m.mixin_19_C.T2!().myproperty recursive alias declaration
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8706 nocompile/m/mixin_19_C.d(16): Error: forward reference to 'T1!().myproperty'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8707 nocompile/m/mixin_19_C.d(16): alias dstress.nocompile.m.mixin_19_C.T1!().myproperty conflicts with function dstress.nocompile.m.mixin_19_C.T1!().myproperty at nocompile/m/mixin_19_C.d(18)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8708 nocompile/m/mixin_19_C.d(24): template instance dstress.nocompile.m.mixin_19_C.T1!() error instantiating
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8709 nocompile/m/mixin_19_C.d(24): Error: forward reference to 'T2!().myproperty'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8710 nocompile/m/mixin_19_C.d(24): alias dstress.nocompile.m.mixin_19_C.T2!().myproperty conflicts with function dstress.nocompile.m.mixin_19_C.T2!().myproperty at nocompile/m/mixin_19_C.d(26)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8711 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8712
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8713 Torture-Sub-1/32-XFAIL: nocompile/m/mixin_19_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8714 nocompile: llvmdc -O0 -od./obj -c nocompile/m/mixin_19_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8715 nocompile/m/mixin_19_D.d(16): alias dstress.nocompile.m.mixin_19_D.T1!().myproperty recursive alias declaration
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8716 nocompile/m/mixin_19_D.d(24): Error: forward reference to 'T2!().myproperty'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8717 nocompile/m/mixin_19_D.d(24): alias dstress.nocompile.m.mixin_19_D.T2!().myproperty conflicts with function dstress.nocompile.m.mixin_19_D.T2!().myproperty at nocompile/m/mixin_19_D.d(26)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8718 nocompile/m/mixin_19_D.d(16): template instance dstress.nocompile.m.mixin_19_D.T2!() error instantiating
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8719 nocompile/m/mixin_19_D.d(16): Error: forward reference to 'T1!().myproperty'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8720 nocompile/m/mixin_19_D.d(16): alias dstress.nocompile.m.mixin_19_D.T1!().myproperty conflicts with function dstress.nocompile.m.mixin_19_D.T1!().myproperty at nocompile/m/mixin_19_D.d(18)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8721 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8722
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8723 Torture-Sub-1/32-XFAIL: nocompile/m/mixin_19_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8724 nocompile: llvmdc -O0 -od./obj -c nocompile/m/mixin_19_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8725 nocompile/m/mixin_19_E.d(24): alias dstress.nocompile.m.mixin_19_E.T2!().myproperty recursive alias declaration
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8726 nocompile/m/mixin_19_E.d(16): Error: forward reference to 'T1!().myproperty'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8727 nocompile/m/mixin_19_E.d(16): alias dstress.nocompile.m.mixin_19_E.T1!().myproperty conflicts with function dstress.nocompile.m.mixin_19_E.T1!().myproperty at nocompile/m/mixin_19_E.d(18)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8728 nocompile/m/mixin_19_E.d(24): template instance dstress.nocompile.m.mixin_19_E.T1!() error instantiating
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8729 nocompile/m/mixin_19_E.d(24): Error: forward reference to 'T2!().myproperty'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8730 nocompile/m/mixin_19_E.d(24): alias dstress.nocompile.m.mixin_19_E.T2!().myproperty conflicts with function dstress.nocompile.m.mixin_19_E.T2!().myproperty at nocompile/m/mixin_19_E.d(26)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8731 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8732
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8733 Torture-Sub-1/32-XFAIL: nocompile/m/mixin_19_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8734 nocompile: llvmdc -O0 -od./obj -c nocompile/m/mixin_19_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8735 nocompile/m/mixin_19_F.d(24): alias dstress.nocompile.m.mixin_19_F.T2!().myproperty recursive alias declaration
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8736 nocompile/m/mixin_19_F.d(16): Error: forward reference to 'T1!().myproperty'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8737 nocompile/m/mixin_19_F.d(16): alias dstress.nocompile.m.mixin_19_F.T1!().myproperty conflicts with function dstress.nocompile.m.mixin_19_F.T1!().myproperty at nocompile/m/mixin_19_F.d(18)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8738 nocompile/m/mixin_19_F.d(24): template instance dstress.nocompile.m.mixin_19_F.T1!() error instantiating
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8739 nocompile/m/mixin_19_F.d(24): Error: forward reference to 'T2!().myproperty'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8740 nocompile/m/mixin_19_F.d(24): alias dstress.nocompile.m.mixin_19_F.T2!().myproperty conflicts with function dstress.nocompile.m.mixin_19_F.T2!().myproperty at nocompile/m/mixin_19_F.d(26)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8741 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8742
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8743 Torture-Sub-1/32-XFAIL: nocompile/m/mixin_19_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8744 nocompile: llvmdc -O0 -od./obj -c nocompile/m/mixin_19_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8745 nocompile/m/mixin_19_G.d(24): alias dstress.nocompile.m.mixin_19_G.T2!().myproperty recursive alias declaration
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8746 nocompile/m/mixin_19_G.d(16): Error: forward reference to 'T1!().myproperty'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8747 nocompile/m/mixin_19_G.d(16): alias dstress.nocompile.m.mixin_19_G.T1!().myproperty conflicts with function dstress.nocompile.m.mixin_19_G.T1!().myproperty at nocompile/m/mixin_19_G.d(18)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8748 nocompile/m/mixin_19_G.d(24): template instance dstress.nocompile.m.mixin_19_G.T1!() error instantiating
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8749 nocompile/m/mixin_19_G.d(24): Error: forward reference to 'T2!().myproperty'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8750 nocompile/m/mixin_19_G.d(24): alias dstress.nocompile.m.mixin_19_G.T2!().myproperty conflicts with function dstress.nocompile.m.mixin_19_G.T2!().myproperty at nocompile/m/mixin_19_G.d(26)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8751 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8752
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8753 Torture-Sub-1/32-XFAIL: nocompile/m/mixin_19_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8754 nocompile: llvmdc -O0 -od./obj -c nocompile/m/mixin_19_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8755 nocompile/m/mixin_19_H.d(24): alias dstress.nocompile.m.mixin_19_H.T2!().myproperty recursive alias declaration
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8756 nocompile/m/mixin_19_H.d(16): Error: forward reference to 'T1!().myproperty'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8757 nocompile/m/mixin_19_H.d(16): alias dstress.nocompile.m.mixin_19_H.T1!().myproperty conflicts with function dstress.nocompile.m.mixin_19_H.T1!().myproperty at nocompile/m/mixin_19_H.d(18)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8758 nocompile/m/mixin_19_H.d(24): template instance dstress.nocompile.m.mixin_19_H.T1!() error instantiating
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8759 nocompile/m/mixin_19_H.d(24): Error: forward reference to 'T2!().myproperty'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8760 nocompile/m/mixin_19_H.d(24): alias dstress.nocompile.m.mixin_19_H.T2!().myproperty conflicts with function dstress.nocompile.m.mixin_19_H.T2!().myproperty at nocompile/m/mixin_19_H.d(26)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8761 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8762
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8763 Torture-Sub-1/32-XFAIL: nocompile/m/mixin_19_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8764 nocompile: llvmdc -O0 -od./obj -c nocompile/m/mixin_19_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8765 nocompile/m/mixin_19_I.d(16): alias dstress.nocompile.m.mixin_19_H.T1!().myproperty recursive alias declaration
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8766 nocompile/m/mixin_19_I.d(24): Error: forward reference to 'T2!().myproperty'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8767 nocompile/m/mixin_19_I.d(24): alias dstress.nocompile.m.mixin_19_H.T2!().myproperty conflicts with function dstress.nocompile.m.mixin_19_H.T2!().myproperty at nocompile/m/mixin_19_I.d(26)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8768 nocompile/m/mixin_19_I.d(16): template instance dstress.nocompile.m.mixin_19_H.T2!() error instantiating
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8769 nocompile/m/mixin_19_I.d(16): Error: forward reference to 'T1!().myproperty'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8770 nocompile/m/mixin_19_I.d(16): alias dstress.nocompile.m.mixin_19_H.T1!().myproperty conflicts with function dstress.nocompile.m.mixin_19_H.T1!().myproperty at nocompile/m/mixin_19_I.d(18)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8771 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8772
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8773 Torture-Sub-1/32-XFAIL: nocompile/m/mixin_19_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8774 nocompile: llvmdc -O0 -od./obj -c nocompile/m/mixin_19_J.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8775 nocompile/m/mixin_19_J.d(24): alias dstress.nocompile.m.mixin_19_J.T2!().myproperty recursive alias declaration
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8776 nocompile/m/mixin_19_J.d(16): Error: forward reference to 'T1!().myproperty'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8777 nocompile/m/mixin_19_J.d(16): alias dstress.nocompile.m.mixin_19_J.T1!().myproperty conflicts with function dstress.nocompile.m.mixin_19_J.T1!().myproperty at nocompile/m/mixin_19_J.d(18)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8778 nocompile/m/mixin_19_J.d(24): template instance dstress.nocompile.m.mixin_19_J.T1!() error instantiating
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8779 nocompile/m/mixin_19_J.d(24): Error: forward reference to 'T2!().myproperty'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8780 nocompile/m/mixin_19_J.d(24): alias dstress.nocompile.m.mixin_19_J.T2!().myproperty conflicts with function dstress.nocompile.m.mixin_19_J.T2!().myproperty at nocompile/m/mixin_19_J.d(26)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8781 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8782
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8783 Torture-Sub-1/32-XFAIL: nocompile/m/mixin_19_J.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8784 nocompile: llvmdc -O0 -od./obj -c nocompile/m/mixin_19_K.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8785 nocompile/m/mixin_19_K.d(24): alias dstress.nocompile.m.mixin_19_K.T2!().myproperty recursive alias declaration
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8786 nocompile/m/mixin_19_K.d(16): Error: forward reference to 'T1!().myproperty'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8787 nocompile/m/mixin_19_K.d(16): alias dstress.nocompile.m.mixin_19_K.T1!().myproperty conflicts with function dstress.nocompile.m.mixin_19_K.T1!().myproperty at nocompile/m/mixin_19_K.d(18)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8788 nocompile/m/mixin_19_K.d(24): template instance dstress.nocompile.m.mixin_19_K.T1!() error instantiating
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8789 nocompile/m/mixin_19_K.d(24): Error: forward reference to 'T2!().myproperty'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8790 nocompile/m/mixin_19_K.d(24): alias dstress.nocompile.m.mixin_19_K.T2!().myproperty conflicts with function dstress.nocompile.m.mixin_19_K.T2!().myproperty at nocompile/m/mixin_19_K.d(26)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8791 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8792
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8793 Torture-Sub-1/32-XFAIL: nocompile/m/mixin_19_K.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8794 nocompile: llvmdc -O0 -od./obj -c nocompile/m/mixin_19_L.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8795 nocompile/m/mixin_19_L.d(31): mixin M1 isn't a template
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8796 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8797
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8798 Torture-Sub-1/32-FAIL: nocompile/m/mixin_19_L.d [bad error message]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8799 nocompile: llvmdc -O0 -od./obj -c nocompile/m/mixin_19_M.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8800 nocompile/m/mixin_19_M.d(24): alias dstress.nocompile.m.mixin_19_M.T2!().myproperty recursive alias declaration
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8801 nocompile/m/mixin_19_M.d(16): Error: forward reference to 'T1!().myproperty'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8802 nocompile/m/mixin_19_M.d(16): alias dstress.nocompile.m.mixin_19_M.T1!().myproperty conflicts with function dstress.nocompile.m.mixin_19_M.T1!().myproperty at nocompile/m/mixin_19_M.d(18)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8803 nocompile/m/mixin_19_M.d(24): template instance dstress.nocompile.m.mixin_19_M.T1!() error instantiating
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8804 nocompile/m/mixin_19_M.d(24): Error: forward reference to 'T2!().myproperty'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8805 nocompile/m/mixin_19_M.d(24): alias dstress.nocompile.m.mixin_19_M.T2!().myproperty conflicts with function dstress.nocompile.m.mixin_19_M.T2!().myproperty at nocompile/m/mixin_19_M.d(26)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8806 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8807
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8808 Torture-Sub-1/32-XFAIL: nocompile/m/mixin_19_M.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8809 nocompile: llvmdc -O0 -od./obj -c nocompile/m/mixin_19_N.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8810 nocompile/m/mixin_19_N.d(24): alias dstress.nocompile.m.mixin_19_N.T2!().myproperty recursive alias declaration
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8811 nocompile/m/mixin_19_N.d(16): Error: forward reference to 'T1!().myproperty'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8812 nocompile/m/mixin_19_N.d(16): alias dstress.nocompile.m.mixin_19_N.T1!().myproperty conflicts with function dstress.nocompile.m.mixin_19_N.T1!().myproperty at nocompile/m/mixin_19_N.d(18)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8813 nocompile/m/mixin_19_N.d(24): template instance dstress.nocompile.m.mixin_19_N.T1!() error instantiating
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8814 nocompile/m/mixin_19_N.d(24): Error: forward reference to 'T2!().myproperty'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8815 nocompile/m/mixin_19_N.d(24): alias dstress.nocompile.m.mixin_19_N.T2!().myproperty conflicts with function dstress.nocompile.m.mixin_19_N.T2!().myproperty at nocompile/m/mixin_19_N.d(26)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8816 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8817
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8818 Torture-Sub-1/32-XFAIL: nocompile/m/mixin_19_N.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8819 nocompile: llvmdc -O0 -od./obj -c nocompile/m/mixin_21_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8820 compile/m/mixin_21_A.d(12): Error: identifier 'UNDEFINED' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8821 compile/m/mixin_21_A.d(12): Error: UNDEFINED is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8822 nocompile/m/mixin_21_B.d(12): variable dstress.nocompile.m.mixin_21_B.T!().x voids have no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8823 nocompile/m/mixin_21_B.d(15): mixin dstress.nocompile.m.mixin_21_B.T!() error instantiating
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8824 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8825
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8826 Torture-Sub-1/32-XFAIL: nocompile/m/mixin_21_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8827 nocompile: llvmdc -O0 -od./obj -c nocompile/m/mixin_22_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8828 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8829
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8830 Torture-Sub-1/32-XPASS: nocompile/m/mixin_22_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8831 nocompile: llvmdc -O0 -od./obj -c nocompile/m/mixin_22_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8832 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8833
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8834 Torture-Sub-1/32-XPASS: nocompile/m/mixin_22_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8835 nocompile: llvmdc -O0 -od./obj -c nocompile/m/mixin_22_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8836 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8837
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8838 Torture-Sub-1/32-XPASS: nocompile/m/mixin_22_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8839 nocompile: llvmdc -O0 -od./obj -c nocompile/m/mixin_22_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8840 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8841
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8842 Torture-Sub-1/32-XPASS: nocompile/m/mixin_22_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8843 nocompile: llvmdc -O0 -od./obj -c nocompile/m/mixin_25_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8844 EXIT CODE: 9
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8845
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8846 Torture-Sub-1/32-ERROR: nocompile/m/mixin_25_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8847 nocompile: llvmdc -O0 -od./obj -c nocompile/m/mixin_31_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8848 nocompile/m/mixin_31_A.d(15): Error: argument to mixin must be a string, not (2)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8849 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8850
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8851 Torture-Sub-1/32-XFAIL: nocompile/m/mixin_31_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8852 nocompile: llvmdc -O0 -od./obj -c nocompile/m/mixin_31_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8853 nocompile/m/mixin_31_B.d(15): Error: argument to mixin must be a string, not (2)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8854 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8855
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8856 Torture-Sub-1/32-XFAIL: nocompile/m/mixin_31_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8857 nocompile: llvmdc -O0 -od./obj -c nocompile/m/mixin_31_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8858 nocompile/m/mixin_31_C.d(15): Error: argument to mixin must be a string, not (2)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8859 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8860
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8861 Torture-Sub-1/32-XFAIL: nocompile/m/mixin_31_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8862 nocompile: llvmdc -O0 -od./obj -c nocompile/m/mixin_31_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8863 nocompile/m/mixin_31_D.d(15): found 'EOF' when expecting ';' following 'statement'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8864 nocompile/m/mixin_31_D.d(15): Error: long has no effect in expression (1)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8865 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8866
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8867 Torture-Sub-1/32-XFAIL: nocompile/m/mixin_31_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8868 nocompile: llvmdc -O0 -od./obj -c nocompile/m/mixin_31_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8869 llvmdc: gen/llvmhelpers.cpp:502: DValue* DtoCastInt(DValue*, Type*): Assertion `0 && "bad int cast"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8870 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8871 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8872 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8873 llvmdc[0x815d555]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8874 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8875 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8876
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8877 Torture-Sub-1/32-ERROR: nocompile/m/mixin_31_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8878 nocompile: llvmdc -O0 -od./obj -c nocompile/m/mixin_31_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8879 Declaration expected, not '1'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8880 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8881
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8882 Torture-Sub-1/32-FAIL: nocompile/m/mixin_31_F.d [bad error message]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8883 nocompile: llvmdc -O0 -od./obj -c nocompile/m/mixin_31_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8884 attribute argument to mixin must be a string, not (1)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8885 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8886
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8887 Torture-Sub-1/32-FAIL: nocompile/m/mixin_31_G.d [bad error message]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8888 nocompile: llvmdc -O0 -od./obj -c nocompile/m/mixin_33_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8889 nocompile/m/mixin_33_A.d(19): template instance MetaString!("2 == 1") does not match any template declaration
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8890 nocompile/m/mixin_33_A.d(20): Error: template instance 'MetaString!("2 == 1")' is not a variable
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8891 nocompile/m/mixin_33_A.d(20): Error: no property 'Value' for type 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8892 nocompile/m/mixin_33_A.d(20): Error: argument to mixin must be a string, not (1)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8893 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8894
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8895 Torture-Sub-1/32-XFAIL: nocompile/m/mixin_33_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8896 nocompile: llvmdc -O0 -od./obj -c nocompile/m/mixin_33_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8897 nocompile/m/mixin_33_B.d(19): template instance MetaString!("2 == 1") does not match any template declaration
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8898 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8899
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8900 Torture-Sub-1/32-XFAIL: nocompile/m/mixin_33_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8901 nocompile: llvmdc -O0 -od./obj -c nocompile/m/mixin_33_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8902 nocompile/m/mixin_33_C.d(19): template instance MetaString!("2 == 1") does not match any template declaration
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8903 nocompile/m/mixin_33_C.d(19): Error: undefined identifier MetaString!("2 == 1").Value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8904 nocompile/m/mixin_33_C.d(19): Error: argument to mixin must be a string, not (MetaString!("2 == 1").Value)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8905 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8906
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8907 Torture-Sub-1/32-XFAIL: nocompile/m/mixin_33_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8908 nocompile: llvmdc -O0 -od./obj -c nocompile/m/mixin_34_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8909 nocompile/m/mixin_34_A.d(16): Error: undefined identifier a
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8910 nocompile/m/mixin_34_A.d(16): Error: cannot infer type for t
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8911 nocompile/m/mixin_34_A.d(23): template instance dstress.nocompile.m.mixin_34_A.testHelper!("hello","world") error instantiating
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8912 nocompile/m/mixin_34_A.d(23): Error: cannot evaluate testHelper() at compile time
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8913 nocompile/m/mixin_34_A.d(23): Error: argument to mixin must be a string, not (testHelper())
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8914 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8915
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8916 Torture-Sub-1/32-XFAIL: nocompile/m/mixin_34_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8917 nocompile: llvmdc -O0 -od./obj -c nocompile/m/mixin_36_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8918 nocompile/m/mixin_36_A.d(15): identifier expected, not EOF
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8919 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8920 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8921 EXIT CODE: 11
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8922
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8923 Torture-Sub-1/32-ERROR: nocompile/m/mixin_36_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8924 nocompile: llvmdc -O0 -od./obj -c nocompile/m/mixin_36_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8925 identifier expected, not EOF
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8926 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8927
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8928 Torture-Sub-1/32-FAIL: nocompile/m/mixin_36_B.d [bad error message]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8929 nocompile: llvmdc -O0 -od./obj -c nocompile/m/module_05_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8930 nocompile/m/module_05_D.d(11): ';' expected following module declaration instead of co
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8931 nocompile/m/module_05_D.d(11): semicolon expected, not '.'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8932 nocompile/m/module_05_D.d(11): no identifier for declarator .m.module_05_D
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8933 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8934
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8935 Torture-Sub-1/32-XFAIL: nocompile/m/module_05_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8936 nocompile: llvmdc -O0 -od./obj -c nocompile/module_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8937 nocompile/module_03.d(9): Declaration expected, not 'module'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8938 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8939
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8940 Torture-Sub-1/32-XFAIL: nocompile/module_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8941 nocompile: llvmdc -O0 -od./obj -c nocompile/named_entity_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8942 nocompile/named_entity_04.d(10): unnamed character entity &JustMe;
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8943 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8944
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8945 Torture-Sub-1/32-XFAIL: nocompile/named_entity_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8946 nocompile: llvmdc -O0 -od./obj -c nocompile/named_entity_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8947 nocompile/named_entity_05.d(10): unterminated named entity
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8948 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8949
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8950 Torture-Sub-1/32-XFAIL: nocompile/named_entity_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8951 nocompile: llvmdc -O0 -od./obj -c nocompile/new_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8952 nocompile/new_02.d(10): allocator dstress.nocompile.new_02.MyClass.new at least one argument of type uint expected
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8953 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8954
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8955 Torture-Sub-1/32-XFAIL: nocompile/new_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8956 nocompile: llvmdc -O0 -od./obj -c nocompile/new_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8957 nocompile/new_03.d(10): no identifier for declarator void*
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8958 nocompile/new_03.d(10): semicolon expected, not 'new'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8959 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8960
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8961 Torture-Sub-1/32-XFAIL: nocompile/new_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8962 nocompile: llvmdc -O0 -od./obj -c nocompile/new_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8963 nocompile/new_05.d(10): allocator dstress.nocompile.new_05.MyClass.new first argument must be type uint, not byte
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8964 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8965
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8966 Torture-Sub-1/32-XFAIL: nocompile/new_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8967 nocompile: llvmdc -O0 -od./obj -c nocompile/new_14.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8968 nocompile/new_14.d(9): allocator dstress.nocompile.new_14.new new allocators only are for class or struct definitions
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8969 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8970
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8971 Torture-Sub-1/32-XFAIL: nocompile/new_14.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8972 nocompile: llvmdc -O0 -od./obj -c nocompile/new_15.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8973 nocompile/new_15.d(10): found 's' when expecting ','
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8974 nocompile/new_15.d(10): expression expected, not ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8975 nocompile/new_15.d(10): found '{' when expecting ','
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8976 nocompile/new_15.d(11): found '*' when expecting '.' following 'void'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8977 nocompile/new_15.d(11): found ';' when expecting ','
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8978 nocompile/new_15.d(12): expression expected, not 'return'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8979 nocompile/new_15.d(12): found 'v' when expecting ','
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8980 nocompile/new_15.d(12): expression expected, not ';'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8981 nocompile/new_15.d(13): found '}' when expecting ','
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8982 nocompile/new_15.d(14): expression expected, not '}'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8983 nocompile/new_15.d(15): found 'EOF' when expecting ','
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8984 nocompile/new_15.d(15): expression expected, not 'EOF'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8985 nocompile/new_15.d(15): found 'EOF' when expecting ','
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8986 nocompile/new_15.d(15): expression expected, not 'EOF'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8987 nocompile/new_15.d(15): found 'EOF' when expecting ','
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8988 nocompile/new_15.d(15): expression expected, not 'EOF'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8989 nocompile/new_15.d(15): found 'EOF' when expecting ','
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8990 nocompile/new_15.d(15): expression expected, not 'EOF'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8991 nocompile/new_15.d(15): found 'EOF' when expecting ','
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8992 nocompile/new_15.d(15): expression expected, not 'EOF'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8993 nocompile/new_15.d(15): found 'EOF' when expecting ','
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8994 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8995
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8996 Torture-Sub-1/32-XFAIL: nocompile/new_15.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8997 nocompile: llvmdc -O0 -od./obj -c nocompile/new_16.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8998 nocompile/new_16.d(11): found 's' when expecting ','
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
8999 nocompile/new_16.d(11): expression expected, not ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9000 nocompile/new_16.d(11): found '{' when expecting ','
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9001 nocompile/new_16.d(12): found '*' when expecting '.' following 'void'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9002 nocompile/new_16.d(12): found ';' when expecting ','
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9003 nocompile/new_16.d(13): expression expected, not 'return'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9004 nocompile/new_16.d(13): found 'v' when expecting ','
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9005 nocompile/new_16.d(13): expression expected, not ';'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9006 nocompile/new_16.d(14): found '}' when expecting ','
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9007 nocompile/new_16.d(15): expression expected, not '}'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9008 nocompile/new_16.d(16): found '}' when expecting ','
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9009 nocompile/new_16.d(17): expression expected, not 'EOF'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9010 nocompile/new_16.d(17): found 'EOF' when expecting ','
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9011 nocompile/new_16.d(17): expression expected, not 'EOF'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9012 nocompile/new_16.d(17): found 'EOF' when expecting ','
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9013 nocompile/new_16.d(17): expression expected, not 'EOF'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9014 nocompile/new_16.d(17): found 'EOF' when expecting ','
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9015 nocompile/new_16.d(17): expression expected, not 'EOF'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9016 nocompile/new_16.d(17): found 'EOF' when expecting ','
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9017 nocompile/new_16.d(17): expression expected, not 'EOF'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9018 nocompile/new_16.d(17): found 'EOF' when expecting ','
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9019 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9020
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9021 Torture-Sub-1/32-XFAIL: nocompile/new_16.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9022 nocompile: llvmdc -O0 -od./obj -c nocompile/new_17.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9023 nocompile/new_17.d(11): found 's' when expecting ','
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9024 nocompile/new_17.d(11): expression expected, not ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9025 nocompile/new_17.d(11): found '{' when expecting ','
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9026 nocompile/new_17.d(12): found '*' when expecting '.' following 'void'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9027 nocompile/new_17.d(12): found ';' when expecting ','
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9028 nocompile/new_17.d(13): expression expected, not 'return'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9029 nocompile/new_17.d(13): found 'v' when expecting ','
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9030 nocompile/new_17.d(13): expression expected, not ';'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9031 nocompile/new_17.d(14): found '}' when expecting ','
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9032 nocompile/new_17.d(15): expression expected, not '}'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9033 nocompile/new_17.d(16): found '}' when expecting ','
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9034 nocompile/new_17.d(17): expression expected, not 'EOF'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9035 nocompile/new_17.d(17): found 'EOF' when expecting ','
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9036 nocompile/new_17.d(17): expression expected, not 'EOF'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9037 nocompile/new_17.d(17): found 'EOF' when expecting ','
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9038 nocompile/new_17.d(17): expression expected, not 'EOF'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9039 nocompile/new_17.d(17): found 'EOF' when expecting ','
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9040 nocompile/new_17.d(17): expression expected, not 'EOF'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9041 nocompile/new_17.d(17): found 'EOF' when expecting ','
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9042 nocompile/new_17.d(17): expression expected, not 'EOF'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9043 nocompile/new_17.d(17): found 'EOF' when expecting ','
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9044 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9045
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9046 Torture-Sub-1/32-XFAIL: nocompile/new_17.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9047 nocompile: llvmdc -O0 -od./obj -c nocompile/new_18.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9048 nocompile/new_18.d(11): found 's' when expecting ','
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9049 nocompile/new_18.d(11): expression expected, not ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9050 nocompile/new_18.d(11): found '{' when expecting ','
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9051 nocompile/new_18.d(12): found '*' when expecting '.' following 'void'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9052 nocompile/new_18.d(12): found ';' when expecting ','
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9053 nocompile/new_18.d(13): expression expected, not 'return'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9054 nocompile/new_18.d(13): found 'v' when expecting ','
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9055 nocompile/new_18.d(13): expression expected, not ';'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9056 nocompile/new_18.d(14): found '}' when expecting ','
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9057 nocompile/new_18.d(15): expression expected, not '}'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9058 nocompile/new_18.d(16): found '}' when expecting ','
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9059 nocompile/new_18.d(17): expression expected, not 'EOF'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9060 nocompile/new_18.d(17): found 'EOF' when expecting ','
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9061 nocompile/new_18.d(17): expression expected, not 'EOF'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9062 nocompile/new_18.d(17): found 'EOF' when expecting ','
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9063 nocompile/new_18.d(17): expression expected, not 'EOF'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9064 nocompile/new_18.d(17): found 'EOF' when expecting ','
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9065 nocompile/new_18.d(17): expression expected, not 'EOF'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9066 nocompile/new_18.d(17): found 'EOF' when expecting ','
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9067 nocompile/new_18.d(17): expression expected, not 'EOF'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9068 nocompile/new_18.d(17): found 'EOF' when expecting ','
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9069 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9070
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9071 Torture-Sub-1/32-XFAIL: nocompile/new_18.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9072 nocompile: llvmdc -O0 -od./obj -c nocompile/new_19.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9073 nocompile/new_19.d(11): found 's' when expecting ','
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9074 nocompile/new_19.d(11): expression expected, not ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9075 nocompile/new_19.d(11): found '{' when expecting ','
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9076 nocompile/new_19.d(12): found '*' when expecting '.' following 'void'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9077 nocompile/new_19.d(12): found ';' when expecting ','
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9078 nocompile/new_19.d(13): expression expected, not 'return'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9079 nocompile/new_19.d(13): found 'v' when expecting ','
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9080 nocompile/new_19.d(13): expression expected, not ';'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9081 nocompile/new_19.d(14): found '}' when expecting ','
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9082 nocompile/new_19.d(15): found '*' when expecting '.' following 'void'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9083 nocompile/new_19.d(15): found ';' when expecting ','
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9084 nocompile/new_19.d(16): expression expected, not 'return'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9085 nocompile/new_19.d(16): found 'v' when expecting ','
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9086 nocompile/new_19.d(16): expression expected, not ';'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9087 nocompile/new_19.d(17): found '}' when expecting ','
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9088 nocompile/new_19.d(18): expression expected, not '}'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9089 nocompile/new_19.d(19): found 'EOF' when expecting ','
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9090 nocompile/new_19.d(19): expression expected, not 'EOF'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9091 nocompile/new_19.d(19): found 'EOF' when expecting ','
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9092 nocompile/new_19.d(19): expression expected, not 'EOF'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9093 nocompile/new_19.d(19): found 'EOF' when expecting ','
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9094 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9095
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9096 Torture-Sub-1/32-XFAIL: nocompile/new_19.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9097 nocompile: llvmdc -O0 -od./obj -c nocompile/new_20.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9098 nocompile/new_20.d(12): found 's' when expecting ','
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9099 nocompile/new_20.d(12): expression expected, not ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9100 nocompile/new_20.d(12): found '{' when expecting ','
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9101 nocompile/new_20.d(13): found '*' when expecting '.' following 'void'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9102 nocompile/new_20.d(13): found ';' when expecting ','
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9103 nocompile/new_20.d(14): expression expected, not 'return'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9104 nocompile/new_20.d(14): found 'v' when expecting ','
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9105 nocompile/new_20.d(14): expression expected, not ';'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9106 nocompile/new_20.d(15): found '}' when expecting ','
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9107 nocompile/new_20.d(16): expression expected, not '}'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9108 nocompile/new_20.d(17): found '}' when expecting ','
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9109 nocompile/new_20.d(18): expression expected, not 'EOF'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9110 nocompile/new_20.d(18): found 'EOF' when expecting ','
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9111 nocompile/new_20.d(18): expression expected, not 'EOF'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9112 nocompile/new_20.d(18): found 'EOF' when expecting ','
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9113 nocompile/new_20.d(18): expression expected, not 'EOF'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9114 nocompile/new_20.d(18): found 'EOF' when expecting ','
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9115 nocompile/new_20.d(18): expression expected, not 'EOF'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9116 nocompile/new_20.d(18): found 'EOF' when expecting ','
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9117 nocompile/new_20.d(18): expression expected, not 'EOF'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9118 nocompile/new_20.d(18): found 'EOF' when expecting ','
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9119 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9120
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9121 Torture-Sub-1/32-FAIL: nocompile/new_20.d [bad error message]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9122 nocompile: llvmdc -O0 -od./obj -c nocompile/new_21.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9123 nocompile/new_21.d(11): found 's' when expecting ','
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9124 nocompile/new_21.d(11): expression expected, not ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9125 nocompile/new_21.d(11): found '{' when expecting ','
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9126 nocompile/new_21.d(12): found '*' when expecting '.' following 'void'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9127 nocompile/new_21.d(12): found ';' when expecting ','
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9128 nocompile/new_21.d(13): expression expected, not 'return'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9129 nocompile/new_21.d(13): found 'v' when expecting ','
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9130 nocompile/new_21.d(13): expression expected, not ';'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9131 nocompile/new_21.d(14): found '}' when expecting ','
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9132 nocompile/new_21.d(15): expression expected, not '}'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9133 nocompile/new_21.d(16): found '}' when expecting ','
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9134 nocompile/new_21.d(17): expression expected, not 'EOF'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9135 nocompile/new_21.d(17): found 'EOF' when expecting ','
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9136 nocompile/new_21.d(17): expression expected, not 'EOF'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9137 nocompile/new_21.d(17): found 'EOF' when expecting ','
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9138 nocompile/new_21.d(17): expression expected, not 'EOF'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9139 nocompile/new_21.d(17): found 'EOF' when expecting ','
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9140 nocompile/new_21.d(17): expression expected, not 'EOF'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9141 nocompile/new_21.d(17): found 'EOF' when expecting ','
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9142 nocompile/new_21.d(17): expression expected, not 'EOF'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9143 nocompile/new_21.d(17): found 'EOF' when expecting ','
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9144 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9145
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9146 Torture-Sub-1/32-XFAIL: nocompile/new_21.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9147 nocompile: llvmdc -O0 -od./obj -c nocompile/new_22.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9148 nocompile/new_22.d(9): allocator dstress.nocompile.new_22.new new allocators only are for class or struct definitions
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9149 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9150
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9151 Torture-Sub-1/32-XFAIL: nocompile/new_22.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9152 nocompile: llvmdc -O0 -od./obj -c nocompile/n/namespace_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9153 nocompile/n/namespace_01_A.d(11): semicolon expected, not '{'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9154 nocompile/n/namespace_01_A.d(11): Declaration expected, not '{'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9155 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9156
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9157 Torture-Sub-1/32-XFAIL: nocompile/n/namespace_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9158 nocompile: llvmdc -O0 -od./obj -c nocompile/n/namespace_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9159 nocompile/n/namespace_01_B.d(11): semicolon expected, not '.'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9160 nocompile/n/namespace_01_B.d(11): no identifier for declarator .y.z
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9161 nocompile/n/namespace_01_B.d(11): semicolon expected, not '{'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9162 nocompile/n/namespace_01_B.d(11): Declaration expected, not '{'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9163 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9164
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9165 Torture-Sub-1/32-XFAIL: nocompile/n/namespace_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9166 nocompile: llvmdc -O0 -od./obj -c nocompile/n/namespace_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9167 nocompile/n/namespace_01_C.d(11): semicolon expected, not '{'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9168 nocompile/n/namespace_01_C.d(11): Declaration expected, not '{'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9169 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9170
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9171 Torture-Sub-1/32-XFAIL: nocompile/n/namespace_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9172 nocompile: llvmdc -O0 -od./obj -c nocompile/n/nested_class_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9173 nocompile/n/nested_class_01_C.d(15): Error: outer class Outer 'this' needed to 'new' nested class Inner
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9174 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9175
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9176 Torture-Sub-1/32-XFAIL: nocompile/n/nested_class_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9177 nocompile: llvmdc -O0 -od./obj -c nocompile/n/nested_class_01_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9178 nocompile/n/nested_class_01_D.d(14): Error: this for i needs to be type Outer not type dstress.nocompile.n.nested_class_01_D.Outer.Inner
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9179 nocompile/n/nested_class_01_D.d(14): class dstress.nocompile.n.nested_class_01_D.Outer.Inner member i is not accessible
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9180 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9181
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9182 Torture-Sub-1/32-XFAIL: nocompile/n/nested_class_01_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9183 nocompile: llvmdc -O0 -od./obj -c nocompile/n/nested_class_02_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9184 nocompile/n/nested_class_02_C.d(12): Error: undefined identifier m
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9185 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9186
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9187 Torture-Sub-1/32-XFAIL: nocompile/n/nested_class_02_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9188 nocompile: llvmdc -O0 -od./obj -c nocompile/n/nested_class_02_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9189 nocompile/n/nested_class_02_D.d(14): function dstress.nocompile.n.nested_class_02_D.func.Inner.test cannot access frame of function func
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9190 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9191
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9192 Torture-Sub-1/32-XFAIL: nocompile/n/nested_class_02_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9193 nocompile: llvmdc -O0 -od./obj -c nocompile/n/new_23.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9194 nocompile/n/new_23.d(19): Error: outer class A 'this' needed to 'new' nested class B
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9195 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9196
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9197 Torture-Sub-1/32-XFAIL: nocompile/n/new_23.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9198 nocompile: llvmdc -O0 -od./obj -c nocompile/n/new_24.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9199 nocompile/n/new_24.d(19): Error: const Exp type Expression not implemented: 'new B' type: 'dstress.nocompile.n.new_24.A.B'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9200 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9201
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9202 Torture-Sub-1/32-XFAIL: nocompile/n/new_24.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9203 nocompile: llvmdc -O0 -od./obj -c nocompile/n/new_25_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9204 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9205
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9206 Torture-Sub-1/32-XPASS: nocompile/n/new_25_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9207 nocompile: llvmdc -O0 -od./obj -c nocompile/n/new_25_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9208 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9209
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9210 Torture-Sub-1/32-XPASS: nocompile/n/new_25_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9211 nocompile: llvmdc -O0 -od./obj -c nocompile/n/new_25_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9212 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9213
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9214 Torture-Sub-1/32-XPASS: nocompile/n/new_25_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9215 nocompile: llvmdc -O0 -od./obj -c nocompile/n/new_25_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9216 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9217
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9218 Torture-Sub-1/32-XPASS: nocompile/n/new_25_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9219 nocompile: llvmdc -O0 -od./obj -c nocompile/n/new_26_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9220 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9221
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9222 Torture-Sub-1/32-XPASS: nocompile/n/new_26_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9223 nocompile: llvmdc -O0 -od./obj -c nocompile/n/new_26_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9224 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9225
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9226 Torture-Sub-1/32-XPASS: nocompile/n/new_26_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9227 nocompile: llvmdc -O0 -od./obj -c nocompile/n/new_26_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9228 nocompile/n/new_26_C.d(14): Error: cannot implicitly convert expression (3.3) of type double to uint
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9229 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9230
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9231 Torture-Sub-1/32-XFAIL: nocompile/n/new_26_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9232 nocompile: llvmdc -O0 -od./obj -c nocompile/n/new_27_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9233 nocompile/n/new_27_A.d(17): found 'void' when expecting '('
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9234 nocompile/n/new_27_A.d(17): found '{' when expecting ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9235 nocompile/n/new_27_A.d(18): semicolon expected following function declaration
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9236 nocompile/n/new_27_A.d(19): unrecognized declaration
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9237 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9238
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9239 Torture-Sub-1/32-XFAIL: nocompile/n/new_27_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9240 nocompile: llvmdc -O0 -od./obj -c nocompile/n/new_27_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9241 nocompile/n/new_27_B.d(17): found 'void' when expecting '('
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9242 nocompile/n/new_27_B.d(17): found '{' when expecting ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9243 nocompile/n/new_27_B.d(18): semicolon expected following function declaration
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9244 nocompile/n/new_27_B.d(19): unrecognized declaration
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9245 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9246
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9247 Torture-Sub-1/32-XFAIL: nocompile/n/new_27_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9248 nocompile: llvmdc -O0 -od./obj -c nocompile/offset_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9249 nocompile/offset_01.d(19): Error: no property 'offset' for type 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9250 nocompile/offset_01.d(20): Error: no property 'offset' for type 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9251 nocompile/offset_01.d(21): Error: no property 'offset' for type 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9252 nocompile/offset_01.d(21): Error: no property 'offset' for type 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9253 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9254
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9255 Torture-Sub-1/32-XFAIL: nocompile/offset_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9256 nocompile: llvmdc -O0 -od./obj -c nocompile/offset_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9257 nocompile/offset_02.d(17): Error: .offset deprecated, use .offsetof
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9258 nocompile/offset_02.d(18): Error: .offset deprecated, use .offsetof
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9259 nocompile/offset_02.d(19): Error: .offset deprecated, use .offsetof
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9260 nocompile/offset_02.d(19): Error: .offset deprecated, use .offsetof
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9261 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9262
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9263 Torture-Sub-1/32-XFAIL: nocompile/offset_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9264 nocompile: llvmdc -O0 -od./obj -c nocompile/offset_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9265 nocompile/offset_03.d(19): Error: no property 'offset' for type 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9266 nocompile/offset_03.d(20): Error: no property 'offset' for type 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9267 nocompile/offset_03.d(21): Error: no property 'offset' for type 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9268 nocompile/offset_03.d(21): Error: no property 'offset' for type 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9269 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9270
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9271 Torture-Sub-1/32-XFAIL: nocompile/offset_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9272 nocompile: llvmdc -O0 -od./obj -c nocompile/offsetof_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9273 nocompile/offsetof_03.d(17): Error: no property 'offsetof' for type 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9274 nocompile/offsetof_03.d(18): Error: no property 'offsetof' for type 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9275 nocompile/offsetof_03.d(19): Error: no property 'offsetof' for type 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9276 nocompile/offsetof_03.d(19): Error: no property 'offsetof' for type 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9277 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9278
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9279 Torture-Sub-1/32-XFAIL: nocompile/offsetof_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9280 nocompile: llvmdc -O0 -od./obj -c nocompile/offsetof_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9281 nocompile/offsetof_04.d(19): Error: no property 'offsetof' for type 'void'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9282 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9283
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9284 Torture-Sub-1/32-XFAIL: nocompile/offsetof_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9285 nocompile: llvmdc -O0 -od./obj -c nocompile/offsetof_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9286 nocompile/offsetof_05.d(21): Error: no property 'offsetof' for type 'void'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9287 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9288
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9289 Torture-Sub-1/32-XFAIL: nocompile/offsetof_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9290 nocompile: llvmdc -O0 -od./obj -c nocompile/offsetof_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9291 nocompile/offsetof_06.d(21): Error: no property 'offsetof' for type 'void'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9292 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9293
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9294 Torture-Sub-1/32-XFAIL: nocompile/offsetof_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9295 nocompile: llvmdc -O0 -od./obj -c nocompile/offsetof_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9296 nocompile/offsetof_08.d(17): Error: 'this' is only allowed in non-static member functions, not main
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9297 nocompile/offsetof_08.d(17): Error: this for a needs to be type MyClass not type int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9298 nocompile/offsetof_08.d(18): Error: 'this' is only allowed in non-static member functions, not main
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9299 nocompile/offsetof_08.d(18): Error: this for b needs to be type MyClass not type int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9300 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9301
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9302 Torture-Sub-1/32-XFAIL: nocompile/offsetof_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9303 nocompile: llvmdc -O0 -od./obj -c nocompile/offsetof_74.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9304 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9305
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9306 Torture-Sub-1/32-XPASS: nocompile/offsetof_74.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9307 nocompile: llvmdc -O0 -od./obj -c nocompile/offsetof_75.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9308 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9309
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9310 Torture-Sub-1/32-XPASS: nocompile/offsetof_75.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9311 nocompile: llvmdc -O0 -od./obj -c nocompile/offsetof_76.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9312 nocompile/offsetof_76.d(14): function dstress.nocompile.offsetof_76.A.alignof .alignof property cannot be redefined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9313 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9314
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9315 Torture-Sub-1/32-XFAIL: nocompile/offsetof_76.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9316 nocompile: llvmdc -O0 -od./obj -c nocompile/offsetof_77.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9317 nocompile/offsetof_77.d(14): variable dstress.nocompile.offsetof_77.A.alignof .alignof property cannot be redefined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9318 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9319
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9320 Torture-Sub-1/32-XFAIL: nocompile/offsetof_77.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9321 nocompile: llvmdc -O0 -od./obj -c nocompile/o/obsolete_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9322 nocompile/o/obsolete_01_A.d(11): Declaration expected, not '['
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9323 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9324
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9325 Torture-Sub-1/32-XFAIL: nocompile/o/obsolete_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9326 nocompile: llvmdc -O0 -od./obj -c nocompile/o/obsolete_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9327 nocompile/o/obsolete_01_B.d(11): found '"use some other class"' when expecting ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9328 nocompile/o/obsolete_01_B.d(11): no identifier for declarator Obsolete
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9329 nocompile/o/obsolete_01_B.d(11): semicolon expected, not ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9330 nocompile/o/obsolete_01_B.d(11): Declaration expected, not ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9331 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9332
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9333 Torture-Sub-1/32-XFAIL: nocompile/o/obsolete_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9334 nocompile: llvmdc -O0 -od./obj -c nocompile/o/obsolete_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9335 nocompile/o/obsolete_01_C.d(11): found '"use some other class"' when expecting ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9336 nocompile/o/obsolete_01_C.d(11): no identifier for declarator obsolete
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9337 nocompile/o/obsolete_01_C.d(11): semicolon expected, not ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9338 nocompile/o/obsolete_01_C.d(11): Declaration expected, not ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9339 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9340
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9341 Torture-Sub-1/32-XFAIL: nocompile/o/obsolete_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9342 nocompile: llvmdc -O0 -od./obj -c nocompile/o/obsolete_01_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9343 nocompile/o/obsolete_01_D.d(11): Declaration expected, not '['
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9344 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9345
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9346 Torture-Sub-1/32-XFAIL: nocompile/o/obsolete_01_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9347 nocompile: llvmdc -O0 -od./obj -c nocompile/o/offsetof_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9348 nocompile/o/offsetof_01.d(15): Error: no property 'offsetof' for type 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9349 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9350
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9351 Torture-Sub-1/32-XFAIL: nocompile/o/offsetof_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9352 nocompile: llvmdc -O0 -od./obj -c nocompile/o/offsetof_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9353 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9354
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9355 Torture-Sub-1/32-XPASS: nocompile/o/offsetof_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9356 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opAdd_08_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9357 nocompile/o/opAdd_08_A.d(16): Error: cannot implicitly convert expression (cast(int)a + cast(int)a) of type int to bool
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9358 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9359
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9360 Torture-Sub-1/32-XFAIL: nocompile/o/opAdd_08_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9361 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opAdd_09_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9362 nocompile/o/opAdd_09_A.d(15): Error: cannot implicitly convert expression (cast(double)cast(int)b + 2.2) of type double to bool
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9363 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9364
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9365 Torture-Sub-1/32-XFAIL: nocompile/o/opAdd_09_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9366 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opAdd_09_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9367 nocompile/o/opAdd_09_B.d(15): Error: cannot implicitly convert expression (cast(double)cast(int)b + 0) of type double to bool
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9368 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9369
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9370 Torture-Sub-1/32-XFAIL: nocompile/o/opAdd_09_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9371 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opAdd_09_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9372 nocompile/o/opAdd_09_C.d(15): Error: cannot implicitly convert expression (cast(double)cast(int)b + nan) of type double to bool
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9373 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9374
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9375 Torture-Sub-1/32-XFAIL: nocompile/o/opAdd_09_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9376 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opAdd_09_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9377 nocompile/o/opAdd_09_D.d(15): Error: cannot implicitly convert expression (cast(double)cast(int)b + 2.2i) of type cdouble to bool
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9378 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9379
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9380 Torture-Sub-1/32-XFAIL: nocompile/o/opAdd_09_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9381 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opAdd_09_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9382 nocompile/o/opAdd_09_E.d(15): Error: cannot implicitly convert expression (cast(double)cast(int)b + 0i) of type cdouble to bool
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9383 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9384
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9385 Torture-Sub-1/32-XFAIL: nocompile/o/opAdd_09_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9386 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opAdd_09_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9387 nocompile/o/opAdd_09_F.d(15): Error: cannot implicitly convert expression (cast(double)cast(int)b + nani) of type cdouble to bool
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9388 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9389
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9390 Torture-Sub-1/32-XFAIL: nocompile/o/opAdd_09_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9391 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opAddAssign_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9392 nocompile/o/opAddAssign_01.d(17): semicolon expected, not '+='
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9393 nocompile/o/opAddAssign_01.d(17): found '+=' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9394 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9395
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9396 Torture-Sub-1/32-XFAIL: nocompile/o/opAddAssign_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9397 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opAddAssign_18_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9398 nocompile/o/opAddAssign_18_A.d(21): Error: incompatible types for ((a) += (x)): 'float' and 'dstress.nocompile.o.opAddAssign_18_A.X'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9399 nocompile/o/opAddAssign_18_A.d(21): Error: 'x' is not of arithmetic type, it is a dstress.nocompile.o.opAddAssign_18_A.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9400 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9401
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9402 Torture-Sub-1/32-XFAIL: nocompile/o/opAddAssign_18_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9403 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opAddAssign_18_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9404 nocompile/o/opAddAssign_18_B.d(21): Error: incompatible types for ((a) += (x)): 'float' and 'X'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9405 nocompile/o/opAddAssign_18_B.d(21): Error: 'x' is not of arithmetic type, it is a X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9406 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9407
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9408 Torture-Sub-1/32-XFAIL: nocompile/o/opAddAssign_18_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9409 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opAddAssign_18_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9410 nocompile/o/opAddAssign_18_C.d(21): Error: 'x' is not a scalar, it is a dstress.nocompile.o.opAddAssign_18_C.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9411 nocompile/o/opAddAssign_18_C.d(21): Error: incompatible types for ((x) += (a)): 'dstress.nocompile.o.opAddAssign_18_C.X' and 'float'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9412 nocompile/o/opAddAssign_18_C.d(21): Error: 'x' is not of arithmetic type, it is a dstress.nocompile.o.opAddAssign_18_C.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9413 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9414
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9415 Torture-Sub-1/32-XFAIL: nocompile/o/opAddAssign_18_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9416 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opAddAssign_18_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9417 nocompile/o/opAddAssign_18_D.d(21): Error: 'x' is not a scalar, it is a X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9418 nocompile/o/opAddAssign_18_D.d(21): Error: incompatible types for ((x) += (a)): 'X' and 'float'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9419 nocompile/o/opAddAssign_18_D.d(21): Error: 'x' is not of arithmetic type, it is a X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9420 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9421
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9422 Torture-Sub-1/32-XFAIL: nocompile/o/opAddAssign_18_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9423 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opAddAssign_18_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9424 nocompile/o/opAddAssign_18_E.d(21): Error: incompatible types for ((a) += (x)): 'ifloat' and 'dstress.nocompile.o.opAddAssign_18_E.X'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9425 nocompile/o/opAddAssign_18_E.d(21): Error: 'x' is not of arithmetic type, it is a dstress.nocompile.o.opAddAssign_18_E.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9426 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9427
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9428 Torture-Sub-1/32-XFAIL: nocompile/o/opAddAssign_18_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9429 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opAddAssign_18_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9430 nocompile/o/opAddAssign_18_F.d(21): Error: incompatible types for ((a) += (x)): 'ifloat' and 'X'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9431 nocompile/o/opAddAssign_18_F.d(21): Error: 'x' is not of arithmetic type, it is a X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9432 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9433
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9434 Torture-Sub-1/32-XFAIL: nocompile/o/opAddAssign_18_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9435 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opAddAssign_18_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9436 nocompile/o/opAddAssign_18_G.d(21): Error: 'x' is not a scalar, it is a dstress.nocompile.o.opAddAssign_18_G.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9437 nocompile/o/opAddAssign_18_G.d(21): Error: incompatible types for ((x) += (a)): 'dstress.nocompile.o.opAddAssign_18_G.X' and 'ifloat'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9438 nocompile/o/opAddAssign_18_G.d(21): Error: 'x' is not of arithmetic type, it is a dstress.nocompile.o.opAddAssign_18_G.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9439 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9440
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9441 Torture-Sub-1/32-XFAIL: nocompile/o/opAddAssign_18_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9442 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opAddAssign_18_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9443 nocompile/o/opAddAssign_18_H.d(21): Error: 'x' is not a scalar, it is a X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9444 nocompile/o/opAddAssign_18_H.d(21): Error: incompatible types for ((x) += (a)): 'X' and 'ifloat'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9445 nocompile/o/opAddAssign_18_H.d(21): Error: 'x' is not of arithmetic type, it is a X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9446 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9447
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9448 Torture-Sub-1/32-XFAIL: nocompile/o/opAddAssign_18_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9449 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opAddAssign_18_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9450 nocompile/o/opAddAssign_18_I.d(21): Error: incompatible types for ((a) += (x)): 'cfloat' and 'dstress.nocompile.o.opAddAssign_18_I.X'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9451 nocompile/o/opAddAssign_18_I.d(21): Error: 'x' is not of arithmetic type, it is a dstress.nocompile.o.opAddAssign_18_I.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9452 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9453
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9454 Torture-Sub-1/32-XFAIL: nocompile/o/opAddAssign_18_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9455 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opAddAssign_18_J.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9456 nocompile/o/opAddAssign_18_J.d(21): Error: incompatible types for ((a) += (x)): 'cfloat' and 'X'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9457 nocompile/o/opAddAssign_18_J.d(21): Error: 'x' is not of arithmetic type, it is a X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9458 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9459
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9460 Torture-Sub-1/32-XFAIL: nocompile/o/opAddAssign_18_J.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9461 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opAddAssign_18_K.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9462 nocompile/o/opAddAssign_18_K.d(21): Error: 'x' is not a scalar, it is a dstress.nocompile.o.opAddAssign_18_K.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9463 nocompile/o/opAddAssign_18_K.d(21): Error: incompatible types for ((x) += (a)): 'dstress.nocompile.o.opAddAssign_18_K.X' and 'cfloat'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9464 nocompile/o/opAddAssign_18_K.d(21): Error: 'x' is not of arithmetic type, it is a dstress.nocompile.o.opAddAssign_18_K.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9465 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9466
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9467 Torture-Sub-1/32-XFAIL: nocompile/o/opAddAssign_18_K.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9468 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opAddAssign_18_L.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9469 nocompile/o/opAddAssign_18_L.d(21): Error: 'x' is not a scalar, it is a X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9470 nocompile/o/opAddAssign_18_L.d(21): Error: incompatible types for ((x) += (a)): 'X' and 'cfloat'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9471 nocompile/o/opAddAssign_18_L.d(21): Error: 'x' is not of arithmetic type, it is a X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9472 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9473
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9474 Torture-Sub-1/32-XFAIL: nocompile/o/opAddAssign_18_L.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9475 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opAddAssign_18_M.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9476 nocompile/o/opAddAssign_18_M.d(21): Error: incompatible types for ((a) += (x)): 'int' and 'dstress.nocompile.o.opAddAssign_18_M.X'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9477 nocompile/o/opAddAssign_18_M.d(21): Error: 'x' is not of arithmetic type, it is a dstress.nocompile.o.opAddAssign_18_M.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9478 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9479
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9480 Torture-Sub-1/32-XFAIL: nocompile/o/opAddAssign_18_M.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9481 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opAddAssign_18_N.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9482 nocompile/o/opAddAssign_18_N.d(21): Error: incompatible types for ((a) += (x)): 'int' and 'X'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9483 nocompile/o/opAddAssign_18_N.d(21): Error: 'x' is not of arithmetic type, it is a X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9484 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9485
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9486 Torture-Sub-1/32-XFAIL: nocompile/o/opAddAssign_18_N.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9487 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opAddAssign_18_O.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9488 nocompile/o/opAddAssign_18_O.d(21): Error: 'x' is not a scalar, it is a dstress.nocompile.o.opAddAssign_18_O.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9489 nocompile/o/opAddAssign_18_O.d(21): Error: incompatible types for ((x) += (a)): 'dstress.nocompile.o.opAddAssign_18_O.X' and 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9490 nocompile/o/opAddAssign_18_O.d(21): Error: 'x' is not of arithmetic type, it is a dstress.nocompile.o.opAddAssign_18_O.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9491 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9492
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9493 Torture-Sub-1/32-XFAIL: nocompile/o/opAddAssign_18_O.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9494 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opAddAssign_18_P.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9495 nocompile/o/opAddAssign_18_P.d(21): Error: 'x' is not a scalar, it is a X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9496 nocompile/o/opAddAssign_18_P.d(21): Error: incompatible types for ((x) += (a)): 'X' and 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9497 nocompile/o/opAddAssign_18_P.d(21): Error: 'x' is not of arithmetic type, it is a X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9498 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9499
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9500 Torture-Sub-1/32-XFAIL: nocompile/o/opAddAssign_18_P.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9501 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opAddAssign_19_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9502 nocompile/o/opAddAssign_19_A.d(15): Error: operation not allowed on bool 'b'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9503 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9504
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9505 Torture-Sub-1/32-XFAIL: nocompile/o/opAddAssign_19_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9506 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opAddAssign_19_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9507 nocompile/o/opAddAssign_19_B.d(15): Error: operation not allowed on bool 'b'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9508 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9509
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9510 Torture-Sub-1/32-XFAIL: nocompile/o/opAddAssign_19_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9511 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opAddAssign_19_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9512 nocompile/o/opAddAssign_19_C.d(15): Error: operation not allowed on bool 'b'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9513 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9514
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9515 Torture-Sub-1/32-XFAIL: nocompile/o/opAddAssign_19_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9516 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opAddAssign_19_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9517 nocompile/o/opAddAssign_19_D.d(15): Error: operation not allowed on bool 'b'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9518 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9519
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9520 Torture-Sub-1/32-XFAIL: nocompile/o/opAddAssign_19_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9521 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opAddAssign_19_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9522 nocompile/o/opAddAssign_19_E.d(15): Error: operation not allowed on bool 'b'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9523 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9524
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9525 Torture-Sub-1/32-XFAIL: nocompile/o/opAddAssign_19_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9526 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opAddAssign_19_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9527 nocompile/o/opAddAssign_19_F.d(15): Error: operation not allowed on bool 'b'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9528 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9529
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9530 Torture-Sub-1/32-XFAIL: nocompile/o/opAddAssign_19_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9531 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opAndAssign_01_J.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9532 nocompile/o/opAndAssign_01_J.d(16): Error: 'f[cast(uint)0]' is not of integral type, it is a float
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9533 nocompile/o/opAndAssign_01_J.d(16): Error: '1' is not of integral type, it is a float
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9534 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9535
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9536 Torture-Sub-1/32-XFAIL: nocompile/o/opAndAssign_01_J.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9537 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opAndAssign_01_K.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9538 nocompile/o/opAndAssign_01_K.d(16): Error: 'f[cast(uint)0]' is not of integral type, it is a double
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9539 nocompile/o/opAndAssign_01_K.d(16): Error: '1' is not of integral type, it is a double
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9540 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9541
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9542 Torture-Sub-1/32-XFAIL: nocompile/o/opAndAssign_01_K.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9543 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opAndAssign_01_L.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9544 nocompile/o/opAndAssign_01_L.d(16): Error: 'f[cast(uint)0]' is not of integral type, it is a real
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9545 nocompile/o/opAndAssign_01_L.d(16): Error: '1' is not of integral type, it is a real
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9546 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9547
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9548 Torture-Sub-1/32-XFAIL: nocompile/o/opAndAssign_01_L.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9549 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opAndAssign_01_M.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9550 nocompile/o/opAndAssign_01_M.d(16): Error: 'f[cast(uint)0]' is not of integral type, it is a ifloat
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9551 nocompile/o/opAndAssign_01_M.d(16): Error: '1i' is not of integral type, it is a ifloat
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9552 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9553
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9554 Torture-Sub-1/32-XFAIL: nocompile/o/opAndAssign_01_M.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9555 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opAndAssign_01_N.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9556 nocompile/o/opAndAssign_01_N.d(16): Error: 'f[cast(uint)0]' is not of integral type, it is a idouble
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9557 nocompile/o/opAndAssign_01_N.d(16): Error: '1i' is not of integral type, it is a idouble
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9558 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9559
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9560 Torture-Sub-1/32-XFAIL: nocompile/o/opAndAssign_01_N.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9561 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opAndAssign_01_O.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9562 nocompile/o/opAndAssign_01_O.d(16): Error: 'f[cast(uint)0]' is not of integral type, it is a ireal
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9563 nocompile/o/opAndAssign_01_O.d(16): Error: '1i' is not of integral type, it is a ireal
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9564 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9565
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9566 Torture-Sub-1/32-XFAIL: nocompile/o/opAndAssign_01_O.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9567 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opAndAssign_01_P.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9568 nocompile/o/opAndAssign_01_P.d(15): Error: cannot implicitly convert expression (8i) of type ifloat to cfloat[]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9569 nocompile/o/opAndAssign_01_P.d(15): Error: cannot cast ifloat to cfloat[]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9570 nocompile/o/opAndAssign_01_P.d(15): Error: integral constant must be scalar type, not cfloat[]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9571 nocompile/o/opAndAssign_01_P.d(16): Error: 'f[cast(uint)0]' is not of integral type, it is a cfloat
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9572 nocompile/o/opAndAssign_01_P.d(16): Error: '1Fi + 2F' is not of integral type, it is a cfloat
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9573 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9574
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9575 Torture-Sub-1/32-XFAIL: nocompile/o/opAndAssign_01_P.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9576 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opAndAssign_01_Q.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9577 nocompile/o/opAndAssign_01_Q.d(15): Error: cannot implicitly convert expression (8i) of type idouble to cdouble[]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9578 nocompile/o/opAndAssign_01_Q.d(15): Error: cannot cast idouble to cdouble[]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9579 nocompile/o/opAndAssign_01_Q.d(15): Error: integral constant must be scalar type, not cdouble[]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9580 nocompile/o/opAndAssign_01_Q.d(16): Error: 'f[cast(uint)0]' is not of integral type, it is a cdouble
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9581 nocompile/o/opAndAssign_01_Q.d(16): Error: '1i + 2' is not of integral type, it is a cdouble
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9582 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9583
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9584 Torture-Sub-1/32-XFAIL: nocompile/o/opAndAssign_01_Q.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9585 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opAndAssign_01_R.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9586 nocompile/o/opAndAssign_01_R.d(15): Error: cannot implicitly convert expression (8i) of type idouble to creal[]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9587 nocompile/o/opAndAssign_01_R.d(15): Error: cannot cast idouble to creal[]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9588 nocompile/o/opAndAssign_01_R.d(15): Error: integral constant must be scalar type, not creal[]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9589 nocompile/o/opAndAssign_01_R.d(16): Error: 'f[cast(uint)0]' is not of integral type, it is a creal
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9590 nocompile/o/opAndAssign_01_R.d(16): Error: 'cast(creal)(1i + 2)' is not of integral type, it is a creal
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9591 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9592
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9593 Torture-Sub-1/32-XFAIL: nocompile/o/opAndAssign_01_R.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9594 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opAndAssign_18_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9595 nocompile/o/opAndAssign_18_A.d(21): Error: incompatible types for ((a) &= (x)): 'float' and 'dstress.nocompile.o.opAndAssign_18_A.X'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9596 nocompile/o/opAndAssign_18_A.d(21): Error: 'a' is not of integral type, it is a float
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9597 nocompile/o/opAndAssign_18_A.d(21): Error: 'x' is not of integral type, it is a dstress.nocompile.o.opAndAssign_18_A.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9598 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9599
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9600 Torture-Sub-1/32-XFAIL: nocompile/o/opAndAssign_18_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9601 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opAndAssign_18_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9602 nocompile/o/opAndAssign_18_B.d(21): Error: incompatible types for ((a) &= (x)): 'float' and 'X'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9603 nocompile/o/opAndAssign_18_B.d(21): Error: 'a' is not of integral type, it is a float
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9604 nocompile/o/opAndAssign_18_B.d(21): Error: 'x' is not of integral type, it is a X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9605 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9606
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9607 Torture-Sub-1/32-XFAIL: nocompile/o/opAndAssign_18_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9608 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opAndAssign_18_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9609 nocompile/o/opAndAssign_18_C.d(21): Error: 'x' is not a scalar, it is a dstress.nocompile.o.opAndAssign_18_C.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9610 nocompile/o/opAndAssign_18_C.d(21): Error: incompatible types for ((x) &= (a)): 'dstress.nocompile.o.opAndAssign_18_C.X' and 'float'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9611 nocompile/o/opAndAssign_18_C.d(21): Error: 'x' is not of integral type, it is a dstress.nocompile.o.opAndAssign_18_C.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9612 nocompile/o/opAndAssign_18_C.d(21): Error: 'a' is not of integral type, it is a float
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9613 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9614
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9615 Torture-Sub-1/32-XFAIL: nocompile/o/opAndAssign_18_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9616 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opAndAssign_18_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9617 nocompile/o/opAndAssign_18_D.d(21): Error: 'x' is not a scalar, it is a X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9618 nocompile/o/opAndAssign_18_D.d(21): Error: incompatible types for ((x) &= (a)): 'X' and 'float'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9619 nocompile/o/opAndAssign_18_D.d(21): Error: 'x' is not of integral type, it is a X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9620 nocompile/o/opAndAssign_18_D.d(21): Error: 'a' is not of integral type, it is a float
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9621 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9622
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9623 Torture-Sub-1/32-XFAIL: nocompile/o/opAndAssign_18_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9624 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opAndAssign_18_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9625 nocompile/o/opAndAssign_18_E.d(21): Error: incompatible types for ((a) &= (x)): 'ifloat' and 'dstress.nocompile.o.opAndAssign_18_E.X'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9626 nocompile/o/opAndAssign_18_E.d(21): Error: 'a' is not of integral type, it is a ifloat
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9627 nocompile/o/opAndAssign_18_E.d(21): Error: 'x' is not of integral type, it is a dstress.nocompile.o.opAndAssign_18_E.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9628 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9629
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9630 Torture-Sub-1/32-XFAIL: nocompile/o/opAndAssign_18_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9631 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opAndAssign_18_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9632 nocompile/o/opAndAssign_18_F.d(21): Error: incompatible types for ((a) &= (x)): 'ifloat' and 'X'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9633 nocompile/o/opAndAssign_18_F.d(21): Error: 'a' is not of integral type, it is a ifloat
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9634 nocompile/o/opAndAssign_18_F.d(21): Error: 'x' is not of integral type, it is a X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9635 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9636
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9637 Torture-Sub-1/32-XFAIL: nocompile/o/opAndAssign_18_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9638 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opAndAssign_18_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9639 nocompile/o/opAndAssign_18_G.d(21): Error: 'x' is not a scalar, it is a dstress.nocompile.o.opAndAssign_18_G.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9640 nocompile/o/opAndAssign_18_G.d(21): Error: incompatible types for ((x) &= (a)): 'dstress.nocompile.o.opAndAssign_18_G.X' and 'ifloat'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9641 nocompile/o/opAndAssign_18_G.d(21): Error: 'x' is not of integral type, it is a dstress.nocompile.o.opAndAssign_18_G.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9642 nocompile/o/opAndAssign_18_G.d(21): Error: 'a' is not of integral type, it is a ifloat
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9643 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9644
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9645 Torture-Sub-1/32-XFAIL: nocompile/o/opAndAssign_18_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9646 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opAndAssign_18_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9647 nocompile/o/opAndAssign_18_H.d(21): Error: 'x' is not a scalar, it is a X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9648 nocompile/o/opAndAssign_18_H.d(21): Error: incompatible types for ((x) &= (a)): 'X' and 'ifloat'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9649 nocompile/o/opAndAssign_18_H.d(21): Error: 'x' is not of integral type, it is a X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9650 nocompile/o/opAndAssign_18_H.d(21): Error: 'a' is not of integral type, it is a ifloat
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9651 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9652
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9653 Torture-Sub-1/32-XFAIL: nocompile/o/opAndAssign_18_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9654 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opAndAssign_18_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9655 nocompile/o/opAndAssign_18_I.d(21): Error: incompatible types for ((a) &= (x)): 'cfloat' and 'dstress.nocompile.o.opAndAssign_18_I.X'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9656 nocompile/o/opAndAssign_18_I.d(21): Error: 'a' is not of integral type, it is a cfloat
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9657 nocompile/o/opAndAssign_18_I.d(21): Error: 'x' is not of integral type, it is a dstress.nocompile.o.opAndAssign_18_I.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9658 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9659
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9660 Torture-Sub-1/32-XFAIL: nocompile/o/opAndAssign_18_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9661 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opAndAssign_18_J.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9662 nocompile/o/opAndAssign_18_J.d(21): Error: incompatible types for ((a) &= (x)): 'cfloat' and 'X'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9663 nocompile/o/opAndAssign_18_J.d(21): Error: 'a' is not of integral type, it is a cfloat
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9664 nocompile/o/opAndAssign_18_J.d(21): Error: 'x' is not of integral type, it is a X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9665 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9666
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9667 Torture-Sub-1/32-XFAIL: nocompile/o/opAndAssign_18_J.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9668 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opAndAssign_18_K.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9669 nocompile/o/opAndAssign_18_K.d(21): Error: 'x' is not a scalar, it is a dstress.nocompile.o.opAndAssign_18_K.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9670 nocompile/o/opAndAssign_18_K.d(21): Error: incompatible types for ((x) &= (a)): 'dstress.nocompile.o.opAndAssign_18_K.X' and 'cfloat'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9671 nocompile/o/opAndAssign_18_K.d(21): Error: 'x' is not of integral type, it is a dstress.nocompile.o.opAndAssign_18_K.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9672 nocompile/o/opAndAssign_18_K.d(21): Error: 'a' is not of integral type, it is a cfloat
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9673 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9674
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9675 Torture-Sub-1/32-XFAIL: nocompile/o/opAndAssign_18_K.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9676 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opAndAssign_18_L.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9677 nocompile/o/opAndAssign_18_L.d(21): Error: 'x' is not a scalar, it is a X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9678 nocompile/o/opAndAssign_18_L.d(21): Error: incompatible types for ((x) &= (a)): 'X' and 'cfloat'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9679 nocompile/o/opAndAssign_18_L.d(21): Error: 'x' is not of integral type, it is a X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9680 nocompile/o/opAndAssign_18_L.d(21): Error: 'a' is not of integral type, it is a cfloat
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9681 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9682
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9683 Torture-Sub-1/32-XFAIL: nocompile/o/opAndAssign_18_L.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9684 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opAndAssign_18_M.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9685 nocompile/o/opAndAssign_18_M.d(21): Error: incompatible types for ((a) &= (x)): 'int' and 'dstress.nocompile.o.opAndAssign_18_M.X'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9686 nocompile/o/opAndAssign_18_M.d(21): Error: 'x' is not of integral type, it is a dstress.nocompile.o.opAndAssign_18_M.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9687 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9688
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9689 Torture-Sub-1/32-XFAIL: nocompile/o/opAndAssign_18_M.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9690 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opAndAssign_18_N.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9691 nocompile/o/opAndAssign_18_N.d(21): Error: incompatible types for ((a) &= (x)): 'int' and 'X'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9692 nocompile/o/opAndAssign_18_N.d(21): Error: 'x' is not of integral type, it is a X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9693 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9694
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9695 Torture-Sub-1/32-XFAIL: nocompile/o/opAndAssign_18_N.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9696 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opAndAssign_18_O.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9697 nocompile/o/opAndAssign_18_O.d(21): Error: 'x' is not a scalar, it is a dstress.nocompile.o.opAndAssign_18_O.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9698 nocompile/o/opAndAssign_18_O.d(21): Error: incompatible types for ((x) &= (a)): 'dstress.nocompile.o.opAndAssign_18_O.X' and 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9699 nocompile/o/opAndAssign_18_O.d(21): Error: 'x' is not of integral type, it is a dstress.nocompile.o.opAndAssign_18_O.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9700 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9701
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9702 Torture-Sub-1/32-XFAIL: nocompile/o/opAndAssign_18_O.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9703 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opAndAssign_18_P.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9704 nocompile/o/opAndAssign_18_P.d(21): Error: 'x' is not a scalar, it is a X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9705 nocompile/o/opAndAssign_18_P.d(21): Error: incompatible types for ((x) &= (a)): 'X' and 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9706 nocompile/o/opAndAssign_18_P.d(21): Error: 'x' is not of integral type, it is a X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9707 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9708
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9709 Torture-Sub-1/32-XFAIL: nocompile/o/opAndAssign_18_P.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9710 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opAssign_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9711 nocompile/o/opAssign_01_A.d(16): Error: bar = _adDupT(_D11TypeInfo_Ai6__initZ,foo) is not an lvalue
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9712 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9713
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9714 Torture-Sub-1/32-XFAIL: nocompile/o/opAssign_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9715 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opAssign_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9716 nocompile/o/opAssign_01_B.d(16): Error: bar = foo is not an lvalue
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9717 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9718
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9719 Torture-Sub-1/32-XFAIL: nocompile/o/opAssign_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9720 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opAssign_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9721 nocompile/o/opAssign_02_A.d(18): Error: Foo is not an lvalue
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9722 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9723
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9724 Torture-Sub-1/32-XFAIL: nocompile/o/opAssign_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9725 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opAssign_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9726 nocompile/o/opAssign_02_B.d(18): Error: Foo is not an lvalue
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9727 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9728
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9729 Torture-Sub-1/32-XFAIL: nocompile/o/opAssign_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9730 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opAssign_02_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9731 nocompile/o/opAssign_02_C.d(15): no identifier for declarator int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9732 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9733
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9734 Torture-Sub-1/32-XFAIL: nocompile/o/opAssign_02_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9735 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opAssign_02_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9736 nocompile/o/opAssign_02_D.d(19): Error: Enum is not an lvalue
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9737 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9738
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9739 Torture-Sub-1/32-XFAIL: nocompile/o/opAssign_02_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9740 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opAssign_03_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9741 nocompile/o/opAssign_03_A.d(14): Error: 0 is not an lvalue
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9742 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9743
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9744 Torture-Sub-1/32-XFAIL: nocompile/o/opAssign_03_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9745 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opAssign_03_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9746 nocompile/o/opAssign_03_B.d(14): Error: constant 0 is not an lvalue
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9747 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9748
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9749 Torture-Sub-1/32-XFAIL: nocompile/o/opAssign_03_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9750 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opCat_20.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9751 nocompile/o/opCat_20.d(15): Error: incompatible types for ((a) ~ ("eins")): 'char[][]' and 'char[4u]'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9752 nocompile/o/opCat_20.d(15): Error: Can only concatenate arrays, not (char[][] ~ char[4u])
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9753 nocompile/o/opCat_20.d(15): Error: cannot implicitly convert expression (a ~ "eins") of type int to char[][]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9754 nocompile/o/opCat_20.d(16): Error: incompatible types for ((a) ~ ("zwei")): 'char[][]' and 'char[4u]'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9755 nocompile/o/opCat_20.d(16): Error: Can only concatenate arrays, not (char[][] ~ char[4u])
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9756 nocompile/o/opCat_20.d(16): Error: cannot implicitly convert expression (a ~ "zwei") of type int to char[][]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9757 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9758
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9759 Torture-Sub-1/32-XFAIL: nocompile/o/opCat_20.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9760 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opCatAssign_18_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9761 nocompile/o/opCatAssign_18_A.d(21): Error: cannot append type dstress.nocompile.o.opCatAssign_18_A.X to type float
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9762 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9763
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9764 Torture-Sub-1/32-XFAIL: nocompile/o/opCatAssign_18_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9765 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opCatAssign_18_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9766 nocompile/o/opCatAssign_18_B.d(21): Error: cannot append type X to type float
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9767 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9768
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9769 Torture-Sub-1/32-XFAIL: nocompile/o/opCatAssign_18_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9770 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opCatAssign_18_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9771 nocompile/o/opCatAssign_18_C.d(21): Error: cannot append type float to type dstress.nocompile.o.opCatAssign_18_C.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9772 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9773
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9774 Torture-Sub-1/32-XFAIL: nocompile/o/opCatAssign_18_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9775 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opCatAssign_18_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9776 nocompile/o/opCatAssign_18_D.d(21): Error: cannot append type float to type X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9777 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9778
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9779 Torture-Sub-1/32-XFAIL: nocompile/o/opCatAssign_18_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9780 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opCatAssign_18_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9781 nocompile/o/opCatAssign_18_E.d(21): Error: cannot append type dstress.nocompile.o.opCatAssign_18_E.X to type ifloat
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9782 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9783
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9784 Torture-Sub-1/32-XFAIL: nocompile/o/opCatAssign_18_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9785 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opCatAssign_18_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9786 nocompile/o/opCatAssign_18_F.d(21): Error: cannot append type X to type ifloat
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9787 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9788
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9789 Torture-Sub-1/32-XFAIL: nocompile/o/opCatAssign_18_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9790 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opCatAssign_18_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9791 nocompile/o/opCatAssign_18_G.d(21): Error: cannot append type ifloat to type dstress.nocompile.o.opCatAssign_18_G.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9792 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9793
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9794 Torture-Sub-1/32-XFAIL: nocompile/o/opCatAssign_18_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9795 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opCatAssign_18_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9796 nocompile/o/opCatAssign_18_H.d(21): Error: cannot append type ifloat to type X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9797 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9798
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9799 Torture-Sub-1/32-XFAIL: nocompile/o/opCatAssign_18_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9800 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opCatAssign_18_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9801 nocompile/o/opCatAssign_18_I.d(21): Error: cannot append type dstress.nocompile.o.opCatAssign_18_I.X to type cfloat
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9802 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9803
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9804 Torture-Sub-1/32-XFAIL: nocompile/o/opCatAssign_18_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9805 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opCatAssign_18_J.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9806 nocompile/o/opCatAssign_18_J.d(21): Error: cannot append type X to type cfloat
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9807 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9808
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9809 Torture-Sub-1/32-XFAIL: nocompile/o/opCatAssign_18_J.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9810 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opCatAssign_18_K.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9811 nocompile/o/opCatAssign_18_K.d(21): Error: cannot append type cfloat to type dstress.nocompile.o.opCatAssign_18_K.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9812 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9813
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9814 Torture-Sub-1/32-XFAIL: nocompile/o/opCatAssign_18_K.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9815 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opCatAssign_18_L.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9816 nocompile/o/opCatAssign_18_L.d(21): Error: cannot append type cfloat to type X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9817 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9818
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9819 Torture-Sub-1/32-XFAIL: nocompile/o/opCatAssign_18_L.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9820 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opCatAssign_18_M.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9821 nocompile/o/opCatAssign_18_M.d(21): Error: cannot append type dstress.nocompile.o.opCatAssign_18_M.X to type int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9822 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9823
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9824 Torture-Sub-1/32-XFAIL: nocompile/o/opCatAssign_18_M.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9825 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opCatAssign_18_N.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9826 nocompile/o/opCatAssign_18_N.d(21): Error: cannot append type X to type int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9827 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9828
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9829 Torture-Sub-1/32-XFAIL: nocompile/o/opCatAssign_18_N.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9830 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opCatAssign_18_O.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9831 nocompile/o/opCatAssign_18_O.d(21): Error: cannot append type int to type dstress.nocompile.o.opCatAssign_18_O.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9832 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9833
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9834 Torture-Sub-1/32-XFAIL: nocompile/o/opCatAssign_18_O.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9835 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opCatAssign_18_P.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9836 nocompile/o/opCatAssign_18_P.d(21): Error: cannot append type int to type X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9837 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9838
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9839 Torture-Sub-1/32-XFAIL: nocompile/o/opCatAssign_18_P.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9840 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opCmp_06_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9841 llvmdc: gen/toir.cpp:1820: virtual DValue* EqualExp::toElem(IRState*): Assertion `0 && "Unsupported EqualExp type"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9842 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9843 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9844 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9845 llvmdc[0x811a59c]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9846 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9847 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9848
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9849 Torture-Sub-1/32-ERROR: nocompile/o/opCmp_06_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9850 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opCmp_06_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9851 llvmdc: gen/toir.cpp:1820: virtual DValue* EqualExp::toElem(IRState*): Assertion `0 && "Unsupported EqualExp type"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9852 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9853 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9854 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9855 llvmdc[0x811a59c]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9856 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9857 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9858
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9859 Torture-Sub-1/32-ERROR: nocompile/o/opCmp_06_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9860 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opCmp_06_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9861 nocompile/o/opCmp_06_C.d(27): Error: need member function opCmp() for interface dstress.nocompile.o.opCmp_06_C.Interface to compare
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9862 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9863
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9864 Torture-Sub-1/32-XFAIL: nocompile/o/opCmp_06_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9865 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opCmp_06_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9866 nocompile/o/opCmp_06_D.d(27): Error: need member function opCmp() for interface dstress.nocompile.o.opCmp_06_D.Interface to compare
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9867 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9868
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9869 Torture-Sub-1/32-XFAIL: nocompile/o/opCmp_06_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9870 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opCmp_06_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9871 nocompile/o/opCmp_06_E.d(27): Error: need member function opCmp() for interface dstress.nocompile.o.opCmp_06_E.Interface to compare
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9872 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9873
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9874 Torture-Sub-1/32-XFAIL: nocompile/o/opCmp_06_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9875 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opCmp_06_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9876 nocompile/o/opCmp_06_F.d(27): Error: need member function opCmp() for interface dstress.nocompile.o.opCmp_06_F.Interface to compare
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9877 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9878
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9879 Torture-Sub-1/32-XFAIL: nocompile/o/opCmp_06_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9880 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opCmp_06_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9881 nocompile/o/opCmp_06_G.d(27): Error: need member function opCmp() for interface dstress.nocompile.o.opCmp_06_G.Interface to compare
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9882 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9883
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9884 Torture-Sub-1/32-XFAIL: nocompile/o/opCmp_06_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9885 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opCmp_06_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9886 nocompile/o/opCmp_06_H.d(27): Error: need member function opCmp() for interface dstress.nocompile.o.opCmp_06_H.Interface to compare
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9887 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9888
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9889 Torture-Sub-1/32-XFAIL: nocompile/o/opCmp_06_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9890 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opCmp_06_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9891 nocompile/o/opCmp_06_I.d(27): Error: need member function opCmp() for interface dstress.nocompile.o.opCmp_06_I.Interface to compare
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9892 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9893
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9894 Torture-Sub-1/32-XFAIL: nocompile/o/opCmp_06_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9895 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opCmp_06_J.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9896 nocompile/o/opCmp_06_J.d(27): Error: need member function opCmp() for interface dstress.nocompile.o.opCmp_06_J.Interface to compare
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9897 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9898
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9899 Torture-Sub-1/32-XFAIL: nocompile/o/opCmp_06_J.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9900 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opCmp_06_K.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9901 nocompile/o/opCmp_06_K.d(27): Error: need member function opCmp() for interface dstress.nocompile.o.opCmp_06_K.Interface to compare
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9902 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9903
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9904 Torture-Sub-1/32-XFAIL: nocompile/o/opCmp_06_K.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9905 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opCmp_06_L.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9906 nocompile/o/opCmp_06_L.d(27): Error: need member function opCmp() for interface dstress.nocompile.o.opCmp_06_L.Interface to compare
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9907 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9908
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9909 Torture-Sub-1/32-XFAIL: nocompile/o/opCmp_06_L.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9910 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opCmp_06_M.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9911 nocompile/o/opCmp_06_M.d(27): Error: need member function opCmp() for interface dstress.nocompile.o.opCmp_06_M.Interface to compare
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9912 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9913
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9914 Torture-Sub-1/32-XFAIL: nocompile/o/opCmp_06_M.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9915 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opCmp_06_N.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9916 nocompile/o/opCmp_06_N.d(27): Error: need member function opCmp() for interface dstress.nocompile.o.opCmp_06_N.Interface to compare
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9917 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9918
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9919 Torture-Sub-1/32-XFAIL: nocompile/o/opCmp_06_N.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9920 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opCmp_06_O.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9921 nocompile/o/opCmp_06_O.d(27): Error: need member function opCmp() for interface dstress.nocompile.o.opCmp_06_O.Interface to compare
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9922 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9923
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9924 Torture-Sub-1/32-XFAIL: nocompile/o/opCmp_06_O.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9925 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opCmp_08_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9926 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9927
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9928 Torture-Sub-1/32-XPASS: nocompile/o/opCmp_08_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9929 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opCmp_08_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9930 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9931
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9932 Torture-Sub-1/32-XPASS: nocompile/o/opCmp_08_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9933 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opCmp_08_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9934 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9935
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9936 Torture-Sub-1/32-XPASS: nocompile/o/opCmp_08_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9937 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opCmp_08_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9938 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9939
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9940 Torture-Sub-1/32-XPASS: nocompile/o/opCmp_08_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9941 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opCmp_08_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9942 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9943
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9944 Torture-Sub-1/32-XPASS: nocompile/o/opCmp_08_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9945 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opCmp_08_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9946 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9947
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9948 Torture-Sub-1/32-XPASS: nocompile/o/opCmp_08_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9949 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opCmp_08_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9950 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9951
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9952 Torture-Sub-1/32-XPASS: nocompile/o/opCmp_08_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9953 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opCmp_08_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9954 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9955
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9956 Torture-Sub-1/32-XPASS: nocompile/o/opCmp_08_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9957 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opCmp_08_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9958 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9959
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9960 Torture-Sub-1/32-XPASS: nocompile/o/opCmp_08_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9961 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opCmp_08_J.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9962 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9963
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9964 Torture-Sub-1/32-XPASS: nocompile/o/opCmp_08_J.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9965 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opCmp_08_K.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9966 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9967
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9968 Torture-Sub-1/32-XPASS: nocompile/o/opCmp_08_K.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9969 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opCmp_08_L.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9970 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9971
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9972 Torture-Sub-1/32-XPASS: nocompile/o/opCmp_08_L.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9973 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opCmp_08_M.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9974 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9975
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9976 Torture-Sub-1/32-XPASS: nocompile/o/opCmp_08_M.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9977 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opCmp_08_N.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9978 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9979
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9980 Torture-Sub-1/32-XPASS: nocompile/o/opCmp_08_N.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9981 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opCmp_08_O.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9982 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9983
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9984 Torture-Sub-1/32-XPASS: nocompile/o/opCmp_08_O.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9985 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opCmp_08_P.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9986 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9987
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9988 Torture-Sub-1/32-XPASS: nocompile/o/opCmp_08_P.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9989 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opCmp_09_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9990 nocompile/o/opCmp_09_C.d(15): Error: expression cast(ulong)l < 10LU is not constant or does not evaluate to a bool
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9991 nocompile/o/opCmp_09_C.d(23): template instance dstress.nocompile.o.opCmp_09_C.main.Templ!(l) error instantiating
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9992 nocompile/o/opCmp_09_C.d(23): variable dstress.nocompile.o.opCmp_09_C.main.a voids have no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9993 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9994
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9995 Torture-Sub-1/32-XFAIL: nocompile/o/opCmp_09_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9996 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opCom_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9997 nocompile/o/opCom_01_A.d(16): Error: operation not allowed on bool 'a'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9998 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
9999
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10000 Torture-Sub-1/32-XFAIL: nocompile/o/opCom_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10001 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opDiv_10_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10002 nocompile/o/opDiv_10_A.d(14): Error: cannot implicitly convert expression (2) of type float to ifloat
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10003 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10004
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10005 Torture-Sub-1/32-XFAIL: nocompile/o/opDiv_10_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10006 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opDiv_10_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10007 nocompile/o/opDiv_10_B.d(14): Error: cannot implicitly convert expression (2) of type double to idouble
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10008 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10009
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10010 Torture-Sub-1/32-XFAIL: nocompile/o/opDiv_10_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10011 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opDiv_10_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10012 nocompile/o/opDiv_10_C.d(14): Error: cannot implicitly convert expression (2) of type real to ireal
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10013 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10014
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10015 Torture-Sub-1/32-XFAIL: nocompile/o/opDiv_10_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10016 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opDiv_10_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10017 nocompile/o/opDiv_10_D.d(16): Error: cannot implicitly convert expression (a / b) of type float to ifloat
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10018 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10019
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10020 Torture-Sub-1/32-XFAIL: nocompile/o/opDiv_10_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10021 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opDiv_10_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10022 nocompile/o/opDiv_10_E.d(16): Error: cannot implicitly convert expression (a / b) of type double to idouble
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10023 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10024
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10025 Torture-Sub-1/32-XFAIL: nocompile/o/opDiv_10_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10026 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opDiv_10_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10027 nocompile/o/opDiv_10_F.d(16): Error: cannot implicitly convert expression (a / b) of type real to ireal
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10028 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10029
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10030 Torture-Sub-1/32-XFAIL: nocompile/o/opDiv_10_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10031 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opDiv_14_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10032 nocompile/o/opDiv_14_A.d(15): Error: cannot implicitly convert expression (cast(double)cast(int)b / 1.1) of type double to bool
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10033 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10034
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10035 Torture-Sub-1/32-XFAIL: nocompile/o/opDiv_14_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10036 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opDiv_14_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10037 nocompile/o/opDiv_14_B.d(15): Error: cannot implicitly convert expression (cast(float)cast(int)b / nanF) of type float to bool
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10038 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10039
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10040 Torture-Sub-1/32-XFAIL: nocompile/o/opDiv_14_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10041 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opDiv_14_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10042 nocompile/o/opDiv_14_C.d(15): Error: cannot implicitly convert expression (-(cast(double)cast(int)b / 1.1)) of type idouble to bool
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10043 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10044
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10045 Torture-Sub-1/32-XFAIL: nocompile/o/opDiv_14_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10046 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opDiv_14_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10047 nocompile/o/opDiv_14_D.d(15): Error: cannot implicitly convert expression (-(cast(float)cast(int)b / nanF)) of type ifloat to bool
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10048 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10049
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10050 Torture-Sub-1/32-XFAIL: nocompile/o/opDiv_14_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10051 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opDiv_14_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10052 nocompile/o/opDiv_14_E.d(15): Error: cannot implicitly convert expression (cast(double)cast(int)b / 0) of type double to bool
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10053 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10054
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10055 Torture-Sub-1/32-XFAIL: nocompile/o/opDiv_14_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10056 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opDiv_14_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10057 nocompile/o/opDiv_14_F.d(15): Error: cannot implicitly convert expression (-(cast(double)cast(int)b / 0)) of type idouble to bool
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10058 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10059
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10060 Torture-Sub-1/32-XFAIL: nocompile/o/opDiv_14_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10061 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opDiv_15_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10062 nocompile/o/opDiv_15_A.d(15): Error: cannot implicitly convert expression (cast(int)b / cast(int)b) of type int to bool
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10063 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10064
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10065 Torture-Sub-1/32-XFAIL: nocompile/o/opDiv_15_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10066 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opDivAssign_18_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10067 nocompile/o/opDivAssign_18_A.d(21): Error: incompatible types for ((a) /= (x)): 'float' and 'dstress.nocompile.o.opDivAssign_18_A.X'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10068 nocompile/o/opDivAssign_18_A.d(21): Error: 'x' is not of arithmetic type, it is a dstress.nocompile.o.opDivAssign_18_A.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10069 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10070
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10071 Torture-Sub-1/32-XFAIL: nocompile/o/opDivAssign_18_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10072 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opDivAssign_18_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10073 nocompile/o/opDivAssign_18_B.d(21): Error: incompatible types for ((a) /= (x)): 'float' and 'X'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10074 nocompile/o/opDivAssign_18_B.d(21): Error: 'x' is not of arithmetic type, it is a X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10075 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10076
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10077 Torture-Sub-1/32-XFAIL: nocompile/o/opDivAssign_18_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10078 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opDivAssign_18_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10079 nocompile/o/opDivAssign_18_C.d(21): Error: 'x' is not a scalar, it is a dstress.nocompile.o.opDivAssign_18_C.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10080 nocompile/o/opDivAssign_18_C.d(21): Error: incompatible types for ((x) /= (a)): 'dstress.nocompile.o.opDivAssign_18_C.X' and 'float'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10081 nocompile/o/opDivAssign_18_C.d(21): Error: 'x' is not of arithmetic type, it is a dstress.nocompile.o.opDivAssign_18_C.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10082 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10083
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10084 Torture-Sub-1/32-XFAIL: nocompile/o/opDivAssign_18_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10085 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opDivAssign_18_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10086 nocompile/o/opDivAssign_18_D.d(21): Error: 'x' is not a scalar, it is a X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10087 nocompile/o/opDivAssign_18_D.d(21): Error: incompatible types for ((x) /= (a)): 'X' and 'float'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10088 nocompile/o/opDivAssign_18_D.d(21): Error: 'x' is not of arithmetic type, it is a X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10089 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10090
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10091 Torture-Sub-1/32-XFAIL: nocompile/o/opDivAssign_18_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10092 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opDivAssign_18_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10093 nocompile/o/opDivAssign_18_E.d(21): Error: incompatible types for ((a) /= (x)): 'ifloat' and 'dstress.nocompile.o.opDivAssign_18_E.X'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10094 nocompile/o/opDivAssign_18_E.d(21): Error: 'x' is not of arithmetic type, it is a dstress.nocompile.o.opDivAssign_18_E.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10095 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10096
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10097 Torture-Sub-1/32-XFAIL: nocompile/o/opDivAssign_18_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10098 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opDivAssign_18_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10099 nocompile/o/opDivAssign_18_F.d(21): Error: incompatible types for ((a) /= (x)): 'ifloat' and 'X'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10100 nocompile/o/opDivAssign_18_F.d(21): Error: 'x' is not of arithmetic type, it is a X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10101 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10102
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10103 Torture-Sub-1/32-XFAIL: nocompile/o/opDivAssign_18_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10104 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opDivAssign_18_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10105 nocompile/o/opDivAssign_18_G.d(21): Error: 'x' is not a scalar, it is a dstress.nocompile.o.opDivAssign_18_G.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10106 nocompile/o/opDivAssign_18_G.d(21): Error: incompatible types for ((x) /= (a)): 'dstress.nocompile.o.opDivAssign_18_G.X' and 'ifloat'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10107 nocompile/o/opDivAssign_18_G.d(21): Error: 'x' is not of arithmetic type, it is a dstress.nocompile.o.opDivAssign_18_G.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10108 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10109
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10110 Torture-Sub-1/32-XFAIL: nocompile/o/opDivAssign_18_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10111 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opDivAssign_18_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10112 nocompile/o/opDivAssign_18_H.d(21): Error: 'x' is not a scalar, it is a X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10113 nocompile/o/opDivAssign_18_H.d(21): Error: incompatible types for ((x) /= (a)): 'X' and 'ifloat'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10114 nocompile/o/opDivAssign_18_H.d(21): Error: 'x' is not of arithmetic type, it is a X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10115 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10116
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10117 Torture-Sub-1/32-XFAIL: nocompile/o/opDivAssign_18_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10118 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opDivAssign_18_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10119 nocompile/o/opDivAssign_18_I.d(21): Error: incompatible types for ((a) /= (x)): 'cfloat' and 'dstress.nocompile.o.opDivAssign_18_I.X'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10120 nocompile/o/opDivAssign_18_I.d(21): Error: 'x' is not of arithmetic type, it is a dstress.nocompile.o.opDivAssign_18_I.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10121 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10122
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10123 Torture-Sub-1/32-XFAIL: nocompile/o/opDivAssign_18_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10124 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opDivAssign_18_J.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10125 nocompile/o/opDivAssign_18_J.d(21): Error: incompatible types for ((a) /= (x)): 'cfloat' and 'X'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10126 nocompile/o/opDivAssign_18_J.d(21): Error: 'x' is not of arithmetic type, it is a X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10127 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10128
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10129 Torture-Sub-1/32-XFAIL: nocompile/o/opDivAssign_18_J.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10130 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opDivAssign_18_K.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10131 nocompile/o/opDivAssign_18_K.d(21): Error: 'x' is not a scalar, it is a dstress.nocompile.o.opDivAssign_18_K.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10132 nocompile/o/opDivAssign_18_K.d(21): Error: incompatible types for ((x) /= (a)): 'dstress.nocompile.o.opDivAssign_18_K.X' and 'cfloat'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10133 nocompile/o/opDivAssign_18_K.d(21): Error: 'x' is not of arithmetic type, it is a dstress.nocompile.o.opDivAssign_18_K.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10134 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10135
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10136 Torture-Sub-1/32-XFAIL: nocompile/o/opDivAssign_18_K.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10137 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opDivAssign_18_L.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10138 nocompile/o/opDivAssign_18_L.d(21): Error: 'x' is not a scalar, it is a X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10139 nocompile/o/opDivAssign_18_L.d(21): Error: incompatible types for ((x) /= (a)): 'X' and 'cfloat'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10140 nocompile/o/opDivAssign_18_L.d(21): Error: 'x' is not of arithmetic type, it is a X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10141 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10142
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10143 Torture-Sub-1/32-XFAIL: nocompile/o/opDivAssign_18_L.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10144 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opDivAssign_18_M.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10145 nocompile/o/opDivAssign_18_M.d(21): Error: incompatible types for ((a) /= (x)): 'int' and 'dstress.nocompile.o.opDivAssign_18_M.X'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10146 nocompile/o/opDivAssign_18_M.d(21): Error: 'x' is not of arithmetic type, it is a dstress.nocompile.o.opDivAssign_18_M.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10147 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10148
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10149 Torture-Sub-1/32-XFAIL: nocompile/o/opDivAssign_18_M.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10150 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opDivAssign_18_N.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10151 nocompile/o/opDivAssign_18_N.d(21): Error: incompatible types for ((a) /= (x)): 'int' and 'X'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10152 nocompile/o/opDivAssign_18_N.d(21): Error: 'x' is not of arithmetic type, it is a X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10153 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10154
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10155 Torture-Sub-1/32-XFAIL: nocompile/o/opDivAssign_18_N.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10156 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opDivAssign_18_O.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10157 nocompile/o/opDivAssign_18_O.d(21): Error: 'x' is not a scalar, it is a dstress.nocompile.o.opDivAssign_18_O.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10158 nocompile/o/opDivAssign_18_O.d(21): Error: incompatible types for ((x) /= (a)): 'dstress.nocompile.o.opDivAssign_18_O.X' and 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10159 nocompile/o/opDivAssign_18_O.d(21): Error: 'x' is not of arithmetic type, it is a dstress.nocompile.o.opDivAssign_18_O.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10160 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10161
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10162 Torture-Sub-1/32-XFAIL: nocompile/o/opDivAssign_18_O.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10163 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opDivAssign_18_P.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10164 nocompile/o/opDivAssign_18_P.d(21): Error: 'x' is not a scalar, it is a X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10165 nocompile/o/opDivAssign_18_P.d(21): Error: incompatible types for ((x) /= (a)): 'X' and 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10166 nocompile/o/opDivAssign_18_P.d(21): Error: 'x' is not of arithmetic type, it is a X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10167 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10168
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10169 Torture-Sub-1/32-XFAIL: nocompile/o/opDivAssign_18_P.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10170 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opDivAssign_19_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10171 nocompile/o/opDivAssign_19_A.d(15): Error: operation not allowed on bool 'b'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10172 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10173
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10174 Torture-Sub-1/32-XFAIL: nocompile/o/opDivAssign_19_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10175 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opDivAssign_19_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10176 nocompile/o/opDivAssign_19_B.d(15): Error: operation not allowed on bool 'b'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10177 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10178
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10179 Torture-Sub-1/32-XFAIL: nocompile/o/opDivAssign_19_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10180 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opDivAssign_19_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10181 nocompile/o/opDivAssign_19_C.d(15): Error: operation not allowed on bool 'b'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10182 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10183
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10184 Torture-Sub-1/32-XFAIL: nocompile/o/opDivAssign_19_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10185 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opDivAssign_19_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10186 nocompile/o/opDivAssign_19_D.d(15): Error: operation not allowed on bool 'b'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10187 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10188
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10189 Torture-Sub-1/32-XFAIL: nocompile/o/opDivAssign_19_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10190 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opDivAssign_19_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10191 nocompile/o/opDivAssign_19_E.d(15): Error: operation not allowed on bool 'b'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10192 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10193
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10194 Torture-Sub-1/32-XFAIL: nocompile/o/opDivAssign_19_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10195 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opDivAssign_19_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10196 nocompile/o/opDivAssign_19_F.d(15): Error: operation not allowed on bool 'b'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10197 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10198
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10199 Torture-Sub-1/32-XFAIL: nocompile/o/opDivAssign_19_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10200 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opDivAssign_20_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10201 nocompile/o/opDivAssign_20_A.d(15): Error: operation not allowed on bool 'b'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10202 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10203
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10204 Torture-Sub-1/32-XFAIL: nocompile/o/opDivAssign_20_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10205 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opIndex_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10206 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10207 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10208 EXIT CODE: 11
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10209
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10210 Torture-Sub-1/32-ERROR: nocompile/o/opIndex_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10211 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opIndex_06_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10212 nocompile/o/opIndex_06_D.d(10): Error: string index 4294967295 is out of bounds [0 .. 3]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10213 nocompile/o/opIndex_06_D.d(10): Error: string index 4294967295 is out of bounds [0 .. 3]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10214 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10215
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10216 Torture-Sub-1/32-XFAIL: nocompile/o/opIndex_06_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10217 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opIndex_06_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10218 nocompile/o/opIndex_06_E.d(10): Error: string index 3 is out of bounds [0 .. 3]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10219 nocompile/o/opIndex_06_E.d(10): Error: string index 3 is out of bounds [0 .. 3]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10220 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10221
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10222 Torture-Sub-1/32-XFAIL: nocompile/o/opIndex_06_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10223 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opIndex_06_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10224 nocompile/o/opIndex_06_F.d(10): Error: string index 3 is out of bounds [0 .. 3]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10225 nocompile/o/opIndex_06_F.d(10): Error: string index 3 is out of bounds [0 .. 3]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10226 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10227
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10228 Torture-Sub-1/32-XFAIL: nocompile/o/opIndex_06_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10229 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opIndex_06_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10230 nocompile/o/opIndex_06_G.d(10): Error: string index 4294967295 is out of bounds [0 .. 3]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10231 nocompile/o/opIndex_06_G.d(10): Error: string index 4294967295 is out of bounds [0 .. 3]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10232 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10233
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10234 Torture-Sub-1/32-XFAIL: nocompile/o/opIndex_06_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10235 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opIndex_06_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10236 nocompile/o/opIndex_06_H.d(10): Error: string index 4294967295 is out of bounds [0 .. 3]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10237 nocompile/o/opIndex_06_H.d(10): Error: string index 4294967295 is out of bounds [0 .. 3]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10238 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10239
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10240 Torture-Sub-1/32-XFAIL: nocompile/o/opIndex_06_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10241 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opIndex_06_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10242 nocompile/o/opIndex_06_I.d(10): Error: string index 3 is out of bounds [0 .. 3]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10243 nocompile/o/opIndex_06_I.d(10): Error: string index 3 is out of bounds [0 .. 3]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10244 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10245
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10246 Torture-Sub-1/32-XFAIL: nocompile/o/opIndex_06_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10247 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opMod_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10248 nocompile/o/opMod_01_A.d(14): Error: divide by 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10249 nocompile/o/opMod_01_A.d(14): Error: divide by 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10250 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10251
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10252 Torture-Sub-1/32-XFAIL: nocompile/o/opMod_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10253 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opMod_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10254 nocompile/o/opMod_01_B.d(14): Error: divide by 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10255 nocompile/o/opMod_01_B.d(14): Error: divide by 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10256 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10257
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10258 Torture-Sub-1/32-XFAIL: nocompile/o/opMod_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10259 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opMod_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10260 nocompile/o/opMod_01_C.d(14): Error: divide by 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10261 nocompile/o/opMod_01_C.d(14): Error: divide by 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10262 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10263
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10264 Torture-Sub-1/32-XFAIL: nocompile/o/opMod_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10265 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opMod_01_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10266 nocompile/o/opMod_01_D.d(14): Error: divide by 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10267 nocompile/o/opMod_01_D.d(14): Error: divide by 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10268 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10269
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10270 Torture-Sub-1/32-XFAIL: nocompile/o/opMod_01_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10271 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opMod_01_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10272 nocompile/o/opMod_01_E.d(14): Error: divide by 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10273 nocompile/o/opMod_01_E.d(14): Error: divide by 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10274 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10275
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10276 Torture-Sub-1/32-XFAIL: nocompile/o/opMod_01_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10277 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opMod_01_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10278 nocompile/o/opMod_01_F.d(14): Error: divide by 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10279 nocompile/o/opMod_01_F.d(14): Error: divide by 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10280 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10281
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10282 Torture-Sub-1/32-XFAIL: nocompile/o/opMod_01_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10283 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opMod_01_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10284 nocompile/o/opMod_01_G.d(14): Error: divide by 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10285 nocompile/o/opMod_01_G.d(14): Error: divide by 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10286 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10287
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10288 Torture-Sub-1/32-XFAIL: nocompile/o/opMod_01_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10289 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opMod_01_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10290 nocompile/o/opMod_01_H.d(14): Error: divide by 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10291 nocompile/o/opMod_01_H.d(14): Error: divide by 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10292 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10293
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10294 Torture-Sub-1/32-XFAIL: nocompile/o/opMod_01_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10295 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opMod_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10296 nocompile/o/opMod_02_A.d(15): Error: cannot implicitly convert expression (cast(int)b % cast(int)b) of type int to bool
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10297 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10298
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10299 Torture-Sub-1/32-XFAIL: nocompile/o/opMod_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10300 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opMod_03_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10301 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10302
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10303 Torture-Sub-1/32-XPASS: nocompile/o/opMod_03_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10304 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opMod_03_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10305 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10306
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10307 Torture-Sub-1/32-XPASS: nocompile/o/opMod_03_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10308 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opMod_03_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10309 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10310
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10311 Torture-Sub-1/32-XPASS: nocompile/o/opMod_03_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10312 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opMod_03_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10313 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10314
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10315 Torture-Sub-1/32-XPASS: nocompile/o/opMod_03_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10316 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opMod_03_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10317 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10318
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10319 Torture-Sub-1/32-XPASS: nocompile/o/opMod_03_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10320 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opMod_03_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10321 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10322
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10323 Torture-Sub-1/32-XPASS: nocompile/o/opMod_03_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10324 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opMod_03_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10325 nocompile/o/opMod_03_G.d(18): Error: cannot perform modulo complex arithmetic
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10326 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10327
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10328 Torture-Sub-1/32-XFAIL: nocompile/o/opMod_03_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10329 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opMod_03_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10330 llvmdc: /home/kamm/eigenes/projekte/llvmdc/llvm-23-branch/lib/VMCore/Instructions.cpp:1368: static llvm::BinaryOperator* llvm::BinaryOperator::create(llvm::Instruction::BinaryOps, llvm::Value*, llvm::Value*, const std::string&, llvm::Instruction*): Assertion `S1->getType() == S2->getType() && "Cannot create binary operator with two operands of differing type!"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10331 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10332 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10333 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10334 llvmdc[0x87fe5ce]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10335 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10336
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10337 Torture-Sub-1/32-ERROR: nocompile/o/opMod_03_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10338 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opMod_03_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10339 nocompile/o/opMod_03_I.d(18): Error: cannot perform modulo complex arithmetic
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10340 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10341
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10342 Torture-Sub-1/32-XFAIL: nocompile/o/opMod_03_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10343 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opMod_03_J.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10344 nocompile/o/opMod_03_J.d(18): Error: cannot perform modulo complex arithmetic
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10345 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10346
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10347 Torture-Sub-1/32-XFAIL: nocompile/o/opMod_03_J.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10348 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opMod_03_K.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10349 nocompile/o/opMod_03_K.d(18): Error: cannot perform modulo complex arithmetic
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10350 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10351
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10352 Torture-Sub-1/32-XFAIL: nocompile/o/opMod_03_K.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10353 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opMod_03_L.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10354 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10355
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10356 Torture-Sub-1/32-XPASS: nocompile/o/opMod_03_L.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10357 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opMod_04_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10358 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10359
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10360 Torture-Sub-1/32-XPASS: nocompile/o/opMod_04_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10361 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opMod_04_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10362 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10363
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10364 Torture-Sub-1/32-XPASS: nocompile/o/opMod_04_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10365 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opMod_04_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10366 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10367
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10368 Torture-Sub-1/32-XPASS: nocompile/o/opMod_04_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10369 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opMod_04_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10370 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10371
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10372 Torture-Sub-1/32-XPASS: nocompile/o/opMod_04_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10373 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opMod_04_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10374 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10375
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10376 Torture-Sub-1/32-XPASS: nocompile/o/opMod_04_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10377 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opMod_04_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10378 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10379
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10380 Torture-Sub-1/32-XPASS: nocompile/o/opMod_04_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10381 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opMod_04_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10382 nocompile/o/opMod_04_G.d(18): Error: cannot perform modulo complex arithmetic
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10383 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10384
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10385 Torture-Sub-1/32-XFAIL: nocompile/o/opMod_04_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10386 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opMod_04_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10387 llvmdc: /home/kamm/eigenes/projekte/llvmdc/llvm-23-branch/lib/VMCore/Instructions.cpp:1368: static llvm::BinaryOperator* llvm::BinaryOperator::create(llvm::Instruction::BinaryOps, llvm::Value*, llvm::Value*, const std::string&, llvm::Instruction*): Assertion `S1->getType() == S2->getType() && "Cannot create binary operator with two operands of differing type!"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10388 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10389 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10390 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10391 llvmdc[0x87fe5ce]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10392 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10393
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10394 Torture-Sub-1/32-ERROR: nocompile/o/opMod_04_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10395 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opMod_04_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10396 nocompile/o/opMod_04_I.d(18): Error: cannot perform modulo complex arithmetic
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10397 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10398
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10399 Torture-Sub-1/32-XFAIL: nocompile/o/opMod_04_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10400 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opMod_04_J.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10401 nocompile/o/opMod_04_J.d(18): Error: cannot perform modulo complex arithmetic
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10402 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10403
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10404 Torture-Sub-1/32-XFAIL: nocompile/o/opMod_04_J.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10405 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opMod_04_K.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10406 nocompile/o/opMod_04_K.d(18): Error: cannot perform modulo complex arithmetic
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10407 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10408
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10409 Torture-Sub-1/32-XFAIL: nocompile/o/opMod_04_K.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10410 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opMod_04_L.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10411 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10412
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10413 Torture-Sub-1/32-XPASS: nocompile/o/opMod_04_L.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10414 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opMod_05_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10415 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10416
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10417 Torture-Sub-1/32-XPASS: nocompile/o/opMod_05_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10418 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opMod_05_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10419 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10420
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10421 Torture-Sub-1/32-XPASS: nocompile/o/opMod_05_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10422 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opMod_05_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10423 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10424
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10425 Torture-Sub-1/32-XPASS: nocompile/o/opMod_05_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10426 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opMod_05_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10427 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10428
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10429 Torture-Sub-1/32-XPASS: nocompile/o/opMod_05_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10430 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opMod_05_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10431 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10432
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10433 Torture-Sub-1/32-XPASS: nocompile/o/opMod_05_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10434 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opMod_05_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10435 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10436
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10437 Torture-Sub-1/32-XPASS: nocompile/o/opMod_05_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10438 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opMod_05_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10439 nocompile/o/opMod_05_G.d(18): Error: cannot perform modulo complex arithmetic
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10440 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10441
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10442 Torture-Sub-1/32-XFAIL: nocompile/o/opMod_05_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10443 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opMod_05_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10444 llvmdc: /home/kamm/eigenes/projekte/llvmdc/llvm-23-branch/lib/VMCore/Instructions.cpp:1368: static llvm::BinaryOperator* llvm::BinaryOperator::create(llvm::Instruction::BinaryOps, llvm::Value*, llvm::Value*, const std::string&, llvm::Instruction*): Assertion `S1->getType() == S2->getType() && "Cannot create binary operator with two operands of differing type!"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10445 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10446 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10447 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10448 llvmdc[0x87fe5ce]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10449 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10450
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10451 Torture-Sub-1/32-ERROR: nocompile/o/opMod_05_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10452 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opMod_05_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10453 nocompile/o/opMod_05_I.d(18): Error: cannot perform modulo complex arithmetic
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10454 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10455
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10456 Torture-Sub-1/32-XFAIL: nocompile/o/opMod_05_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10457 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opMod_05_J.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10458 nocompile/o/opMod_05_J.d(18): Error: cannot perform modulo complex arithmetic
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10459 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10460
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10461 Torture-Sub-1/32-XFAIL: nocompile/o/opMod_05_J.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10462 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opMod_05_K.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10463 nocompile/o/opMod_05_K.d(18): Error: cannot perform modulo complex arithmetic
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10464 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10465
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10466 Torture-Sub-1/32-XFAIL: nocompile/o/opMod_05_K.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10467 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opMod_05_L.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10468 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10469
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10470 Torture-Sub-1/32-XPASS: nocompile/o/opMod_05_L.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10471 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opModAssign_18_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10472 nocompile/o/opModAssign_18_A.d(21): Error: incompatible types for ((a) %= (x)): 'float' and 'dstress.nocompile.o.opModAssign_18_A.X'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10473 nocompile/o/opModAssign_18_A.d(21): Error: 'x' is not of arithmetic type, it is a dstress.nocompile.o.opModAssign_18_A.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10474 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10475
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10476 Torture-Sub-1/32-XFAIL: nocompile/o/opModAssign_18_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10477 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opModAssign_18_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10478 nocompile/o/opModAssign_18_B.d(21): Error: incompatible types for ((a) %= (x)): 'float' and 'X'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10479 nocompile/o/opModAssign_18_B.d(21): Error: 'x' is not of arithmetic type, it is a X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10480 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10481
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10482 Torture-Sub-1/32-XFAIL: nocompile/o/opModAssign_18_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10483 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opModAssign_18_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10484 nocompile/o/opModAssign_18_C.d(21): Error: 'x' is not a scalar, it is a dstress.nocompile.o.opModAssign_18_C.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10485 nocompile/o/opModAssign_18_C.d(21): Error: incompatible types for ((x) %= (a)): 'dstress.nocompile.o.opModAssign_18_C.X' and 'float'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10486 nocompile/o/opModAssign_18_C.d(21): Error: 'x' is not of arithmetic type, it is a dstress.nocompile.o.opModAssign_18_C.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10487 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10488
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10489 Torture-Sub-1/32-XFAIL: nocompile/o/opModAssign_18_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10490 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opModAssign_18_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10491 nocompile/o/opModAssign_18_D.d(21): Error: 'x' is not a scalar, it is a X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10492 nocompile/o/opModAssign_18_D.d(21): Error: incompatible types for ((x) %= (a)): 'X' and 'float'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10493 nocompile/o/opModAssign_18_D.d(21): Error: 'x' is not of arithmetic type, it is a X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10494 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10495
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10496 Torture-Sub-1/32-XFAIL: nocompile/o/opModAssign_18_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10497 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opModAssign_18_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10498 nocompile/o/opModAssign_18_E.d(21): Error: incompatible types for ((a) %= (x)): 'ifloat' and 'dstress.nocompile.o.opModAssign_18_E.X'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10499 nocompile/o/opModAssign_18_E.d(21): Error: 'x' is not of arithmetic type, it is a dstress.nocompile.o.opModAssign_18_E.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10500 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10501
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10502 Torture-Sub-1/32-XFAIL: nocompile/o/opModAssign_18_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10503 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opModAssign_18_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10504 nocompile/o/opModAssign_18_F.d(21): Error: incompatible types for ((a) %= (x)): 'ifloat' and 'X'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10505 nocompile/o/opModAssign_18_F.d(21): Error: 'x' is not of arithmetic type, it is a X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10506 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10507
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10508 Torture-Sub-1/32-XFAIL: nocompile/o/opModAssign_18_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10509 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opModAssign_18_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10510 nocompile/o/opModAssign_18_G.d(21): Error: 'x' is not a scalar, it is a dstress.nocompile.o.opModAssign_18_G.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10511 nocompile/o/opModAssign_18_G.d(21): Error: incompatible types for ((x) %= (a)): 'dstress.nocompile.o.opModAssign_18_G.X' and 'ifloat'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10512 nocompile/o/opModAssign_18_G.d(21): Error: 'x' is not of arithmetic type, it is a dstress.nocompile.o.opModAssign_18_G.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10513 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10514
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10515 Torture-Sub-1/32-XFAIL: nocompile/o/opModAssign_18_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10516 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opModAssign_18_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10517 nocompile/o/opModAssign_18_H.d(21): Error: 'x' is not a scalar, it is a X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10518 nocompile/o/opModAssign_18_H.d(21): Error: incompatible types for ((x) %= (a)): 'X' and 'ifloat'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10519 nocompile/o/opModAssign_18_H.d(21): Error: 'x' is not of arithmetic type, it is a X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10520 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10521
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10522 Torture-Sub-1/32-XFAIL: nocompile/o/opModAssign_18_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10523 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opModAssign_18_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10524 nocompile/o/opModAssign_18_I.d(21): Error: incompatible types for ((a) %= (x)): 'cfloat' and 'dstress.nocompile.o.opModAssign_18_I.X'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10525 nocompile/o/opModAssign_18_I.d(21): Error: 'x' is not of arithmetic type, it is a dstress.nocompile.o.opModAssign_18_I.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10526 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10527
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10528 Torture-Sub-1/32-XFAIL: nocompile/o/opModAssign_18_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10529 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opModAssign_18_J.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10530 nocompile/o/opModAssign_18_J.d(21): Error: incompatible types for ((a) %= (x)): 'cfloat' and 'X'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10531 nocompile/o/opModAssign_18_J.d(21): Error: 'x' is not of arithmetic type, it is a X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10532 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10533
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10534 Torture-Sub-1/32-XFAIL: nocompile/o/opModAssign_18_J.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10535 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opModAssign_18_K.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10536 nocompile/o/opModAssign_18_K.d(21): Error: 'x' is not a scalar, it is a dstress.nocompile.o.opModAssign_18_K.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10537 nocompile/o/opModAssign_18_K.d(21): Error: incompatible types for ((x) %= (a)): 'dstress.nocompile.o.opModAssign_18_K.X' and 'cfloat'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10538 nocompile/o/opModAssign_18_K.d(21): Error: 'x' is not of arithmetic type, it is a dstress.nocompile.o.opModAssign_18_K.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10539 nocompile/o/opModAssign_18_K.d(21): Error: cannot perform modulo complex arithmetic
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10540 Error: long has no effect in expression (0)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10541 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10542
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10543 Torture-Sub-1/32-XFAIL: nocompile/o/opModAssign_18_K.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10544 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opModAssign_18_L.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10545 nocompile/o/opModAssign_18_L.d(21): Error: 'x' is not a scalar, it is a X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10546 nocompile/o/opModAssign_18_L.d(21): Error: incompatible types for ((x) %= (a)): 'X' and 'cfloat'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10547 nocompile/o/opModAssign_18_L.d(21): Error: 'x' is not of arithmetic type, it is a X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10548 nocompile/o/opModAssign_18_L.d(21): Error: cannot perform modulo complex arithmetic
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10549 Error: long has no effect in expression (0)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10550 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10551
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10552 Torture-Sub-1/32-XFAIL: nocompile/o/opModAssign_18_L.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10553 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opModAssign_18_M.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10554 nocompile/o/opModAssign_18_M.d(21): Error: incompatible types for ((a) %= (x)): 'int' and 'dstress.nocompile.o.opModAssign_18_M.X'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10555 nocompile/o/opModAssign_18_M.d(21): Error: 'x' is not of arithmetic type, it is a dstress.nocompile.o.opModAssign_18_M.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10556 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10557
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10558 Torture-Sub-1/32-XFAIL: nocompile/o/opModAssign_18_M.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10559 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opModAssign_18_N.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10560 nocompile/o/opModAssign_18_N.d(21): Error: incompatible types for ((a) %= (x)): 'int' and 'X'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10561 nocompile/o/opModAssign_18_N.d(21): Error: 'x' is not of arithmetic type, it is a X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10562 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10563
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10564 Torture-Sub-1/32-XFAIL: nocompile/o/opModAssign_18_N.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10565 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opModAssign_18_O.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10566 nocompile/o/opModAssign_18_O.d(21): Error: 'x' is not a scalar, it is a dstress.nocompile.o.opModAssign_18_O.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10567 nocompile/o/opModAssign_18_O.d(21): Error: incompatible types for ((x) %= (a)): 'dstress.nocompile.o.opModAssign_18_O.X' and 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10568 nocompile/o/opModAssign_18_O.d(21): Error: 'x' is not of arithmetic type, it is a dstress.nocompile.o.opModAssign_18_O.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10569 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10570
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10571 Torture-Sub-1/32-XFAIL: nocompile/o/opModAssign_18_O.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10572 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opModAssign_18_P.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10573 nocompile/o/opModAssign_18_P.d(21): Error: 'x' is not a scalar, it is a X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10574 nocompile/o/opModAssign_18_P.d(21): Error: incompatible types for ((x) %= (a)): 'X' and 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10575 nocompile/o/opModAssign_18_P.d(21): Error: 'x' is not of arithmetic type, it is a X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10576 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10577
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10578 Torture-Sub-1/32-XFAIL: nocompile/o/opModAssign_18_P.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10579 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opModAssign_19_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10580 nocompile/o/opModAssign_19_A.d(15): Error: operator not allowed on bool expression b %= b
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10581 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10582
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10583 Torture-Sub-1/32-XFAIL: nocompile/o/opModAssign_19_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10584 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opMul_07_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10585 nocompile/o/opMul_07_A.d(14): Error: cannot implicitly convert expression (-8) of type float to ifloat
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10586 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10587
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10588 Torture-Sub-1/32-XFAIL: nocompile/o/opMul_07_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10589 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opMul_07_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10590 nocompile/o/opMul_07_B.d(14): Error: cannot implicitly convert expression (-8) of type double to idouble
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10591 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10592
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10593 Torture-Sub-1/32-XFAIL: nocompile/o/opMul_07_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10594 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opMul_07_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10595 nocompile/o/opMul_07_C.d(14): Error: cannot implicitly convert expression (-8) of type real to ireal
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10596 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10597
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10598 Torture-Sub-1/32-XFAIL: nocompile/o/opMul_07_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10599 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opMul_07_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10600 nocompile/o/opMul_07_D.d(16): Error: cannot implicitly convert expression (-(a * b)) of type float to ifloat
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10601 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10602
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10603 Torture-Sub-1/32-XFAIL: nocompile/o/opMul_07_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10604 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opMul_07_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10605 nocompile/o/opMul_07_E.d(16): Error: cannot implicitly convert expression (-(a * b)) of type double to idouble
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10606 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10607
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10608 Torture-Sub-1/32-XFAIL: nocompile/o/opMul_07_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10609 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opMul_07_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10610 nocompile/o/opMul_07_F.d(16): Error: cannot implicitly convert expression (-(a * b)) of type real to ireal
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10611 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10612
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10613 Torture-Sub-1/32-XFAIL: nocompile/o/opMul_07_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10614 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opMul_09_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10615 nocompile/o/opMul_09_A.d(15): Error: cannot implicitly convert expression (cast(double)cast(int)b * 1.1) of type double to bool
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10616 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10617
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10618 Torture-Sub-1/32-XFAIL: nocompile/o/opMul_09_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10619 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opMul_09_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10620 nocompile/o/opMul_09_B.d(15): Error: cannot implicitly convert expression (cast(float)cast(int)b * nanF) of type float to bool
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10621 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10622
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10623 Torture-Sub-1/32-XFAIL: nocompile/o/opMul_09_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10624 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opMul_09_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10625 nocompile/o/opMul_09_C.d(15): Error: cannot implicitly convert expression (cast(double)cast(int)b * 1.1i) of type idouble to bool
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10626 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10627
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10628 Torture-Sub-1/32-XFAIL: nocompile/o/opMul_09_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10629 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opMul_09_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10630 nocompile/o/opMul_09_D.d(15): Error: cannot implicitly convert expression (cast(float)cast(int)b * nanFi) of type ifloat to bool
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10631 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10632
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10633 Torture-Sub-1/32-XFAIL: nocompile/o/opMul_09_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10634 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opMul_09_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10635 nocompile/o/opMul_09_E.d(15): Error: cannot implicitly convert expression (cast(double)cast(int)b * 0) of type double to bool
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10636 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10637
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10638 Torture-Sub-1/32-XFAIL: nocompile/o/opMul_09_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10639 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opMul_09_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10640 nocompile/o/opMul_09_F.d(15): Error: cannot implicitly convert expression (cast(double)cast(int)b * 0i) of type idouble to bool
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10641 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10642
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10643 Torture-Sub-1/32-XFAIL: nocompile/o/opMul_09_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10644 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opMul_10_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10645 nocompile/o/opMul_10_A.d(15): Error: cannot implicitly convert expression (cast(int)b * cast(int)b) of type int to bool
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10646 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10647
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10648 Torture-Sub-1/32-XFAIL: nocompile/o/opMul_10_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10649 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opMulAssign_18_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10650 nocompile/o/opMulAssign_18_A.d(21): Error: incompatible types for ((a) *= (x)): 'float' and 'dstress.nocompile.o.opMulAssign_18_A.X'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10651 nocompile/o/opMulAssign_18_A.d(21): Error: 'x' is not of arithmetic type, it is a dstress.nocompile.o.opMulAssign_18_A.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10652 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10653
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10654 Torture-Sub-1/32-XFAIL: nocompile/o/opMulAssign_18_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10655 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opMulAssign_18_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10656 nocompile/o/opMulAssign_18_B.d(21): Error: incompatible types for ((a) *= (x)): 'float' and 'X'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10657 nocompile/o/opMulAssign_18_B.d(21): Error: 'x' is not of arithmetic type, it is a X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10658 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10659
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10660 Torture-Sub-1/32-XFAIL: nocompile/o/opMulAssign_18_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10661 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opMulAssign_18_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10662 nocompile/o/opMulAssign_18_C.d(21): Error: 'x' is not a scalar, it is a dstress.nocompile.o.opMulAssign_18_C.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10663 nocompile/o/opMulAssign_18_C.d(21): Error: incompatible types for ((x) *= (a)): 'dstress.nocompile.o.opMulAssign_18_C.X' and 'float'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10664 nocompile/o/opMulAssign_18_C.d(21): Error: 'x' is not of arithmetic type, it is a dstress.nocompile.o.opMulAssign_18_C.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10665 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10666
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10667 Torture-Sub-1/32-XFAIL: nocompile/o/opMulAssign_18_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10668 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opMulAssign_18_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10669 nocompile/o/opMulAssign_18_D.d(21): Error: 'x' is not a scalar, it is a X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10670 nocompile/o/opMulAssign_18_D.d(21): Error: incompatible types for ((x) *= (a)): 'X' and 'float'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10671 nocompile/o/opMulAssign_18_D.d(21): Error: 'x' is not of arithmetic type, it is a X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10672 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10673
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10674 Torture-Sub-1/32-XFAIL: nocompile/o/opMulAssign_18_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10675 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opMulAssign_18_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10676 nocompile/o/opMulAssign_18_E.d(21): Error: incompatible types for ((a) *= (x)): 'ifloat' and 'dstress.nocompile.o.opMulAssign_18_E.X'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10677 nocompile/o/opMulAssign_18_E.d(21): Error: 'x' is not of arithmetic type, it is a dstress.nocompile.o.opMulAssign_18_E.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10678 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10679
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10680 Torture-Sub-1/32-XFAIL: nocompile/o/opMulAssign_18_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10681 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opMulAssign_18_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10682 nocompile/o/opMulAssign_18_F.d(21): Error: incompatible types for ((a) *= (x)): 'ifloat' and 'X'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10683 nocompile/o/opMulAssign_18_F.d(21): Error: 'x' is not of arithmetic type, it is a X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10684 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10685
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10686 Torture-Sub-1/32-XFAIL: nocompile/o/opMulAssign_18_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10687 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opMulAssign_18_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10688 nocompile/o/opMulAssign_18_G.d(21): Error: 'x' is not a scalar, it is a dstress.nocompile.o.opMulAssign_18_G.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10689 nocompile/o/opMulAssign_18_G.d(21): Error: incompatible types for ((x) *= (a)): 'dstress.nocompile.o.opMulAssign_18_G.X' and 'ifloat'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10690 nocompile/o/opMulAssign_18_G.d(21): Error: 'x' is not of arithmetic type, it is a dstress.nocompile.o.opMulAssign_18_G.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10691 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10692
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10693 Torture-Sub-1/32-XFAIL: nocompile/o/opMulAssign_18_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10694 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opMulAssign_18_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10695 nocompile/o/opMulAssign_18_H.d(21): Error: 'x' is not a scalar, it is a X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10696 nocompile/o/opMulAssign_18_H.d(21): Error: incompatible types for ((x) *= (a)): 'X' and 'ifloat'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10697 nocompile/o/opMulAssign_18_H.d(21): Error: 'x' is not of arithmetic type, it is a X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10698 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10699
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10700 Torture-Sub-1/32-XFAIL: nocompile/o/opMulAssign_18_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10701 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opMulAssign_18_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10702 nocompile/o/opMulAssign_18_I.d(21): Error: incompatible types for ((a) *= (x)): 'cfloat' and 'dstress.nocompile.o.opMulAssign_18_I.X'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10703 nocompile/o/opMulAssign_18_I.d(21): Error: 'x' is not of arithmetic type, it is a dstress.nocompile.o.opMulAssign_18_I.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10704 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10705
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10706 Torture-Sub-1/32-XFAIL: nocompile/o/opMulAssign_18_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10707 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opMulAssign_18_J.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10708 nocompile/o/opMulAssign_18_J.d(21): Error: incompatible types for ((a) *= (x)): 'cfloat' and 'X'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10709 nocompile/o/opMulAssign_18_J.d(21): Error: 'x' is not of arithmetic type, it is a X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10710 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10711
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10712 Torture-Sub-1/32-XFAIL: nocompile/o/opMulAssign_18_J.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10713 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opMulAssign_18_K.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10714 nocompile/o/opMulAssign_18_K.d(21): Error: 'x' is not a scalar, it is a dstress.nocompile.o.opMulAssign_18_K.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10715 nocompile/o/opMulAssign_18_K.d(21): Error: incompatible types for ((x) *= (a)): 'dstress.nocompile.o.opMulAssign_18_K.X' and 'cfloat'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10716 nocompile/o/opMulAssign_18_K.d(21): Error: 'x' is not of arithmetic type, it is a dstress.nocompile.o.opMulAssign_18_K.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10717 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10718
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10719 Torture-Sub-1/32-XFAIL: nocompile/o/opMulAssign_18_K.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10720 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opMulAssign_18_L.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10721 nocompile/o/opMulAssign_18_L.d(21): Error: 'x' is not a scalar, it is a X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10722 nocompile/o/opMulAssign_18_L.d(21): Error: incompatible types for ((x) *= (a)): 'X' and 'cfloat'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10723 nocompile/o/opMulAssign_18_L.d(21): Error: 'x' is not of arithmetic type, it is a X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10724 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10725
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10726 Torture-Sub-1/32-XFAIL: nocompile/o/opMulAssign_18_L.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10727 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opMulAssign_18_M.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10728 nocompile/o/opMulAssign_18_M.d(21): Error: incompatible types for ((a) *= (x)): 'int' and 'dstress.nocompile.o.opMulAssign_18_M.X'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10729 nocompile/o/opMulAssign_18_M.d(21): Error: 'x' is not of arithmetic type, it is a dstress.nocompile.o.opMulAssign_18_M.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10730 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10731
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10732 Torture-Sub-1/32-XFAIL: nocompile/o/opMulAssign_18_M.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10733 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opMulAssign_18_N.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10734 nocompile/o/opMulAssign_18_N.d(21): Error: incompatible types for ((a) *= (x)): 'int' and 'X'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10735 nocompile/o/opMulAssign_18_N.d(21): Error: 'x' is not of arithmetic type, it is a X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10736 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10737
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10738 Torture-Sub-1/32-XFAIL: nocompile/o/opMulAssign_18_N.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10739 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opMulAssign_18_O.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10740 nocompile/o/opMulAssign_18_O.d(21): Error: 'x' is not a scalar, it is a dstress.nocompile.o.opMulAssign_18_O.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10741 nocompile/o/opMulAssign_18_O.d(21): Error: incompatible types for ((x) *= (a)): 'dstress.nocompile.o.opMulAssign_18_O.X' and 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10742 nocompile/o/opMulAssign_18_O.d(21): Error: 'x' is not of arithmetic type, it is a dstress.nocompile.o.opMulAssign_18_O.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10743 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10744
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10745 Torture-Sub-1/32-XFAIL: nocompile/o/opMulAssign_18_O.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10746 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opMulAssign_18_P.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10747 nocompile/o/opMulAssign_18_P.d(21): Error: 'x' is not a scalar, it is a X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10748 nocompile/o/opMulAssign_18_P.d(21): Error: incompatible types for ((x) *= (a)): 'X' and 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10749 nocompile/o/opMulAssign_18_P.d(21): Error: 'x' is not of arithmetic type, it is a X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10750 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10751
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10752 Torture-Sub-1/32-XFAIL: nocompile/o/opMulAssign_18_P.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10753 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opMulAssign_19_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10754 nocompile/o/opMulAssign_19_A.d(15): Error: operation not allowed on bool 'b'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10755 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10756
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10757 Torture-Sub-1/32-XFAIL: nocompile/o/opMulAssign_19_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10758 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opMulAssign_19_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10759 nocompile/o/opMulAssign_19_B.d(15): Error: operation not allowed on bool 'b'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10760 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10761
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10762 Torture-Sub-1/32-XFAIL: nocompile/o/opMulAssign_19_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10763 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opMulAssign_19_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10764 nocompile/o/opMulAssign_19_C.d(15): Error: operation not allowed on bool 'b'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10765 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10766
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10767 Torture-Sub-1/32-XFAIL: nocompile/o/opMulAssign_19_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10768 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opMulAssign_19_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10769 nocompile/o/opMulAssign_19_D.d(15): Error: operation not allowed on bool 'b'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10770 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10771
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10772 Torture-Sub-1/32-XFAIL: nocompile/o/opMulAssign_19_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10773 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opMulAssign_19_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10774 nocompile/o/opMulAssign_19_E.d(15): Error: operation not allowed on bool 'b'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10775 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10776
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10777 Torture-Sub-1/32-XFAIL: nocompile/o/opMulAssign_19_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10778 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opMulAssign_19_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10779 nocompile/o/opMulAssign_19_F.d(15): Error: operation not allowed on bool 'b'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10780 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10781
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10782 Torture-Sub-1/32-XFAIL: nocompile/o/opMulAssign_19_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10783 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opMulAssign_20_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10784 nocompile/o/opMulAssign_20_A.d(15): Error: operation not allowed on bool 'b'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10785 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10786
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10787 Torture-Sub-1/32-XFAIL: nocompile/o/opMulAssign_20_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10788 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opMulAssign_21_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10789 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10790
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10791 Torture-Sub-1/32-XPASS: nocompile/o/opMulAssign_21_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10792 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opMulAssign_21_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10793 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10794
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10795 Torture-Sub-1/32-XPASS: nocompile/o/opMulAssign_21_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10796 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opMulAssign_21_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10797 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10798
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10799 Torture-Sub-1/32-XPASS: nocompile/o/opMulAssign_21_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10800 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opNeg_05_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10801 nocompile/o/opNeg_05_A.d(16): Error: operation not allowed on bool 'a'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10802 nocompile/o/opNeg_05_A.d(13): function dstress.nocompile.o.opNeg_05_A.main expected to return a value of type int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10803 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10804
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10805 Torture-Sub-1/32-XFAIL: nocompile/o/opNeg_05_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10806 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opOrAssign_01_J.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10807 nocompile/o/opOrAssign_01_J.d(16): Error: 'f[cast(uint)0]' is not of integral type, it is a float
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10808 nocompile/o/opOrAssign_01_J.d(16): Error: '1' is not of integral type, it is a float
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10809 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10810
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10811 Torture-Sub-1/32-XFAIL: nocompile/o/opOrAssign_01_J.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10812 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opOrAssign_01_K.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10813 nocompile/o/opOrAssign_01_K.d(16): Error: 'f[cast(uint)0]' is not of integral type, it is a double
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10814 nocompile/o/opOrAssign_01_K.d(16): Error: '1' is not of integral type, it is a double
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10815 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10816
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10817 Torture-Sub-1/32-XFAIL: nocompile/o/opOrAssign_01_K.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10818 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opOrAssign_01_L.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10819 nocompile/o/opOrAssign_01_L.d(16): Error: 'f[cast(uint)0]' is not of integral type, it is a real
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10820 nocompile/o/opOrAssign_01_L.d(16): Error: '1' is not of integral type, it is a real
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10821 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10822
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10823 Torture-Sub-1/32-XFAIL: nocompile/o/opOrAssign_01_L.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10824 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opOrAssign_01_M.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10825 nocompile/o/opOrAssign_01_M.d(16): Error: 'f[cast(uint)0]' is not of integral type, it is a ifloat
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10826 nocompile/o/opOrAssign_01_M.d(16): Error: '1i' is not of integral type, it is a ifloat
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10827 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10828
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10829 Torture-Sub-1/32-XFAIL: nocompile/o/opOrAssign_01_M.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10830 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opOrAssign_01_N.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10831 nocompile/o/opOrAssign_01_N.d(16): Error: 'f[cast(uint)0]' is not of integral type, it is a idouble
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10832 nocompile/o/opOrAssign_01_N.d(16): Error: '1i' is not of integral type, it is a idouble
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10833 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10834
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10835 Torture-Sub-1/32-XFAIL: nocompile/o/opOrAssign_01_N.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10836 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opOrAssign_01_O.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10837 nocompile/o/opOrAssign_01_O.d(16): Error: 'f[cast(uint)0]' is not of integral type, it is a ireal
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10838 nocompile/o/opOrAssign_01_O.d(16): Error: '1i' is not of integral type, it is a ireal
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10839 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10840
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10841 Torture-Sub-1/32-XFAIL: nocompile/o/opOrAssign_01_O.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10842 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opOrAssign_01_P.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10843 nocompile/o/opOrAssign_01_P.d(15): Error: cannot implicitly convert expression (8i) of type ifloat to cfloat[]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10844 nocompile/o/opOrAssign_01_P.d(15): Error: cannot cast ifloat to cfloat[]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10845 nocompile/o/opOrAssign_01_P.d(15): Error: integral constant must be scalar type, not cfloat[]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10846 nocompile/o/opOrAssign_01_P.d(16): Error: 'f[cast(uint)0]' is not of integral type, it is a cfloat
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10847 nocompile/o/opOrAssign_01_P.d(16): Error: '1Fi + 2F' is not of integral type, it is a cfloat
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10848 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10849
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10850 Torture-Sub-1/32-XFAIL: nocompile/o/opOrAssign_01_P.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10851 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opOrAssign_01_Q.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10852 nocompile/o/opOrAssign_01_Q.d(15): Error: cannot implicitly convert expression (8i) of type idouble to cdouble[]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10853 nocompile/o/opOrAssign_01_Q.d(15): Error: cannot cast idouble to cdouble[]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10854 nocompile/o/opOrAssign_01_Q.d(15): Error: integral constant must be scalar type, not cdouble[]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10855 nocompile/o/opOrAssign_01_Q.d(16): Error: 'f[cast(uint)0]' is not of integral type, it is a cdouble
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10856 nocompile/o/opOrAssign_01_Q.d(16): Error: '1i + 2' is not of integral type, it is a cdouble
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10857 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10858
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10859 Torture-Sub-1/32-XFAIL: nocompile/o/opOrAssign_01_Q.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10860 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opOrAssign_01_R.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10861 nocompile/o/opOrAssign_01_R.d(15): Error: cannot implicitly convert expression (8i) of type idouble to creal[]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10862 nocompile/o/opOrAssign_01_R.d(15): Error: cannot cast idouble to creal[]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10863 nocompile/o/opOrAssign_01_R.d(15): Error: integral constant must be scalar type, not creal[]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10864 nocompile/o/opOrAssign_01_R.d(16): Error: 'f[cast(uint)0]' is not of integral type, it is a creal
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10865 nocompile/o/opOrAssign_01_R.d(16): Error: 'cast(creal)(1i + 2)' is not of integral type, it is a creal
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10866 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10867
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10868 Torture-Sub-1/32-XFAIL: nocompile/o/opOrAssign_01_R.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10869 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opOrAssign_18_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10870 nocompile/o/opOrAssign_18_A.d(21): Error: incompatible types for ((a) |= (x)): 'float' and 'dstress.nocompile.o.opOrAssign_18_A.X'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10871 nocompile/o/opOrAssign_18_A.d(21): Error: 'a' is not of integral type, it is a float
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10872 nocompile/o/opOrAssign_18_A.d(21): Error: 'x' is not of integral type, it is a dstress.nocompile.o.opOrAssign_18_A.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10873 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10874
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10875 Torture-Sub-1/32-XFAIL: nocompile/o/opOrAssign_18_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10876 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opOrAssign_18_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10877 nocompile/o/opOrAssign_18_B.d(21): Error: incompatible types for ((a) |= (x)): 'float' and 'X'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10878 nocompile/o/opOrAssign_18_B.d(21): Error: 'a' is not of integral type, it is a float
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10879 nocompile/o/opOrAssign_18_B.d(21): Error: 'x' is not of integral type, it is a X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10880 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10881
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10882 Torture-Sub-1/32-XFAIL: nocompile/o/opOrAssign_18_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10883 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opOrAssign_18_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10884 nocompile/o/opOrAssign_18_C.d(21): Error: 'x' is not a scalar, it is a dstress.nocompile.o.opOrAssign_18_C.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10885 nocompile/o/opOrAssign_18_C.d(21): Error: incompatible types for ((x) |= (a)): 'dstress.nocompile.o.opOrAssign_18_C.X' and 'float'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10886 nocompile/o/opOrAssign_18_C.d(21): Error: 'x' is not of integral type, it is a dstress.nocompile.o.opOrAssign_18_C.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10887 nocompile/o/opOrAssign_18_C.d(21): Error: 'a' is not of integral type, it is a float
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10888 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10889
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10890 Torture-Sub-1/32-XFAIL: nocompile/o/opOrAssign_18_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10891 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opOrAssign_18_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10892 nocompile/o/opOrAssign_18_D.d(21): Error: 'x' is not a scalar, it is a X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10893 nocompile/o/opOrAssign_18_D.d(21): Error: incompatible types for ((x) |= (a)): 'X' and 'float'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10894 nocompile/o/opOrAssign_18_D.d(21): Error: 'x' is not of integral type, it is a X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10895 nocompile/o/opOrAssign_18_D.d(21): Error: 'a' is not of integral type, it is a float
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10896 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10897
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10898 Torture-Sub-1/32-XFAIL: nocompile/o/opOrAssign_18_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10899 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opOrAssign_18_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10900 nocompile/o/opOrAssign_18_E.d(21): Error: incompatible types for ((a) |= (x)): 'ifloat' and 'dstress.nocompile.o.opOrAssign_18_E.X'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10901 nocompile/o/opOrAssign_18_E.d(21): Error: 'a' is not of integral type, it is a ifloat
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10902 nocompile/o/opOrAssign_18_E.d(21): Error: 'x' is not of integral type, it is a dstress.nocompile.o.opOrAssign_18_E.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10903 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10904
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10905 Torture-Sub-1/32-XFAIL: nocompile/o/opOrAssign_18_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10906 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opOrAssign_18_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10907 nocompile/o/opOrAssign_18_F.d(21): Error: incompatible types for ((a) |= (x)): 'ifloat' and 'X'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10908 nocompile/o/opOrAssign_18_F.d(21): Error: 'a' is not of integral type, it is a ifloat
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10909 nocompile/o/opOrAssign_18_F.d(21): Error: 'x' is not of integral type, it is a X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10910 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10911
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10912 Torture-Sub-1/32-XFAIL: nocompile/o/opOrAssign_18_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10913 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opOrAssign_18_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10914 nocompile/o/opOrAssign_18_G.d(21): Error: 'x' is not a scalar, it is a dstress.nocompile.o.opOrAssign_18_G.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10915 nocompile/o/opOrAssign_18_G.d(21): Error: incompatible types for ((x) |= (a)): 'dstress.nocompile.o.opOrAssign_18_G.X' and 'ifloat'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10916 nocompile/o/opOrAssign_18_G.d(21): Error: 'x' is not of integral type, it is a dstress.nocompile.o.opOrAssign_18_G.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10917 nocompile/o/opOrAssign_18_G.d(21): Error: 'a' is not of integral type, it is a ifloat
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10918 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10919
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10920 Torture-Sub-1/32-XFAIL: nocompile/o/opOrAssign_18_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10921 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opOrAssign_18_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10922 nocompile/o/opOrAssign_18_H.d(21): Error: 'x' is not a scalar, it is a X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10923 nocompile/o/opOrAssign_18_H.d(21): Error: incompatible types for ((x) |= (a)): 'X' and 'ifloat'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10924 nocompile/o/opOrAssign_18_H.d(21): Error: 'x' is not of integral type, it is a X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10925 nocompile/o/opOrAssign_18_H.d(21): Error: 'a' is not of integral type, it is a ifloat
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10926 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10927
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10928 Torture-Sub-1/32-XFAIL: nocompile/o/opOrAssign_18_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10929 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opOrAssign_18_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10930 nocompile/o/opOrAssign_18_I.d(21): Error: incompatible types for ((a) |= (x)): 'cfloat' and 'dstress.nocompile.o.opOrAssign_18_I.X'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10931 nocompile/o/opOrAssign_18_I.d(21): Error: 'a' is not of integral type, it is a cfloat
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10932 nocompile/o/opOrAssign_18_I.d(21): Error: 'x' is not of integral type, it is a dstress.nocompile.o.opOrAssign_18_I.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10933 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10934
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10935 Torture-Sub-1/32-XFAIL: nocompile/o/opOrAssign_18_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10936 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opOrAssign_18_J.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10937 nocompile/o/opOrAssign_18_J.d(21): Error: incompatible types for ((a) |= (x)): 'cfloat' and 'X'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10938 nocompile/o/opOrAssign_18_J.d(21): Error: 'a' is not of integral type, it is a cfloat
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10939 nocompile/o/opOrAssign_18_J.d(21): Error: 'x' is not of integral type, it is a X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10940 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10941
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10942 Torture-Sub-1/32-XFAIL: nocompile/o/opOrAssign_18_J.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10943 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opOrAssign_18_K.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10944 nocompile/o/opOrAssign_18_K.d(21): Error: 'x' is not a scalar, it is a dstress.nocompile.o.opOrAssign_18_K.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10945 nocompile/o/opOrAssign_18_K.d(21): Error: incompatible types for ((x) |= (a)): 'dstress.nocompile.o.opOrAssign_18_K.X' and 'cfloat'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10946 nocompile/o/opOrAssign_18_K.d(21): Error: 'x' is not of integral type, it is a dstress.nocompile.o.opOrAssign_18_K.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10947 nocompile/o/opOrAssign_18_K.d(21): Error: 'a' is not of integral type, it is a cfloat
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10948 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10949
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10950 Torture-Sub-1/32-XFAIL: nocompile/o/opOrAssign_18_K.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10951 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opOrAssign_18_L.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10952 nocompile/o/opOrAssign_18_L.d(21): Error: 'x' is not a scalar, it is a X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10953 nocompile/o/opOrAssign_18_L.d(21): Error: incompatible types for ((x) |= (a)): 'X' and 'cfloat'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10954 nocompile/o/opOrAssign_18_L.d(21): Error: 'x' is not of integral type, it is a X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10955 nocompile/o/opOrAssign_18_L.d(21): Error: 'a' is not of integral type, it is a cfloat
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10956 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10957
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10958 Torture-Sub-1/32-XFAIL: nocompile/o/opOrAssign_18_L.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10959 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opOrAssign_18_M.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10960 nocompile/o/opOrAssign_18_M.d(21): Error: incompatible types for ((a) |= (x)): 'int' and 'dstress.nocompile.o.opOrAssign_18_M.X'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10961 nocompile/o/opOrAssign_18_M.d(21): Error: 'x' is not of integral type, it is a dstress.nocompile.o.opOrAssign_18_M.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10962 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10963
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10964 Torture-Sub-1/32-XFAIL: nocompile/o/opOrAssign_18_M.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10965 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opOrAssign_18_N.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10966 nocompile/o/opOrAssign_18_N.d(21): Error: incompatible types for ((a) |= (x)): 'int' and 'X'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10967 nocompile/o/opOrAssign_18_N.d(21): Error: 'x' is not of integral type, it is a X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10968 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10969
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10970 Torture-Sub-1/32-XFAIL: nocompile/o/opOrAssign_18_N.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10971 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opOrAssign_18_O.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10972 nocompile/o/opOrAssign_18_O.d(21): Error: 'x' is not a scalar, it is a dstress.nocompile.o.opOrAssign_18_O.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10973 nocompile/o/opOrAssign_18_O.d(21): Error: incompatible types for ((x) |= (a)): 'dstress.nocompile.o.opOrAssign_18_O.X' and 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10974 nocompile/o/opOrAssign_18_O.d(21): Error: 'x' is not of integral type, it is a dstress.nocompile.o.opOrAssign_18_O.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10975 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10976
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10977 Torture-Sub-1/32-XFAIL: nocompile/o/opOrAssign_18_O.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10978 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opOrAssign_18_P.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10979 nocompile/o/opOrAssign_18_P.d(21): Error: 'x' is not a scalar, it is a X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10980 nocompile/o/opOrAssign_18_P.d(21): Error: incompatible types for ((x) |= (a)): 'X' and 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10981 nocompile/o/opOrAssign_18_P.d(21): Error: 'x' is not of integral type, it is a X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10982 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10983
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10984 Torture-Sub-1/32-XFAIL: nocompile/o/opOrAssign_18_P.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10985 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opPos_05_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10986 nocompile/o/opPos_05_A.d(16): Error: operation not allowed on bool 'a'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10987 nocompile/o/opPos_05_A.d(13): function dstress.nocompile.o.opPos_05_A.main expected to return a value of type int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10988 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10989
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10990 Torture-Sub-1/32-XFAIL: nocompile/o/opPos_05_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10991 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opPostDec_12_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10992 nocompile/o/opPostDec_12_A.d(16): Error: operation not allowed on bool 'a'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10993 nocompile/o/opPostDec_12_A.d(13): function dstress.nocompile.o.opPostDec_12_A.main expected to return a value of type int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10994 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10995
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10996 Torture-Sub-1/32-XFAIL: nocompile/o/opPostDec_12_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10997 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opPostInc_12_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10998 nocompile/o/opPostInc_12_A.d(16): Error: operation not allowed on bool 'a'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
10999 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11000
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11001 Torture-Sub-1/32-XFAIL: nocompile/o/opPostInc_12_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11002 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opPreDec_12_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11003 nocompile/o/opPreDec_12_A.d(16): Error: operation not allowed on bool 'a'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11004 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11005
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11006 Torture-Sub-1/32-XFAIL: nocompile/o/opPreDec_12_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11007 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opPreInc_12_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11008 nocompile/o/opPreInc_12_A.d(16): Error: operation not allowed on bool 'a'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11009 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11010
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11011 Torture-Sub-1/32-XFAIL: nocompile/o/opPreInc_12_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11012 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opShlAssign_18_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11013 nocompile/o/opShlAssign_18_A.d(21): Error: incompatible types for ((a) <<= (x)): 'float' and 'dstress.nocompile.o.opShlAssign_18_A.X'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11014 nocompile/o/opShlAssign_18_A.d(21): Error: 'a' is not of integral type, it is a float
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11015 nocompile/o/opShlAssign_18_A.d(21): Error: 'x' is not of integral type, it is a dstress.nocompile.o.opShlAssign_18_A.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11016 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11017
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11018 Torture-Sub-1/32-XFAIL: nocompile/o/opShlAssign_18_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11019 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opShlAssign_18_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11020 nocompile/o/opShlAssign_18_B.d(21): Error: incompatible types for ((a) <<= (x)): 'float' and 'X'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11021 nocompile/o/opShlAssign_18_B.d(21): Error: 'a' is not of integral type, it is a float
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11022 nocompile/o/opShlAssign_18_B.d(21): Error: 'x' is not of integral type, it is a X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11023 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11024
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11025 Torture-Sub-1/32-XFAIL: nocompile/o/opShlAssign_18_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11026 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opShlAssign_18_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11027 nocompile/o/opShlAssign_18_C.d(21): Error: 'x' is not a scalar, it is a dstress.nocompile.o.opShlAssign_18_C.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11028 nocompile/o/opShlAssign_18_C.d(21): Error: incompatible types for ((x) <<= (a)): 'dstress.nocompile.o.opShlAssign_18_C.X' and 'float'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11029 nocompile/o/opShlAssign_18_C.d(21): Error: 'x' is not of integral type, it is a dstress.nocompile.o.opShlAssign_18_C.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11030 nocompile/o/opShlAssign_18_C.d(21): Error: 'a' is not of integral type, it is a float
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11031 Error: cannot cast int to dstress.nocompile.o.opShlAssign_18_C.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11032 Error: integral constant must be scalar type, not dstress.nocompile.o.opShlAssign_18_C.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11033 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11034
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11035 Torture-Sub-1/32-XFAIL: nocompile/o/opShlAssign_18_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11036 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opShlAssign_18_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11037 nocompile/o/opShlAssign_18_D.d(21): Error: 'x' is not a scalar, it is a X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11038 nocompile/o/opShlAssign_18_D.d(21): Error: incompatible types for ((x) <<= (a)): 'X' and 'float'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11039 nocompile/o/opShlAssign_18_D.d(21): Error: 'x' is not of integral type, it is a X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11040 nocompile/o/opShlAssign_18_D.d(21): Error: 'a' is not of integral type, it is a float
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11041 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11042
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11043 Torture-Sub-1/32-XFAIL: nocompile/o/opShlAssign_18_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11044 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opShlAssign_18_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11045 nocompile/o/opShlAssign_18_E.d(21): Error: incompatible types for ((a) <<= (x)): 'ifloat' and 'dstress.nocompile.o.opShlAssign_18_E.X'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11046 nocompile/o/opShlAssign_18_E.d(21): Error: 'a' is not of integral type, it is a ifloat
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11047 nocompile/o/opShlAssign_18_E.d(21): Error: 'x' is not of integral type, it is a dstress.nocompile.o.opShlAssign_18_E.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11048 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11049
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11050 Torture-Sub-1/32-XFAIL: nocompile/o/opShlAssign_18_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11051 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opShlAssign_18_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11052 nocompile/o/opShlAssign_18_F.d(21): Error: incompatible types for ((a) <<= (x)): 'ifloat' and 'X'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11053 nocompile/o/opShlAssign_18_F.d(21): Error: 'a' is not of integral type, it is a ifloat
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11054 nocompile/o/opShlAssign_18_F.d(21): Error: 'x' is not of integral type, it is a X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11055 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11056
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11057 Torture-Sub-1/32-XFAIL: nocompile/o/opShlAssign_18_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11058 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opShlAssign_18_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11059 nocompile/o/opShlAssign_18_G.d(21): Error: 'x' is not a scalar, it is a dstress.nocompile.o.opShlAssign_18_G.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11060 nocompile/o/opShlAssign_18_G.d(21): Error: incompatible types for ((x) <<= (a)): 'dstress.nocompile.o.opShlAssign_18_G.X' and 'ifloat'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11061 nocompile/o/opShlAssign_18_G.d(21): Error: 'x' is not of integral type, it is a dstress.nocompile.o.opShlAssign_18_G.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11062 nocompile/o/opShlAssign_18_G.d(21): Error: 'a' is not of integral type, it is a ifloat
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11063 Error: cannot cast int to dstress.nocompile.o.opShlAssign_18_G.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11064 Error: integral constant must be scalar type, not dstress.nocompile.o.opShlAssign_18_G.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11065 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11066
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11067 Torture-Sub-1/32-XFAIL: nocompile/o/opShlAssign_18_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11068 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opShlAssign_18_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11069 nocompile/o/opShlAssign_18_H.d(21): Error: 'x' is not a scalar, it is a X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11070 nocompile/o/opShlAssign_18_H.d(21): Error: incompatible types for ((x) <<= (a)): 'X' and 'ifloat'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11071 nocompile/o/opShlAssign_18_H.d(21): Error: 'x' is not of integral type, it is a X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11072 nocompile/o/opShlAssign_18_H.d(21): Error: 'a' is not of integral type, it is a ifloat
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11073 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11074
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11075 Torture-Sub-1/32-XFAIL: nocompile/o/opShlAssign_18_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11076 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opShlAssign_18_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11077 nocompile/o/opShlAssign_18_I.d(21): Error: incompatible types for ((a) <<= (x)): 'cfloat' and 'dstress.nocompile.o.opShlAssign_18_I.X'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11078 nocompile/o/opShlAssign_18_I.d(21): Error: 'a' is not of integral type, it is a cfloat
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11079 nocompile/o/opShlAssign_18_I.d(21): Error: 'x' is not of integral type, it is a dstress.nocompile.o.opShlAssign_18_I.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11080 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11081
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11082 Torture-Sub-1/32-XFAIL: nocompile/o/opShlAssign_18_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11083 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opShlAssign_18_J.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11084 nocompile/o/opShlAssign_18_J.d(21): Error: incompatible types for ((a) <<= (x)): 'cfloat' and 'X'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11085 nocompile/o/opShlAssign_18_J.d(21): Error: 'a' is not of integral type, it is a cfloat
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11086 nocompile/o/opShlAssign_18_J.d(21): Error: 'x' is not of integral type, it is a X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11087 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11088
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11089 Torture-Sub-1/32-XFAIL: nocompile/o/opShlAssign_18_J.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11090 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opShlAssign_18_K.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11091 nocompile/o/opShlAssign_18_K.d(21): Error: 'x' is not a scalar, it is a dstress.nocompile.o.opShlAssign_18_K.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11092 nocompile/o/opShlAssign_18_K.d(21): Error: incompatible types for ((x) <<= (a)): 'dstress.nocompile.o.opShlAssign_18_K.X' and 'cfloat'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11093 nocompile/o/opShlAssign_18_K.d(21): Error: 'x' is not of integral type, it is a dstress.nocompile.o.opShlAssign_18_K.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11094 nocompile/o/opShlAssign_18_K.d(21): Error: 'a' is not of integral type, it is a cfloat
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11095 Error: cannot cast int to dstress.nocompile.o.opShlAssign_18_K.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11096 Error: integral constant must be scalar type, not dstress.nocompile.o.opShlAssign_18_K.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11097 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11098
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11099 Torture-Sub-1/32-XFAIL: nocompile/o/opShlAssign_18_K.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11100 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opShlAssign_18_L.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11101 nocompile/o/opShlAssign_18_L.d(21): Error: 'x' is not a scalar, it is a X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11102 nocompile/o/opShlAssign_18_L.d(21): Error: incompatible types for ((x) <<= (a)): 'X' and 'cfloat'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11103 nocompile/o/opShlAssign_18_L.d(21): Error: 'x' is not of integral type, it is a X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11104 nocompile/o/opShlAssign_18_L.d(21): Error: 'a' is not of integral type, it is a cfloat
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11105 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11106
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11107 Torture-Sub-1/32-XFAIL: nocompile/o/opShlAssign_18_L.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11108 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opShlAssign_18_M.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11109 nocompile/o/opShlAssign_18_M.d(21): Error: incompatible types for ((a) <<= (x)): 'int' and 'dstress.nocompile.o.opShlAssign_18_M.X'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11110 nocompile/o/opShlAssign_18_M.d(21): Error: 'x' is not of integral type, it is a dstress.nocompile.o.opShlAssign_18_M.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11111 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11112
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11113 Torture-Sub-1/32-XFAIL: nocompile/o/opShlAssign_18_M.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11114 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opShlAssign_18_N.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11115 nocompile/o/opShlAssign_18_N.d(21): Error: incompatible types for ((a) <<= (x)): 'int' and 'X'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11116 nocompile/o/opShlAssign_18_N.d(21): Error: 'x' is not of integral type, it is a X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11117 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11118
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11119 Torture-Sub-1/32-XFAIL: nocompile/o/opShlAssign_18_N.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11120 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opShlAssign_18_O.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11121 nocompile/o/opShlAssign_18_O.d(21): Error: 'x' is not a scalar, it is a dstress.nocompile.o.opShlAssign_18_O.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11122 nocompile/o/opShlAssign_18_O.d(21): Error: incompatible types for ((x) <<= (a)): 'dstress.nocompile.o.opShlAssign_18_O.X' and 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11123 nocompile/o/opShlAssign_18_O.d(21): Error: 'x' is not of integral type, it is a dstress.nocompile.o.opShlAssign_18_O.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11124 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11125
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11126 Torture-Sub-1/32-XFAIL: nocompile/o/opShlAssign_18_O.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11127 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opShlAssign_18_P.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11128 nocompile/o/opShlAssign_18_P.d(21): Error: 'x' is not a scalar, it is a X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11129 nocompile/o/opShlAssign_18_P.d(21): Error: incompatible types for ((x) <<= (a)): 'X' and 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11130 nocompile/o/opShlAssign_18_P.d(21): Error: 'x' is not of integral type, it is a X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11131 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11132
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11133 Torture-Sub-1/32-XFAIL: nocompile/o/opShlAssign_18_P.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11134 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opShrAssign_18_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11135 nocompile/o/opShrAssign_18_A.d(21): Error: incompatible types for ((a) >>= (x)): 'float' and 'dstress.nocompile.o.opShrAssign_18_A.X'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11136 nocompile/o/opShrAssign_18_A.d(21): Error: 'a' is not of integral type, it is a float
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11137 nocompile/o/opShrAssign_18_A.d(21): Error: 'x' is not of integral type, it is a dstress.nocompile.o.opShrAssign_18_A.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11138 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11139
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11140 Torture-Sub-1/32-XFAIL: nocompile/o/opShrAssign_18_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11141 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opShrAssign_18_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11142 nocompile/o/opShrAssign_18_B.d(21): Error: incompatible types for ((a) >>= (x)): 'float' and 'X'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11143 nocompile/o/opShrAssign_18_B.d(21): Error: 'a' is not of integral type, it is a float
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11144 nocompile/o/opShrAssign_18_B.d(21): Error: 'x' is not of integral type, it is a X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11145 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11146
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11147 Torture-Sub-1/32-XFAIL: nocompile/o/opShrAssign_18_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11148 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opShrAssign_18_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11149 nocompile/o/opShrAssign_18_C.d(21): Error: 'x' is not a scalar, it is a dstress.nocompile.o.opShrAssign_18_C.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11150 nocompile/o/opShrAssign_18_C.d(21): Error: incompatible types for ((x) >>= (a)): 'dstress.nocompile.o.opShrAssign_18_C.X' and 'float'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11151 nocompile/o/opShrAssign_18_C.d(21): Error: 'x' is not of integral type, it is a dstress.nocompile.o.opShrAssign_18_C.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11152 nocompile/o/opShrAssign_18_C.d(21): Error: 'a' is not of integral type, it is a float
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11153 Error: cannot cast int to dstress.nocompile.o.opShrAssign_18_C.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11154 Error: integral constant must be scalar type, not dstress.nocompile.o.opShrAssign_18_C.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11155 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11156
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11157 Torture-Sub-1/32-XFAIL: nocompile/o/opShrAssign_18_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11158 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opShrAssign_18_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11159 nocompile/o/opShrAssign_18_D.d(21): Error: 'x' is not a scalar, it is a X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11160 nocompile/o/opShrAssign_18_D.d(21): Error: incompatible types for ((x) >>= (a)): 'X' and 'float'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11161 nocompile/o/opShrAssign_18_D.d(21): Error: 'x' is not of integral type, it is a X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11162 nocompile/o/opShrAssign_18_D.d(21): Error: 'a' is not of integral type, it is a float
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11163 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11164
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11165 Torture-Sub-1/32-XFAIL: nocompile/o/opShrAssign_18_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11166 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opShrAssign_18_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11167 nocompile/o/opShrAssign_18_E.d(21): Error: incompatible types for ((a) >>= (x)): 'ifloat' and 'dstress.nocompile.o.opShrAssign_18_E.X'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11168 nocompile/o/opShrAssign_18_E.d(21): Error: 'a' is not of integral type, it is a ifloat
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11169 nocompile/o/opShrAssign_18_E.d(21): Error: 'x' is not of integral type, it is a dstress.nocompile.o.opShrAssign_18_E.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11170 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11171
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11172 Torture-Sub-1/32-XFAIL: nocompile/o/opShrAssign_18_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11173 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opShrAssign_18_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11174 nocompile/o/opShrAssign_18_F.d(21): Error: incompatible types for ((a) >>= (x)): 'ifloat' and 'X'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11175 nocompile/o/opShrAssign_18_F.d(21): Error: 'a' is not of integral type, it is a ifloat
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11176 nocompile/o/opShrAssign_18_F.d(21): Error: 'x' is not of integral type, it is a X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11177 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11178
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11179 Torture-Sub-1/32-XFAIL: nocompile/o/opShrAssign_18_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11180 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opShrAssign_18_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11181 nocompile/o/opShrAssign_18_G.d(21): Error: 'x' is not a scalar, it is a dstress.nocompile.o.opShrAssign_18_G.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11182 nocompile/o/opShrAssign_18_G.d(21): Error: incompatible types for ((x) >>= (a)): 'dstress.nocompile.o.opShrAssign_18_G.X' and 'ifloat'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11183 nocompile/o/opShrAssign_18_G.d(21): Error: 'x' is not of integral type, it is a dstress.nocompile.o.opShrAssign_18_G.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11184 nocompile/o/opShrAssign_18_G.d(21): Error: 'a' is not of integral type, it is a ifloat
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11185 Error: cannot cast int to dstress.nocompile.o.opShrAssign_18_G.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11186 Error: integral constant must be scalar type, not dstress.nocompile.o.opShrAssign_18_G.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11187 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11188
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11189 Torture-Sub-1/32-XFAIL: nocompile/o/opShrAssign_18_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11190 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opShrAssign_18_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11191 nocompile/o/opShrAssign_18_H.d(21): Error: 'x' is not a scalar, it is a X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11192 nocompile/o/opShrAssign_18_H.d(21): Error: incompatible types for ((x) >>= (a)): 'X' and 'ifloat'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11193 nocompile/o/opShrAssign_18_H.d(21): Error: 'x' is not of integral type, it is a X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11194 nocompile/o/opShrAssign_18_H.d(21): Error: 'a' is not of integral type, it is a ifloat
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11195 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11196
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11197 Torture-Sub-1/32-XFAIL: nocompile/o/opShrAssign_18_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11198 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opShrAssign_18_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11199 nocompile/o/opShrAssign_18_I.d(21): Error: incompatible types for ((a) >>= (x)): 'cfloat' and 'dstress.nocompile.o.opShrAssign_18_I.X'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11200 nocompile/o/opShrAssign_18_I.d(21): Error: 'a' is not of integral type, it is a cfloat
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11201 nocompile/o/opShrAssign_18_I.d(21): Error: 'x' is not of integral type, it is a dstress.nocompile.o.opShrAssign_18_I.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11202 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11203
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11204 Torture-Sub-1/32-XFAIL: nocompile/o/opShrAssign_18_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11205 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opShrAssign_18_J.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11206 nocompile/o/opShrAssign_18_J.d(21): Error: incompatible types for ((a) >>= (x)): 'cfloat' and 'X'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11207 nocompile/o/opShrAssign_18_J.d(21): Error: 'a' is not of integral type, it is a cfloat
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11208 nocompile/o/opShrAssign_18_J.d(21): Error: 'x' is not of integral type, it is a X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11209 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11210
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11211 Torture-Sub-1/32-XFAIL: nocompile/o/opShrAssign_18_J.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11212 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opShrAssign_18_K.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11213 nocompile/o/opShrAssign_18_K.d(21): Error: 'x' is not a scalar, it is a dstress.nocompile.o.opShrAssign_18_K.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11214 nocompile/o/opShrAssign_18_K.d(21): Error: incompatible types for ((x) >>= (a)): 'dstress.nocompile.o.opShrAssign_18_K.X' and 'cfloat'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11215 nocompile/o/opShrAssign_18_K.d(21): Error: 'x' is not of integral type, it is a dstress.nocompile.o.opShrAssign_18_K.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11216 nocompile/o/opShrAssign_18_K.d(21): Error: 'a' is not of integral type, it is a cfloat
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11217 Error: cannot cast int to dstress.nocompile.o.opShrAssign_18_K.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11218 Error: integral constant must be scalar type, not dstress.nocompile.o.opShrAssign_18_K.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11219 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11220
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11221 Torture-Sub-1/32-XFAIL: nocompile/o/opShrAssign_18_K.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11222 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opShrAssign_18_L.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11223 nocompile/o/opShrAssign_18_L.d(21): Error: 'x' is not a scalar, it is a X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11224 nocompile/o/opShrAssign_18_L.d(21): Error: incompatible types for ((x) >>= (a)): 'X' and 'cfloat'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11225 nocompile/o/opShrAssign_18_L.d(21): Error: 'x' is not of integral type, it is a X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11226 nocompile/o/opShrAssign_18_L.d(21): Error: 'a' is not of integral type, it is a cfloat
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11227 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11228
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11229 Torture-Sub-1/32-XFAIL: nocompile/o/opShrAssign_18_L.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11230 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opShrAssign_18_M.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11231 nocompile/o/opShrAssign_18_M.d(21): Error: incompatible types for ((a) >>= (x)): 'int' and 'dstress.nocompile.o.opShrAssign_18_M.X'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11232 nocompile/o/opShrAssign_18_M.d(21): Error: 'x' is not of integral type, it is a dstress.nocompile.o.opShrAssign_18_M.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11233 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11234
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11235 Torture-Sub-1/32-XFAIL: nocompile/o/opShrAssign_18_M.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11236 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opShrAssign_18_N.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11237 nocompile/o/opShrAssign_18_N.d(21): Error: incompatible types for ((a) >>= (x)): 'int' and 'X'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11238 nocompile/o/opShrAssign_18_N.d(21): Error: 'x' is not of integral type, it is a X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11239 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11240
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11241 Torture-Sub-1/32-XFAIL: nocompile/o/opShrAssign_18_N.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11242 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opShrAssign_18_O.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11243 nocompile/o/opShrAssign_18_O.d(21): Error: 'x' is not a scalar, it is a dstress.nocompile.o.opShrAssign_18_O.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11244 nocompile/o/opShrAssign_18_O.d(21): Error: incompatible types for ((x) >>= (a)): 'dstress.nocompile.o.opShrAssign_18_O.X' and 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11245 nocompile/o/opShrAssign_18_O.d(21): Error: 'x' is not of integral type, it is a dstress.nocompile.o.opShrAssign_18_O.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11246 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11247
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11248 Torture-Sub-1/32-XFAIL: nocompile/o/opShrAssign_18_O.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11249 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opShrAssign_18_P.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11250 nocompile/o/opShrAssign_18_P.d(21): Error: 'x' is not a scalar, it is a X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11251 nocompile/o/opShrAssign_18_P.d(21): Error: incompatible types for ((x) >>= (a)): 'X' and 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11252 nocompile/o/opShrAssign_18_P.d(21): Error: 'x' is not of integral type, it is a X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11253 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11254
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11255 Torture-Sub-1/32-XFAIL: nocompile/o/opShrAssign_18_P.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11256 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opSub_08_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11257 nocompile/o/opSub_08_A.d(16): Error: cannot implicitly convert expression (cast(int)a - cast(int)a) of type int to bool
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11258 nocompile/o/opSub_08_A.d(13): function dstress.nocompile.o.opSub_08_A.main expected to return a value of type int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11259 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11260
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11261 Torture-Sub-1/32-XFAIL: nocompile/o/opSub_08_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11262 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opSub_09_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11263 nocompile/o/opSub_09_A.d(15): Error: cannot implicitly convert expression (cast(double)cast(int)b - 2.2) of type double to bool
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11264 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11265
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11266 Torture-Sub-1/32-XFAIL: nocompile/o/opSub_09_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11267 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opSub_09_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11268 nocompile/o/opSub_09_B.d(15): Error: cannot implicitly convert expression (cast(double)cast(int)b - 0) of type double to bool
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11269 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11270
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11271 Torture-Sub-1/32-XFAIL: nocompile/o/opSub_09_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11272 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opSub_09_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11273 nocompile/o/opSub_09_C.d(15): Error: cannot implicitly convert expression (cast(double)cast(int)b - nan) of type double to bool
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11274 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11275
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11276 Torture-Sub-1/32-XFAIL: nocompile/o/opSub_09_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11277 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opSub_09_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11278 nocompile/o/opSub_09_D.d(15): Error: cannot implicitly convert expression (cast(double)cast(int)b - 2.2i) of type cdouble to bool
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11279 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11280
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11281 Torture-Sub-1/32-XFAIL: nocompile/o/opSub_09_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11282 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opSub_09_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11283 nocompile/o/opSub_09_E.d(15): Error: cannot implicitly convert expression (cast(double)cast(int)b - 0i) of type cdouble to bool
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11284 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11285
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11286 Torture-Sub-1/32-XFAIL: nocompile/o/opSub_09_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11287 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opSub_09_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11288 nocompile/o/opSub_09_F.d(15): Error: cannot implicitly convert expression (cast(double)cast(int)b - nani) of type cdouble to bool
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11289 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11290
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11291 Torture-Sub-1/32-XFAIL: nocompile/o/opSub_09_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11292 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opSubAssign_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11293 nocompile/o/opSubAssign_01.d(17): semicolon expected, not '-='
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11294 nocompile/o/opSubAssign_01.d(17): found '-=' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11295 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11296
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11297 Torture-Sub-1/32-XFAIL: nocompile/o/opSubAssign_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11298 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opSubAssign_18_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11299 nocompile/o/opSubAssign_18_A.d(21): Error: 'x' is not of arithmetic type, it is a dstress.nocompile.o.opSubAssign_18_A.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11300 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11301
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11302 Torture-Sub-1/32-XFAIL: nocompile/o/opSubAssign_18_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11303 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opSubAssign_18_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11304 nocompile/o/opSubAssign_18_B.d(21): Error: 'x' is not of arithmetic type, it is a X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11305 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11306
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11307 Torture-Sub-1/32-XFAIL: nocompile/o/opSubAssign_18_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11308 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opSubAssign_18_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11309 nocompile/o/opSubAssign_18_C.d(21): Error: 'x' is not a scalar, it is a dstress.nocompile.o.opSubAssign_18_C.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11310 nocompile/o/opSubAssign_18_C.d(21): Error: 'x' is not of arithmetic type, it is a dstress.nocompile.o.opSubAssign_18_C.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11311 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11312
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11313 Torture-Sub-1/32-XFAIL: nocompile/o/opSubAssign_18_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11314 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opSubAssign_18_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11315 nocompile/o/opSubAssign_18_D.d(21): Error: 'x' is not a scalar, it is a X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11316 nocompile/o/opSubAssign_18_D.d(21): Error: 'x' is not of arithmetic type, it is a X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11317 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11318
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11319 Torture-Sub-1/32-XFAIL: nocompile/o/opSubAssign_18_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11320 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opSubAssign_18_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11321 nocompile/o/opSubAssign_18_E.d(21): Error: 'x' is not of arithmetic type, it is a dstress.nocompile.o.opSubAssign_18_E.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11322 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11323
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11324 Torture-Sub-1/32-XFAIL: nocompile/o/opSubAssign_18_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11325 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opSubAssign_18_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11326 nocompile/o/opSubAssign_18_F.d(21): Error: 'x' is not of arithmetic type, it is a X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11327 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11328
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11329 Torture-Sub-1/32-XFAIL: nocompile/o/opSubAssign_18_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11330 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opSubAssign_18_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11331 nocompile/o/opSubAssign_18_G.d(21): Error: 'x' is not a scalar, it is a dstress.nocompile.o.opSubAssign_18_G.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11332 nocompile/o/opSubAssign_18_G.d(21): Error: 'x' is not of arithmetic type, it is a dstress.nocompile.o.opSubAssign_18_G.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11333 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11334
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11335 Torture-Sub-1/32-XFAIL: nocompile/o/opSubAssign_18_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11336 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opSubAssign_18_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11337 nocompile/o/opSubAssign_18_H.d(21): Error: 'x' is not a scalar, it is a X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11338 nocompile/o/opSubAssign_18_H.d(21): Error: 'x' is not of arithmetic type, it is a X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11339 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11340
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11341 Torture-Sub-1/32-XFAIL: nocompile/o/opSubAssign_18_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11342 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opSubAssign_18_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11343 nocompile/o/opSubAssign_18_I.d(21): Error: 'x' is not of arithmetic type, it is a dstress.nocompile.o.opSubAssign_18_I.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11344 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11345
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11346 Torture-Sub-1/32-XFAIL: nocompile/o/opSubAssign_18_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11347 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opSubAssign_18_J.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11348 nocompile/o/opSubAssign_18_J.d(21): Error: 'x' is not of arithmetic type, it is a X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11349 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11350
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11351 Torture-Sub-1/32-XFAIL: nocompile/o/opSubAssign_18_J.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11352 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opSubAssign_18_K.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11353 nocompile/o/opSubAssign_18_K.d(21): Error: 'x' is not a scalar, it is a dstress.nocompile.o.opSubAssign_18_K.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11354 nocompile/o/opSubAssign_18_K.d(21): Error: 'x' is not of arithmetic type, it is a dstress.nocompile.o.opSubAssign_18_K.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11355 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11356
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11357 Torture-Sub-1/32-XFAIL: nocompile/o/opSubAssign_18_K.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11358 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opSubAssign_18_L.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11359 nocompile/o/opSubAssign_18_L.d(21): Error: 'x' is not a scalar, it is a X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11360 nocompile/o/opSubAssign_18_L.d(21): Error: 'x' is not of arithmetic type, it is a X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11361 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11362
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11363 Torture-Sub-1/32-XFAIL: nocompile/o/opSubAssign_18_L.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11364 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opSubAssign_18_M.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11365 nocompile/o/opSubAssign_18_M.d(21): Error: 'x' is not of arithmetic type, it is a dstress.nocompile.o.opSubAssign_18_M.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11366 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11367
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11368 Torture-Sub-1/32-XFAIL: nocompile/o/opSubAssign_18_M.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11369 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opSubAssign_18_N.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11370 nocompile/o/opSubAssign_18_N.d(21): Error: 'x' is not of arithmetic type, it is a X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11371 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11372
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11373 Torture-Sub-1/32-XFAIL: nocompile/o/opSubAssign_18_N.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11374 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opSubAssign_18_O.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11375 nocompile/o/opSubAssign_18_O.d(21): Error: 'x' is not a scalar, it is a dstress.nocompile.o.opSubAssign_18_O.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11376 nocompile/o/opSubAssign_18_O.d(21): Error: 'x' is not of arithmetic type, it is a dstress.nocompile.o.opSubAssign_18_O.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11377 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11378
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11379 Torture-Sub-1/32-XFAIL: nocompile/o/opSubAssign_18_O.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11380 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opSubAssign_18_P.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11381 nocompile/o/opSubAssign_18_P.d(21): Error: 'x' is not a scalar, it is a X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11382 nocompile/o/opSubAssign_18_P.d(21): Error: 'x' is not of arithmetic type, it is a X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11383 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11384
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11385 Torture-Sub-1/32-XFAIL: nocompile/o/opSubAssign_18_P.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11386 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opSubAssign_19_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11387 nocompile/o/opSubAssign_19_A.d(15): Error: operation not allowed on bool 'b'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11388 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11389
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11390 Torture-Sub-1/32-XFAIL: nocompile/o/opSubAssign_19_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11391 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opSubAssign_19_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11392 nocompile/o/opSubAssign_19_B.d(15): Error: operation not allowed on bool 'b'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11393 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11394
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11395 Torture-Sub-1/32-XFAIL: nocompile/o/opSubAssign_19_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11396 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opSubAssign_19_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11397 nocompile/o/opSubAssign_19_C.d(15): Error: operation not allowed on bool 'b'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11398 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11399
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11400 Torture-Sub-1/32-XFAIL: nocompile/o/opSubAssign_19_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11401 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opSubAssign_19_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11402 nocompile/o/opSubAssign_19_D.d(15): Error: operation not allowed on bool 'b'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11403 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11404
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11405 Torture-Sub-1/32-XFAIL: nocompile/o/opSubAssign_19_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11406 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opSubAssign_19_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11407 nocompile/o/opSubAssign_19_E.d(15): Error: operation not allowed on bool 'b'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11408 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11409
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11410 Torture-Sub-1/32-XFAIL: nocompile/o/opSubAssign_19_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11411 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opSubAssign_19_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11412 nocompile/o/opSubAssign_19_F.d(15): Error: operation not allowed on bool 'b'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11413 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11414
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11415 Torture-Sub-1/32-XFAIL: nocompile/o/opSubAssign_19_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11416 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opUShrAssign_18_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11417 nocompile/o/opUShrAssign_18_A.d(21): Error: incompatible types for ((a) >>>= (x)): 'float' and 'dstress.nocompile.o.opUShrAssign_18_A.X'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11418 nocompile/o/opUShrAssign_18_A.d(21): Error: 'a' is not of integral type, it is a float
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11419 nocompile/o/opUShrAssign_18_A.d(21): Error: 'x' is not of integral type, it is a dstress.nocompile.o.opUShrAssign_18_A.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11420 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11421
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11422 Torture-Sub-1/32-XFAIL: nocompile/o/opUShrAssign_18_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11423 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opUShrAssign_18_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11424 nocompile/o/opUShrAssign_18_B.d(21): Error: incompatible types for ((a) >>>= (x)): 'float' and 'X'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11425 nocompile/o/opUShrAssign_18_B.d(21): Error: 'a' is not of integral type, it is a float
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11426 nocompile/o/opUShrAssign_18_B.d(21): Error: 'x' is not of integral type, it is a X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11427 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11428
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11429 Torture-Sub-1/32-XFAIL: nocompile/o/opUShrAssign_18_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11430 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opUShrAssign_18_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11431 nocompile/o/opUShrAssign_18_C.d(21): Error: 'x' is not a scalar, it is a dstress.nocompile.o.opUShrAssign_18_C.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11432 nocompile/o/opUShrAssign_18_C.d(21): Error: incompatible types for ((x) >>>= (a)): 'dstress.nocompile.o.opUShrAssign_18_C.X' and 'float'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11433 nocompile/o/opUShrAssign_18_C.d(21): Error: 'x' is not of integral type, it is a dstress.nocompile.o.opUShrAssign_18_C.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11434 nocompile/o/opUShrAssign_18_C.d(21): Error: 'a' is not of integral type, it is a float
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11435 Error: cannot cast int to dstress.nocompile.o.opUShrAssign_18_C.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11436 Error: integral constant must be scalar type, not dstress.nocompile.o.opUShrAssign_18_C.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11437 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11438
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11439 Torture-Sub-1/32-XFAIL: nocompile/o/opUShrAssign_18_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11440 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opUShrAssign_18_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11441 nocompile/o/opUShrAssign_18_D.d(21): Error: 'x' is not a scalar, it is a X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11442 nocompile/o/opUShrAssign_18_D.d(21): Error: incompatible types for ((x) >>>= (a)): 'X' and 'float'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11443 nocompile/o/opUShrAssign_18_D.d(21): Error: 'x' is not of integral type, it is a X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11444 nocompile/o/opUShrAssign_18_D.d(21): Error: 'a' is not of integral type, it is a float
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11445 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11446
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11447 Torture-Sub-1/32-XFAIL: nocompile/o/opUShrAssign_18_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11448 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opUShrAssign_18_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11449 nocompile/o/opUShrAssign_18_E.d(21): Error: incompatible types for ((a) >>>= (x)): 'ifloat' and 'dstress.nocompile.o.opUShrAssign_18_E.X'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11450 nocompile/o/opUShrAssign_18_E.d(21): Error: 'a' is not of integral type, it is a ifloat
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11451 nocompile/o/opUShrAssign_18_E.d(21): Error: 'x' is not of integral type, it is a dstress.nocompile.o.opUShrAssign_18_E.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11452 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11453
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11454 Torture-Sub-1/32-XFAIL: nocompile/o/opUShrAssign_18_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11455 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opUShrAssign_18_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11456 nocompile/o/opUShrAssign_18_F.d(21): Error: incompatible types for ((a) >>>= (x)): 'ifloat' and 'X'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11457 nocompile/o/opUShrAssign_18_F.d(21): Error: 'a' is not of integral type, it is a ifloat
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11458 nocompile/o/opUShrAssign_18_F.d(21): Error: 'x' is not of integral type, it is a X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11459 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11460
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11461 Torture-Sub-1/32-XFAIL: nocompile/o/opUShrAssign_18_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11462 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opUShrAssign_18_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11463 nocompile/o/opUShrAssign_18_G.d(21): Error: 'x' is not a scalar, it is a dstress.nocompile.o.opUShrAssign_18_G.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11464 nocompile/o/opUShrAssign_18_G.d(21): Error: incompatible types for ((x) >>>= (a)): 'dstress.nocompile.o.opUShrAssign_18_G.X' and 'ifloat'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11465 nocompile/o/opUShrAssign_18_G.d(21): Error: 'x' is not of integral type, it is a dstress.nocompile.o.opUShrAssign_18_G.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11466 nocompile/o/opUShrAssign_18_G.d(21): Error: 'a' is not of integral type, it is a ifloat
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11467 Error: cannot cast int to dstress.nocompile.o.opUShrAssign_18_G.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11468 Error: integral constant must be scalar type, not dstress.nocompile.o.opUShrAssign_18_G.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11469 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11470
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11471 Torture-Sub-1/32-XFAIL: nocompile/o/opUShrAssign_18_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11472 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opUShrAssign_18_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11473 nocompile/o/opUShrAssign_18_H.d(21): Error: 'x' is not a scalar, it is a X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11474 nocompile/o/opUShrAssign_18_H.d(21): Error: incompatible types for ((x) >>>= (a)): 'X' and 'ifloat'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11475 nocompile/o/opUShrAssign_18_H.d(21): Error: 'x' is not of integral type, it is a X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11476 nocompile/o/opUShrAssign_18_H.d(21): Error: 'a' is not of integral type, it is a ifloat
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11477 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11478
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11479 Torture-Sub-1/32-XFAIL: nocompile/o/opUShrAssign_18_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11480 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opUShrAssign_18_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11481 nocompile/o/opUShrAssign_18_I.d(21): Error: incompatible types for ((a) >>>= (x)): 'cfloat' and 'dstress.nocompile.o.opUShrAssign_18_I.X'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11482 nocompile/o/opUShrAssign_18_I.d(21): Error: 'a' is not of integral type, it is a cfloat
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11483 nocompile/o/opUShrAssign_18_I.d(21): Error: 'x' is not of integral type, it is a dstress.nocompile.o.opUShrAssign_18_I.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11484 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11485
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11486 Torture-Sub-1/32-XFAIL: nocompile/o/opUShrAssign_18_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11487 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opUShrAssign_18_J.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11488 nocompile/o/opUShrAssign_18_J.d(21): Error: incompatible types for ((a) >>>= (x)): 'cfloat' and 'X'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11489 nocompile/o/opUShrAssign_18_J.d(21): Error: 'a' is not of integral type, it is a cfloat
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11490 nocompile/o/opUShrAssign_18_J.d(21): Error: 'x' is not of integral type, it is a X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11491 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11492
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11493 Torture-Sub-1/32-XFAIL: nocompile/o/opUShrAssign_18_J.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11494 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opUShrAssign_18_K.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11495 nocompile/o/opUShrAssign_18_K.d(21): Error: 'x' is not a scalar, it is a dstress.nocompile.o.opUShrAssign_18_K.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11496 nocompile/o/opUShrAssign_18_K.d(21): Error: incompatible types for ((x) >>>= (a)): 'dstress.nocompile.o.opUShrAssign_18_K.X' and 'cfloat'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11497 nocompile/o/opUShrAssign_18_K.d(21): Error: 'x' is not of integral type, it is a dstress.nocompile.o.opUShrAssign_18_K.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11498 nocompile/o/opUShrAssign_18_K.d(21): Error: 'a' is not of integral type, it is a cfloat
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11499 Error: cannot cast int to dstress.nocompile.o.opUShrAssign_18_K.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11500 Error: integral constant must be scalar type, not dstress.nocompile.o.opUShrAssign_18_K.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11501 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11502
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11503 Torture-Sub-1/32-XFAIL: nocompile/o/opUShrAssign_18_K.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11504 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opUShrAssign_18_L.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11505 nocompile/o/opUShrAssign_18_L.d(21): Error: 'x' is not a scalar, it is a X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11506 nocompile/o/opUShrAssign_18_L.d(21): Error: incompatible types for ((x) >>>= (a)): 'X' and 'cfloat'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11507 nocompile/o/opUShrAssign_18_L.d(21): Error: 'x' is not of integral type, it is a X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11508 nocompile/o/opUShrAssign_18_L.d(21): Error: 'a' is not of integral type, it is a cfloat
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11509 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11510
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11511 Torture-Sub-1/32-XFAIL: nocompile/o/opUShrAssign_18_L.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11512 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opUShrAssign_18_M.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11513 nocompile/o/opUShrAssign_18_M.d(21): Error: incompatible types for ((a) >>>= (x)): 'int' and 'dstress.nocompile.o.opUShrAssign_18_M.X'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11514 nocompile/o/opUShrAssign_18_M.d(21): Error: 'x' is not of integral type, it is a dstress.nocompile.o.opUShrAssign_18_M.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11515 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11516
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11517 Torture-Sub-1/32-XFAIL: nocompile/o/opUShrAssign_18_M.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11518 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opUShrAssign_18_N.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11519 nocompile/o/opUShrAssign_18_N.d(21): Error: incompatible types for ((a) >>>= (x)): 'int' and 'X'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11520 nocompile/o/opUShrAssign_18_N.d(21): Error: 'x' is not of integral type, it is a X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11521 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11522
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11523 Torture-Sub-1/32-XFAIL: nocompile/o/opUShrAssign_18_N.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11524 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opUShrAssign_18_O.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11525 nocompile/o/opUShrAssign_18_O.d(21): Error: 'x' is not a scalar, it is a dstress.nocompile.o.opUShrAssign_18_O.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11526 nocompile/o/opUShrAssign_18_O.d(21): Error: incompatible types for ((x) >>>= (a)): 'dstress.nocompile.o.opUShrAssign_18_O.X' and 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11527 nocompile/o/opUShrAssign_18_O.d(21): Error: 'x' is not of integral type, it is a dstress.nocompile.o.opUShrAssign_18_O.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11528 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11529
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11530 Torture-Sub-1/32-XFAIL: nocompile/o/opUShrAssign_18_O.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11531 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opUShrAssign_18_P.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11532 nocompile/o/opUShrAssign_18_P.d(21): Error: 'x' is not a scalar, it is a X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11533 nocompile/o/opUShrAssign_18_P.d(21): Error: incompatible types for ((x) >>>= (a)): 'X' and 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11534 nocompile/o/opUShrAssign_18_P.d(21): Error: 'x' is not of integral type, it is a X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11535 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11536
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11537 Torture-Sub-1/32-XFAIL: nocompile/o/opUShrAssign_18_P.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11538 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opXorAssign_01_K.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11539 nocompile/o/opXorAssign_01_K.d(16): Error: 'f[cast(uint)0]' is not of integral type, it is a double
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11540 nocompile/o/opXorAssign_01_K.d(16): Error: '1' is not of integral type, it is a double
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11541 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11542
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11543 Torture-Sub-1/32-XFAIL: nocompile/o/opXorAssign_01_K.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11544 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opXorAssign_01_L.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11545 nocompile/o/opXorAssign_01_L.d(16): Error: 'f[cast(uint)0]' is not of integral type, it is a real
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11546 nocompile/o/opXorAssign_01_L.d(16): Error: '1' is not of integral type, it is a real
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11547 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11548
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11549 Torture-Sub-1/32-XFAIL: nocompile/o/opXorAssign_01_L.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11550 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opXorAssign_01_M.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11551 nocompile/o/opXorAssign_01_M.d(16): Error: 'f[cast(uint)0]' is not of integral type, it is a ifloat
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11552 nocompile/o/opXorAssign_01_M.d(16): Error: '1i' is not of integral type, it is a ifloat
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11553 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11554
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11555 Torture-Sub-1/32-XFAIL: nocompile/o/opXorAssign_01_M.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11556 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opXorAssign_01_N.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11557 nocompile/o/opXorAssign_01_N.d(16): Error: 'f[cast(uint)0]' is not of integral type, it is a idouble
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11558 nocompile/o/opXorAssign_01_N.d(16): Error: '1i' is not of integral type, it is a idouble
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11559 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11560
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11561 Torture-Sub-1/32-XFAIL: nocompile/o/opXorAssign_01_N.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11562 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opXorAssign_01_O.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11563 nocompile/o/opXorAssign_01_O.d(16): Error: 'f[cast(uint)0]' is not of integral type, it is a ireal
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11564 nocompile/o/opXorAssign_01_O.d(16): Error: '1i' is not of integral type, it is a ireal
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11565 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11566
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11567 Torture-Sub-1/32-XFAIL: nocompile/o/opXorAssign_01_O.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11568 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opXorAssign_01_P.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11569 nocompile/o/opXorAssign_01_P.d(15): Error: cannot implicitly convert expression (8i) of type ifloat to cfloat[]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11570 nocompile/o/opXorAssign_01_P.d(15): Error: cannot cast ifloat to cfloat[]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11571 nocompile/o/opXorAssign_01_P.d(15): Error: integral constant must be scalar type, not cfloat[]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11572 nocompile/o/opXorAssign_01_P.d(16): Error: 'f[cast(uint)0]' is not of integral type, it is a cfloat
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11573 nocompile/o/opXorAssign_01_P.d(16): Error: '1Fi + 2F' is not of integral type, it is a cfloat
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11574 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11575
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11576 Torture-Sub-1/32-XFAIL: nocompile/o/opXorAssign_01_P.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11577 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opXorAssign_01_Q.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11578 nocompile/o/opXorAssign_01_Q.d(15): Error: cannot implicitly convert expression (8i) of type idouble to cdouble[]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11579 nocompile/o/opXorAssign_01_Q.d(15): Error: cannot cast idouble to cdouble[]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11580 nocompile/o/opXorAssign_01_Q.d(15): Error: integral constant must be scalar type, not cdouble[]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11581 nocompile/o/opXorAssign_01_Q.d(16): Error: 'f[cast(uint)0]' is not of integral type, it is a cdouble
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11582 nocompile/o/opXorAssign_01_Q.d(16): Error: '1i + 2' is not of integral type, it is a cdouble
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11583 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11584
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11585 Torture-Sub-1/32-XFAIL: nocompile/o/opXorAssign_01_Q.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11586 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opXorAssign_01_R.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11587 nocompile/o/opXorAssign_01_R.d(15): Error: cannot implicitly convert expression (8i) of type idouble to creal[]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11588 nocompile/o/opXorAssign_01_R.d(15): Error: cannot cast idouble to creal[]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11589 nocompile/o/opXorAssign_01_R.d(15): Error: integral constant must be scalar type, not creal[]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11590 nocompile/o/opXorAssign_01_R.d(16): Error: 'f[cast(uint)0]' is not of integral type, it is a creal
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11591 nocompile/o/opXorAssign_01_R.d(16): Error: 'cast(creal)(1i + 2)' is not of integral type, it is a creal
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11592 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11593
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11594 Torture-Sub-1/32-XFAIL: nocompile/o/opXorAssign_01_R.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11595 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opXorAssign_01_S.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11596 nocompile/o/opXorAssign_01_S.d(16): Error: 'f[cast(uint)0]' is not of integral type, it is a float
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11597 nocompile/o/opXorAssign_01_S.d(16): Error: '1' is not of integral type, it is a float
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11598 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11599
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11600 Torture-Sub-1/32-XFAIL: nocompile/o/opXorAssign_01_S.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11601 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opXorAssign_18_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11602 nocompile/o/opXorAssign_18_A.d(21): Error: incompatible types for ((a) ^= (x)): 'float' and 'dstress.nocompile.o.opXorAssign_18_A.X'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11603 nocompile/o/opXorAssign_18_A.d(21): Error: 'a' is not of integral type, it is a float
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11604 nocompile/o/opXorAssign_18_A.d(21): Error: 'x' is not of integral type, it is a dstress.nocompile.o.opXorAssign_18_A.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11605 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11606
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11607 Torture-Sub-1/32-XFAIL: nocompile/o/opXorAssign_18_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11608 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opXorAssign_18_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11609 nocompile/o/opXorAssign_18_B.d(21): Error: incompatible types for ((a) ^= (x)): 'float' and 'X'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11610 nocompile/o/opXorAssign_18_B.d(21): Error: 'a' is not of integral type, it is a float
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11611 nocompile/o/opXorAssign_18_B.d(21): Error: 'x' is not of integral type, it is a X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11612 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11613
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11614 Torture-Sub-1/32-XFAIL: nocompile/o/opXorAssign_18_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11615 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opXorAssign_18_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11616 nocompile/o/opXorAssign_18_C.d(21): Error: 'x' is not a scalar, it is a dstress.nocompile.o.opXorAssign_18_C.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11617 nocompile/o/opXorAssign_18_C.d(21): Error: incompatible types for ((x) ^= (a)): 'dstress.nocompile.o.opXorAssign_18_C.X' and 'float'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11618 nocompile/o/opXorAssign_18_C.d(21): Error: 'x' is not of integral type, it is a dstress.nocompile.o.opXorAssign_18_C.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11619 nocompile/o/opXorAssign_18_C.d(21): Error: 'a' is not of integral type, it is a float
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11620 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11621
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11622 Torture-Sub-1/32-XFAIL: nocompile/o/opXorAssign_18_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11623 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opXorAssign_18_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11624 nocompile/o/opXorAssign_18_D.d(21): Error: 'x' is not a scalar, it is a X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11625 nocompile/o/opXorAssign_18_D.d(21): Error: incompatible types for ((x) ^= (a)): 'X' and 'float'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11626 nocompile/o/opXorAssign_18_D.d(21): Error: 'x' is not of integral type, it is a X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11627 nocompile/o/opXorAssign_18_D.d(21): Error: 'a' is not of integral type, it is a float
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11628 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11629
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11630 Torture-Sub-1/32-XFAIL: nocompile/o/opXorAssign_18_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11631 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opXorAssign_18_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11632 nocompile/o/opXorAssign_18_E.d(21): Error: incompatible types for ((a) ^= (x)): 'ifloat' and 'dstress.nocompile.o.opXorAssign_18_E.X'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11633 nocompile/o/opXorAssign_18_E.d(21): Error: 'a' is not of integral type, it is a ifloat
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11634 nocompile/o/opXorAssign_18_E.d(21): Error: 'x' is not of integral type, it is a dstress.nocompile.o.opXorAssign_18_E.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11635 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11636
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11637 Torture-Sub-1/32-XFAIL: nocompile/o/opXorAssign_18_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11638 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opXorAssign_18_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11639 nocompile/o/opXorAssign_18_F.d(21): Error: incompatible types for ((a) ^= (x)): 'ifloat' and 'X'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11640 nocompile/o/opXorAssign_18_F.d(21): Error: 'a' is not of integral type, it is a ifloat
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11641 nocompile/o/opXorAssign_18_F.d(21): Error: 'x' is not of integral type, it is a X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11642 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11643
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11644 Torture-Sub-1/32-XFAIL: nocompile/o/opXorAssign_18_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11645 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opXorAssign_18_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11646 nocompile/o/opXorAssign_18_G.d(21): Error: 'x' is not a scalar, it is a dstress.nocompile.o.opXorAssign_18_G.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11647 nocompile/o/opXorAssign_18_G.d(21): Error: incompatible types for ((x) ^= (a)): 'dstress.nocompile.o.opXorAssign_18_G.X' and 'ifloat'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11648 nocompile/o/opXorAssign_18_G.d(21): Error: 'x' is not of integral type, it is a dstress.nocompile.o.opXorAssign_18_G.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11649 nocompile/o/opXorAssign_18_G.d(21): Error: 'a' is not of integral type, it is a ifloat
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11650 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11651
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11652 Torture-Sub-1/32-XFAIL: nocompile/o/opXorAssign_18_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11653 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opXorAssign_18_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11654 nocompile/o/opXorAssign_18_H.d(21): Error: 'x' is not a scalar, it is a X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11655 nocompile/o/opXorAssign_18_H.d(21): Error: incompatible types for ((x) ^= (a)): 'X' and 'ifloat'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11656 nocompile/o/opXorAssign_18_H.d(21): Error: 'x' is not of integral type, it is a X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11657 nocompile/o/opXorAssign_18_H.d(21): Error: 'a' is not of integral type, it is a ifloat
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11658 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11659
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11660 Torture-Sub-1/32-XFAIL: nocompile/o/opXorAssign_18_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11661 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opXorAssign_18_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11662 nocompile/o/opXorAssign_18_I.d(21): Error: incompatible types for ((a) ^= (x)): 'cfloat' and 'dstress.nocompile.o.opXorAssign_18_I.X'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11663 nocompile/o/opXorAssign_18_I.d(21): Error: 'a' is not of integral type, it is a cfloat
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11664 nocompile/o/opXorAssign_18_I.d(21): Error: 'x' is not of integral type, it is a dstress.nocompile.o.opXorAssign_18_I.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11665 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11666
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11667 Torture-Sub-1/32-XFAIL: nocompile/o/opXorAssign_18_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11668 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opXorAssign_18_J.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11669 nocompile/o/opXorAssign_18_J.d(21): Error: incompatible types for ((a) ^= (x)): 'cfloat' and 'X'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11670 nocompile/o/opXorAssign_18_J.d(21): Error: 'a' is not of integral type, it is a cfloat
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11671 nocompile/o/opXorAssign_18_J.d(21): Error: 'x' is not of integral type, it is a X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11672 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11673
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11674 Torture-Sub-1/32-XFAIL: nocompile/o/opXorAssign_18_J.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11675 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opXorAssign_18_K.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11676 nocompile/o/opXorAssign_18_K.d(21): Error: 'x' is not a scalar, it is a dstress.nocompile.o.opXorAssign_18_K.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11677 nocompile/o/opXorAssign_18_K.d(21): Error: incompatible types for ((x) ^= (a)): 'dstress.nocompile.o.opXorAssign_18_K.X' and 'cfloat'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11678 nocompile/o/opXorAssign_18_K.d(21): Error: 'x' is not of integral type, it is a dstress.nocompile.o.opXorAssign_18_K.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11679 nocompile/o/opXorAssign_18_K.d(21): Error: 'a' is not of integral type, it is a cfloat
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11680 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11681
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11682 Torture-Sub-1/32-XFAIL: nocompile/o/opXorAssign_18_K.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11683 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opXorAssign_18_L.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11684 nocompile/o/opXorAssign_18_L.d(21): Error: 'x' is not a scalar, it is a X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11685 nocompile/o/opXorAssign_18_L.d(21): Error: incompatible types for ((x) ^= (a)): 'X' and 'cfloat'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11686 nocompile/o/opXorAssign_18_L.d(21): Error: 'x' is not of integral type, it is a X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11687 nocompile/o/opXorAssign_18_L.d(21): Error: 'a' is not of integral type, it is a cfloat
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11688 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11689
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11690 Torture-Sub-1/32-XFAIL: nocompile/o/opXorAssign_18_L.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11691 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opXorAssign_18_M.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11692 nocompile/o/opXorAssign_18_M.d(21): Error: incompatible types for ((a) ^= (x)): 'int' and 'dstress.nocompile.o.opXorAssign_18_M.X'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11693 nocompile/o/opXorAssign_18_M.d(21): Error: 'x' is not of integral type, it is a dstress.nocompile.o.opXorAssign_18_M.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11694 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11695
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11696 Torture-Sub-1/32-XFAIL: nocompile/o/opXorAssign_18_M.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11697 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opXorAssign_18_N.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11698 nocompile/o/opXorAssign_18_N.d(21): Error: incompatible types for ((a) ^= (x)): 'int' and 'X'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11699 nocompile/o/opXorAssign_18_N.d(21): Error: 'x' is not of integral type, it is a X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11700 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11701
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11702 Torture-Sub-1/32-XFAIL: nocompile/o/opXorAssign_18_N.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11703 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opXorAssign_18_O.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11704 nocompile/o/opXorAssign_18_O.d(21): Error: 'x' is not a scalar, it is a dstress.nocompile.o.opXorAssign_18_O.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11705 nocompile/o/opXorAssign_18_O.d(21): Error: incompatible types for ((x) ^= (a)): 'dstress.nocompile.o.opXorAssign_18_O.X' and 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11706 nocompile/o/opXorAssign_18_O.d(21): Error: 'x' is not of integral type, it is a dstress.nocompile.o.opXorAssign_18_O.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11707 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11708
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11709 Torture-Sub-1/32-XFAIL: nocompile/o/opXorAssign_18_O.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11710 nocompile: llvmdc -O0 -od./obj -c nocompile/o/opXorAssign_18_P.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11711 nocompile/o/opXorAssign_18_P.d(21): Error: 'x' is not a scalar, it is a X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11712 nocompile/o/opXorAssign_18_P.d(21): Error: incompatible types for ((x) ^= (a)): 'X' and 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11713 nocompile/o/opXorAssign_18_P.d(21): Error: 'x' is not of integral type, it is a X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11714 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11715
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11716 Torture-Sub-1/32-XFAIL: nocompile/o/opXorAssign_18_P.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11717 nocompile: llvmdc -O0 -od./obj -c nocompile/o/outer_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11718 nocompile/o/outer_01_A.d(11): Error: no property 'outer' for type 'dstress.nocompile.o.outer_01_A.A'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11719 nocompile/o/outer_01_A.d(11): Error: cannot implicitly convert expression (1) of type int to void*
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11720 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11721
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11722 Torture-Sub-1/32-XFAIL: nocompile/o/outer_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11723 nocompile: llvmdc -O0 -od./obj -c nocompile/o/outer_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11724 nocompile/o/outer_01_B.d(14): Error: no property 'outer' for type 'dstress.nocompile.o.outer_01_B.A'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11725 nocompile/o/outer_01_B.d(14): Error: cannot implicitly convert expression (1) of type int to void*
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11726 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11727
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11728 Torture-Sub-1/32-XFAIL: nocompile/o/outer_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11729 nocompile: llvmdc -O0 -od./obj -c nocompile/o/outer_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11730 nocompile/o/outer_01_C.d(15): Error: no property 'outer' for type 'dstress.nocompile.o.outer_01_C.A.B'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11731 nocompile/o/outer_01_C.d(15): Error: cannot implicitly convert expression (1) of type int to void*
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11732 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11733
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11734 Torture-Sub-1/32-XFAIL: nocompile/o/outer_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11735 nocompile: llvmdc -O0 -od./obj -c nocompile/o/overload_13.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11736 nocompile/o/overload_13.d(27): function dstress.nocompile.o.overload_13.B.test (int) does not match parameter types ()
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11737 nocompile/o/overload_13.d(27): Error: expected 1 arguments, not 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11738 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11739
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11740 Torture-Sub-1/32-XFAIL: nocompile/o/overload_13.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11741 nocompile: llvmdc -O0 -od./obj -c nocompile/o/overload_25_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11742 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11743
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11744 Torture-Sub-1/32-XPASS: nocompile/o/overload_25_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11745 nocompile: llvmdc -O0 -od./obj -c nocompile/o/override_10.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11746 nocompile/o/override_10.d(19): function dstress.nocompile.o.override_10.D.fn!().fn does not override any function
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11747 nocompile/o/override_10.d(22): mixin dstress.nocompile.o.override_10.D.fn!() error instantiating
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11748 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11749
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11750 Torture-Sub-1/32-XFAIL: nocompile/o/override_10.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11751 nocompile: llvmdc -O0 -od./obj -c nocompile/opAdd_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11752 nocompile/opAdd_01.d(11): Error: cannot implicitly convert expression (i + 2.2) of type cdouble to idouble
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11753 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11754
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11755 Torture-Sub-1/32-XFAIL: nocompile/opAdd_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11756 nocompile: llvmdc -O0 -od./obj -c nocompile/opAdd_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11757 nocompile/opAdd_02.d(11): Error: cannot implicitly convert expression (cast(idouble)i + 2.2) of type cdouble to ifloat
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11758 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11759
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11760 Torture-Sub-1/32-XFAIL: nocompile/opAdd_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11761 nocompile: llvmdc -O0 -od./obj -c nocompile/opAdd_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11762 nocompile/opAdd_03.d(11): Error: cannot implicitly convert expression (i + 2.2L) of type creal to ireal
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11763 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11764
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11765 Torture-Sub-1/32-XFAIL: nocompile/opAdd_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11766 nocompile: llvmdc -O0 -od./obj -c nocompile/opAdd_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11767 nocompile/opAdd_04.d(11): Error: cannot implicitly convert expression (i + 2.2i) of type cdouble to double
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11768 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11769
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11770 Torture-Sub-1/32-XFAIL: nocompile/opAdd_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11771 nocompile: llvmdc -O0 -od./obj -c nocompile/opAdd_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11772 nocompile/opAdd_05.d(11): Error: cannot implicitly convert expression (i + 2.2Fi) of type cfloat to float
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11773 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11774
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11775 Torture-Sub-1/32-XFAIL: nocompile/opAdd_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11776 nocompile: llvmdc -O0 -od./obj -c nocompile/opAdd_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11777 nocompile/opAdd_06.d(11): Error: cannot implicitly convert expression (i + 2.2Li) of type creal to real
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11778 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11779
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11780 Torture-Sub-1/32-XFAIL: nocompile/opAdd_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11781 nocompile: llvmdc -O0 -od./obj -c nocompile/opAddAssign_12.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11782 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11783
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11784 Torture-Sub-1/32-XPASS: nocompile/opAddAssign_12.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11785 nocompile: llvmdc -O0 -od./obj -c nocompile/opAddAssign_13.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11786 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11787
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11788 Torture-Sub-1/32-XPASS: nocompile/opAddAssign_13.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11789 nocompile: llvmdc -O0 -od./obj -c nocompile/opAddAssign_14.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11790 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11791
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11792 Torture-Sub-1/32-XPASS: nocompile/opAddAssign_14.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11793 nocompile: llvmdc -O0 -od./obj -c nocompile/opAddAssign_15.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11794 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11795
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11796 Torture-Sub-1/32-XPASS: nocompile/opAddAssign_15.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11797 nocompile: llvmdc -O0 -od./obj -c nocompile/opAddAssign_16.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11798 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11799
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11800 Torture-Sub-1/32-XPASS: nocompile/opAddAssign_16.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11801 nocompile: llvmdc -O0 -od./obj -c nocompile/opAddAssign_17.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11802 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11803
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11804 Torture-Sub-1/32-XPASS: nocompile/opAddAssign_17.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11805 nocompile: llvmdc -O0 -od./obj -c nocompile/opCmp_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11806 nocompile/opCmp_02.d(20): Error: need member function opCmp() for struct MyStruct to compare
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11807 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11808
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11809 Torture-Sub-1/32-XFAIL: nocompile/opCmp_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11810 nocompile: llvmdc -O0 -od./obj -c nocompile/opCmp_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11811 nocompile/opCmp_04.d(21): function dstress.nocompile.opCmp_04.TestStruct.opCmp (TestStruct[]) does not match parameter types (TestStruct)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11812 nocompile/opCmp_04.d(21): Error: cannot implicitly convert expression (b) of type TestStruct to TestStruct[]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11813 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11814
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11815 Torture-Sub-1/32-XFAIL: nocompile/opCmp_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11816 nocompile: llvmdc -O0 -od./obj -c nocompile/opDiv_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11817 nocompile/opDiv_01.d(11): Error: cannot implicitly convert expression (-(i / 2.2F)) of type ifloat to float
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11818 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11819
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11820 Torture-Sub-1/32-XFAIL: nocompile/opDiv_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11821 nocompile: llvmdc -O0 -od./obj -c nocompile/opDiv_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11822 nocompile/opDiv_02.d(11): Error: cannot implicitly convert expression (-(i / 2.2)) of type idouble to double
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11823 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11824
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11825 Torture-Sub-1/32-XFAIL: nocompile/opDiv_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11826 nocompile: llvmdc -O0 -od./obj -c nocompile/opDiv_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11827 nocompile/opDiv_03.d(11): Error: cannot implicitly convert expression (-(i / 2.2L)) of type ireal to real
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11828 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11829
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11830 Torture-Sub-1/32-XFAIL: nocompile/opDiv_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11831 nocompile: llvmdc -O0 -od./obj -c nocompile/opDivAssign_15.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11832 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11833
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11834 Torture-Sub-1/32-XPASS: nocompile/opDivAssign_15.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11835 nocompile: llvmdc -O0 -od./obj -c nocompile/opDivAssign_16.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11836 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11837
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11838 Torture-Sub-1/32-XPASS: nocompile/opDivAssign_16.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11839 nocompile: llvmdc -O0 -od./obj -c nocompile/opDivAssign_17.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11840 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11841
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11842 Torture-Sub-1/32-XPASS: nocompile/opDivAssign_17.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11843 nocompile: llvmdc -O0 -od./obj -c nocompile/opEquals_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11844 nocompile/opEquals_03.d(21): function dstress.nocompile.opEquals_03.TestStruct.opEquals (TestStruct[]) does not match parameter types (TestStruct)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11845 nocompile/opEquals_03.d(21): Error: cannot implicitly convert expression (b) of type TestStruct to TestStruct[]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11846 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11847
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11848 Torture-Sub-1/32-XFAIL: nocompile/opEquals_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11849 nocompile: llvmdc -O0 -od./obj -c nocompile/operator_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11850 nocompile/operator_01.d(24): Error: incompatible types for ((a) + (b)): 'dstress.nocompile.operator_01.MyClass' and 'dstress.nocompile.operator_01.MyClass'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11851 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11852
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11853 Torture-Sub-1/32-XFAIL: nocompile/operator_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11854 nocompile: llvmdc -O0 -od./obj -c nocompile/operator_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11855 nocompile/operator_02.d(24): Error: incompatible types for ((a) - (b)): 'dstress.nocompile.operator_02.MyClass' and 'dstress.nocompile.operator_02.MyClass'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11856 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11857
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11858 Torture-Sub-1/32-XFAIL: nocompile/operator_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11859 nocompile: llvmdc -O0 -od./obj -c nocompile/operator_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11860 nocompile/operator_03.d(24): Error: 'a' is not of arithmetic type, it is a dstress.nocompile.operator_03.MyClass
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11861 nocompile/operator_03.d(24): Error: 'b' is not of arithmetic type, it is a dstress.nocompile.operator_03.MyClass
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11862 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11863
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11864 Torture-Sub-1/32-XFAIL: nocompile/operator_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11865 nocompile: llvmdc -O0 -od./obj -c nocompile/operator_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11866 nocompile/operator_04.d(24): Error: 'a' is not of arithmetic type, it is a dstress.nocompile.operator_04.MyClass
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11867 nocompile/operator_04.d(24): Error: 'b' is not of arithmetic type, it is a dstress.nocompile.operator_04.MyClass
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11868 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11869
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11870 Torture-Sub-1/32-XFAIL: nocompile/operator_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11871 nocompile: llvmdc -O0 -od./obj -c nocompile/operator_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11872 nocompile/operator_05.d(24): Error: 'a' is not of arithmetic type, it is a dstress.nocompile.operator_05.MyClass
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11873 nocompile/operator_05.d(24): Error: 'b' is not of arithmetic type, it is a dstress.nocompile.operator_05.MyClass
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11874 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11875
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11876 Torture-Sub-1/32-XFAIL: nocompile/operator_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11877 nocompile: llvmdc -O0 -od./obj -c nocompile/operator_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11878 nocompile/operator_06.d(22): Error: 'a' is not a scalar, it is a dstress.nocompile.operator_06.MyClass
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11879 nocompile/operator_06.d(22): Error: incompatible types for ((a) += (1)): 'dstress.nocompile.operator_06.MyClass' and 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11880 nocompile/operator_06.d(22): Error: 'a' is not of arithmetic type, it is a dstress.nocompile.operator_06.MyClass
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11881 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11882
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11883 Torture-Sub-1/32-XFAIL: nocompile/operator_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11884 nocompile: llvmdc -O0 -od./obj -c nocompile/operator_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11885 nocompile/operator_07.d(22): Error: 'a' is not of arithmetic type, it is a dstress.nocompile.operator_07.MyClass
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11886 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11887
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11888 Torture-Sub-1/32-XFAIL: nocompile/operator_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11889 nocompile: llvmdc -O0 -od./obj -c nocompile/operator_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11890 nocompile/operator_08.d(22): Error: 'a' is not a scalar, it is a dstress.nocompile.operator_08.MyClass
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11891 nocompile/operator_08.d(22): Error: cannot cast int to dstress.nocompile.operator_08.MyClass
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11892 nocompile/operator_08.d(22): Error: integral constant must be scalar type, not dstress.nocompile.operator_08.MyClass
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11893 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11894
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11895 Torture-Sub-1/32-XFAIL: nocompile/operator_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11896 nocompile: llvmdc -O0 -od./obj -c nocompile/operator_09.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11897 nocompile/operator_09.d(22): Error: 'a' is not of arithmetic type, it is a dstress.nocompile.operator_09.MyClass
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11898 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11899
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11900 Torture-Sub-1/32-XFAIL: nocompile/operator_09.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11901 nocompile: llvmdc -O0 -od./obj -c nocompile/operator_10.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11902 nocompile/operator_10.d(22): Error: 'a' is not a scalar, it is a dstress.nocompile.operator_10.MyClass
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11903 nocompile/operator_10.d(22): Error: 'a' is not of arithmetic type, it is a dstress.nocompile.operator_10.MyClass
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11904 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11905
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11906 Torture-Sub-1/32-XFAIL: nocompile/operator_10.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11907 nocompile: llvmdc -O0 -od./obj -c nocompile/operator_11.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11908 nocompile/operator_11.d(22): Error: 'a' is not a scalar, it is a dstress.nocompile.operator_11.MyClass
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11909 nocompile/operator_11.d(22): Error: cannot cast int to dstress.nocompile.operator_11.MyClass
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11910 nocompile/operator_11.d(22): Error: integral constant must be scalar type, not dstress.nocompile.operator_11.MyClass
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11911 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11912
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11913 Torture-Sub-1/32-XFAIL: nocompile/operator_11.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11914 nocompile: llvmdc -O0 -od./obj -c nocompile/operator_12.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11915 nocompile/operator_12.d(22): Error: 'a' is not of integral type, it is a dstress.nocompile.operator_12.MyClass
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11916 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11917
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11918 Torture-Sub-1/32-XFAIL: nocompile/operator_12.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11919 nocompile: llvmdc -O0 -od./obj -c nocompile/operator_13.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11920 nocompile/operator_13.d(24): Error: 'a' is not of integral type, it is a dstress.nocompile.operator_03.MyClass
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11921 nocompile/operator_13.d(24): Error: 'b' is not of integral type, it is a dstress.nocompile.operator_03.MyClass
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11922 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11923
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11924 Torture-Sub-1/32-XFAIL: nocompile/operator_13.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11925 nocompile: llvmdc -O0 -od./obj -c nocompile/operator_14.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11926 nocompile/operator_14.d(24): Error: 'a' is not of integral type, it is a dstress.nocompile.operator_14.MyClass
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11927 nocompile/operator_14.d(24): Error: 'b' is not of integral type, it is a dstress.nocompile.operator_14.MyClass
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11928 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11929
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11930 Torture-Sub-1/32-XFAIL: nocompile/operator_14.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11931 nocompile: llvmdc -O0 -od./obj -c nocompile/operator_15.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11932 nocompile/operator_15.d(24): Error: 'a' is not of integral type, it is a dstress.nocompile.operator_15.MyClass
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11933 nocompile/operator_15.d(24): Error: 'b' is not of integral type, it is a dstress.nocompile.operator_15.MyClass
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11934 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11935
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11936 Torture-Sub-1/32-XFAIL: nocompile/operator_15.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11937 nocompile: llvmdc -O0 -od./obj -c nocompile/operator_16.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11938 nocompile/operator_16.d(24): Error: 'a' is not of integral type, it is a dstress.nocompile.operator_15.MyClass
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11939 nocompile/operator_16.d(24): Error: 'b' is not of integral type, it is a dstress.nocompile.operator_15.MyClass
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11940 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11941
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11942 Torture-Sub-1/32-XFAIL: nocompile/operator_16.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11943 nocompile: llvmdc -O0 -od./obj -c nocompile/opMul_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11944 nocompile/opMul_04.d(11): Error: cannot implicitly convert expression (i * 2.2Fi) of type ifloat to float
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11945 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11946
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11947 Torture-Sub-1/32-XFAIL: nocompile/opMul_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11948 nocompile: llvmdc -O0 -od./obj -c nocompile/opMul_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11949 nocompile/opMul_05.d(11): Error: cannot implicitly convert expression (i * 2.2i) of type idouble to double
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11950 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11951
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11952 Torture-Sub-1/32-XFAIL: nocompile/opMul_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11953 nocompile: llvmdc -O0 -od./obj -c nocompile/opMul_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11954 nocompile/opMul_06.d(11): Error: cannot implicitly convert expression (i * 2.2Li) of type ireal to real
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11955 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11956
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11957 Torture-Sub-1/32-XFAIL: nocompile/opMul_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11958 nocompile: llvmdc -O0 -od./obj -c nocompile/opMulAssign_15.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11959 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11960
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11961 Torture-Sub-1/32-XPASS: nocompile/opMulAssign_15.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11962 nocompile: llvmdc -O0 -od./obj -c nocompile/opMulAssign_16.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11963 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11964
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11965 Torture-Sub-1/32-XPASS: nocompile/opMulAssign_16.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11966 nocompile: llvmdc -O0 -od./obj -c nocompile/opMulAssign_17.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11967 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11968
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11969 Torture-Sub-1/32-XPASS: nocompile/opMulAssign_17.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11970 nocompile: llvmdc -O0 -od./obj -c nocompile/opNeg_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11971 nocompile/opNeg_03.d(15): Error: 's' is not of arithmetic type, it is a MyStruct
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11972 nocompile/opNeg_03.d(15): Error: - has no effect in expression (-s)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11973 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11974
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11975 Torture-Sub-1/32-XFAIL: nocompile/opNeg_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11976 nocompile: llvmdc -O0 -od./obj -c nocompile/opNeg_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11977 nocompile/opNeg_04.d(14): Error: 'c' is not of arithmetic type, it is a dstress.nocompile.opNeg_04.MyClass
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11978 nocompile/opNeg_04.d(14): Error: - has no effect in expression (-c)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11979 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11980
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11981 Torture-Sub-1/32-XFAIL: nocompile/opNeg_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11982 nocompile: llvmdc -O0 -od./obj -c nocompile/opPos_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11983 nocompile/opPos_03.d(14): Error: 's' is not of arithmetic type, it is a MyStruct
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11984 nocompile/opPos_03.d(14): Error: var has no effect in expression (s)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11985 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11986
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11987 Torture-Sub-1/32-XFAIL: nocompile/opPos_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11988 nocompile: llvmdc -O0 -od./obj -c nocompile/opPos_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11989 nocompile/opPos_04.d(14): Error: 'c' is not of arithmetic type, it is a dstress.nocompile.opPos_04.MyClass
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11990 nocompile/opPos_04.d(14): Error: var has no effect in expression (c)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11991 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11992
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11993 Torture-Sub-1/32-XFAIL: nocompile/opPos_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11994 nocompile: llvmdc -O0 -od./obj -c nocompile/opSub_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11995 nocompile/opSub_01.d(11): Error: cannot implicitly convert expression (i - 2.2) of type cdouble to idouble
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11996 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11997
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11998 Torture-Sub-1/32-XFAIL: nocompile/opSub_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
11999 nocompile: llvmdc -O0 -od./obj -c nocompile/opSub_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12000 nocompile/opSub_02.d(11): Error: cannot implicitly convert expression (cast(idouble)i - 2.2) of type cdouble to ifloat
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12001 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12002
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12003 Torture-Sub-1/32-XFAIL: nocompile/opSub_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12004 nocompile: llvmdc -O0 -od./obj -c nocompile/opSub_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12005 nocompile/opSub_03.d(11): Error: cannot implicitly convert expression (i - 2.2L) of type creal to ireal
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12006 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12007
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12008 Torture-Sub-1/32-XFAIL: nocompile/opSub_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12009 nocompile: llvmdc -O0 -od./obj -c nocompile/opSub_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12010 nocompile/opSub_04.d(11): Error: cannot implicitly convert expression (i - 2.2i) of type cdouble to double
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12011 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12012
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12013 Torture-Sub-1/32-XFAIL: nocompile/opSub_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12014 nocompile: llvmdc -O0 -od./obj -c nocompile/opSub_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12015 nocompile/opSub_05.d(11): Error: cannot implicitly convert expression (i - 2.2Fi) of type cfloat to float
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12016 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12017
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12018 Torture-Sub-1/32-XFAIL: nocompile/opSub_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12019 nocompile: llvmdc -O0 -od./obj -c nocompile/opSub_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12020 nocompile/opSub_06.d(11): Error: cannot implicitly convert expression (i - 2.2Li) of type creal to real
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12021 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12022
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12023 Torture-Sub-1/32-XFAIL: nocompile/opSub_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12024 nocompile: llvmdc -O0 -od./obj -c nocompile/opSubAssign_12.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12025 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12026
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12027 Torture-Sub-1/32-XPASS: nocompile/opSubAssign_12.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12028 nocompile: llvmdc -O0 -od./obj -c nocompile/opSubAssign_13.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12029 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12030
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12031 Torture-Sub-1/32-XPASS: nocompile/opSubAssign_13.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12032 nocompile: llvmdc -O0 -od./obj -c nocompile/opSubAssign_14.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12033 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12034
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12035 Torture-Sub-1/32-XPASS: nocompile/opSubAssign_14.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12036 nocompile: llvmdc -O0 -od./obj -c nocompile/opSubAssign_15.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12037 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12038
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12039 Torture-Sub-1/32-XPASS: nocompile/opSubAssign_15.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12040 nocompile: llvmdc -O0 -od./obj -c nocompile/opSubAssign_16.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12041 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12042
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12043 Torture-Sub-1/32-XPASS: nocompile/opSubAssign_16.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12044 nocompile: llvmdc -O0 -od./obj -c nocompile/opSubAssign_17.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12045 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12046
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12047 Torture-Sub-1/32-XPASS: nocompile/opSubAssign_17.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12048 nocompile: llvmdc -O0 -od./obj -c nocompile/overload_11.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12049 nocompile/overload_11.d(30): function dstress.nocompile.overload_11.test called with argument types:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12050 (double,uint)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12051 matches both:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12052 dstress.nocompile.overload_11.test(real,real)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12053 and:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12054 dstress.nocompile.overload_11.test(real,uint)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12055 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12056
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12057 Torture-Sub-1/32-XFAIL: nocompile/overload_11.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12058 nocompile: llvmdc -O0 -od./obj -c nocompile/overload_12.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12059 nocompile/overload_12.d(26): function dstress.nocompile.overload_12.B.test () does not match parameter types (int)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12060 nocompile/overload_12.d(26): Error: expected 0 arguments, not 1
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12061 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12062
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12063 Torture-Sub-1/32-XFAIL: nocompile/overload_12.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12064 nocompile: llvmdc -O0 -od./obj -c nocompile/overload_14.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12065 nocompile/overload_14.d(25): function dstress.nocompile.overload_14.MyClass.check () does not match parameter types (int)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12066 nocompile/overload_14.d(25): Error: expected 0 arguments, not 1
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12067 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12068
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12069 Torture-Sub-1/32-XFAIL: nocompile/overload_14.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12070 nocompile: llvmdc -O0 -od./obj -c nocompile/overload_16.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12071 nocompile/overload_16.d(27): function dstress.nocompile.overload_16.check (int) does not match parameter types ()
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12072 nocompile/overload_16.d(27): Error: expected 1 arguments, not 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12073 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12074
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12075 Torture-Sub-1/32-XFAIL: nocompile/overload_16.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12076 nocompile: llvmdc -O0 -od./obj -c nocompile/override_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12077 nocompile/override_02.d(13): function dstress.nocompile.override_02.Child.check does not override any function
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12078 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12079
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12080 Torture-Sub-1/32-XFAIL: nocompile/override_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12081 nocompile: llvmdc -O0 -od./obj -c nocompile/override_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12082 nocompile/override_03.d(16): variable dstress.nocompile.override_03.Child.check override cannot be applied to variable
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12083 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12084
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12085 Torture-Sub-1/32-XFAIL: nocompile/override_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12086 nocompile: llvmdc -O0 -od./obj -c nocompile/override_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12087 nocompile/override_04.d(14): function dstress.nocompile.override_04.Child.test does not override any function
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12088 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12089
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12090 Torture-Sub-1/32-XFAIL: nocompile/override_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12091 nocompile: llvmdc -O0 -od./obj -c nocompile/override_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12092 nocompile/override_05.d(10): variable dstress.nocompile.override_05.MyStruct.x override cannot be applied to variable
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12093 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12094
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12095 Torture-Sub-1/32-XFAIL: nocompile/override_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12096 nocompile: llvmdc -O0 -od./obj -c nocompile/override_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12097 nocompile/override_06.d(10): function dstress.nocompile.override_06.MyStruct.x override only applies to class member functions
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12098 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12099
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12100 Torture-Sub-1/32-XFAIL: nocompile/override_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12101 nocompile: llvmdc -O0 -od./obj -c nocompile/override_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12102 nocompile/override_07.d(9): variable dstress.nocompile.override_07.check override cannot be applied to variable
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12103 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12104
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12105 Torture-Sub-1/32-XFAIL: nocompile/override_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12106 nocompile: llvmdc -O0 -od./obj -c nocompile/override_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12107 nocompile/override_08.d(9): function dstress.nocompile.override_08.check override only applies to class member functions
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12108 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12109
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12110 Torture-Sub-1/32-XFAIL: nocompile/override_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12111 nocompile: llvmdc -O0 -od./obj -c nocompile/override_09.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12112 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12113
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12114 Torture-Sub-1/32-XPASS: nocompile/override_09.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12115 nocompile: llvmdc -O0 addon/package_01_A.d -od./obj/_302B -c nocompile/package_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12116 nocompile/package_01.d(17): Error: variable package_01_A.dummy is not accessible from package_01
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12117 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12118
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12119 Torture-Sub-1/32-XFAIL: nocompile/package_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12120 nocompile: llvmdc -O0 addon/package_01_A.d -od./obj/_3057 -c nocompile/package_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12121 nocompile/package_02.d(18): class addon.package_01_A.MyClass member dummy is not accessible
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12122 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12123
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12124 Torture-Sub-1/32-XFAIL: nocompile/package_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12125 nocompile: llvmdc -O0 -od./obj -c nocompile/p/package_05_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12126 nocompile/p/package_05_A.d(16): Error: variable package_05_Z.i is not accessible from package_05_A
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12127 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12128
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12129 Torture-Sub-1/32-XFAIL: nocompile/p/package_05_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12130 nocompile: llvmdc -O0 -od./obj -c nocompile/p/package_05_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12131 nocompile/p/package_05_B.d(16): Error: function package_05_Z.test is not accessible from package_05_B
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12132 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12133
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12134 Torture-Sub-1/32-XFAIL: nocompile/p/package_05_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12135 nocompile: llvmdc -O0 -od./obj -c nocompile/p/params_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12136 nocompile/p/params_01_A.d(11): found 'int' when expecting ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12137 nocompile/p/params_01_A.d(11): semicolon expected following function declaration
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12138 nocompile/p/params_01_A.d(11): Declaration expected, not '['
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12139 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12140
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12141 Torture-Sub-1/32-XFAIL: nocompile/p/params_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12142 nocompile: llvmdc -O0 -od./obj -c nocompile/p/params_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12143 nocompile/p/params_01_B.d(11): found 'int' when expecting ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12144 nocompile/p/params_01_B.d(11): semicolon expected following function declaration
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12145 nocompile/p/params_01_B.d(11): no identifier for declarator x[]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12146 nocompile/p/params_01_B.d(11): semicolon expected, not ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12147 nocompile/p/params_01_B.d(11): Declaration expected, not ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12148 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12149
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12150 Torture-Sub-1/32-XFAIL: nocompile/p/params_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12151 nocompile: llvmdc -O0 -od./obj -c nocompile/p/params_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12152 nocompile/p/params_01_C.d(11): found 'int' when expecting ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12153 nocompile/p/params_01_C.d(11): semicolon expected following function declaration
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12154 nocompile/p/params_01_C.d(11): no identifier for declarator x
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12155 nocompile/p/params_01_C.d(11): semicolon expected, not ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12156 nocompile/p/params_01_C.d(11): Declaration expected, not ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12157 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12158
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12159 Torture-Sub-1/32-XFAIL: nocompile/p/params_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12160 nocompile: llvmdc -O0 -od./obj -c nocompile/p/pointer_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12161 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12162
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12163 Torture-Sub-1/32-XPASS: nocompile/p/pointer_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12164 nocompile: llvmdc -O0 -od./obj -c nocompile/p/pointer_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12165 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12166
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12167 Torture-Sub-1/32-XPASS: nocompile/p/pointer_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12168 nocompile: llvmdc -O0 -od./obj -c nocompile/p/pointer_03_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12169 nocompile/p/pointer_03_A.d(14): Error: array index 0 is out of bounds input[0 .. 0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12170 nocompile/p/pointer_03_A.d(14): Error: array index 0 is out of bounds input[0 .. 0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12171 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12172
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12173 Torture-Sub-1/32-XFAIL: nocompile/p/pointer_03_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12174 nocompile: llvmdc -O0 -od./obj -c nocompile/p/pragma_07_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12175 blah
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12176 nocompile/p/pragma_07_A.d(14): pragma msg pragma is missing closing ';'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12177 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12178
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12179 Torture-Sub-1/32-XFAIL: nocompile/p/pragma_07_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12180 nocompile: llvmdc -O0 -od./obj -c nocompile/p/private_08_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12181 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12182
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12183 Torture-Sub-1/32-XPASS: nocompile/p/private_08_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12184 nocompile: llvmdc -O0 addon/private_08_Z.d -od./obj/_3110 -c nocompile/p/private_08_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12185 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12186
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12187 Torture-Sub-1/32-XPASS: nocompile/p/private_08_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12188 nocompile: llvmdc -O0 addon/private_08_Z.d -od./obj/_3122 -c nocompile/p/private_08_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12189 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12190
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12191 Torture-Sub-1/32-XPASS: nocompile/p/private_08_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12192 nocompile: llvmdc -O0 -od./obj -c nocompile/p/private_08_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12193 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12194
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12195 Torture-Sub-1/32-XPASS: nocompile/p/private_08_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12196 nocompile: llvmdc -O0 addon/private_08_Z.d -od./obj/_3154 -c nocompile/p/private_08_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12197 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12198
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12199 Torture-Sub-1/32-XPASS: nocompile/p/private_08_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12200 nocompile: llvmdc -O0 -od./obj -c nocompile/p/private_08_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12201 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12202
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12203 Torture-Sub-1/32-XPASS: nocompile/p/private_08_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12204 nocompile: llvmdc -O0 addon/private_10_Z.d -od./obj/_316A -c nocompile/p/private_10_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12205 nocompile/p/private_10_E.d(14): module addon.p.private_10_Z is in multiple packages addon.p.private_10_Z
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12206 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12207
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12208 Torture-Sub-1/32-FAIL: nocompile/p/private_10_E.d [bad error message]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12209 nocompile: llvmdc -O0 addon/private_10_Z.d -od./obj/_3196 -c nocompile/p/private_10_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12210 nocompile/p/private_10_F.d(14): module addon.p.private_10_Z is in multiple packages addon.p.private_10_Z
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12211 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12212
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12213 Torture-Sub-1/32-FAIL: nocompile/p/private_10_F.d [bad error message]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12214 nocompile: llvmdc -O0 addon/private_10_Z.d -od./obj/_31A3 -c nocompile/p/private_10_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12215 nocompile/p/private_10_G.d(14): module addon.p.private_10_Z is in multiple packages addon.p.private_10_Z
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12216 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12217
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12218 Torture-Sub-1/32-FAIL: nocompile/p/private_10_G.d [bad error message]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12219 nocompile: llvmdc -O0 addon/private_10_Z.d -od./obj/_31B2 -c nocompile/p/private_10_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12220 nocompile/p/private_10_H.d(14): module addon.p.private_10_Z is in multiple packages addon.p.private_10_Z
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12221 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12222
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12223 Torture-Sub-1/32-FAIL: nocompile/p/private_10_H.d [bad error message]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12224 nocompile: llvmdc -O0 -od./obj -c nocompile/p/private_10_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12225 nocompile/p/private_10_I.d(17): Error: function private_10_Z.foo is not accessible from private_10_I
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12226 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12227
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12228 Torture-Sub-1/32-XFAIL: nocompile/p/private_10_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12229 nocompile: llvmdc -O0 -od./obj -c nocompile/p/private_10_J.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12230 nocompile/p/private_10_J.d: module dstress.nocompile.p.private_10_J addon.p.private_10_Z.test is private
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12231 nocompile/p/private_10_J.d(17): Error: function private_10_Z.test is not accessible from private_10_J
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12232 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12233
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12234 Torture-Sub-1/32-XFAIL: nocompile/p/private_10_J.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12235 nocompile: llvmdc -O0 -od./obj -c nocompile/p/private_10_K.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12236 nocompile/p/private_10_K.d: module dstress.nocompile.p.private_10_K addon.p.private_10_Z.bar is private
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12237 nocompile/p/private_10_K.d(17): Error: function private_10_Z.bar is not accessible from private_10_K
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12238 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12239
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12240 Torture-Sub-1/32-XFAIL: nocompile/p/private_10_K.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12241 nocompile: llvmdc -O0 -od./obj -c nocompile/p/private_10_L.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12242 nocompile/p/private_10_L.d(17): Error: function private_10_Z.check is not accessible from private_10_L
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12243 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12244
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12245 Torture-Sub-1/32-XFAIL: nocompile/p/private_10_L.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12246 nocompile: llvmdc -O0 -od./obj -c nocompile/p/private_12_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12247 nocompile/p/private_12_A.d(15): Error: identifier 'Bar' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12248 nocompile/p/private_12_A.d(15): Error: Bar is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12249 nocompile/p/private_12_A.d(15): variable dstress.nocompile.p.private_12_A.b voids have no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12250 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12251
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12252 Torture-Sub-1/32-XFAIL: nocompile/p/private_12_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12253 nocompile: llvmdc -O0 -od./obj -c nocompile/p/private_12_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12254 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12255
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12256 Torture-Sub-1/32-XPASS: nocompile/p/private_12_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12257 nocompile: llvmdc -O0 addon/private_import_B.d -od./obj/_3215 -c nocompile/p/private_12_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12258 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12259
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12260 Torture-Sub-1/32-XPASS: nocompile/p/private_12_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12261 nocompile: llvmdc -O0 addon/private_import_B.d -od./obj/_322B -c nocompile/p/private_12_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12262 nocompile/p/private_12_D.d(16): Error: identifier 'Bar' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12263 nocompile/p/private_12_D.d(16): Error: Bar is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12264 nocompile/p/private_12_D.d(16): variable dstress.nocompile.p.private_12_D.b voids have no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12265 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12266
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12267 Torture-Sub-1/32-XFAIL: nocompile/p/private_12_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12268 nocompile: llvmdc -O0 addon/private_import_A.d -od./obj/_323B -c nocompile/p/private_12_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12269 nocompile/p/private_12_E.d(16): Error: identifier 'Bar' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12270 nocompile/p/private_12_E.d(16): Error: Bar is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12271 nocompile/p/private_12_E.d(16): variable dstress.nocompile.p.private_12_E.b voids have no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12272 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12273
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12274 Torture-Sub-1/32-XFAIL: nocompile/p/private_12_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12275 nocompile: llvmdc -O0 addon/private_import_A.d -od./obj/_3256 -c nocompile/p/private_12_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12276 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12277
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12278 Torture-Sub-1/32-XPASS: nocompile/p/private_12_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12279 nocompile: llvmdc -O0 -od./obj -c nocompile/p/protected_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12280 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12281
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12282 Torture-Sub-1/32-XPASS: nocompile/p/protected_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12283 nocompile: llvmdc -O0 -od./obj -c nocompile/p/protected_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12284 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12285
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12286 Torture-Sub-1/32-XPASS: nocompile/p/protected_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12287 nocompile: llvmdc -O0 -od./obj -c nocompile/p/protected_02_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12288 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12289
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12290 Torture-Sub-1/32-XPASS: nocompile/p/protected_02_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12291 nocompile: llvmdc -O0 -od./obj -c nocompile/p/protected_02_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12292 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12293
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12294 Torture-Sub-1/32-XPASS: nocompile/p/protected_02_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12295 nocompile: llvmdc -O0 -od./obj -c nocompile/pragma_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12296 nocompile/pragma_03.d(11): Error: string expected for message, not 'check'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12297
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12298 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12299
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12300 Torture-Sub-1/32-XFAIL: nocompile/pragma_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12301 nocompile: llvmdc -O0 -od./obj -c nocompile/pragma_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12302 nocompile/pragma_04.d(11): Error: string expected for message, not 'check'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12303
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12304 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12305
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12306 Torture-Sub-1/32-XFAIL: nocompile/pragma_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12307 nocompile: llvmdc -O0 -od./obj -c nocompile/pragma_lib_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12308 nocompile/pragma_lib_01.d(9): pragma lib string expected for library name
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12309 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12310
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12311 Torture-Sub-1/32-XFAIL: nocompile/pragma_lib_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12312 nocompile: llvmdc -O0 -od./obj -c nocompile/pragma_lib_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12313 nocompile/pragma_lib_02.d(9): Error: undefined identifier non_literal
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12314 nocompile/pragma_lib_02.d(9): pragma lib string expected for library name, not 'non_literal'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12315 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12316
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12317 Torture-Sub-1/32-XFAIL: nocompile/pragma_lib_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12318 nocompile: llvmdc -O0 -od./obj -c nocompile/pragma_lib_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12319 nocompile/pragma_lib_03.d(9): pragma lib string expected for library name, not '2'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12320 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12321
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12322 Torture-Sub-1/32-XFAIL: nocompile/pragma_lib_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12323 nocompile: llvmdc -O0 -od./obj -c nocompile/pragma_lib_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12324 nocompile/pragma_lib_04.d(9): pragma lib string expected for library name
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12325 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12326
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12327 Torture-Sub-1/32-XFAIL: nocompile/pragma_lib_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12328 nocompile: llvmdc -O0 -od./obj -c nocompile/pragma_lib_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12329 nocompile/pragma_lib_05.d(9): '$' is valid only inside [] of index or slice
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12330 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12331
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12332 Torture-Sub-1/32-XFAIL: nocompile/pragma_lib_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12333 nocompile: llvmdc -O0 -od./obj -c nocompile/pragma_lib_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12334 nocompile/pragma_lib_06.d(9): #line integer ["filespec"]\n expected
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12335 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12336
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12337 Torture-Sub-1/32-XFAIL: nocompile/pragma_lib_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12338 nocompile: llvmdc -O0 -od./obj -c nocompile/pragma_lib_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12339 nocompile/pragma_lib_07.d(11): Error: string expected for library name, not 'name'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12340 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12341
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12342 Torture-Sub-1/32-XFAIL: nocompile/pragma_lib_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12343 nocompile: llvmdc -O0 -od./obj -c nocompile/precondition_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12344 nocompile/precondition_01.d(13): missing body { ... } after in or out
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12345 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12346
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12347 Torture-Sub-1/32-XFAIL: nocompile/precondition_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12348 nocompile: llvmdc -O0 addon/private_05_A.d -od./obj/_3336 -c nocompile/private_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12349 nocompile/private_05.d(17): Error: variable private_05_A.dummy is not accessible from private_05
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12350 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12351
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12352 Torture-Sub-1/32-XFAIL: nocompile/private_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12353 nocompile: llvmdc -O0 addon/private_05_A.d -od./obj/_3359 -c nocompile/private_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12354 nocompile/private_06.d(14): module private_05_A cannot read file 'dstress/addon/private_05_A.d'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12355 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12356
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12357 Torture-Sub-1/32-FAIL: nocompile/private_06.d [bad error message]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12358 nocompile: llvmdc -O0 -od./obj -c nocompile/private_import_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12359 nocompile/private_import_01.d(9): Error: identifier 'Bar' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12360 nocompile/private_import_01.d(9): Error: Bar is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12361 nocompile/private_import_01.d(9): class dstress.nocompile.private_import_01.Foo2 base type must be class or interface, not void
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12362 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12363
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12364 Torture-Sub-1/32-XFAIL: nocompile/private_import_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12365 nocompile: llvmdc -O0 addon/private_import_A.d addon/private_import_B.d -od./obj/_3380 -c nocompile/private_import_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12366 nocompile/private_import_02.d(11): Error: identifier 'FooA' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12367 nocompile/private_import_02.d(11): Error: FooA is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12368 nocompile/private_import_02.d(11): class dstress.nocompile.private_import_01.Foo2 base type must be class or interface, not void
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12369 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12370
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12371 Torture-Sub-1/32-XFAIL: nocompile/private_import_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12372 nocompile: llvmdc -O0 -od./obj -c nocompile/ptr_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12373 nocompile/ptr_05.d(12): Error: no property 'ptr' for type 'Object[char[]]'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12374 nocompile/ptr_05.d(12): Error: incompatible types for ((1) is (null)): 'int' and 'void*'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12375 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12376
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12377 Torture-Sub-1/32-XFAIL: nocompile/ptr_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12378 nocompile: llvmdc -O0 -od./obj -c nocompile/ptr_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12379 nocompile/ptr_06.d(12): Error: no property 'ptr' for type 'object.Object'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12380 nocompile/ptr_06.d(12): Error: incompatible types for ((1) is (null)): 'int' and 'void*'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12381 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12382
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12383 Torture-Sub-1/32-XFAIL: nocompile/ptr_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12384 nocompile: llvmdc -O0 -od./obj -c nocompile/ptr_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12385 nocompile/ptr_07.d(12): Error: no property 'ptr' for type 'Object*'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12386 nocompile/ptr_07.d(12): Error: incompatible types for ((1) is (null)): 'int' and 'void*'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12387 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12388
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12389 Torture-Sub-1/32-XFAIL: nocompile/ptr_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12390 nocompile: llvmdc -O0 -od./obj -c nocompile/ptr_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12391 nocompile/ptr_08.d(12): Error: no property 'ptr' for type 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12392 nocompile/ptr_08.d(12): Error: incompatible types for ((1) is (null)): 'int' and 'void*'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12393 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12394
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12395 Torture-Sub-1/32-XFAIL: nocompile/ptr_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12396 nocompile: llvmdc -O0 -od./obj -c nocompile/ptr_09.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12397 nocompile/ptr_09.d(12): Error: no property 'ptr' for type 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12398 nocompile/ptr_09.d(12): Error: incompatible types for ((1) is (null)): 'int' and 'void*'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12399 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12400
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12401 Torture-Sub-1/32-XFAIL: nocompile/ptr_09.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12402 nocompile: llvmdc -O0 -od./obj -c nocompile/real_14.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12403 nocompile/real_14.d(10): Error: .size property should be replaced with .sizeof
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12404 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12405
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12406 Torture-Sub-1/32-XFAIL: nocompile/real_14.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12407 nocompile: llvmdc -O0 -od./obj -c nocompile/real_15.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12408 nocompile/real_15.d(10): Error: no property 'sign' for type 'real'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12409 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12410
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12411 Torture-Sub-1/32-XFAIL: nocompile/real_15.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12412 nocompile: llvmdc -O0 -od./obj -c nocompile/real_16.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12413 nocompile/real_16.d(11): Error: no property 'isnan' for type 'real'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12414 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12415
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12416 Torture-Sub-1/32-XFAIL: nocompile/real_16.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12417 nocompile: llvmdc -O0 -od./obj -c nocompile/real_17.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12418 nocompile/real_17.d(11): Error: no property 'isinfinite' for type 'real'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12419 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12420
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12421 Torture-Sub-1/32-XFAIL: nocompile/real_17.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12422 nocompile: llvmdc -O0 -od./obj -c nocompile/real_18.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12423 nocompile/real_18.d(11): Error: no property 'isnormal' for type 'real'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12424 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12425
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12426 Torture-Sub-1/32-XFAIL: nocompile/real_18.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12427 nocompile: llvmdc -O0 -od./obj -c nocompile/real_19.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12428 nocompile/real_19.d(11): Error: no property 'digits' for type 'real'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12429 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12430
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12431 Torture-Sub-1/32-XFAIL: nocompile/real_19.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12432 nocompile: llvmdc -O0 -od./obj -c nocompile/real_20.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12433 nocompile/real_20.d(11): Error: no property 'mantissa' for type 'real'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12434 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12435
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12436 Torture-Sub-1/32-XFAIL: nocompile/real_20.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12437 nocompile: llvmdc -O0 -od./obj -c nocompile/real_21.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12438 nocompile/real_21.d(11): Error: no property 'maxExp' for type 'real'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12439 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12440
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12441 Torture-Sub-1/32-XFAIL: nocompile/real_21.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12442 nocompile: llvmdc -O0 -od./obj -c nocompile/real_23.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12443 nocompile/real_23.d(9): Error: cannot implicitly convert expression (0.1i) of type ireal to real
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12444 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12445
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12446 Torture-Sub-1/32-XFAIL: nocompile/real_23.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12447 nocompile: llvmdc -O0 -od./obj -c nocompile/real_24.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12448 nocompile/real_24.d(9): Error: cannot implicitly convert expression ((2+0.1i)) of type creal to real
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12449 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12450
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12451 Torture-Sub-1/32-XFAIL: nocompile/real_24.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12452 nocompile: llvmdc -O0 -od./obj -c nocompile/r/readonly_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12453 nocompile/r/readonly_01_A.d(12): no identifier for declarator readonly
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12454 nocompile/r/readonly_01_A.d(12): semicolon expected, not 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12455 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12456
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12457 Torture-Sub-1/32-XFAIL: nocompile/r/readonly_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12458 nocompile: llvmdc -O0 -od./obj -c nocompile/r/readonly_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12459 nocompile/r/readonly_01_B.d(12): no identifier for declarator readonly
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12460 nocompile/r/readonly_01_B.d(12): semicolon expected, not 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12461 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12462
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12463 Torture-Sub-1/32-XFAIL: nocompile/r/readonly_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12464 nocompile: llvmdc -O0 -od./obj -c nocompile/r/readonly_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12465 nocompile/r/readonly_01_C.d(12): no identifier for declarator readonly
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12466 nocompile/r/readonly_01_C.d(12): semicolon expected, not 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12467 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12468
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12469 Torture-Sub-1/32-XFAIL: nocompile/r/readonly_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12470 nocompile: llvmdc -O0 -od./obj -c nocompile/r/readonly_01_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12471 nocompile/r/readonly_01_D.d(12): no identifier for declarator readonly
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12472 nocompile/r/readonly_01_D.d(12): semicolon expected, not 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12473 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12474
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12475 Torture-Sub-1/32-XFAIL: nocompile/r/readonly_01_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12476 nocompile: llvmdc -O0 -od./obj -c nocompile/r/real_25.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12477 nocompile/r/real_25.d(9): 'l' suffix is deprecated, use 'L' instead
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12478 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12479
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12480 Torture-Sub-1/32-XFAIL: nocompile/r/real_25.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12481 nocompile: llvmdc -O0 -od./obj -c nocompile/r/ref_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12482 nocompile/r/ref_01_B.d(14): Error: constant 1 is not an lvalue
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12483 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12484
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12485 Torture-Sub-1/32-XFAIL: nocompile/r/ref_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12486 nocompile: llvmdc -O0 -od./obj -c nocompile/r/region_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12487 nocompile/r/region_01_A.d(11): #line integer ["filespec"]\n expected
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12488 nocompile/r/region_01_A.d(12): #line integer ["filespec"]\n expected
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12489 nocompile/r/region_01_A.d(13): semicolon expected, not 'EOF'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12490 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12491
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12492 Torture-Sub-1/32-XFAIL: nocompile/r/region_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12493 nocompile: llvmdc -O0 -od./obj -c nocompile/r/region_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12494 nocompile/r/region_01_B.d(11): #line integer ["filespec"]\n expected
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12495 nocompile/r/region_01_B.d(11): Declaration expected, not '"A"'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12496 nocompile/r/region_01_B.d(12): #line integer ["filespec"]\n expected
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12497 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12498
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12499 Torture-Sub-1/32-XFAIL: nocompile/r/region_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12500 nocompile: llvmdc -O0 -od./obj -c nocompile/r/remove_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12501 nocompile/r/remove_02.d(11): Error: no property 'remove' for type 'object.Object'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12502 nocompile/r/remove_02.d(11): Error: function expected before (), not 1 of type int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12503 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12504
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12505 Torture-Sub-1/32-XFAIL: nocompile/r/remove_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12506 nocompile: llvmdc -O0 -od./obj -c nocompile/r/remove_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12507 nocompile/r/remove_03.d(13): found 's' when expecting ';' following 'statement'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12508 nocompile/r/remove_03.d(13): expression expected, not ';'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12509 nocompile/r/remove_03.d(14): found 's' when expecting ';' following 'statement'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12510 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12511
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12512 Torture-Sub-1/32-XFAIL: nocompile/r/remove_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12513 nocompile: llvmdc -O0 -od./obj -c nocompile/r/remove_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12514 nocompile/r/remove_04.d(11): Error: undefined identifier remove
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12515 nocompile/r/remove_04.d(11): Error: function expected before (), not remove of type int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12516 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12517
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12518 Torture-Sub-1/32-XFAIL: nocompile/r/remove_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12519 nocompile: llvmdc -O0 -od./obj -c nocompile/r/remove_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12520 nocompile/r/remove_05.d(11): Error: undefined identifier remove
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12521 nocompile/r/remove_05.d(11): Error: function expected before (), not remove of type int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12522 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12523
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12524 Torture-Sub-1/32-XFAIL: nocompile/r/remove_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12525 nocompile: llvmdc -O0 -od./obj -c nocompile/r/return_08_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12526 nocompile/r/return_08_A.d(15): function dstress.nocompile.r.return_08_A.test expected to return a value of type int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12527 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12528
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12529 Torture-Sub-1/32-XFAIL: nocompile/r/return_08_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12530 nocompile: llvmdc -O0 -od./obj -c nocompile/r/return_08_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12531 nocompile/r/return_08_B.d(15): function dstress.nocompile.r.return_08_B.test expected to return a value of type int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12532 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12533
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12534 Torture-Sub-1/32-XFAIL: nocompile/r/return_08_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12535 nocompile: llvmdc -O0 -od./obj -c nocompile/r/return_08_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12536 nocompile/r/return_08_C.d(15): function dstress.nocompile.r.return_08_C.test expected to return a value of type int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12537 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12538
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12539 Torture-Sub-1/32-XFAIL: nocompile/r/return_08_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12540 nocompile: llvmdc -O0 -od./obj -c nocompile/r/return_11_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12541 nocompile/r/return_11_A.d(18): Error: return expression expected
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12542 nocompile/r/return_11_A.d(17): function dstress.nocompile.r.return_11_A.foo expected to return a value of type dstress.nocompile.r.return_11_A.S
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12543 nocompile/r/return_11_A.d(21): Error: cannot evaluate foo() at compile time
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12544 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12545
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12546 Torture-Sub-1/32-XFAIL: nocompile/r/return_11_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12547 nocompile: llvmdc -O0 -od./obj -c nocompile/r/return_11_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12548 nocompile/r/return_11_B.d(18): Error: return expression expected
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12549 nocompile/r/return_11_B.d(17): function dstress.nocompile.r.return_11_B.foo expected to return a value of type S
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12550 nocompile/r/return_11_B.d(21): Error: cannot evaluate foo() at compile time
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12551 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12552
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12553 Torture-Sub-1/32-XFAIL: nocompile/r/return_11_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12554 nocompile: llvmdc -O0 -od./obj -c nocompile/r/return_11_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12555 nocompile/r/return_11_C.d(19): Error: return expression expected
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12556 nocompile/r/return_11_C.d(18): function dstress.nocompile.r.return_11_C.foo expected to return a value of type S
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12557 nocompile/r/return_11_C.d(22): Error: cannot evaluate foo() at compile time
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12558 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12559
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12560 Torture-Sub-1/32-XFAIL: nocompile/r/return_11_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12561 nocompile: llvmdc -O0 -od./obj -c nocompile/r/return_11_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12562 nocompile/r/return_11_D.d(19): Error: return expression expected
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12563 nocompile/r/return_11_D.d(18): function dstress.nocompile.r.return_11_D.foo expected to return a value of type S
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12564 nocompile/r/return_11_D.d(22): Error: cannot evaluate foo() at compile time
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12565 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12566
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12567 Torture-Sub-1/32-XFAIL: nocompile/r/return_11_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12568 nocompile: llvmdc -O0 -od./obj -c nocompile/r/return_11_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12569 nocompile/r/return_11_E.d(17): Error: return expression expected
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12570 nocompile/r/return_11_E.d(16): function dstress.nocompile.r.return_11_E.foo expected to return a value of type int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12571 nocompile/r/return_11_E.d(20): Error: cannot evaluate foo() at compile time
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12572 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12573
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12574 Torture-Sub-1/32-XFAIL: nocompile/r/return_11_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12575 nocompile: llvmdc -O0 -od./obj -c nocompile/r/return_11_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12576 nocompile/r/return_11_F.d(17): Error: return expression expected
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12577 nocompile/r/return_11_F.d(16): function dstress.nocompile.r.return_11_F.foo expected to return a value of type S
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12578 nocompile/r/return_11_F.d(20): Error: cannot evaluate foo() at compile time
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12579 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12580
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12581 Torture-Sub-1/32-XFAIL: nocompile/r/return_11_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12582 nocompile: llvmdc -O0 -od./obj -c nocompile/r/return_11_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12583 nocompile/r/return_11_G.d(15): Error: return expression expected
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12584 nocompile/r/return_11_G.d(14): function dstress.nocompile.r.return_11_G.foo expected to return a value of type int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12585 nocompile/r/return_11_G.d(18): Error: cannot evaluate foo() at compile time
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12586 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12587
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12588 Torture-Sub-1/32-XFAIL: nocompile/r/return_11_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12589 nocompile: llvmdc -O0 -od./obj -c nocompile/scope_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12590 nocompile/scope_01.d(18): Error: this for status needs to be type MyClass not type MyStruct*
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12591 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12592
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12593 Torture-Sub-1/32-XFAIL: nocompile/scope_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12594 nocompile: llvmdc -O0 -od./obj -c nocompile/scope_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12595 nocompile/scope_02.d(19): Error: this for f needs to be type C not type S*
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12596 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12597
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12598 Torture-Sub-1/32-XFAIL: nocompile/scope_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12599 nocompile: llvmdc -O0 -od./obj -c nocompile/short_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12600 nocompile/short_02.d(11): Error: no property 'sign' for type 'short'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12601 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12602
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12603 Torture-Sub-1/32-XFAIL: nocompile/short_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12604 nocompile: llvmdc -O0 -od./obj -c nocompile/short_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12605 nocompile/short_03.d(11): Error: .size property should be replaced with .sizeof
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12606 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12607
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12608 Torture-Sub-1/32-XFAIL: nocompile/short_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12609 nocompile: llvmdc -O0 -od./obj -c nocompile/sizeof_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12610 nocompile/sizeof_05.d(10): function dstress.nocompile.sizeof_05.MyStruct.sizeof .sizeof property cannot be redefined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12611 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12612
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12613 Torture-Sub-1/32-XFAIL: nocompile/sizeof_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12614 nocompile: llvmdc -O0 -od./obj -c nocompile/sizeof_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12615 nocompile/sizeof_06.d(10): variable dstress.nocompile.sizeof_06.MyStruct.sizeof .sizeof property cannot be redefined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12616 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12617
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12618 Torture-Sub-1/32-XFAIL: nocompile/sizeof_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12619 nocompile: llvmdc -O0 -od./obj -c nocompile/sizeof_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12620 nocompile/sizeof_07.d(10): variable dstress.nocompile.sizeof_07.MyClass.sizeof .sizeof property cannot be redefined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12621 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12622
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12623 Torture-Sub-1/32-XFAIL: nocompile/sizeof_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12624 nocompile: llvmdc -O0 -od./obj -c nocompile/sizeof_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12625 nocompile/sizeof_08.d(10): function dstress.nocompile.sizeof_08.MyClass.sizeof .sizeof property cannot be redefined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12626 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12627
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12628 Torture-Sub-1/32-XFAIL: nocompile/sizeof_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12629 nocompile: llvmdc -O0 -od./obj -c nocompile/sizeof_09.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12630 nocompile/sizeof_09.d(11): function dstress.nocompile.sizeof_09.MyUnion.sizeof .sizeof property cannot be redefined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12631 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12632
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12633 Torture-Sub-1/32-XFAIL: nocompile/sizeof_09.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12634 nocompile: llvmdc -O0 -od./obj -c nocompile/sizeof_10.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12635 nocompile/sizeof_10.d(11): variable dstress.nocompile.sizeof_10.MyUnion.sizeof .sizeof property cannot be redefined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12636 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12637
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12638 Torture-Sub-1/32-XFAIL: nocompile/sizeof_10.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12639 nocompile: llvmdc -O0 -od./obj -c nocompile/slice_10.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12640 nocompile/slice_10.d(17): Error: cannot implicitly convert expression (f) of type float to uint
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12641 nocompile/slice_10.d(17): Error: cannot implicitly convert expression (1.3) of type double to uint
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12642 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12643
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12644 Torture-Sub-1/32-XFAIL: nocompile/slice_10.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12645 nocompile: llvmdc -O0 -od./obj -c nocompile/s/scope_03_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12646 nocompile/s/scope_03_C.d(11): Error: undefined identifier module scope_03_C.x
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12647 nocompile/s/scope_03_C.d(11): static assert (module scope_03_C.x) is not evaluatable at compile time
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12648 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12649
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12650 Torture-Sub-1/32-XFAIL: nocompile/s/scope_03_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12651 nocompile: llvmdc -O0 -od./obj -c nocompile/s/scope_03_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12652 nocompile/s/scope_03_D.d(13): Error: undefined identifier module scope_03_D.x
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12653 nocompile/s/scope_03_D.d(13): static assert (module scope_03_D.x) is not evaluatable at compile time
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12654 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12655
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12656 Torture-Sub-1/32-XFAIL: nocompile/s/scope_03_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12657 nocompile: llvmdc -O0 -od./obj -c nocompile/s/scope_03_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12658 nocompile/s/scope_03_E.d(14): Error: shadowing declaration dstress.nocompile.s.scope_03_E.main.x is deprecated
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12659 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12660
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12661 Torture-Sub-1/32-XFAIL: nocompile/s/scope_03_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12662 nocompile: llvmdc -O0 -od./obj -c nocompile/s/scope_03_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12663 nocompile/s/scope_03_F.d(14): Error: shadowing declaration dstress.nocompile.s.scope_03_F.main.x is deprecated
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12664 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12665
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12666 Torture-Sub-1/32-XFAIL: nocompile/s/scope_03_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12667 nocompile: llvmdc -O0 -od./obj -c nocompile/s/scope_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12668 nocompile/s/scope_04.d(16): found ':' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12669 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12670
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12671 Torture-Sub-1/32-XFAIL: nocompile/s/scope_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12672 nocompile: llvmdc -O0 -od./obj -c nocompile/s/scope_08_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12673 nocompile/s/scope_08_A.d(15): Error: return statements cannot be in finally, scope(exit) or scope(success) bodies
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12674 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12675
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12676 Torture-Sub-1/32-XFAIL: nocompile/s/scope_08_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12677 nocompile: llvmdc -O0 -od./obj -c nocompile/s/scope_08_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12678 nocompile/s/scope_08_B.d(15): Error: return statements cannot be in finally, scope(exit) or scope(success) bodies
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12679 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12680
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12681 Torture-Sub-1/32-XFAIL: nocompile/s/scope_08_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12682 nocompile: llvmdc -O0 -od./obj -c nocompile/s/scope_08_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12683 Warning: : try-catch is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12684 Warning: nocompile/s/scope_08_C.d(18): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12685 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12686
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12687 Torture-Sub-1/32-XPASS: nocompile/s/scope_08_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12688 nocompile: llvmdc -O0 -od./obj -c nocompile/s/scope_10_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12689 nocompile/s/scope_10_A.d(11): Error: return statements cannot be in finally, scope(exit) or scope(success) bodies
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12690 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12691
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12692 Torture-Sub-1/32-XFAIL: nocompile/s/scope_10_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12693 nocompile: llvmdc -O0 -od./obj -c nocompile/s/scope_10_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12694 Warning: nocompile/s/scope_10_B.d(14): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12695 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12696
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12697 Torture-Sub-1/32-XPASS: nocompile/s/scope_10_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12698 nocompile: llvmdc -O0 -od./obj -c nocompile/s/scope_10_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12699 nocompile/s/scope_10_C.d(11): Error: cannot goto in or out of finally block
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12700 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12701
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12702 Torture-Sub-1/32-XFAIL: nocompile/s/scope_10_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12703 nocompile: llvmdc -O0 -od./obj -c nocompile/s/scope_10_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12704 nocompile/s/scope_10_D.d(16): Error: cannot continue out of finally block
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12705 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12706
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12707 Torture-Sub-1/32-XFAIL: nocompile/s/scope_10_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12708 nocompile: llvmdc -O0 -od./obj -c nocompile/s/scope_10_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12709 nocompile/s/scope_10_E.d(16): Error: cannot break out of finally block
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12710 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12711
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12712 Torture-Sub-1/32-XFAIL: nocompile/s/scope_10_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12713 nocompile: llvmdc -O0 -od./obj -c nocompile/s/scope_10_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12714 nocompile/s/scope_10_F.d(13): Error: enclosing label 'label' for continue not found
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12715 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12716
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12717 Torture-Sub-1/32-XFAIL: nocompile/s/scope_10_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12718 nocompile: llvmdc -O0 -od./obj -c nocompile/s/scope_10_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12719 nocompile/s/scope_10_G.d(13): Error: enclosing label 'label' for break not found
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12720 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12721
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12722 Torture-Sub-1/32-XFAIL: nocompile/s/scope_10_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12723 nocompile: llvmdc -O0 -od./obj -c nocompile/s/scope_10_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12724 nocompile/s/scope_10_H.d(18): Error: enclosing label 'label' for continue not found
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12725 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12726
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12727 Torture-Sub-1/32-XFAIL: nocompile/s/scope_10_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12728 nocompile: llvmdc -O0 -od./obj -c nocompile/s/scope_10_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12729 nocompile/s/scope_10_I.d(18): Error: enclosing label 'label' for break not found
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12730 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12731
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12732 Torture-Sub-1/32-XFAIL: nocompile/s/scope_10_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12733 nocompile: llvmdc -O0 -od./obj -c nocompile/s/scope_11_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12734 nocompile/s/scope_11_A.d(11): Error: return statements cannot be in finally, scope(exit) or scope(success) bodies
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12735 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12736
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12737 Torture-Sub-1/32-XFAIL: nocompile/s/scope_11_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12738 nocompile: llvmdc -O0 -od./obj -c nocompile/s/scope_11_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12739 Warning: : try-catch is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12740 Warning: nocompile/s/scope_11_B.d(14): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12741 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12742
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12743 Torture-Sub-1/32-XPASS: nocompile/s/scope_11_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12744 nocompile: llvmdc -O0 -od./obj -c nocompile/s/scope_11_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12745 nocompile/s/scope_11_C.d(11): Error: cannot goto in or out of finally block
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12746 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12747
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12748 Torture-Sub-1/32-XFAIL: nocompile/s/scope_11_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12749 nocompile: llvmdc -O0 -od./obj -c nocompile/s/scope_11_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12750 nocompile/s/scope_11_D.d(16): Error: cannot continue out of finally block
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12751 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12752
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12753 Torture-Sub-1/32-XFAIL: nocompile/s/scope_11_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12754 nocompile: llvmdc -O0 -od./obj -c nocompile/s/scope_11_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12755 nocompile/s/scope_11_E.d(16): Error: cannot break out of finally block
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12756 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12757
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12758 Torture-Sub-1/32-XFAIL: nocompile/s/scope_11_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12759 nocompile: llvmdc -O0 -od./obj -c nocompile/s/scope_11_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12760 nocompile/s/scope_11_F.d(13): Error: enclosing label 'label' for continue not found
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12761 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12762
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12763 Torture-Sub-1/32-XFAIL: nocompile/s/scope_11_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12764 nocompile: llvmdc -O0 -od./obj -c nocompile/s/scope_11_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12765 nocompile/s/scope_11_G.d(13): Error: enclosing label 'label' for break not found
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12766 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12767
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12768 Torture-Sub-1/32-XFAIL: nocompile/s/scope_11_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12769 nocompile: llvmdc -O0 -od./obj -c nocompile/s/scope_11_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12770 nocompile/s/scope_11_H.d(18): Error: enclosing label 'label' for continue not found
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12771 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12772
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12773 Torture-Sub-1/32-XFAIL: nocompile/s/scope_11_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12774 nocompile: llvmdc -O0 -od./obj -c nocompile/s/scope_11_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12775 nocompile/s/scope_11_I.d(18): Error: enclosing label 'label' for break not found
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12776 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12777
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12778 Torture-Sub-1/32-XFAIL: nocompile/s/scope_11_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12779 nocompile: llvmdc -O0 -od./obj -c nocompile/s/scope_12_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12780 nocompile/s/scope_12_E.d(17): Error: shadowing declaration dstress.nocompile.s.scope_12_E.main.y is deprecated
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12781 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12782
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12783 Torture-Sub-1/32-XFAIL: nocompile/s/scope_12_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12784 nocompile: llvmdc -O0 -od./obj -c nocompile/s/scope_13_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12785 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12786
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12787 Torture-Sub-1/32-XPASS: nocompile/s/scope_13_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12788 nocompile: llvmdc -O0 -od./obj -c nocompile/s/scope_13_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12789 nocompile/s/scope_13_D.d(20): Error: undefined identifier i
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12790 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12791
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12792 Torture-Sub-1/32-XFAIL: nocompile/s/scope_13_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12793 nocompile: llvmdc -O0 -od./obj -c nocompile/s/scope_19_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12794 nocompile/s/scope_19_B.d(18): Error: undefined identifier XXX
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12795 nocompile/s/scope_19_B.d(18): Error: with expressions must be class objects, not 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12796 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12797
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12798 Torture-Sub-1/32-XFAIL: nocompile/s/scope_19_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12799 nocompile: llvmdc -O0 -od./obj -c nocompile/s/scope_19_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12800 nocompile/s/scope_19_E.d(18): Error: undefined identifier XXX
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12801 nocompile/s/scope_19_E.d(18): Error: with expressions must be class objects, not 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12802 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12803
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12804 Torture-Sub-1/32-XFAIL: nocompile/s/scope_19_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12805 nocompile: llvmdc -O0 -od./obj -c nocompile/s/scope_19_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12806 nocompile/s/scope_19_F.d(18): Error: undefined identifier XXX
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12807 nocompile/s/scope_19_F.d(18): Error: with expressions must be class objects, not 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12808 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12809
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12810 Torture-Sub-1/32-XFAIL: nocompile/s/scope_19_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12811 nocompile: llvmdc -O0 -od./obj -c nocompile/s/sealed_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12812 nocompile/s/sealed_01_A.d(11): no identifier for declarator sealed
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12813 nocompile/s/sealed_01_A.d(11): semicolon expected, not 'class'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12814 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12815
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12816 Torture-Sub-1/32-XFAIL: nocompile/s/sealed_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12817 nocompile: llvmdc -O0 -od./obj -c nocompile/s/sealed_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12818 nocompile/s/sealed_01_B.d(11): no identifier for declarator sealed
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12819 nocompile/s/sealed_01_B.d(11): semicolon expected, not 'struct'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12820 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12821
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12822 Torture-Sub-1/32-XFAIL: nocompile/s/sealed_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12823 nocompile: llvmdc -O0 -od./obj -c nocompile/s/sealed_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12824 nocompile/s/sealed_01_C.d(17): no identifier for declarator sealed
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12825 nocompile/s/sealed_01_C.d(17): semicolon expected, not 'override'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12826 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12827
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12828 Torture-Sub-1/32-XFAIL: nocompile/s/sealed_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12829 nocompile: llvmdc -O0 -od./obj -c nocompile/s/sealed_01_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12830 nocompile/s/sealed_01_D.d(17): no identifier for declarator sealed
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12831 nocompile/s/sealed_01_D.d(17): semicolon expected, not 'void'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12832 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12833
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12834 Torture-Sub-1/32-XFAIL: nocompile/s/sealed_01_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12835 nocompile: llvmdc -O0 -od./obj -c nocompile/s/set_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12836 nocompile/s/set_01_A.d(14): semicolon expected, not '{'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12837 nocompile/s/set_01_A.d(14): Declaration expected, not '{'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12838 nocompile/s/set_01_A.d(18): unrecognized declaration
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12839 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12840
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12841 Torture-Sub-1/32-XFAIL: nocompile/s/set_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12842 nocompile: llvmdc -O0 -od./obj -c nocompile/s/set_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12843 nocompile/s/set_01_B.d(14): semicolon expected, not '{'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12844 nocompile/s/set_01_B.d(14): Declaration expected, not '{'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12845 nocompile/s/set_01_B.d(18): unrecognized declaration
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12846 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12847
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12848 Torture-Sub-1/32-XFAIL: nocompile/s/set_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12849 nocompile: llvmdc -O0 -od./obj -c nocompile/s/set_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12850 nocompile/s/set_01_C.d(12): no identifier for declarator int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12851 nocompile/s/set_01_C.d(12): semicolon expected, not 'this'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12852 nocompile/s/set_01_C.d(12): found '[' when expecting '('
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12853 nocompile/s/set_01_C.d(12): found ']' when expecting ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12854 nocompile/s/set_01_C.d(13): found '{' when expecting ';' following 'statement'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12855 nocompile/s/set_01_C.d(16): unrecognized declaration
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12856 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12857
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12858 Torture-Sub-1/32-XFAIL: nocompile/s/set_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12859 nocompile: llvmdc -O0 -od./obj -c nocompile/s/sizeof_16_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12860 nocompile/s/sizeof_16_B.d(23): Error: expression sizeof(tree!(2)) is not a valid template value argument
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12861 nocompile/s/sizeof_16_B.d(23): template instance dstress.nocompile.s.sizeof_16_B.tree!(sizeof(tree!(2))) error instantiating
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12862 nocompile/s/sizeof_16_B.d(26): template instance dstress.nocompile.s.sizeof_16_B.forest!() error instantiating
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12863 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12864
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12865 Torture-Sub-1/32-FAIL: nocompile/s/sizeof_16_B.d [bad error message]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12866 nocompile: llvmdc -O0 -od./obj -c nocompile/s/sizeof_16_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12867 nocompile/s/sizeof_16_C.d(18): Error: undefined identifier sizeof
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12868 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12869
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12870 Torture-Sub-1/32-XFAIL: nocompile/s/sizeof_16_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12871 nocompile: llvmdc -O0 -od./obj -c nocompile/s/stackalloc_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12872 nocompile/s/stackalloc_01_A.d(12): found '[' when expecting '.' following 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12873 nocompile/s/stackalloc_01_A.d(12): found '10' when expecting identifier following 'int.'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12874 nocompile/s/stackalloc_01_A.d(12): semicolon expected, not ']'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12875 nocompile/s/stackalloc_01_A.d(12): found ']' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12876 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12877
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12878 Torture-Sub-1/32-XFAIL: nocompile/s/stackalloc_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12879 nocompile: llvmdc -O0 -od./obj -c nocompile/s/stackalloc_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12880 nocompile/s/stackalloc_01_B.d(12): semicolon expected, not 'new'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12881 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12882
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12883 Torture-Sub-1/32-XFAIL: nocompile/s/stackalloc_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12884 nocompile: llvmdc -O0 -od./obj -c nocompile/s/stackalloc_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12885 nocompile/s/stackalloc_01_C.d(12): semicolon expected, not 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12886 nocompile/s/stackalloc_01_C.d(12): no identifier for declarator int[10]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12887 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12888
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12889 Torture-Sub-1/32-XFAIL: nocompile/s/stackalloc_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12890 nocompile: llvmdc -O0 -od./obj -c nocompile/s/stackalloc_01_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12891 nocompile/s/stackalloc_01_D.d(12): semicolon expected, not 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12892 nocompile/s/stackalloc_01_D.d(12): no identifier for declarator int[10]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12893 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12894
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12895 Torture-Sub-1/32-XFAIL: nocompile/s/stackalloc_01_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12896 nocompile: llvmdc -O0 -od./obj -c nocompile/s/stackalloc_01_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12897 nocompile/s/stackalloc_01_E.d(12): semicolon expected, not 'new'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12898 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12899
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12900 Torture-Sub-1/32-XFAIL: nocompile/s/stackalloc_01_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12901 nocompile: llvmdc -O0 -od./obj -c nocompile/s/static_08_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12902 llvmdc: gen/toir.cpp:238: virtual DValue* VarExp::toElem(IRState*): Assertion `0' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12903 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12904 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12905 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12906 llvmdc[0x81239f3]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12907 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12908 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12909
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12910 Torture-Sub-1/32-ERROR: nocompile/s/static_08_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12911 nocompile: llvmdc -O0 -od./obj -c nocompile/s/static_08_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12912 llvmdc: gen/toir.cpp:238: virtual DValue* VarExp::toElem(IRState*): Assertion `0' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12913 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12914 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12915 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12916 llvmdc[0x81239f3]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12917 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12918 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12919
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12920 Torture-Sub-1/32-ERROR: nocompile/s/static_08_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12921 nocompile: llvmdc -O0 -od./obj -c nocompile/s/static_32.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12922 nocompile/s/static_32.d(14): basic type expected, not {
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12923 nocompile/s/static_32.d(14): no identifier for declarator int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12924 nocompile/s/static_32.d(14): semicolon expected, not '{'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12925 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12926
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12927 Torture-Sub-1/32-XFAIL: nocompile/s/static_32.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12928 nocompile: llvmdc -O0 -od./obj -c nocompile/s/static_if_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12929 nocompile/s/static_if_01_C.d(9): (expression) expected following static if
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12930 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12931
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12932 Torture-Sub-1/32-XFAIL: nocompile/s/static_if_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12933 nocompile: llvmdc -O0 -od./obj -c nocompile/s/static_if_01_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12934 nocompile/s/static_if_01_D.d(9): (expression) expected following static if
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12935 nocompile/s/static_if_01_D.d(9): Declaration expected, not 'else'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12936 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12937
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12938 Torture-Sub-1/32-XFAIL: nocompile/s/static_if_01_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12939 nocompile: llvmdc -O0 -od./obj -c nocompile/s/static_if_01_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12940 nocompile/s/static_if_01_E.d(9): expression expected, not ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12941 nocompile/s/static_if_01_E.d(9): found 'EOF' when expecting ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12942 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12943
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12944 Torture-Sub-1/32-XFAIL: nocompile/s/static_if_01_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12945 nocompile: llvmdc -O0 -od./obj -c nocompile/s/static_if_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12946 nocompile/s/static_if_02_A.d(11): Error: expression i is not constant or does not evaluate to a bool
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12947 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12948
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12949 Torture-Sub-1/32-XFAIL: nocompile/s/static_if_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12950 nocompile: llvmdc -O0 -od./obj -c nocompile/s/static_if_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12951 nocompile/s/static_if_02_B.d(12): Error: expression i is not constant or does not evaluate to a bool
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12952 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12953
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12954 Torture-Sub-1/32-XFAIL: nocompile/s/static_if_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12955 nocompile: llvmdc -O0 -od./obj -c nocompile/s/static_if_02_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12956 nocompile/s/static_if_02_C.d(14): Error: undefined identifier i
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12957 nocompile/s/static_if_02_C.d(14): Error: expression i is not constant or does not evaluate to a bool
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12958 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12959
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12960 Torture-Sub-1/32-XFAIL: nocompile/s/static_if_02_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12961 nocompile: llvmdc -O0 -od./obj -c nocompile/s/static_if_03_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12962 nocompile/s/static_if_03_A.d(12): Error: declaration dstress.nocompile.s.static_if_03_A.test.i is already defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12963 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12964
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12965 Torture-Sub-1/32-XFAIL: nocompile/s/static_if_03_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12966 nocompile: llvmdc -O0 -od./obj -c nocompile/s/static_if_03_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12967 nocompile/s/static_if_03_B.d(18): Error: declaration dstress.nocompile.s.static_if_03_B.test.i is already defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12968 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12969
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12970 Torture-Sub-1/32-XFAIL: nocompile/s/static_if_03_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12971 nocompile: llvmdc -O0 -od./obj -c nocompile/s/string_postfix_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12972 nocompile/s/string_postfix_01_B.d(10): found 'c' when expecting ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12973 nocompile/s/string_postfix_01_B.d(10): no identifier for declarator typeof('a')
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12974 nocompile/s/string_postfix_01_B.d(10): semicolon expected, not ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12975 nocompile/s/string_postfix_01_B.d(10): found ')' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12976 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12977
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12978 Torture-Sub-1/32-XFAIL: nocompile/s/string_postfix_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12979 nocompile: llvmdc -O0 -od./obj -c nocompile/s/string_postfix_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12980 nocompile/s/string_postfix_02_B.d(10): found 'd' when expecting ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12981 nocompile/s/string_postfix_02_B.d(10): no identifier for declarator typeof('a')
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12982 nocompile/s/string_postfix_02_B.d(10): semicolon expected, not ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12983 nocompile/s/string_postfix_02_B.d(10): found ')' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12984 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12985
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12986 Torture-Sub-1/32-XFAIL: nocompile/s/string_postfix_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12987 nocompile: llvmdc -O0 -od./obj -c nocompile/s/string_postfix_03_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12988 nocompile/s/string_postfix_03_B.d(10): found 'w' when expecting ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12989 nocompile/s/string_postfix_03_B.d(10): no identifier for declarator typeof('a')
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12990 nocompile/s/string_postfix_03_B.d(10): semicolon expected, not ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12991 nocompile/s/string_postfix_03_B.d(10): found ')' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12992 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12993
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12994 Torture-Sub-1/32-XFAIL: nocompile/s/string_postfix_03_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12995 nocompile: llvmdc -O0 -od./obj -c nocompile/s/string_postfix_04_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12996 nocompile/s/string_postfix_04_A.d(10): found 'A' when expecting ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12997 nocompile/s/string_postfix_04_A.d(10): no identifier for declarator typeof("a")
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12998 nocompile/s/string_postfix_04_A.d(10): semicolon expected, not ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
12999 nocompile/s/string_postfix_04_A.d(10): found ')' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13000 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13001
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13002 Torture-Sub-1/32-XFAIL: nocompile/s/string_postfix_04_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13003 nocompile: llvmdc -O0 -od./obj -c nocompile/s/string_postfix_04_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13004 nocompile/s/string_postfix_04_B.d(10): found 'B' when expecting ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13005 nocompile/s/string_postfix_04_B.d(10): no identifier for declarator typeof("a")
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13006 nocompile/s/string_postfix_04_B.d(10): semicolon expected, not ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13007 nocompile/s/string_postfix_04_B.d(10): found ')' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13008 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13009
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13010 Torture-Sub-1/32-XFAIL: nocompile/s/string_postfix_04_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13011 nocompile: llvmdc -O0 -od./obj -c nocompile/s/string_postfix_04_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13012 nocompile/s/string_postfix_04_C.d(10): found 'C' when expecting ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13013 nocompile/s/string_postfix_04_C.d(10): no identifier for declarator typeof("a")
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13014 nocompile/s/string_postfix_04_C.d(10): semicolon expected, not ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13015 nocompile/s/string_postfix_04_C.d(10): found ')' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13016 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13017
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13018 Torture-Sub-1/32-XFAIL: nocompile/s/string_postfix_04_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13019 nocompile: llvmdc -O0 -od./obj -c nocompile/s/string_postfix_04_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13020 nocompile/s/string_postfix_04_D.d(10): found 'D' when expecting ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13021 nocompile/s/string_postfix_04_D.d(10): no identifier for declarator typeof("a")
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13022 nocompile/s/string_postfix_04_D.d(10): semicolon expected, not ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13023 nocompile/s/string_postfix_04_D.d(10): found ')' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13024 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13025
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13026 Torture-Sub-1/32-XFAIL: nocompile/s/string_postfix_04_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13027 nocompile: llvmdc -O0 -od./obj -c nocompile/s/string_postfix_04_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13028 nocompile/s/string_postfix_04_E.d(10): found 'E' when expecting ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13029 nocompile/s/string_postfix_04_E.d(10): no identifier for declarator typeof("a")
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13030 nocompile/s/string_postfix_04_E.d(10): semicolon expected, not ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13031 nocompile/s/string_postfix_04_E.d(10): found ')' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13032 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13033
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13034 Torture-Sub-1/32-XFAIL: nocompile/s/string_postfix_04_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13035 nocompile: llvmdc -O0 -od./obj -c nocompile/s/string_postfix_04_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13036 nocompile/s/string_postfix_04_F.d(10): found 'F' when expecting ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13037 nocompile/s/string_postfix_04_F.d(10): no identifier for declarator typeof("a")
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13038 nocompile/s/string_postfix_04_F.d(10): semicolon expected, not ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13039 nocompile/s/string_postfix_04_F.d(10): found ')' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13040 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13041
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13042 Torture-Sub-1/32-XFAIL: nocompile/s/string_postfix_04_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13043 nocompile: llvmdc -O0 -od./obj -c nocompile/s/string_postfix_04_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13044 nocompile/s/string_postfix_04_G.d(10): found 'G' when expecting ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13045 nocompile/s/string_postfix_04_G.d(10): no identifier for declarator typeof("a")
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13046 nocompile/s/string_postfix_04_G.d(10): semicolon expected, not ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13047 nocompile/s/string_postfix_04_G.d(10): found ')' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13048 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13049
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13050 Torture-Sub-1/32-XFAIL: nocompile/s/string_postfix_04_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13051 nocompile: llvmdc -O0 -od./obj -c nocompile/s/string_postfix_04_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13052 nocompile/s/string_postfix_04_H.d(10): found 'H' when expecting ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13053 nocompile/s/string_postfix_04_H.d(10): no identifier for declarator typeof("a")
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13054 nocompile/s/string_postfix_04_H.d(10): semicolon expected, not ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13055 nocompile/s/string_postfix_04_H.d(10): found ')' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13056 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13057
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13058 Torture-Sub-1/32-XFAIL: nocompile/s/string_postfix_04_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13059 nocompile: llvmdc -O0 -od./obj -c nocompile/s/string_postfix_04_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13060 nocompile/s/string_postfix_04_I.d(10): found 'I' when expecting ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13061 nocompile/s/string_postfix_04_I.d(10): no identifier for declarator typeof("a")
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13062 nocompile/s/string_postfix_04_I.d(10): semicolon expected, not ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13063 nocompile/s/string_postfix_04_I.d(10): found ')' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13064 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13065
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13066 Torture-Sub-1/32-XFAIL: nocompile/s/string_postfix_04_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13067 nocompile: llvmdc -O0 -od./obj -c nocompile/s/string_postfix_04_J.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13068 nocompile/s/string_postfix_04_J.d(10): found 'J' when expecting ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13069 nocompile/s/string_postfix_04_J.d(10): no identifier for declarator typeof("a")
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13070 nocompile/s/string_postfix_04_J.d(10): semicolon expected, not ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13071 nocompile/s/string_postfix_04_J.d(10): found ')' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13072 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13073
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13074 Torture-Sub-1/32-XFAIL: nocompile/s/string_postfix_04_J.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13075 nocompile: llvmdc -O0 -od./obj -c nocompile/s/string_postfix_04_K.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13076 nocompile/s/string_postfix_04_K.d(10): found 'K' when expecting ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13077 nocompile/s/string_postfix_04_K.d(10): no identifier for declarator typeof("a")
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13078 nocompile/s/string_postfix_04_K.d(10): semicolon expected, not ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13079 nocompile/s/string_postfix_04_K.d(10): found ')' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13080 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13081
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13082 Torture-Sub-1/32-XFAIL: nocompile/s/string_postfix_04_K.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13083 nocompile: llvmdc -O0 -od./obj -c nocompile/s/string_postfix_04_L.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13084 nocompile/s/string_postfix_04_L.d(10): found 'L' when expecting ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13085 nocompile/s/string_postfix_04_L.d(10): no identifier for declarator typeof("a")
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13086 nocompile/s/string_postfix_04_L.d(10): semicolon expected, not ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13087 nocompile/s/string_postfix_04_L.d(10): found ')' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13088 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13089
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13090 Torture-Sub-1/32-XFAIL: nocompile/s/string_postfix_04_L.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13091 nocompile: llvmdc -O0 -od./obj -c nocompile/s/string_postfix_04_M.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13092 nocompile/s/string_postfix_04_M.d(10): found 'M' when expecting ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13093 nocompile/s/string_postfix_04_M.d(10): no identifier for declarator typeof("a")
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13094 nocompile/s/string_postfix_04_M.d(10): semicolon expected, not ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13095 nocompile/s/string_postfix_04_M.d(10): found ')' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13096 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13097
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13098 Torture-Sub-1/32-XFAIL: nocompile/s/string_postfix_04_M.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13099 nocompile: llvmdc -O0 -od./obj -c nocompile/s/string_postfix_04_N.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13100 nocompile/s/string_postfix_04_N.d(10): found 'N' when expecting ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13101 nocompile/s/string_postfix_04_N.d(10): no identifier for declarator typeof("a")
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13102 nocompile/s/string_postfix_04_N.d(10): semicolon expected, not ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13103 nocompile/s/string_postfix_04_N.d(10): found ')' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13104 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13105
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13106 Torture-Sub-1/32-XFAIL: nocompile/s/string_postfix_04_N.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13107 nocompile: llvmdc -O0 -od./obj -c nocompile/s/string_postfix_04_O.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13108 nocompile/s/string_postfix_04_O.d(10): found 'O' when expecting ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13109 nocompile/s/string_postfix_04_O.d(10): no identifier for declarator typeof("a")
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13110 nocompile/s/string_postfix_04_O.d(10): semicolon expected, not ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13111 nocompile/s/string_postfix_04_O.d(10): found ')' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13112 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13113
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13114 Torture-Sub-1/32-XFAIL: nocompile/s/string_postfix_04_O.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13115 nocompile: llvmdc -O0 -od./obj -c nocompile/s/string_postfix_04_Q.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13116 nocompile/s/string_postfix_04_Q.d(10): found 'Q' when expecting ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13117 nocompile/s/string_postfix_04_Q.d(10): no identifier for declarator typeof("a")
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13118 nocompile/s/string_postfix_04_Q.d(10): semicolon expected, not ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13119 nocompile/s/string_postfix_04_Q.d(10): found ')' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13120 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13121
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13122 Torture-Sub-1/32-XFAIL: nocompile/s/string_postfix_04_Q.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13123 nocompile: llvmdc -O0 -od./obj -c nocompile/s/string_postfix_04_R.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13124 nocompile/s/string_postfix_04_R.d(10): found 'R' when expecting ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13125 nocompile/s/string_postfix_04_R.d(10): no identifier for declarator typeof("a")
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13126 nocompile/s/string_postfix_04_R.d(10): semicolon expected, not ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13127 nocompile/s/string_postfix_04_R.d(10): found ')' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13128 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13129
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13130 Torture-Sub-1/32-XFAIL: nocompile/s/string_postfix_04_R.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13131 nocompile: llvmdc -O0 -od./obj -c nocompile/s/string_postfix_04_S.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13132 nocompile/s/string_postfix_04_S.d(10): found 'S' when expecting ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13133 nocompile/s/string_postfix_04_S.d(10): no identifier for declarator typeof("a")
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13134 nocompile/s/string_postfix_04_S.d(10): semicolon expected, not ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13135 nocompile/s/string_postfix_04_S.d(10): found ')' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13136 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13137
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13138 Torture-Sub-1/32-XFAIL: nocompile/s/string_postfix_04_S.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13139 nocompile: llvmdc -O0 -od./obj -c nocompile/s/string_postfix_04_T.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13140 nocompile/s/string_postfix_04_T.d(10): found 'T' when expecting ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13141 nocompile/s/string_postfix_04_T.d(10): no identifier for declarator typeof("a")
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13142 nocompile/s/string_postfix_04_T.d(10): semicolon expected, not ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13143 nocompile/s/string_postfix_04_T.d(10): found ')' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13144 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13145
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13146 Torture-Sub-1/32-XFAIL: nocompile/s/string_postfix_04_T.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13147 nocompile: llvmdc -O0 -od./obj -c nocompile/s/string_postfix_04_U.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13148 nocompile/s/string_postfix_04_U.d(10): found 'U' when expecting ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13149 nocompile/s/string_postfix_04_U.d(10): no identifier for declarator typeof("a")
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13150 nocompile/s/string_postfix_04_U.d(10): semicolon expected, not ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13151 nocompile/s/string_postfix_04_U.d(10): found ')' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13152 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13153
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13154 Torture-Sub-1/32-XFAIL: nocompile/s/string_postfix_04_U.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13155 nocompile: llvmdc -O0 -od./obj -c nocompile/s/string_postfix_04_V.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13156 nocompile/s/string_postfix_04_V.d(10): found 'V' when expecting ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13157 nocompile/s/string_postfix_04_V.d(10): no identifier for declarator typeof("a")
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13158 nocompile/s/string_postfix_04_V.d(10): semicolon expected, not ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13159 nocompile/s/string_postfix_04_V.d(10): found ')' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13160 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13161
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13162 Torture-Sub-1/32-XFAIL: nocompile/s/string_postfix_04_V.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13163 nocompile: llvmdc -O0 -od./obj -c nocompile/s/string_postfix_04_W.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13164 nocompile/s/string_postfix_04_W.d(10): found 'W' when expecting ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13165 nocompile/s/string_postfix_04_W.d(10): no identifier for declarator typeof("a")
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13166 nocompile/s/string_postfix_04_W.d(10): semicolon expected, not ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13167 nocompile/s/string_postfix_04_W.d(10): found ')' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13168 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13169
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13170 Torture-Sub-1/32-XFAIL: nocompile/s/string_postfix_04_W.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13171 nocompile: llvmdc -O0 -od./obj -c nocompile/s/string_postfix_04_X.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13172 nocompile/s/string_postfix_04_X.d(10): found 'X' when expecting ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13173 nocompile/s/string_postfix_04_X.d(10): no identifier for declarator typeof("a")
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13174 nocompile/s/string_postfix_04_X.d(10): semicolon expected, not ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13175 nocompile/s/string_postfix_04_X.d(10): found ')' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13176 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13177
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13178 Torture-Sub-1/32-XFAIL: nocompile/s/string_postfix_04_X.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13179 nocompile: llvmdc -O0 -od./obj -c nocompile/s/string_postfix_04_Y.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13180 nocompile/s/string_postfix_04_Y.d(10): found 'Y' when expecting ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13181 nocompile/s/string_postfix_04_Y.d(10): no identifier for declarator typeof("a")
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13182 nocompile/s/string_postfix_04_Y.d(10): semicolon expected, not ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13183 nocompile/s/string_postfix_04_Y.d(10): found ')' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13184 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13185
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13186 Torture-Sub-1/32-XFAIL: nocompile/s/string_postfix_04_Y.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13187 nocompile: llvmdc -O0 -od./obj -c nocompile/s/string_postfix_04_Z.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13188 nocompile/s/string_postfix_04_Z.d(10): found 'Z' when expecting ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13189 nocompile/s/string_postfix_04_Z.d(10): no identifier for declarator typeof("a")
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13190 nocompile/s/string_postfix_04_Z.d(10): semicolon expected, not ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13191 nocompile/s/string_postfix_04_Z.d(10): found ')' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13192 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13193
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13194 Torture-Sub-1/32-XFAIL: nocompile/s/string_postfix_04_Z.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13195 nocompile: llvmdc -O0 -od./obj -c nocompile/s/string_postfix_05_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13196 nocompile/s/string_postfix_05_A.d(10): found 'a' when expecting ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13197 nocompile/s/string_postfix_05_A.d(10): no identifier for declarator typeof("a")
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13198 nocompile/s/string_postfix_05_A.d(10): semicolon expected, not ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13199 nocompile/s/string_postfix_05_A.d(10): found ')' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13200 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13201
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13202 Torture-Sub-1/32-XFAIL: nocompile/s/string_postfix_05_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13203 nocompile: llvmdc -O0 -od./obj -c nocompile/s/string_postfix_05_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13204 nocompile/s/string_postfix_05_B.d(10): found 'b' when expecting ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13205 nocompile/s/string_postfix_05_B.d(10): no identifier for declarator typeof("a")
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13206 nocompile/s/string_postfix_05_B.d(10): semicolon expected, not ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13207 nocompile/s/string_postfix_05_B.d(10): found ')' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13208 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13209
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13210 Torture-Sub-1/32-XFAIL: nocompile/s/string_postfix_05_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13211 nocompile: llvmdc -O0 -od./obj -c nocompile/s/string_postfix_05_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13212 nocompile/s/string_postfix_05_E.d(10): found 'e' when expecting ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13213 nocompile/s/string_postfix_05_E.d(10): no identifier for declarator typeof("a")
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13214 nocompile/s/string_postfix_05_E.d(10): semicolon expected, not ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13215 nocompile/s/string_postfix_05_E.d(10): found ')' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13216 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13217
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13218 Torture-Sub-1/32-XFAIL: nocompile/s/string_postfix_05_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13219 nocompile: llvmdc -O0 -od./obj -c nocompile/s/string_postfix_05_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13220 nocompile/s/string_postfix_05_F.d(10): found 'f' when expecting ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13221 nocompile/s/string_postfix_05_F.d(10): no identifier for declarator typeof("a")
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13222 nocompile/s/string_postfix_05_F.d(10): semicolon expected, not ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13223 nocompile/s/string_postfix_05_F.d(10): found ')' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13224 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13225
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13226 Torture-Sub-1/32-XFAIL: nocompile/s/string_postfix_05_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13227 nocompile: llvmdc -O0 -od./obj -c nocompile/s/string_postfix_05_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13228 nocompile/s/string_postfix_05_G.d(10): found 'g' when expecting ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13229 nocompile/s/string_postfix_05_G.d(10): no identifier for declarator typeof("a")
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13230 nocompile/s/string_postfix_05_G.d(10): semicolon expected, not ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13231 nocompile/s/string_postfix_05_G.d(10): found ')' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13232 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13233
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13234 Torture-Sub-1/32-XFAIL: nocompile/s/string_postfix_05_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13235 nocompile: llvmdc -O0 -od./obj -c nocompile/s/string_postfix_05_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13236 nocompile/s/string_postfix_05_H.d(10): found 'h' when expecting ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13237 nocompile/s/string_postfix_05_H.d(10): no identifier for declarator typeof("a")
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13238 nocompile/s/string_postfix_05_H.d(10): semicolon expected, not ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13239 nocompile/s/string_postfix_05_H.d(10): found ')' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13240 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13241
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13242 Torture-Sub-1/32-XFAIL: nocompile/s/string_postfix_05_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13243 nocompile: llvmdc -O0 -od./obj -c nocompile/s/string_postfix_05_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13244 nocompile/s/string_postfix_05_I.d(10): found 'i' when expecting ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13245 nocompile/s/string_postfix_05_I.d(10): no identifier for declarator typeof("a")
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13246 nocompile/s/string_postfix_05_I.d(10): semicolon expected, not ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13247 nocompile/s/string_postfix_05_I.d(10): found ')' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13248 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13249
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13250 Torture-Sub-1/32-XFAIL: nocompile/s/string_postfix_05_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13251 nocompile: llvmdc -O0 -od./obj -c nocompile/s/string_postfix_05_J.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13252 nocompile/s/string_postfix_05_J.d(10): found 'j' when expecting ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13253 nocompile/s/string_postfix_05_J.d(10): no identifier for declarator typeof("a")
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13254 nocompile/s/string_postfix_05_J.d(10): semicolon expected, not ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13255 nocompile/s/string_postfix_05_J.d(10): found ')' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13256 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13257
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13258 Torture-Sub-1/32-XFAIL: nocompile/s/string_postfix_05_J.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13259 nocompile: llvmdc -O0 -od./obj -c nocompile/s/string_postfix_05_K.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13260 nocompile/s/string_postfix_05_K.d(10): found 'k' when expecting ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13261 nocompile/s/string_postfix_05_K.d(10): no identifier for declarator typeof("a")
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13262 nocompile/s/string_postfix_05_K.d(10): semicolon expected, not ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13263 nocompile/s/string_postfix_05_K.d(10): found ')' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13264 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13265
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13266 Torture-Sub-1/32-XFAIL: nocompile/s/string_postfix_05_K.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13267 nocompile: llvmdc -O0 -od./obj -c nocompile/s/string_postfix_05_L.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13268 nocompile/s/string_postfix_05_L.d(10): found 'l' when expecting ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13269 nocompile/s/string_postfix_05_L.d(10): no identifier for declarator typeof("a")
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13270 nocompile/s/string_postfix_05_L.d(10): semicolon expected, not ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13271 nocompile/s/string_postfix_05_L.d(10): found ')' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13272 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13273
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13274 Torture-Sub-1/32-XFAIL: nocompile/s/string_postfix_05_L.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13275 nocompile: llvmdc -O0 -od./obj -c nocompile/s/string_postfix_05_M.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13276 nocompile/s/string_postfix_05_M.d(10): found 'm' when expecting ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13277 nocompile/s/string_postfix_05_M.d(10): no identifier for declarator typeof("a")
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13278 nocompile/s/string_postfix_05_M.d(10): semicolon expected, not ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13279 nocompile/s/string_postfix_05_M.d(10): found ')' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13280 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13281
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13282 Torture-Sub-1/32-XFAIL: nocompile/s/string_postfix_05_M.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13283 nocompile: llvmdc -O0 -od./obj -c nocompile/s/string_postfix_05_n.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13284 nocompile/s/string_postfix_05_n.d(10): found 'n' when expecting ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13285 nocompile/s/string_postfix_05_n.d(10): no identifier for declarator typeof("a")
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13286 nocompile/s/string_postfix_05_n.d(10): semicolon expected, not ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13287 nocompile/s/string_postfix_05_n.d(10): found ')' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13288 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13289
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13290 Torture-Sub-1/32-XFAIL: nocompile/s/string_postfix_05_n.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13291 nocompile: llvmdc -O0 -od./obj -c nocompile/s/string_postfix_05_O.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13292 nocompile/s/string_postfix_05_O.d(10): found 'o' when expecting ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13293 nocompile/s/string_postfix_05_O.d(10): no identifier for declarator typeof("a")
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13294 nocompile/s/string_postfix_05_O.d(10): semicolon expected, not ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13295 nocompile/s/string_postfix_05_O.d(10): found ')' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13296 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13297
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13298 Torture-Sub-1/32-XFAIL: nocompile/s/string_postfix_05_O.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13299 nocompile: llvmdc -O0 -od./obj -c nocompile/s/string_postfix_05_P.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13300 nocompile/s/string_postfix_05_P.d(10): found 'p' when expecting ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13301 nocompile/s/string_postfix_05_P.d(10): no identifier for declarator typeof("a")
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13302 nocompile/s/string_postfix_05_P.d(10): semicolon expected, not ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13303 nocompile/s/string_postfix_05_P.d(10): found ')' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13304 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13305
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13306 Torture-Sub-1/32-XFAIL: nocompile/s/string_postfix_05_P.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13307 nocompile: llvmdc -O0 -od./obj -c nocompile/s/string_postfix_05_Q.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13308 nocompile/s/string_postfix_05_Q.d(10): found 'q' when expecting ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13309 nocompile/s/string_postfix_05_Q.d(10): no identifier for declarator typeof("a")
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13310 nocompile/s/string_postfix_05_Q.d(10): semicolon expected, not ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13311 nocompile/s/string_postfix_05_Q.d(10): found ')' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13312 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13313
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13314 Torture-Sub-1/32-XFAIL: nocompile/s/string_postfix_05_Q.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13315 nocompile: llvmdc -O0 -od./obj -c nocompile/s/string_postfix_05_R.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13316 nocompile/s/string_postfix_05_R.d(10): found 'r' when expecting ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13317 nocompile/s/string_postfix_05_R.d(10): no identifier for declarator typeof("a")
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13318 nocompile/s/string_postfix_05_R.d(10): semicolon expected, not ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13319 nocompile/s/string_postfix_05_R.d(10): found ')' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13320 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13321
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13322 Torture-Sub-1/32-XFAIL: nocompile/s/string_postfix_05_R.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13323 nocompile: llvmdc -O0 -od./obj -c nocompile/s/string_postfix_05_S.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13324 nocompile/s/string_postfix_05_S.d(10): found 's' when expecting ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13325 nocompile/s/string_postfix_05_S.d(10): no identifier for declarator typeof("a")
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13326 nocompile/s/string_postfix_05_S.d(10): semicolon expected, not ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13327 nocompile/s/string_postfix_05_S.d(10): found ')' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13328 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13329
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13330 Torture-Sub-1/32-XFAIL: nocompile/s/string_postfix_05_S.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13331 nocompile: llvmdc -O0 -od./obj -c nocompile/s/string_postfix_05_T.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13332 nocompile/s/string_postfix_05_T.d(10): found 't' when expecting ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13333 nocompile/s/string_postfix_05_T.d(10): no identifier for declarator typeof("a")
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13334 nocompile/s/string_postfix_05_T.d(10): semicolon expected, not ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13335 nocompile/s/string_postfix_05_T.d(10): found ')' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13336 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13337
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13338 Torture-Sub-1/32-XFAIL: nocompile/s/string_postfix_05_T.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13339 nocompile: llvmdc -O0 -od./obj -c nocompile/s/string_postfix_05_U.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13340 nocompile/s/string_postfix_05_U.d(10): found 'u' when expecting ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13341 nocompile/s/string_postfix_05_U.d(10): no identifier for declarator typeof("a")
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13342 nocompile/s/string_postfix_05_U.d(10): semicolon expected, not ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13343 nocompile/s/string_postfix_05_U.d(10): found ')' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13344 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13345
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13346 Torture-Sub-1/32-XFAIL: nocompile/s/string_postfix_05_U.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13347 nocompile: llvmdc -O0 -od./obj -c nocompile/s/string_postfix_05_V.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13348 nocompile/s/string_postfix_05_V.d(10): found 'v' when expecting ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13349 nocompile/s/string_postfix_05_V.d(10): no identifier for declarator typeof("a")
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13350 nocompile/s/string_postfix_05_V.d(10): semicolon expected, not ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13351 nocompile/s/string_postfix_05_V.d(10): found ')' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13352 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13353
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13354 Torture-Sub-1/32-XFAIL: nocompile/s/string_postfix_05_V.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13355 nocompile: llvmdc -O0 -od./obj -c nocompile/s/string_postfix_05_X.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13356 nocompile/s/string_postfix_05_X.d(10): found 'x' when expecting ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13357 nocompile/s/string_postfix_05_X.d(10): no identifier for declarator typeof("a")
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13358 nocompile/s/string_postfix_05_X.d(10): semicolon expected, not ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13359 nocompile/s/string_postfix_05_X.d(10): found ')' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13360 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13361
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13362 Torture-Sub-1/32-XFAIL: nocompile/s/string_postfix_05_X.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13363 nocompile: llvmdc -O0 -od./obj -c nocompile/s/string_postfix_05_Y.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13364 nocompile/s/string_postfix_05_Y.d(10): found 'y' when expecting ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13365 nocompile/s/string_postfix_05_Y.d(10): no identifier for declarator typeof("a")
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13366 nocompile/s/string_postfix_05_Y.d(10): semicolon expected, not ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13367 nocompile/s/string_postfix_05_Y.d(10): found ')' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13368 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13369
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13370 Torture-Sub-1/32-XFAIL: nocompile/s/string_postfix_05_Y.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13371 nocompile: llvmdc -O0 -od./obj -c nocompile/s/string_postfix_05_Z.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13372 nocompile/s/string_postfix_05_Z.d(10): found 'z' when expecting ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13373 nocompile/s/string_postfix_05_Z.d(10): no identifier for declarator typeof("a")
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13374 nocompile/s/string_postfix_05_Z.d(10): semicolon expected, not ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13375 nocompile/s/string_postfix_05_Z.d(10): found ')' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13376 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13377
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13378 Torture-Sub-1/32-XFAIL: nocompile/s/string_postfix_05_Z.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13379 nocompile: llvmdc -O0 -od./obj -c nocompile/s/string_postfix_06_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13380 nocompile/s/string_postfix_06_D.d(19): mismatched string literal postfixes 'c' and 'w'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13381 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13382
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13383 Torture-Sub-1/32-XFAIL: nocompile/s/string_postfix_06_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13384 nocompile: llvmdc -O0 -od./obj -c nocompile/s/string_postfix_06_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13385 nocompile/s/string_postfix_06_E.d(19): mismatched string literal postfixes 'c' and 'd'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13386 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13387
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13388 Torture-Sub-1/32-XFAIL: nocompile/s/string_postfix_06_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13389 nocompile: llvmdc -O0 -od./obj -c nocompile/s/string_postfix_06_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13390 nocompile/s/string_postfix_06_F.d(19): mismatched string literal postfixes 'w' and 'd'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13391 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13392
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13393 Torture-Sub-1/32-XFAIL: nocompile/s/string_postfix_06_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13394 nocompile: llvmdc -O0 -od./obj -c nocompile/s/struct_23_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13395 nocompile/s/struct_23_A.d(13): struct dstress.nocompile.s.struct_23_A.Foo unable to resolve forward reference in definition
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13396 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13397
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13398 Torture-Sub-1/32-FAIL: nocompile/s/struct_23_A.d [bad error message]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13399 nocompile: llvmdc -O0 -od./obj -c nocompile/s/struct_23_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13400 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13401
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13402 Torture-Sub-1/32-XPASS: nocompile/s/struct_23_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13403 nocompile: llvmdc -O0 -od./obj -c nocompile/s/struct_23_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13404 nocompile/s/struct_23_C.d(13): struct dstress.nocompile.s.struct_23_C.Foo unable to resolve forward reference in definition
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13405 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13406
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13407 Torture-Sub-1/32-FAIL: nocompile/s/struct_23_C.d [bad error message]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13408 nocompile: llvmdc -O0 -od./obj -c nocompile/s/struct_23_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13409 nocompile/s/struct_23_D.d(13): struct dstress.nocompile.s.struct_23_D.Foo unable to resolve forward reference in definition
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13410 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13411
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13412 Torture-Sub-1/32-FAIL: nocompile/s/struct_23_D.d [bad error message]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13413 nocompile: llvmdc -O0 -od./obj -c nocompile/s/struct_23_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13414 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13415
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13416 Torture-Sub-1/32-XPASS: nocompile/s/struct_23_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13417 nocompile: llvmdc -O0 -od./obj -c nocompile/s/struct_24_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13418 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13419 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13420 EXIT CODE: 11
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13421
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13422 Torture-Sub-1/32-ERROR: nocompile/s/struct_24_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13423 nocompile: llvmdc -O0 -od./obj -c nocompile/s/struct_24.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13424 nocompile/s/struct_24.d(20): expression expected, not '>'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13425 nocompile/s/struct_24.d(20): found 'i' when expecting ';' following 'statement'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13426 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13427
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13428 Torture-Sub-1/32-XFAIL: nocompile/s/struct_24.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13429 nocompile: llvmdc -O0 -od./obj -c nocompile/s/struct_29_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13430 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13431
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13432 Torture-Sub-1/32-XPASS: nocompile/s/struct_29_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13433 nocompile: llvmdc -O0 -od./obj -c nocompile/s/struct_initialization_09_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13434 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13435
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13436 Torture-Sub-1/32-XPASS: nocompile/s/struct_initialization_09_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13437 nocompile: llvmdc -O0 -od./obj -c nocompile/s/struct_initialization_09_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13438 nocompile/s/struct_initialization_09_B.d(19): variable dstress.nocompile.s.struct_initialization_09_B.foo.s is not a static and cannot have static initializer
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13439 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13440
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13441 Torture-Sub-1/32-XFAIL: nocompile/s/struct_initialization_09_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13442 nocompile: llvmdc -O0 -od./obj -c nocompile/s/super_13.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13443 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13444
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13445 Torture-Sub-1/32-XPASS: nocompile/s/super_13.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13446 nocompile: llvmdc -O0 -od./obj -c nocompile/s/synchronized_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13447 nocompile/s/synchronized_01_A.d(16): Error: can only synchronize on class objects, not 'ubyte[]'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13448 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13449
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13450 Torture-Sub-1/32-XFAIL: nocompile/s/synchronized_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13451 nocompile: llvmdc -O0 -od./obj -c nocompile/s/synchronized_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13452 nocompile/s/synchronized_02_A.d(15): Error: undefined identifier foo
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13453 nocompile/s/synchronized_02_A.d(14): Error: can only synchronize on class objects, not 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13454 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13455
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13456 Torture-Sub-1/32-XFAIL: nocompile/s/synchronized_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13457 nocompile: llvmdc -O0 -od./obj -c nocompile/s/synchronized_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13458 nocompile/s/synchronized_02_B.d(15): Error: undefined identifier foo
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13459 nocompile/s/synchronized_02_B.d(14): Error: can only synchronize on class objects, not 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13460 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13461
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13462 Torture-Sub-1/32-XFAIL: nocompile/s/synchronized_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13463 nocompile: llvmdc -O0 -od./obj -c nocompile/s/synchronized_02_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13464 nocompile/s/synchronized_02_C.d(15): Error: undefined identifier foo
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13465 nocompile/s/synchronized_02_C.d(14): Error: can only synchronize on class objects, not 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13466 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13467
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13468 Torture-Sub-1/32-XFAIL: nocompile/s/synchronized_02_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13469 nocompile: llvmdc -O0 -od./obj -c nocompile/static_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13470 llvmdc: gen/toir.cpp:238: virtual DValue* VarExp::toElem(IRState*): Assertion `0' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13471 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13472 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13473 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13474 llvmdc[0x81239f3]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13475 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13476 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13477
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13478 Torture-Sub-1/32-ERROR: nocompile/static_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13479 nocompile: llvmdc -O0 -od./obj -c nocompile/static_09.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13480 llvmdc: /home/kamm/eigenes/projekte/llvmdc/llvm-23-branch/lib/VMCore/Instructions.cpp:258: void llvm::CallInst::init(llvm::Value*, llvm::Value* const*, unsigned int): Assertion `(NumParams == FTy->getNumParams() || (FTy->isVarArg() && NumParams > FTy->getNumParams())) && "Calling a function with bad signature!"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13481 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13482 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13483 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13484 llvmdc[0x880393f]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13485 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13486 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13487
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13488 Torture-Sub-1/32-ERROR: nocompile/static_09.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13489 nocompile: llvmdc -O0 -od./obj -c nocompile/static_10.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13490 nocompile/static_10.d(13): Error: 'this' is only allowed in non-static member functions, not check
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13491 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13492
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13493 Torture-Sub-1/32-XFAIL: nocompile/static_10.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13494 nocompile: llvmdc -O0 -od./obj -c nocompile/struct_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13495 nocompile/struct_04.d(10): constructor dstress.nocompile.struct_04.MyStruct.this constructors are only for class definitions
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13496 nocompile/struct_04.d(10): constructor dstress.nocompile.struct_04.MyStruct.this special member functions not allowed for structs
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13497 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13498
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13499 Torture-Sub-1/32-XFAIL: nocompile/struct_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13500 nocompile: llvmdc -O0 -od./obj -c nocompile/struct_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13501 nocompile/struct_05.d(10): no identifier for declarator MyStruct
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13502 nocompile/struct_05.d(10): semicolon expected, not '{'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13503 nocompile/struct_05.d(10): Declaration expected, not '{'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13504 nocompile/struct_05.d(15): Declaration expected, not 'return'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13505 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13506
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13507 Torture-Sub-1/32-XFAIL: nocompile/struct_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13508 nocompile: llvmdc -O0 -od./obj -c nocompile/struct_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13509 nocompile/struct_06.d(10): function dstress.nocompile.struct_06.MyStruct._dtor destructors only are for class definitions
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13510 nocompile/struct_06.d(10): function dstress.nocompile.struct_06.MyStruct._dtor special member functions not allowed for structs
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13511 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13512
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13513 Torture-Sub-1/32-XFAIL: nocompile/struct_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13514 nocompile: llvmdc -O0 -od./obj -c nocompile/struct_17.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13515 nocompile/struct_17.d(14): anonymous struct can only be a part of an aggregate
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13516 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13517
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13518 Torture-Sub-1/32-XFAIL: nocompile/struct_17.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13519 nocompile: llvmdc -O0 -od./obj -c nocompile/struct_19.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13520 nocompile/struct_19.d(14): struct dstress.nocompile.struct_19.MyStruct unable to resolve forward reference in definition
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13521 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13522
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13523 Torture-Sub-1/32-XFAIL: nocompile/struct_19.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13524 nocompile: llvmdc -O0 -od./obj -c nocompile/struct_20.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13525 nocompile/struct_20.d(14): struct dstress.nocompile.struct_20.StructA unable to resolve forward reference in definition
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13526 nocompile/struct_20.d(18): struct dstress.nocompile.struct_20.StructB unable to resolve forward reference in definition
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13527 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13528
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13529 Torture-Sub-1/32-XFAIL: nocompile/struct_20.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13530 nocompile: llvmdc -O0 -od./obj -c nocompile/super_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13531 nocompile/super_03.d(12): Error: 'super' is only allowed in non-static class member functions
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13532 nocompile/super_03.d(12): Error: no property 'x' for type 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13533 nocompile/super_03.d(12): Error: constant super.x is not an lvalue
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13534 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13535
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13536 Torture-Sub-1/32-XFAIL: nocompile/super_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13537 nocompile: llvmdc -O0 -od./obj -c nocompile/super_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13538 nocompile/super_05.d(13): Error: 'super' is only allowed in non-static class member functions
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13539 nocompile/super_05.d(13): Error: no property 'x' for type 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13540 nocompile/super_05.d(13): Error: constant super.x is not an lvalue
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13541 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13542
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13543 Torture-Sub-1/32-XFAIL: nocompile/super_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13544 nocompile: llvmdc -O0 -od./obj -c nocompile/super_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13545 nocompile/super_06.d(15): constructor dstress.nocompile.super_06.Child.this no match for implicit super() call in constructor
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13546 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13547
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13548 Torture-Sub-1/32-XFAIL: nocompile/super_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13549 nocompile: llvmdc -O0 -od./obj -c nocompile/super_09.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13550 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13551
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13552 Torture-Sub-1/32-XPASS: nocompile/super_09.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13553 nocompile: llvmdc -O0 -od./obj -c nocompile/super_10.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13554 nocompile/super_10.d(15): Error: super class constructor call must be in a constructor
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13555 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13556
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13557 Torture-Sub-1/32-XFAIL: nocompile/super_10.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13558 nocompile: llvmdc -O0 -od./obj -c nocompile/super_11.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13559 nocompile/super_11.d(15): Error: super class constructor call must be in a constructor
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13560 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13561
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13562 Torture-Sub-1/32-XFAIL: nocompile/super_11.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13563 nocompile: llvmdc -O0 -od./obj -c nocompile/switch_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13564 nocompile/switch_08.d(19): Error: default not in switch statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13565 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13566
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13567 Torture-Sub-1/32-XFAIL: nocompile/switch_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13568 nocompile: llvmdc -O0 -od./obj -c nocompile/switch_09.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13569 nocompile/switch_09.d(24): Error: duplicate case "123" in switch statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13570 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13571
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13572 Torture-Sub-1/32-XFAIL: nocompile/switch_09.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13573 nocompile: llvmdc -O0 -od./obj -c nocompile/switch_10.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13574 nocompile/switch_10.d(22): Error: duplicate case "123" in switch statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13575 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13576
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13577 Torture-Sub-1/32-XFAIL: nocompile/switch_10.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13578 nocompile: llvmdc -O0 -od./obj -c nocompile/switch_11.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13579 nocompile/switch_11.d(16): Error: duplicate case 0 in switch statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13580 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13581
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13582 Torture-Sub-1/32-XFAIL: nocompile/switch_11.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13583 nocompile: llvmdc -O0 -od./obj -c nocompile/switch_12.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13584 nocompile/switch_12.d(22): Error: duplicate case "123" in switch statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13585 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13586
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13587 Torture-Sub-1/32-XFAIL: nocompile/switch_12.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13588 nocompile: llvmdc -O0 -od./obj -c nocompile/switch_13.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13589 nocompile/switch_13.d(22): Error: duplicate case "123" in switch statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13590 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13591
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13592 Torture-Sub-1/32-XFAIL: nocompile/switch_13.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13593 nocompile: llvmdc -O0 -od./obj -c nocompile/switch_15.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13594 nocompile/switch_15.d(14): Error: 'f' is not of integral type, it is a float
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13595 nocompile/switch_15.d(15): Error: case must be a string or an integral constant, not 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13596 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13597
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13598 Torture-Sub-1/32-XFAIL: nocompile/switch_15.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13599 nocompile: llvmdc -O0 -od./obj -c nocompile/switch_16.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13600 nocompile/switch_16.d(16): Error: switch statement already has a default
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13601 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13602
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13603 Torture-Sub-1/32-XFAIL: nocompile/switch_16.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13604 nocompile: llvmdc -O0 -od./obj -c nocompile/template_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13605 nocompile/template_05.d(34): template instance pow!(3,4) does not match any template declaration
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13606 nocompile/template_05.d(34): Error: pow!(3,4) has no effect
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13607 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13608
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13609 Torture-Sub-1/32-XFAIL: nocompile/template_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13610 nocompile: llvmdc -O0 -od./obj -c nocompile/template_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13611 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13612
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13613 Torture-Sub-1/32-XPASS: nocompile/template_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13614 nocompile: llvmdc -O0 -od./obj -c nocompile/template_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13615 nocompile/template_08.d(24): Error: Unimplemented DeclarationExp type. kind: mixin
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13616 llvmdc: gen/toir.cpp:142: virtual DValue* DeclarationExp::toElem(IRState*): Assertion `0' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13617 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13618 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13619 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13620 llvmdc[0x8124447]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13621 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13622 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13623
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13624 Torture-Sub-1/32-ERROR: nocompile/template_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13625 nocompile: llvmdc -O0 -od./obj -c nocompile/template_13.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13626 nocompile/template_13.d(15): template instance Template!(int) does not match any template declaration
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13627 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13628
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13629 Torture-Sub-1/32-XFAIL: nocompile/template_13.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13630 nocompile: llvmdc -O0 -od./obj -c nocompile/template_15.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13631 nocompile/template_15.d(20): template dstress.nocompile.template_15.C.fn(T) does not match any template declaration
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13632 nocompile/template_15.d(20): template dstress.nocompile.template_15.C.fn(T) cannot deduce template function from argument types ()
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13633 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13634
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13635 Torture-Sub-1/32-XFAIL: nocompile/template_15.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13636 nocompile: llvmdc -O0 -od./obj -c nocompile/template_class_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13637 nocompile/template_class_07.d(15): template instance Template!(int) does not match any template declaration
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13638 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13639
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13640 Torture-Sub-1/32-XFAIL: nocompile/template_class_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13641 nocompile: llvmdc -O0 -od./obj -c nocompile/this_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13642 nocompile/this_01.d(15): Error: 'this' is only allowed in non-static member functions, not main
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13643 nocompile/this_01.d(15): Error: no property 'foobar' for type 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13644 nocompile/this_01.d(15): Error: long has no effect in expression (1)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13645 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13646
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13647 Torture-Sub-1/32-XFAIL: nocompile/this_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13648 nocompile: llvmdc -O0 -od./obj -c nocompile/this_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13649 nocompile/this_02.d(14): found '.' when expecting '('
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13650 nocompile/this_02.d(14): found ';' when expecting ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13651 nocompile/this_02.d(15): semicolon expected following function declaration
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13652 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13653
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13654 Torture-Sub-1/32-XFAIL: nocompile/this_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13655 nocompile: llvmdc -O0 -od./obj -c nocompile/this_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13656 nocompile/this_04.d(15): Error: 'this' is only allowed in non-static member functions, not this_04
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13657 nocompile/this_04.d(15): Error: cannot implicitly convert expression (this) of type int to MyStruct*
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13658 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13659
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13660 Torture-Sub-1/32-XFAIL: nocompile/this_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13661 nocompile: llvmdc -O0 -od./obj -c nocompile/this_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13662 nocompile/this_05.d(16): Error: const Exp type Expression not implemented: '&i' type: 'int*'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13663 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13664
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13665 Torture-Sub-1/32-XFAIL: nocompile/this_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13666 nocompile: llvmdc -O0 -od./obj -c nocompile/this_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13667 nocompile/this_06.d(16): Error: const Exp type Expression not implemented: '&i' type: 'int*'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13668 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13669
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13670 Torture-Sub-1/32-XFAIL: nocompile/this_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13671 nocompile: llvmdc -O0 -od./obj -c nocompile/this_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13672 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13673
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13674 Torture-Sub-1/32-XPASS: nocompile/this_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13675 nocompile: llvmdc -O0 -od./obj -c nocompile/__TIME__02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13676 nocompile/__TIME__02.d(10): Error: "20:05:38" is not an lvalue
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13677 nocompile/__TIME__02.d(10): Error: cannot assign to static array "20:05:38"
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13678 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13679
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13680 Torture-Sub-1/32-XFAIL: nocompile/__TIME__02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13681 nocompile: llvmdc -O0 -od./obj -c nocompile/__TIMESTAMP__02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13682 nocompile/__TIMESTAMP__02.d(10): Error: "Tue Jun 10 20:05:38 2008" is not an lvalue
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13683 nocompile/__TIMESTAMP__02.d(10): Error: cannot assign to static array "Tue Jun 10 20:05:38 2008"
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13684 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13685
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13686 Torture-Sub-1/32-XFAIL: nocompile/__TIMESTAMP__02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13687 nocompile: llvmdc -O0 -od./obj -c nocompile/try_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13688 nocompile/try_05.d(18): Error: catch at nocompile/try_05.d(20) hides catch at nocompile/try_05.d(22)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13689 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13690
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13691 Torture-Sub-1/32-XFAIL: nocompile/try_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13692 nocompile: llvmdc -O0 -od./obj -c nocompile/try_09.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13693 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13694 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13695 EXIT CODE: 11
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13696
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13697 Torture-Sub-1/32-ERROR: nocompile/try_09.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13698 nocompile: llvmdc -O0 -od./obj -c nocompile/t/template_16.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13699 EXIT CODE: 9
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13700
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13701 Torture-Sub-1/32-ERROR: nocompile/t/template_16.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13702 nocompile: llvmdc -O0 -od./obj -c nocompile/t/template_17_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13703 EXIT CODE: 9
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13704
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13705 Torture-Sub-1/32-ERROR: nocompile/t/template_17_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13706 nocompile: llvmdc -O0 -od./obj -c nocompile/t/template_25_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13707 nocompile/t/template_25_A.d(24): mixin fn!(int) matches more than one template declaration, fn(T) and fn(T)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13708 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13709
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13710 Torture-Sub-1/32-FAIL: nocompile/t/template_25_A.d [bad error message]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13711 nocompile: llvmdc -O0 -od./obj -c nocompile/t/template_25_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13712 nocompile/t/template_25_B.d(24): template instance fn!(int) matches more than one template declaration, fn(T) and fn(T)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13713 nocompile/t/template_25_B.d(24): Error: template instance 'fn!(int)' is not a variable
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13714 nocompile/t/template_25_B.d(24): Error: function expected before (), not fn!(int) of type int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13715 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13716
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13717 Torture-Sub-1/32-FAIL: nocompile/t/template_25_B.d [bad error message]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13718 nocompile: llvmdc -O0 -od./obj -c nocompile/t/template_29_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13719 nocompile/t/template_29_A.d(13): Error: circular reference to 'bar'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13720 nocompile/t/template_29_A.d(17): template instance dstress.nocompile.t.template_29_A.foo!(1) error instantiating
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13721 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13722
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13723 Torture-Sub-1/32-XFAIL: nocompile/t/template_29_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13724 nocompile: llvmdc -O0 -od./obj -c nocompile/t/template_29_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13725 EXIT CODE: 9
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13726
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13727 Torture-Sub-1/32-ERROR: nocompile/t/template_29_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13728 nocompile: llvmdc -O0 -od./obj -c nocompile/t/template_29_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13729 nocompile/t/template_29_C.d(13): Error: circular reference to 'foo'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13730 nocompile/t/template_29_C.d(17): template instance dstress.nocompile.t.template_29_C.foo!(-1u) error instantiating
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13731 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13732
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13733 Torture-Sub-1/32-XFAIL: nocompile/t/template_29_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13734 nocompile: llvmdc -O0 -od./obj -c nocompile/t/template_29_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13735 EXIT CODE: 9
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13736
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13737 Torture-Sub-1/32-ERROR: nocompile/t/template_29_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13738 nocompile: llvmdc -O0 -od./obj -c nocompile/t/template_30_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13739 nocompile/t/template_30_A.d(18): Error: cannot evaluate main() at compile time
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13740 nocompile/t/template_30_A.d(18): Error: cannot implicitly convert expression (t!(main())) of type void to int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13741 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13742
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13743 Torture-Sub-1/32-XFAIL: nocompile/t/template_30_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13744 nocompile: llvmdc -O0 -od./obj -c nocompile/t/template_30_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13745 nocompile/t/template_30_B.d(18): Error: cannot evaluate main() at compile time
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13746 nocompile/t/template_30_B.d(18): Error: cannot implicitly convert expression (t!(main())) of type void to int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13747 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13748
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13749 Torture-Sub-1/32-XFAIL: nocompile/t/template_30_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13750 nocompile: llvmdc -O0 -od./obj -c nocompile/t/template_30_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13751 nocompile/t/template_30_C.d(19): Error: cannot evaluate main() at compile time
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13752 nocompile/t/template_30_C.d(19): Error: cannot implicitly convert expression (t!(main())) of type void to int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13753 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13754
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13755 Torture-Sub-1/32-XFAIL: nocompile/t/template_30_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13756 nocompile: llvmdc -O0 -od./obj -c nocompile/t/template_30_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13757 nocompile/t/template_30_D.d(21): Error: cannot evaluate foo() at compile time
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13758 nocompile/t/template_30_D.d(21): Error: cannot implicitly convert expression (t!(foo())) of type void to int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13759 nocompile/t/template_30_D.d(17): Error: cannot evaluate bar() at compile time
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13760 nocompile/t/template_30_D.d(17): Error: cannot implicitly convert expression (t!(bar())) of type void to int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13761 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13762
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13763 Torture-Sub-1/32-XFAIL: nocompile/t/template_30_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13764 nocompile: llvmdc -O0 -od./obj -c nocompile/t/template_30_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13765 nocompile/t/template_30_E.d(24): Error: cannot evaluate foo() at compile time
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13766 nocompile/t/template_30_E.d(24): Error: cannot implicitly convert expression (t!(foo())) of type void to int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13767 nocompile/t/template_30_E.d(20): Error: cannot evaluate bar() at compile time
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13768 nocompile/t/template_30_E.d(20): Error: cannot implicitly convert expression (t!(bar())) of type void to int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13769 nocompile/t/template_30_E.d(16): Error: cannot evaluate dummy() at compile time
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13770 nocompile/t/template_30_E.d(16): Error: cannot implicitly convert expression (t!(dummy())) of type void to int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13771 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13772
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13773 Torture-Sub-1/32-XFAIL: nocompile/t/template_30_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13774 nocompile: llvmdc -O0 -od./obj -c nocompile/t/template_46_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13775 nocompile/t/template_46_A.d(14): Error: arithmetic/string type expected for value-parameter, not void*
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13776 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13777
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13778 Torture-Sub-1/32-XFAIL: nocompile/t/template_46_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13779 nocompile: llvmdc -O0 -od./obj -c nocompile/t/template_46_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13780 nocompile/t/template_46_B.d(14): Error: arithmetic/string type expected for value-parameter, not void*
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13781 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13782
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13783 Torture-Sub-1/32-XFAIL: nocompile/t/template_46_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13784 nocompile: llvmdc -O0 -od./obj -c nocompile/t/template_48_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13785 nocompile/t/template_48_A.d(19): Error: no property 'TFoo' for type 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13786 nocompile/t/template_48_A.d(19): template instance dstress.nocompile.t.template_48_A.TFoo!(2) error instantiating
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13787 nocompile/t/template_48_A.d(19): Error: no property 'TFoo' for type 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13788 nocompile/t/template_48_A.d(19): template instance dstress.nocompile.t.template_48_A.TFoo!(3) error instantiating
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13789 nocompile/t/template_48_A.d(19): Error: no property 'TFoo' for type 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13790 nocompile/t/template_48_A.d(22): template instance dstress.nocompile.t.template_48_A.TFoo!(4) error instantiating
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13791 nocompile/t/template_48_A.d(22): static assert is false
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13792 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13793
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13794 Torture-Sub-1/32-XFAIL: nocompile/t/template_48_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13795 nocompile: llvmdc -O0 -od./obj -c nocompile/t/template_52_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13796 nocompile/t/template_52_A.d(20): Error: expression i++ is not a valid template value argument
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13797 nocompile/t/template_52_A.d(20): template instance dstress.nocompile.t.template_52_A.NEXT!(i++) error instantiating
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13798 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13799
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13800 Torture-Sub-1/32-XFAIL: nocompile/t/template_52_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13801 nocompile: llvmdc -O0 -od./obj -c nocompile/t/template_52_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13802 nocompile/t/template_52_B.d(20): Error: constant 0 is not an lvalue
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13803 nocompile/t/template_52_B.d(20): Error: cannot implicitly convert expression (NEXT!(0++)) of type void to ubyte
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13804 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13805
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13806 Torture-Sub-1/32-XFAIL: nocompile/t/template_52_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13807 nocompile: llvmdc -O0 -od./obj -c nocompile/t/template_52_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13808 nocompile/t/template_52_C.d(20): Error: expression i++ is not a valid template value argument
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13809 nocompile/t/template_52_C.d(20): template instance dstress.nocompile.t.template_52_C.NEXT!(i++) error instantiating
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13810 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13811
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13812 Torture-Sub-1/32-XFAIL: nocompile/t/template_52_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13813 nocompile: llvmdc -O0 -od./obj -c nocompile/t/template_55_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13814 compile/t/template_55_A.d(14): Error: undefined identifier p1
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13815 compile/t/template_55_A.d(14): Error: undefined identifier p2
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13816 compile/t/template_55_A.d(14): Error: cannot implicitly convert expression (p1 = p2) of type int to bool
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13817 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13818
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13819 Torture-Sub-1/32-XFAIL: nocompile/t/template_55_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13820 nocompile: llvmdc -O0 compile/t/template_55_A.d -od./obj/_71B2 -c nocompile/t/template_55_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13821 compile/t/template_55_A.d(14): Error: undefined identifier p1
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13822 compile/t/template_55_A.d(14): Error: undefined identifier p2
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13823 compile/t/template_55_A.d(14): Error: cannot implicitly convert expression (p1 = p2) of type int to bool
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13824 compile/t/template_55_A.d(18): template instance compile.t.template_55_A.IsEqual!(char) error instantiating
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13825 compile/t/template_55_A.d(24): Error: template instance 'bar!(char)' is not a variable
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13826 compile/t/template_55_A.d(24): Error: function expected before (), not bar!(char) of type int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13827 compile/t/template_55_A.d(16): template instance compile.t.template_55_A.find!(char[]) error instantiating
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13828 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13829
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13830 Torture-Sub-1/32-XFAIL: nocompile/t/template_55_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13831 nocompile: llvmdc -O0 -od./obj -c nocompile/t/template_58_A2.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13832 llvmdc: dmd/template.c:3462: Identifier* TemplateInstance::genIdent(): Assertion `global.errors' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13833 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13834 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13835 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13836 llvmdc[0x80e869e]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13837 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13838 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13839
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13840 Torture-Sub-1/32-ERROR: nocompile/t/template_58_A2.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13841 nocompile: llvmdc -O0 -od./obj -c nocompile/t/template_58_B2.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13842 nocompile/t/template_58_B2.d(13): Error: forward reference of Inner
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13843 nocompile/t/template_58_B2.d(13): Error: circular reference to 'Inner'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13844 nocompile/t/template_58_B2.d(16): template instance dstress.nocompile.t.template_58_B2.Inner!() error instantiating
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13845 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13846
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13847 Torture-Sub-1/32-XFAIL: nocompile/t/template_58_B2.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13848 nocompile: llvmdc -O0 -od./obj -c nocompile/t/template_58_C2.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13849 llvmdc: dmd/template.c:3462: Identifier* TemplateInstance::genIdent(): Assertion `global.errors' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13850 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13851 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13852 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13853 llvmdc[0x80e869e]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13854 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13855 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13856
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13857 Torture-Sub-1/32-ERROR: nocompile/t/template_58_C2.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13858 nocompile: llvmdc -O0 -od./obj -c nocompile/t/template_58_D2.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13859 nocompile/t/template_58_D2.d(13): Error: forward reference of Inner
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13860 nocompile/t/template_58_D2.d(13): Error: circular reference to 'Inner'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13861 nocompile/t/template_58_D2.d(16): template instance dstress.nocompile.t.template_58_D2.Inner!() error instantiating
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13862 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13863
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13864 Torture-Sub-1/32-XFAIL: nocompile/t/template_58_D2.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13865 nocompile: llvmdc -O0 -od./obj -c nocompile/t/template_61_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13866 nocompile/t/template_61_C.d(18): template instance incompatible arguments for template instantiation
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13867 nocompile/t/template_61_C.d(18): template dstress.nocompile.t.template_61_C.foo(T,U : float = T) cannot deduce template function from argument types (char[3u],int)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13868 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13869
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13870 Torture-Sub-1/32-XFAIL: nocompile/t/template_61_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13871 nocompile: llvmdc -O0 -od./obj -c nocompile/t/template_66_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13872 nocompile/t/template_66_A.d(15): template instance identifier 'NotHere' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13873 nocompile/t/template_66_A.d(15): Error: NotHere!() is not an lvalue
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13874 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13875
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13876 Torture-Sub-1/32-XFAIL: nocompile/t/template_66_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13877 nocompile: llvmdc -O0 -od./obj -c nocompile/t/template_66_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13878 nocompile/t/template_66_B.d(15): template instance identifier 'NotHere' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13879 nocompile/t/template_66_B.d(15): Error: undefined identifier NotHere!().a
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13880 nocompile/t/template_66_B.d(15): Error: NotHere!().a is not an lvalue
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13881 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13882
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13883 Torture-Sub-1/32-XFAIL: nocompile/t/template_66_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13884 nocompile: llvmdc -O0 -od./obj -c nocompile/t/template_66_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13885 nocompile/t/template_66_C.d(15): template instance identifier 'NotHere' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13886 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13887 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13888 EXIT CODE: 11
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13889
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13890 Torture-Sub-1/32-ERROR: nocompile/t/template_66_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13891 nocompile: llvmdc -O0 -od./obj -c nocompile/t/template_66_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13892 nocompile/t/template_66_D.d(15): template instance identifier 'NotHere' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13893 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13894 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13895 EXIT CODE: 11
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13896
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13897 Torture-Sub-1/32-ERROR: nocompile/t/template_66_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13898 nocompile: llvmdc -O0 -od./obj -c nocompile/t/template_66_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13899 nocompile/t/template_66_E.d(15): template instance identifier 'NotHere' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13900 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13901 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13902 EXIT CODE: 11
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13903
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13904 Torture-Sub-1/32-ERROR: nocompile/t/template_66_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13905 nocompile: llvmdc -O0 -od./obj -c nocompile/t/template_class_09.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13906 EXIT CODE: 9
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13907
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13908 Torture-Sub-1/32-ERROR: nocompile/t/template_class_09.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13909 nocompile: llvmdc -O0 -od./obj -c nocompile/t/template_class_17.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13910 nocompile/t/template_class_17.d(24): template instance C!(int) matches more than one template declaration, C(T) and C(T)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13911 nocompile/t/template_class_17.d(24): Error: C!(int) is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13912 nocompile/t/template_class_17.d(24): Error: new can only create structs, dynamic arrays or class objects, not void's
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13913 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13914
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13915 Torture-Sub-1/32-FAIL: nocompile/t/template_class_17.d [bad error message]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13916 nocompile: llvmdc -O0 -od./obj -c nocompile/t/template_class_18_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13917 nocompile/t/template_class_18_A.d(9): TemplateIdentifier expected following template
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13918 nocompile/t/template_class_18_A.d(9): Declaration expected, not '<'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13919 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13920
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13921 Torture-Sub-1/32-XFAIL: nocompile/t/template_class_18_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13922 nocompile: llvmdc -O0 -od./obj -c nocompile/t/template_class_18_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13923 nocompile/t/template_class_18_B.d(9): TemplateIdentifier expected following template
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13924 nocompile/t/template_class_18_B.d(9): Declaration expected, not '<'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13925 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13926
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13927 Torture-Sub-1/32-XFAIL: nocompile/t/template_class_18_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13928 nocompile: llvmdc -O0 -od./obj -c nocompile/t/template_class_18_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13929 nocompile/t/template_class_18_C.d(9): { } expected following aggregate declaration
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13930 nocompile/t/template_class_18_C.d(9): Declaration expected, not '<'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13931 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13932
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13933 Torture-Sub-1/32-XFAIL: nocompile/t/template_class_18_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13934 nocompile: llvmdc -O0 -od./obj -c nocompile/t/template_class_18_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13935 nocompile/t/template_class_18_D.d(9): { } expected following aggregate declaration
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13936 nocompile/t/template_class_18_D.d(9): Declaration expected, not '<'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13937 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13938
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13939 Torture-Sub-1/32-XFAIL: nocompile/t/template_class_18_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13940 nocompile: llvmdc -O0 -od./obj -c nocompile/t/template_class_18_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13941 nocompile/t/template_class_18_E.d(9): anonymous classes not allowed
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13942 nocompile/t/template_class_18_E.d(9): { } expected following aggregate declaration
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13943 nocompile/t/template_class_18_E.d(9): Declaration expected, not '<<'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13944 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13945
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13946 Torture-Sub-1/32-XFAIL: nocompile/t/template_class_18_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13947 nocompile: llvmdc -O0 -od./obj -c nocompile/t/template_class_18_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13948 nocompile/t/template_class_18_F.d(9): anonymous classes not allowed
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13949 nocompile/t/template_class_18_F.d(9): { } expected following aggregate declaration
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13950 nocompile/t/template_class_18_F.d(9): Declaration expected, not '<<'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13951 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13952
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13953 Torture-Sub-1/32-XFAIL: nocompile/t/template_class_18_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13954 nocompile: llvmdc -O0 -od./obj -c nocompile/t/template_struct_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13955 nocompile/t/template_struct_07.d(24): template instance S!(int) matches more than one template declaration, S(T) and S(T)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13956 nocompile/t/template_struct_07.d(24): Error: S!(int) is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13957 nocompile/t/template_struct_07.d(24): variable dstress.nocompile.t.template_struct_07.main.s voids have no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13958 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13959
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13960 Torture-Sub-1/32-FAIL: nocompile/t/template_struct_07.d [bad error message]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13961 nocompile: llvmdc -O0 -od./obj -c nocompile/t/template_struct_08_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13962 nocompile/t/template_struct_08_A.d(9): TemplateIdentifier expected following template
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13963 nocompile/t/template_struct_08_A.d(9): Declaration expected, not '<'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13964 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13965
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13966 Torture-Sub-1/32-XFAIL: nocompile/t/template_struct_08_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13967 nocompile: llvmdc -O0 -od./obj -c nocompile/t/template_struct_08_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13968 nocompile/t/template_struct_08_B.d(9): TemplateIdentifier expected following template
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13969 nocompile/t/template_struct_08_B.d(9): Declaration expected, not '<'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13970 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13971
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13972 Torture-Sub-1/32-XFAIL: nocompile/t/template_struct_08_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13973 nocompile: llvmdc -O0 -od./obj -c nocompile/t/template_struct_08_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13974 nocompile/t/template_struct_08_C.d(9): { } expected following aggregate declaration
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13975 nocompile/t/template_struct_08_C.d(9): Declaration expected, not '<'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13976 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13977
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13978 Torture-Sub-1/32-XFAIL: nocompile/t/template_struct_08_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13979 nocompile: llvmdc -O0 -od./obj -c nocompile/t/template_struct_08_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13980 nocompile/t/template_struct_08_D.d(9): { } expected following aggregate declaration
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13981 nocompile/t/template_struct_08_D.d(9): Declaration expected, not '<'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13982 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13983
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13984 Torture-Sub-1/32-XFAIL: nocompile/t/template_struct_08_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13985 nocompile: llvmdc -O0 -od./obj -c nocompile/t/template_struct_08_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13986 nocompile/t/template_struct_08_E.d(9): { } expected following aggregate declaration
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13987 nocompile/t/template_struct_08_E.d(9): Declaration expected, not '<<'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13988 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13989
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13990 Torture-Sub-1/32-XFAIL: nocompile/t/template_struct_08_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13991 nocompile: llvmdc -O0 -od./obj -c nocompile/t/template_struct_08_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13992 nocompile/t/template_struct_08_F.d(9): { } expected following aggregate declaration
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13993 nocompile/t/template_struct_08_F.d(9): Declaration expected, not '<<'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13994 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13995
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13996 Torture-Sub-1/32-XFAIL: nocompile/t/template_struct_08_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13997 nocompile: llvmdc -O0 -od./obj -c nocompile/t/this_08_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13998 nocompile/t/this_08_A.d(12): semicolon expected following function declaration
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
13999 nocompile/t/this_08_A.d(12): Declaration expected, not ':'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14000 nocompile/t/this_08_A.d(19): } expected following member declarations in aggregate
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14001 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14002
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14003 Torture-Sub-1/32-XFAIL: nocompile/t/this_08_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14004 nocompile: llvmdc -O0 -od./obj -c nocompile/t/this_08_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14005 nocompile/t/this_08_B.d(12): found 'int' when expecting ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14006 nocompile/t/this_08_B.d(12): no identifier for declarator C
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14007 nocompile/t/this_08_B.d(12): semicolon expected, not 'i'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14008 nocompile/t/this_08_B.d(12): no identifier for declarator i
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14009 nocompile/t/this_08_B.d(12): no identifier for declarator i
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14010 nocompile/t/this_08_B.d(12): semicolon expected, not 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14011 nocompile/t/this_08_B.d(12): semicolon expected, not ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14012 nocompile/t/this_08_B.d(12): Declaration expected, not ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14013 nocompile/t/this_08_B.d(19): } expected following member declarations in aggregate
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14014 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14015
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14016 Torture-Sub-1/32-XFAIL: nocompile/t/this_08_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14017 nocompile: llvmdc -O0 -od./obj -c nocompile/t/this_08_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14018 nocompile/t/this_08_C.d(12): found 'int' when expecting ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14019 nocompile/t/this_08_C.d(12): no identifier for declarator C
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14020 nocompile/t/this_08_C.d(12): semicolon expected, not 'i'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14021 nocompile/t/this_08_C.d(12): no identifier for declarator i
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14022 nocompile/t/this_08_C.d(12): no identifier for declarator i
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14023 nocompile/t/this_08_C.d(12): semicolon expected, not 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14024 nocompile/t/this_08_C.d(12): semicolon expected, not ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14025 nocompile/t/this_08_C.d(12): Declaration expected, not ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14026 nocompile/t/this_08_C.d(19): } expected following member declarations in aggregate
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14027 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14028
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14029 Torture-Sub-1/32-XFAIL: nocompile/t/this_08_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14030 nocompile: llvmdc -O0 -od./obj -c nocompile/t/this_08_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14031 nocompile/t/this_08_D.d(12): found 'int' when expecting ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14032 nocompile/t/this_08_D.d(12): no identifier for declarator C
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14033 nocompile/t/this_08_D.d(12): semicolon expected, not 'i'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14034 nocompile/t/this_08_D.d(12): no identifier for declarator i
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14035 nocompile/t/this_08_D.d(12): no identifier for declarator i
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14036 nocompile/t/this_08_D.d(12): semicolon expected, not 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14037 nocompile/t/this_08_D.d(12): semicolon expected, not ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14038 nocompile/t/this_08_D.d(12): Declaration expected, not ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14039 nocompile/t/this_08_D.d(19): } expected following member declarations in aggregate
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14040 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14041
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14042 Torture-Sub-1/32-XFAIL: nocompile/t/this_08_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14043 nocompile: llvmdc -O0 -od./obj -c nocompile/t/this_09_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14044 nocompile/t/this_09_A.d(10): found 'int' when expecting ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14045 nocompile/t/this_09_A.d(10): semicolon expected following function declaration
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14046 nocompile/t/this_09_A.d(10): no identifier for declarator i
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14047 nocompile/t/this_09_A.d(10): semicolon expected, not ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14048 nocompile/t/this_09_A.d(10): Declaration expected, not ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14049 nocompile/t/this_09_A.d(14): } expected following member declarations in aggregate
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14050 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14051
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14052 Torture-Sub-1/32-XFAIL: nocompile/t/this_09_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14053 nocompile: llvmdc -O0 -od./obj -c nocompile/t/this_09_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14054 nocompile/t/this_09_B.d(10): found '...' when expecting ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14055 nocompile/t/this_09_B.d(10): semicolon expected following function declaration
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14056 nocompile/t/this_09_B.d(10): Declaration expected, not ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14057 nocompile/t/this_09_B.d(14): } expected following member declarations in aggregate
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14058 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14059
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14060 Torture-Sub-1/32-XFAIL: nocompile/t/this_09_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14061 nocompile: llvmdc -O0 -od./obj -c nocompile/t/this_09_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14062 nocompile/t/this_09_C.d(10): found 'void' when expecting ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14063 nocompile/t/this_09_C.d(10): semicolon expected following function declaration
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14064 nocompile/t/this_09_C.d(10): Declaration expected, not '*'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14065 nocompile/t/this_09_C.d(14): } expected following member declarations in aggregate
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14066 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14067
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14068 Torture-Sub-1/32-XFAIL: nocompile/t/this_09_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14069 nocompile: llvmdc -O0 -od./obj -c nocompile/t/this_10_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14070 nocompile/t/this_10_D.d(17): class dstress.nocompile.t.this_10_D.main.T!().B has forward references
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14071 nocompile/t/this_10_D.d(27): mixin dstress.nocompile.t.this_10_D.main.T!() error instantiating
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14072 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14073
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14074 Torture-Sub-1/32-XFAIL: nocompile/t/this_10_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14075 nocompile: llvmdc -O0 -od./obj -c nocompile/t/this_10_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14076 nocompile/t/this_10_E.d(17): class dstress.nocompile.t.this_10_E.main.T!().B has forward references
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14077 nocompile/t/this_10_E.d(22): class dstress.nocompile.t.this_10_E.main.T!().A has forward references
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14078 nocompile/t/this_10_E.d(27): mixin dstress.nocompile.t.this_10_E.main.T!() error instantiating
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14079 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14080
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14081 Torture-Sub-1/32-XFAIL: nocompile/t/this_10_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14082 nocompile: llvmdc -O0 -od./obj -c nocompile/t/this_10_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14083 nocompile/t/this_10_F.d(17): class dstress.nocompile.t.this_10_F.T!().B has forward references
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14084 nocompile/t/this_10_F.d(22): class dstress.nocompile.t.this_10_F.T!().A has forward references
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14085 nocompile/t/this_10_F.d(26): mixin dstress.nocompile.t.this_10_F.T!() error instantiating
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14086 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14087
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14088 Torture-Sub-1/32-XFAIL: nocompile/t/this_10_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14089 nocompile: llvmdc -O0 -od./obj -c nocompile/t/this_12_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14090 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14091
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14092 Torture-Sub-1/32-XPASS: nocompile/t/this_12_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14093 nocompile: llvmdc -O0 -od./obj -c nocompile/t/this_14_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14094 nocompile/t/this_14_A.d(15): function dstress.nocompile.t.this_14_A.test.T!()._staticCtor2 static constructor can only be member of struct/class/module, not function test
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14095 nocompile/t/this_14_A.d(20): mixin dstress.nocompile.t.this_14_A.test.T!() error instantiating
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14096 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14097
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14098 Torture-Sub-1/32-XFAIL: nocompile/t/this_14_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14099 nocompile: llvmdc -O0 -od./obj -c nocompile/t/this_14_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14100 nocompile/t/this_14_B.d(15): basic type expected, not this
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14101 nocompile/t/this_14_B.d(15): no identifier for declarator int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14102 nocompile/t/this_14_B.d(15): semicolon expected, not 'this'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14103 nocompile/t/this_14_B.d(15): found '{' when expecting ';' following 'statement'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14104 nocompile/t/this_14_B.d(17): unrecognized declaration
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14105 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14106
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14107 Torture-Sub-1/32-XFAIL: nocompile/t/this_14_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14108 nocompile: llvmdc -O0 -od./obj -c nocompile/t/this_14_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14109 nocompile/t/this_14_C.d(15): found '{' when expecting ';' following 'statement'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14110 nocompile/t/this_14_C.d(17): unrecognized declaration
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14111 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14112
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14113 Torture-Sub-1/32-XFAIL: nocompile/t/this_14_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14114 nocompile: llvmdc -O0 -od./obj -c nocompile/t/this_14_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14115 nocompile/t/this_14_D.d(15): found '~' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14116 nocompile/t/this_14_D.d(17): unrecognized declaration
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14117 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14118
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14119 Torture-Sub-1/32-XFAIL: nocompile/t/this_14_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14120 nocompile: llvmdc -O0 -od./obj -c nocompile/t/this_14_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14121 nocompile/t/this_14_E.d(15): basic type expected, not ~
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14122 nocompile/t/this_14_E.d(15): no identifier for declarator int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14123 nocompile/t/this_14_E.d(15): semicolon expected, not '~'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14124 nocompile/t/this_14_E.d(15): found '~' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14125 nocompile/t/this_14_E.d(17): unrecognized declaration
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14126 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14127
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14128 Torture-Sub-1/32-XFAIL: nocompile/t/this_14_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14129 nocompile: llvmdc -O0 -od./obj -c nocompile/t/this_14_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14130 nocompile/t/this_14_F.d(15): Error: 'this' is only allowed in non-static member functions, not test
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14131 nocompile/t/this_14_F.d(15): Error: this has no effect in expression (this)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14132 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14133
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14134 Torture-Sub-1/32-XFAIL: nocompile/t/this_14_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14135 nocompile: llvmdc -O0 -od./obj -c nocompile/t/this_14_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14136 nocompile/t/this_14_G.d(15): constructor dstress.nocompile.t.this_14_G.test.T!().this constructors are only for class definitions
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14137 Error: 'this' is only allowed in non-static member functions, not this
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14138 nocompile/t/this_14_G.d(20): mixin dstress.nocompile.t.this_14_G.test.T!() error instantiating
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14139 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14140
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14141 Torture-Sub-1/32-XFAIL: nocompile/t/this_14_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14142 nocompile: llvmdc -O0 -od./obj -c nocompile/t/this_14_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14143 nocompile/t/this_14_H.d(15): function dstress.nocompile.t.this_14_H.test.T!()._dtor destructors only are for class definitions
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14144 nocompile/t/this_14_H.d(20): mixin dstress.nocompile.t.this_14_H.test.T!() error instantiating
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14145 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14146
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14147 Torture-Sub-1/32-XFAIL: nocompile/t/this_14_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14148 nocompile: llvmdc -O0 -od./obj -c nocompile/t/this_14_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14149 nocompile/t/this_14_I.d(20): Error: Unimplemented DeclarationExp type. kind: mixin
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14150 llvmdc: gen/toir.cpp:142: virtual DValue* DeclarationExp::toElem(IRState*): Assertion `0' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14151 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14152 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14153 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14154 llvmdc[0x8124447]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14155 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14156 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14157
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14158 Torture-Sub-1/32-ERROR: nocompile/t/this_14_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14159 nocompile: llvmdc -O0 -od./obj -c nocompile/t/this_14_J.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14160 nocompile/t/this_14_J.d(15): found ';' when expecting '('
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14161 nocompile/t/this_14_J.d(16): basic type expected, not }
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14162 nocompile/t/this_14_J.d(16): found '}' when expecting ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14163 nocompile/t/this_14_J.d(18): semicolon expected following function declaration
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14164 nocompile/t/this_14_J.d(21): template member expected
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14165 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14166
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14167 Torture-Sub-1/32-FAIL: nocompile/t/this_14_J.d [bad error message]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14168 nocompile: llvmdc -O0 -od./obj -c nocompile/t/this_15_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14169 nocompile/t/this_15_A.d: constructor dstress.nocompile.t.this_15_A.Derived.this no match for implicit super() call in constructor
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14170 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14171
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14172 Torture-Sub-1/32-FAIL: nocompile/t/this_15_A.d [bad error message]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14173 nocompile: llvmdc -O0 -od./obj -c nocompile/t/this_16_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14174 nocompile/t/this_16_B.d(24): Error: undefined identifier bar
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14175 nocompile/t/this_16_B.d(24): Error: function expected before (), not bar of type int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14176 nocompile/t/this_16_B.d(15): constructor dstress.nocompile.t.this_16_B.C.foo.T!().this constructors are only for class definitions
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14177 Error: 'this' is only allowed in non-static member functions, not this
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14178 nocompile/t/this_16_B.d(27): mixin dstress.nocompile.t.this_16_B.C.foo.T!() error instantiating
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14179 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14180
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14181 Torture-Sub-1/32-XFAIL: nocompile/t/this_16_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14182 nocompile: llvmdc -O0 -od./obj -c nocompile/t/this_16_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14183 nocompile/t/this_16_C.d(20): Error: undefined identifier bar
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14184 nocompile/t/this_16_C.d(20): Error: function expected before (), not bar of type int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14185 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14186
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14187 Torture-Sub-1/32-XFAIL: nocompile/t/this_16_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14188 nocompile: llvmdc -O0 -od./obj -c nocompile/t/this_16_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14189 nocompile/t/this_16_D.d(21): Error: undefined identifier bar
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14190 nocompile/t/this_16_D.d(21): Error: function expected before (), not bar of type int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14191 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14192
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14193 Torture-Sub-1/32-XFAIL: nocompile/t/this_16_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14194 nocompile: llvmdc -O0 -od./obj -c nocompile/t/this_17_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14195 llvmdc: gen/toir.cpp:238: virtual DValue* VarExp::toElem(IRState*): Assertion `0' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14196 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14197 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14198 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14199 llvmdc[0x81239f3]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14200 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14201 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14202
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14203 Torture-Sub-1/32-ERROR: nocompile/t/this_17_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14204 nocompile: llvmdc -O0 -od./obj -c nocompile/t/throw_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14205 nocompile/t/throw_06.d(12): expression expected, not ';'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14206 nocompile/t/throw_06.d(13): found '}' when expecting ';' following 'throw statement'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14207 nocompile/t/throw_06.d(15): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14208 nocompile/t/throw_06.d(15): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14209 nocompile/t/throw_06.d(15): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14210 nocompile/t/throw_06.d(15): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14211 nocompile/t/throw_06.d(15): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14212 nocompile/t/throw_06.d(15): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14213 nocompile/t/throw_06.d(15): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14214 nocompile/t/throw_06.d(15): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14215 nocompile/t/throw_06.d(15): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14216 nocompile/t/throw_06.d(15): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14217 nocompile/t/throw_06.d(15): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14218 nocompile/t/throw_06.d(15): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14219 nocompile/t/throw_06.d(15): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14220 nocompile/t/throw_06.d(15): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14221 nocompile/t/throw_06.d(15): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14222 nocompile/t/throw_06.d(15): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14223 nocompile/t/throw_06.d(15): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14224 nocompile/t/throw_06.d(15): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14225 nocompile/t/throw_06.d(15): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14226 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14227
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14228 Torture-Sub-1/32-XFAIL: nocompile/t/throw_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14229 nocompile: llvmdc -O0 -od./obj -c nocompile/t/tupelof_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14230 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14231
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14232 Torture-Sub-1/32-XPASS: nocompile/t/tupelof_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14233 nocompile: llvmdc -O0 -od./obj -c nocompile/t/tupelof_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14234 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14235
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14236 Torture-Sub-1/32-XPASS: nocompile/t/tupelof_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14237 nocompile: llvmdc -O0 -od./obj -c nocompile/t/tuple_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14238 nocompile/t/tuple_01_A.d(16): Error: array index [2] is outside array bounds [0 .. 2]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14239 nocompile/t/tuple_01_A.d(16): Error: cannot implicitly convert expression (tuple(a,b)) of type (int, int) to int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14240 nocompile/t/tuple_01_A.d(18): template instance dstress.nocompile.t.tuple_01_A.foo.recMove!(1,a,b) error instantiating
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14241 nocompile/t/tuple_01_A.d(25): template instance dstress.nocompile.t.tuple_01_A.foo.recMove!(0,a,b) error instantiating
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14242 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14243
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14244 Torture-Sub-1/32-XFAIL: nocompile/t/tuple_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14245 nocompile: llvmdc -O0 -od./obj -c nocompile/t/tuple_03_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14246 nocompile/t/tuple_03_A.d(20): Error: functions cannot return a tuple
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14247 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14248
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14249 Torture-Sub-1/32-XFAIL: nocompile/t/tuple_03_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14250 nocompile: llvmdc -O0 -od./obj -c nocompile/t/tuple_03_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14251 nocompile/t/tuple_03_B.d(20): Error: functions cannot return a tuple
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14252 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14253
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14254 Torture-Sub-1/32-XFAIL: nocompile/t/tuple_03_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14255 nocompile: llvmdc -O0 -od./obj -c nocompile/t/tuple_03_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14256 nocompile/t/tuple_03_C.d(18): Error: functions cannot return a tuple
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14257 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14258
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14259 Torture-Sub-1/32-XFAIL: nocompile/t/tuple_03_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14260 nocompile: llvmdc -O0 -od./obj -c nocompile/t/tuple_03_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14261 nocompile/t/tuple_03_D.d(18): Error: functions cannot return a tuple
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14262 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14263
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14264 Torture-Sub-1/32-XFAIL: nocompile/t/tuple_03_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14265 nocompile: llvmdc -O0 -od./obj -c nocompile/t/tuple_06_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14266 nocompile/t/tuple_06_A.d(14): Error: can't have pointer to (int, int, int)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14267 nocompile/t/tuple_06_A.d(19): template instance dstress.nocompile.t.tuple_06_A.foo!(int,int,int) error instantiating
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14268 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14269
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14270 Torture-Sub-1/32-XFAIL: nocompile/t/tuple_06_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14271 nocompile: llvmdc -O0 -od./obj -c nocompile/t/tuple_06_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14272 nocompile/t/tuple_06_B.d(14): Error: can't have array of (int, int, int)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14273 nocompile/t/tuple_06_B.d(19): template instance dstress.nocompile.t.tuple_06_B.foo!(int,int,int) error instantiating
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14274 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14275
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14276 Torture-Sub-1/32-XFAIL: nocompile/t/tuple_06_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14277 nocompile: llvmdc -O0 -od./obj -c nocompile/t/tuple_06_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14278 nocompile/t/tuple_06_C.d(14): Error: functions cannot return a tuple
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14279 nocompile/t/tuple_06_C.d(15): Error: cannot implicitly convert expression (null) of type void* to int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14280 nocompile/t/tuple_06_C.d(19): template instance dstress.nocompile.t.tuple_06_C.foo!(int,int,int) error instantiating
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14281 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14282
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14283 Torture-Sub-1/32-XFAIL: nocompile/t/tuple_06_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14284 nocompile: llvmdc -O0 -od./obj -c nocompile/t/tuple_06_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14285 nocompile/t/tuple_06_D.d(14): Error: can't have pointer to (int, int, int)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14286 nocompile/t/tuple_06_D.d(19): template instance dstress.nocompile.t.tuple_06_D.foo!(int,int,int) error instantiating
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14287 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14288
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14289 Torture-Sub-1/32-XFAIL: nocompile/t/tuple_06_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14290 nocompile: llvmdc -O0 -od./obj -c nocompile/t/tuple_06_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14291 nocompile/t/tuple_06_E.d(14): Error: can't have array of (int, int, int)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14292 nocompile/t/tuple_06_E.d(19): template instance dstress.nocompile.t.tuple_06_E.foo!(int,int,int) error instantiating
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14293 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14294
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14295 Torture-Sub-1/32-XFAIL: nocompile/t/tuple_06_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14296 nocompile: llvmdc -O0 -od./obj -c nocompile/t/tuple_06_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14297 llvmdc: gen/tollvm.cpp:164: const LLType* DtoType(Type*): Assertion `0' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14298 trying to convert unknown type with value 39
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14299 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14300 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14301 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14302 llvmdc[0x8168947]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14303 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14304 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14305
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14306 Torture-Sub-1/32-ERROR: nocompile/t/tuple_06_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14307 nocompile: llvmdc -O0 -od./obj -c nocompile/t/tuple_09_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14308 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 0] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14309 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14310 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14311 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14312 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14313 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14314 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14315 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14316 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14317 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14318 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14319 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14320 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14321 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14322 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14323 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14324 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14325 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14326 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14327 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14328 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14329 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14330 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14331 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14332 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14333 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14334 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14335 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14336 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14337 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14338 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14339 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14340 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14341 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14342 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14343 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14344 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14345 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14346 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14347 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14348 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14349 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14350 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14351 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14352 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14353 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14354 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14355 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14356 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14357 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14358 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14359 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14360 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14361 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14362 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14363 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14364 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14365 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14366 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14367 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14368 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14369 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14370 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14371 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14372 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14373 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14374 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14375 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14376 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14377 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14378 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14379 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14380 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14381 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14382 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14383 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14384 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14385 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14386 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14387 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14388 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14389 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14390 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14391 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14392 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14393 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14394 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14395 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14396 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14397 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14398 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14399 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14400 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14401 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14402 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14403 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14404 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14405 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14406 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14407 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14408 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14409 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14410 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14411 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14412 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14413 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14414 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14415 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14416 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14417 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14418 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14419 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14420 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14421 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14422 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14423 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14424 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14425 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14426 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14427 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14428 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14429 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14430 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14431 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14432 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14433 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14434 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14435 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14436 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14437 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14438 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14439 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14440 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14441 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14442 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14443 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14444 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14445 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14446 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14447 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14448 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14449 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14450 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14451 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14452 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14453 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14454 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14455 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14456 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14457 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14458 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14459 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14460 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14461 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14462 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14463 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14464 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14465 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14466 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14467 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14468 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14469 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14470 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14471 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14472 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14473 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14474 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14475 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14476 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14477 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14478 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14479 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14480 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14481 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14482 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14483 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14484 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14485 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14486 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14487 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14488 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14489 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14490 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14491 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14492 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14493 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14494 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14495 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14496 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14497 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14498 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14499 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14500 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14501 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14502 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14503 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14504 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14505 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14506 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14507 nocompile/t/tuple_09_A.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14508
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14509 Torture-Sub-1/32-ERROR: nocompile/t/tuple_09_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14510 nocompile: llvmdc -O0 -od./obj -c nocompile/t/tuple_09_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14511 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 0] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14512 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14513 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14514 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14515 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14516 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14517 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14518 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14519 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14520 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14521 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14522 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14523 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14524 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14525 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14526 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14527 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14528 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14529 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14530 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14531 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14532 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14533 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14534 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14535 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14536 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14537 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14538 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14539 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14540 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14541 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14542 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14543 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14544 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14545 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14546 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14547 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14548 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14549 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14550 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14551 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14552 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14553 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14554 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14555 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14556 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14557 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14558 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14559 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14560 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14561 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14562 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14563 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14564 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14565 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14566 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14567 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14568 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14569 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14570 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14571 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14572 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14573 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14574 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14575 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14576 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14577 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14578 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14579 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14580 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14581 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14582 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14583 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14584 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14585 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14586 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14587 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14588 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14589 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14590 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14591 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14592 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14593 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14594 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14595 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14596 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14597 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14598 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14599 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14600 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14601 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14602 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14603 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14604 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14605 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14606 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14607 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14608 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14609 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14610 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14611 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14612 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14613 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14614 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14615 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14616 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14617 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14618 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14619 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14620 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14621 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14622 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14623 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14624 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14625 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14626 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14627 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14628 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14629 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14630 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14631 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14632 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14633 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14634 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14635 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14636 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14637 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14638 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14639 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14640 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14641 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14642 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14643 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14644 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14645 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14646 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14647 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14648 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14649 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14650 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14651 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14652 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14653 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14654 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14655 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14656 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14657 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14658 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14659 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14660 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14661 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14662 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14663 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14664 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14665 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14666 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14667 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14668 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14669 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14670 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14671 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14672 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14673 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14674 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14675 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14676 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14677 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14678 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14679 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14680 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14681 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14682 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14683 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14684 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14685 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14686 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14687 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14688 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14689 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14690 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14691 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14692 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14693 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14694 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14695 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14696 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14697 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14698 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14699 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14700 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14701 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14702 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14703 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14704 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14705 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14706 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14707 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14708 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14709 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14710 nocompile/t/tuple_09_B.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14711
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14712 Torture-Sub-1/32-ERROR: nocompile/t/tuple_09_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14713 nocompile: llvmdc -O0 -od./obj -c nocompile/t/tuple_09_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14714 nocompile/t/tuple_09_C.d(15): Error: string slice [1 .. 0] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14715 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14716 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14717 EXIT CODE: 11
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14718
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14719 Torture-Sub-1/32-ERROR: nocompile/t/tuple_09_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14720 nocompile: llvmdc -O0 -od./obj -c nocompile/t/tuple_09_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14721 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14722 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14723 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14724 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14725 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14726 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14727 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14728 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14729 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14730 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14731 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14732 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14733 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14734 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14735 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14736 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14737 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14738 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14739 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14740 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14741 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14742 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14743 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14744 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14745 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14746 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14747 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14748 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14749 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14750 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14751 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14752 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14753 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14754 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14755 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14756 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14757 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14758 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14759 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14760 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14761 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14762 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14763 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14764 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14765 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14766 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14767 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14768 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14769 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14770 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14771 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14772 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14773 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14774 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14775 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14776 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14777 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14778 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14779 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14780 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14781 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14782 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14783 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14784 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14785 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14786 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14787 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14788 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14789 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14790 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14791 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14792 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14793 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14794 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14795 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14796 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14797 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14798 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14799 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14800 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14801 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14802 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14803 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14804 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14805 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14806 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14807 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14808 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14809 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14810 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14811 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14812 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14813 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14814 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14815 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14816 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14817 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14818 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14819 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14820 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14821 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14822 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14823 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14824 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14825 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14826 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14827 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14828 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14829 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14830 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14831 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14832 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14833 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14834 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14835 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14836 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14837 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14838 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14839 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14840 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14841 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14842 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14843 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14844 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14845 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14846 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14847 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14848 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14849 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14850 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14851 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14852 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14853 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14854 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14855 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14856 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14857 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14858 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14859 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14860 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14861 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14862 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14863 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14864 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14865 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14866 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14867 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14868 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14869 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14870 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14871 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14872 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14873 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14874 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14875 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14876 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14877 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14878 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14879 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14880 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14881 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14882 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14883 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14884 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14885 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14886 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14887 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14888 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14889 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14890 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14891 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14892 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14893 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14894 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14895 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14896 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14897 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14898 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14899 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14900 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14901 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14902 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14903 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14904 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14905 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14906 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14907 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14908 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14909 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14910 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14911 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14912 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14913 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14914 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14915 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14916 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14917 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14918 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14919 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14920 nocompile/t/tuple_09_D.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14921
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14922 Torture-Sub-1/32-ERROR: nocompile/t/tuple_09_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14923 nocompile: llvmdc -O0 -od./obj -c nocompile/t/tuple_09_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14924 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14925 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14926 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14927 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14928 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14929 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14930 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14931 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14932 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14933 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14934 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14935 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14936 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14937 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14938 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14939 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14940 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14941 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14942 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14943 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14944 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14945 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14946 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14947 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14948 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14949 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14950 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14951 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14952 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14953 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14954 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14955 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14956 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14957 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14958 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14959 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14960 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14961 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14962 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14963 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14964 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14965 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14966 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14967 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14968 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14969 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14970 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14971 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14972 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14973 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14974 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14975 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14976 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14977 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14978 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14979 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14980 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14981 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14982 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14983 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14984 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14985 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14986 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14987 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14988 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14989 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14990 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14991 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14992 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14993 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14994 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14995 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14996 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14997 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14998 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
14999 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15000 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15001 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15002 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15003 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15004 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15005 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15006 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15007 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15008 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15009 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15010 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15011 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15012 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15013 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15014 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15015 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15016 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15017 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15018 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15019 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15020 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15021 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15022 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15023 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15024 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15025 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15026 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15027 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15028 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15029 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15030 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15031 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15032 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15033 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15034 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15035 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15036 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15037 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15038 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15039 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15040 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15041 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15042 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15043 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15044 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15045 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15046 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15047 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15048 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15049 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15050 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15051 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15052 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15053 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15054 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15055 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15056 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15057 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15058 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15059 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15060 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15061 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15062 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15063 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15064 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15065 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15066 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15067 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15068 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15069 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15070 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15071 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15072 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15073 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15074 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15075 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15076 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15077 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15078 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15079 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15080 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15081 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15082 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15083 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15084 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15085 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15086 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15087 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15088 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15089 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15090 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15091 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15092 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15093 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15094 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15095 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15096 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15097 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15098 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15099 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15100 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15101 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15102 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15103 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15104 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15105 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15106 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15107 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15108 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15109 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15110 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15111 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15112 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15113 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15114 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15115 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15116 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15117 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15118 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15119 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15120 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15121 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15122 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15123 nocompile/t/tuple_09_E.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15124
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15125 Torture-Sub-1/32-ERROR: nocompile/t/tuple_09_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15126 nocompile: llvmdc -O0 -od./obj -c nocompile/t/tuple_09_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15127 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15128 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15129 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15130 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15131 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15132 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15133 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15134 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15135 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15136 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15137 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15138 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15139 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15140 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15141 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15142 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15143 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15144 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15145 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15146 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15147 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15148 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15149 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15150 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15151 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15152 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15153 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15154 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15155 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15156 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15157 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15158 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15159 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15160 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15161 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15162 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15163 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15164 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15165 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15166 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15167 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15168 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15169 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15170 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15171 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15172 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15173 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15174 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15175 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15176 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15177 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15178 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15179 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15180 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15181 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15182 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15183 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15184 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15185 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15186 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15187 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15188 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15189 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15190 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15191 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15192 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15193 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15194 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15195 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15196 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15197 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15198 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15199 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15200 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15201 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15202 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15203 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15204 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15205 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15206 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15207 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15208 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15209 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15210 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15211 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15212 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15213 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15214 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15215 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15216 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15217 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15218 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15219 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15220 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15221 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15222 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15223 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15224 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15225 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15226 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15227 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15228 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15229 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15230 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15231 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15232 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15233 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15234 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15235 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15236 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15237 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15238 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15239 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15240 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15241 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15242 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15243 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15244 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15245 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15246 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15247 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15248 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15249 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15250 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15251 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15252 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15253 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15254 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15255 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15256 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15257 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15258 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15259 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15260 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15261 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15262 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15263 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15264 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15265 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15266 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15267 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15268 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15269 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15270 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15271 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15272 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15273 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15274 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15275 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15276 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15277 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15278 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15279 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15280 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15281 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15282 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15283 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15284 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15285 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15286 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15287 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15288 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15289 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15290 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15291 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15292 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15293 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15294 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15295 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15296 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15297 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15298 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15299 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15300 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15301 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15302 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15303 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15304 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15305 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15306 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15307 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15308 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15309 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15310 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15311 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15312 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15313 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15314 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15315 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15316 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15317 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15318 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15319 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15320 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15321 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15322 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15323 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15324 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15325 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15326 nocompile/t/tuple_09_F.d(15): Error: string slice [1 .. 1] is out of bounds
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15327
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15328 Torture-Sub-1/32-ERROR: nocompile/t/tuple_09_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15329 nocompile: llvmdc -O0 -od./obj -c nocompile/t/tuple_18_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15330 nocompile/t/tuple_18_G.d(22): Error: array index [0] is outside array bounds [0 .. 0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15331 nocompile/t/tuple_18_G.d(22): static assert ((tuple())[0]) is not evaluatable at compile time
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15332 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15333
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15334 Torture-Sub-1/32-XFAIL: nocompile/t/tuple_18_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15335 nocompile: llvmdc -O0 -od./obj -c nocompile/t/typedef_09_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15336 nocompile/t/typedef_09_A.d(20): Error: cannot implicitly convert expression (a + b) of type int to A
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15337 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15338
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15339 Torture-Sub-1/32-XFAIL: nocompile/t/typedef_09_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15340 nocompile: llvmdc -O0 -od./obj -c nocompile/t/typedef_09_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15341 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15342
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15343 Torture-Sub-1/32-XPASS: nocompile/t/typedef_09_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15344 nocompile: llvmdc -O0 -od./obj -c nocompile/t/typedef_09_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15345 nocompile/t/typedef_09_C.d(20): Error: cannot implicitly convert expression (b + a) of type int to A
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15346 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15347
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15348 Torture-Sub-1/32-XFAIL: nocompile/t/typedef_09_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15349 nocompile: llvmdc -O0 -od./obj -c nocompile/t/typedef_11_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15350 nocompile/t/typedef_11_A.d(17): template instance Foo is not a template declaration, it is a typedef
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15351 nocompile/t/typedef_11_A.d(17): Error: Foo!(int) is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15352 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15353
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15354 Torture-Sub-1/32-XFAIL: nocompile/t/typedef_11_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15355 nocompile: llvmdc -O0 -od./obj -c nocompile/t/typedef_11_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15356 nocompile/t/typedef_11_B.d(17): template instance Foo is not a template declaration, it is a typedef
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15357 nocompile/t/typedef_11_B.d(17): Error: Foo!(int) is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15358 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15359
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15360 Torture-Sub-1/32-XFAIL: nocompile/t/typedef_11_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15361 nocompile: llvmdc -O0 -od./obj -c nocompile/t/typedef_11_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15362 nocompile/t/typedef_11_C.d(17): template instance Foo is not a template declaration, it is a typedef
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15363 nocompile/t/typedef_11_C.d(17): Error: Foo!(int) is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15364 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15365
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15366 Torture-Sub-1/32-XFAIL: nocompile/t/typedef_11_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15367 nocompile: llvmdc -O0 -od./obj -c nocompile/t/typedef_11_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15368 nocompile/t/typedef_11_D.d(16): typedef dstress.nocompile.t.typedef_11_D.Foo conflicts with template dstress.nocompile.t.typedef_11_D.Foo(TYPE) at nocompile/t/typedef_11_D.d(13)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15369 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15370
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15371 Torture-Sub-1/32-XFAIL: nocompile/t/typedef_11_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15372 nocompile: llvmdc -O0 -od./obj -c nocompile/t/typedef_11_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15373 nocompile/t/typedef_11_E.d(16): typedef dstress.nocompile.t.typedef_11_E.Foo conflicts with template dstress.nocompile.t.typedef_11_E.Foo(TYPE) at nocompile/t/typedef_11_E.d(13)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15374 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15375
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15376 Torture-Sub-1/32-XFAIL: nocompile/t/typedef_11_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15377 nocompile: llvmdc -O0 -od./obj -c nocompile/t/typedef_11_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15378 nocompile/t/typedef_11_F.d(16): typedef dstress.nocompile.t.typedef_11_F.Foo conflicts with template dstress.nocompile.t.typedef_11_F.Foo(TYPE) at nocompile/t/typedef_11_F.d(13)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15379 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15380
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15381 Torture-Sub-1/32-XFAIL: nocompile/t/typedef_11_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15382 nocompile: llvmdc -O0 -od./obj -c nocompile/t/typedef_11_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15383 nocompile/t/typedef_11_G.d(13): typedef dstress.nocompile.t.typedef_11_G.b circular definition
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15384 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15385
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15386 Torture-Sub-1/32-FAIL: nocompile/t/typedef_11_G.d [bad error message]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15387 nocompile: llvmdc -O0 -od./obj -c nocompile/t/typedef_12.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15388 nocompile/t/typedef_12.d(12): typedef dstress.nocompile.t.typedef_12.x conflicts with typedef dstress.nocompile.t.typedef_12.x at nocompile/t/typedef_12.d(11)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15389 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15390
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15391 Torture-Sub-1/32-XFAIL: nocompile/t/typedef_12.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15392 nocompile: llvmdc -O0 -od./obj -c nocompile/t/typedef_14_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15393 nocompile/t/typedef_14_A.d(14): Error: identifier 'UNDEFINED' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15394 nocompile/t/typedef_14_A.d(14): Error: UNDEFINED is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15395 nocompile/t/typedef_14_A.d(16): variable dstress.nocompile.t.typedef_14_A.main.x voids have no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15396 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15397
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15398 Torture-Sub-1/32-XFAIL: nocompile/t/typedef_14_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15399 nocompile: llvmdc -O0 -od./obj -c nocompile/t/typedef_14_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15400 nocompile/t/typedef_14_B.d(14): Error: identifier 'TYPEDEF' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15401 nocompile/t/typedef_14_B.d(14): Error: TYPEDEF is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15402 nocompile/t/typedef_14_B.d(14): variable dstress.nocompile.t.typedef_14_B.main.x voids have no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15403 nocompile/t/typedef_14_B.d(16): Error: identifier 'UNDEFINED' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15404 nocompile/t/typedef_14_B.d(16): Error: UNDEFINED is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15405 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15406
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15407 Torture-Sub-1/32-XFAIL: nocompile/t/typedef_14_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15408 nocompile: llvmdc -O0 -od./obj -c nocompile/t/typedef_14_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15409 nocompile/t/typedef_14_C.d(15): Error: identifier 'UNDEFINED' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15410 nocompile/t/typedef_14_C.d(15): Error: UNDEFINED is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15411 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15412
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15413 Torture-Sub-1/32-XFAIL: nocompile/t/typedef_14_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15414 nocompile: llvmdc -O0 -od./obj -c nocompile/t/typedef_14_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15415 nocompile/t/typedef_14_D.d(13): Error: identifier 'UNDEFINED' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15416 nocompile/t/typedef_14_D.d(13): Error: UNDEFINED is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15417 nocompile/t/typedef_14_D.d(15): variable dstress.nocompile.t.typedef_14_D.x voids have no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15418 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15419
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15420 Torture-Sub-1/32-XFAIL: nocompile/t/typedef_14_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15421 nocompile: llvmdc -O0 -od./obj -c nocompile/t/typedef_15_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15422 nocompile/t/typedef_15_A.d(15): Error: identifier 'Foo' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15423 nocompile/t/typedef_15_A.d(15): Error: Foo is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15424 nocompile/t/typedef_15_A.d(15): Error: cannot have parameter of type void
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15425 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15426
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15427 Torture-Sub-1/32-XFAIL: nocompile/t/typedef_15_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15428 nocompile: llvmdc -O0 -od./obj -c nocompile/t/typedef_15_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15429 nocompile/t/typedef_15_B.d(13): Error: identifier 'Foo' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15430 nocompile/t/typedef_15_B.d(13): Error: Foo is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15431 nocompile/t/typedef_15_B.d(13): Error: cannot have parameter of type void
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15432 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15433
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15434 Torture-Sub-1/32-XFAIL: nocompile/t/typedef_15_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15435 nocompile: llvmdc -O0 -od./obj -c nocompile/t/typedef_16_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15436 nocompile/t/typedef_16_A.d(13): typedef dstress.nocompile.t.typedef_16_A.bar circular definition
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15437 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15438
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15439 Torture-Sub-1/32-FAIL: nocompile/t/typedef_16_A.d [bad error message]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15440 nocompile: llvmdc -O0 -od./obj -c nocompile/t/typedef_16_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15441 nocompile/t/typedef_16_B.d(14): typedef dstress.nocompile.t.typedef_16_B.foo circular definition
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15442 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15443
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15444 Torture-Sub-1/32-XFAIL: nocompile/t/typedef_16_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15445 nocompile: llvmdc -O0 -od./obj -c nocompile/t/typedef_16_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15446 nocompile/t/typedef_16_C.d(13): typedef dstress.nocompile.t.typedef_16_C.bar circular definition
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15447 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15448
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15449 Torture-Sub-1/32-FAIL: nocompile/t/typedef_16_C.d [bad error message]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15450 nocompile: llvmdc -O0 -od./obj -c nocompile/t/typedef_17_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15451 nocompile/t/typedef_17_A.d(17): variable dstress.nocompile.t.typedef_17_A.bar.x cannot be declared to be a function
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15452 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15453
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15454 Torture-Sub-1/32-XFAIL: nocompile/t/typedef_17_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15455 nocompile: llvmdc -O0 -od./obj -c nocompile/t/typedef_17_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15456 nocompile/t/typedef_17_B.d(17): Error: can't have array of short(byte)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15457 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15458
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15459 Torture-Sub-1/32-XFAIL: nocompile/t/typedef_17_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15460 nocompile: llvmdc -O0 -od./obj -c nocompile/t/typedef_17_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15461 nocompile/t/typedef_17_C.d(16): Error: can't have array of short(byte)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15462 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15463
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15464 Torture-Sub-1/32-XFAIL: nocompile/t/typedef_17_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15465 nocompile: llvmdc -O0 -od./obj -c nocompile/t/typedef_17_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15466 nocompile/t/typedef_17_D.d(16): variable dstress.nocompile.t.typedef_17_D.x cannot be declared to be a function
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15467 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15468
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15469 Torture-Sub-1/32-XFAIL: nocompile/t/typedef_17_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15470 nocompile: llvmdc -O0 -od./obj -c nocompile/t/typedef_21_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15471 nocompile/t/typedef_21_A.d(16): Error: can't have array of int(int)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15472 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15473
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15474 Torture-Sub-1/32-XFAIL: nocompile/t/typedef_21_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15475 nocompile: llvmdc -O0 -od./obj -c nocompile/t/typedef_21_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15476 nocompile/t/typedef_21_B.d(16): Error: can't have array of int(int)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15477 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15478
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15479 Torture-Sub-1/32-XFAIL: nocompile/t/typedef_21_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15480 nocompile: llvmdc -O0 -od./obj -c nocompile/t/typeinfo_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15481 nocompile/t/typeinfo_01_A.d(17): Error: .typeinfo deprecated, use typeid(type)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15482 Error: var has no effect in expression (_D47TypeInfo_S7dstress9nocompile1t13typeinfo_01_A1S6__initZ)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15483 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15484
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15485 Torture-Sub-1/32-XFAIL: nocompile/t/typeinfo_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15486 nocompile: llvmdc -O0 -od./obj -c nocompile/t/typeinfo_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15487 nocompile/t/typeinfo_01_B.d(17): Error: undefined identifier typeinfo
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15488 nocompile/t/typeinfo_01_B.d(17): Error: function expected before (), not typeinfo of type int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15489 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15490
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15491 Torture-Sub-1/32-XFAIL: nocompile/t/typeinfo_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15492 nocompile: llvmdc -O0 -od./obj -c nocompile/t/typeinfo_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15493 nocompile/t/typeinfo_01_C.d(18): Error: undefined identifier typeinfo
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15494 nocompile/t/typeinfo_01_C.d(18): Error: function expected before (), not typeinfo of type int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15495 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15496
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15497 Torture-Sub-1/32-XFAIL: nocompile/t/typeinfo_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15498 nocompile: llvmdc -O0 -od./obj -c nocompile/t/typeinfo_01_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15499 nocompile/t/typeinfo_01_D.d(18): Error: .typeinfo deprecated, use typeid(type)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15500 Error: var has no effect in expression (_D47TypeInfo_S7dstress9nocompile1t13typeinfo_01_D1S6__initZ)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15501 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15502
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15503 Torture-Sub-1/32-XFAIL: nocompile/t/typeinfo_01_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15504 nocompile: llvmdc -O0 -od./obj -c nocompile/t/typeinfo_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15505 nocompile/t/typeinfo_02_A.d(16): Error: .typeinfo deprecated, use typeid(type)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15506 nocompile/t/typeinfo_02_A.d(16): Error: .typeinfo deprecated, use typeid(type)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15507 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15508
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15509 Torture-Sub-1/32-XFAIL: nocompile/t/typeinfo_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15510 nocompile: llvmdc -O0 -od./obj -c nocompile/t/typeinfo_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15511 nocompile/t/typeinfo_02_B.d(16): Error: .typeinfo deprecated, use typeid(type)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15512 nocompile/t/typeinfo_02_B.d(16): Error: .typeinfo deprecated, use typeid(type)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15513 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15514
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15515 Torture-Sub-1/32-XFAIL: nocompile/t/typeinfo_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15516 nocompile: llvmdc -O0 -od./obj -c nocompile/t/typeinfo_02_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15517 nocompile/t/typeinfo_02_C.d(17): Error: .typeinfo deprecated, use typeid(type)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15518 nocompile/t/typeinfo_02_C.d(17): Error: .typeinfo deprecated, use typeid(type)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15519 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15520
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15521 Torture-Sub-1/32-XFAIL: nocompile/t/typeinfo_02_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15522 nocompile: llvmdc -O0 -od./obj -c nocompile/t/typeof_07_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15523 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15524
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15525 Torture-Sub-1/32-XPASS: nocompile/t/typeof_07_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15526 nocompile: llvmdc -O0 -od./obj -c nocompile/t/typeof_07_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15527 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15528
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15529 Torture-Sub-1/32-XPASS: nocompile/t/typeof_07_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15530 nocompile: llvmdc -O0 -od./obj -c nocompile/t/typeof_11_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15531 nocompile/t/typeof_11_B.d(14): variable dstress.nocompile.t.typeof_11_B.test.p cannot be declared to be a function
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15532 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15533
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15534 Torture-Sub-1/32-XFAIL: nocompile/t/typeof_11_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15535 nocompile: llvmdc -O0 -od./obj -c nocompile/t/typeof_11_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15536 nocompile/t/typeof_11_D.d(17): function dstress.nocompile.t.typeof_11_D.test (void function(typeof(&test) p)) does not match parameter types (void function(void function(typeof(&test) p) p))
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15537 nocompile/t/typeof_11_D.d(17): Error: cannot implicitly convert expression (&test) of type void function(void function(typeof(&test) p) p) to void function(typeof(&test) p)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15538 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15539
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15540 Torture-Sub-1/32-XFAIL: nocompile/t/typeof_11_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15541 nocompile: llvmdc -O0 -od./obj -c nocompile/t/typeof_12_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15542 nocompile/t/typeof_12_A.d(17): Error: functions cannot return a function
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15543 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15544
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15545 Torture-Sub-1/32-XFAIL: nocompile/t/typeof_12_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15546 nocompile: llvmdc -O0 -od./obj -c nocompile/t/typeof_12_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15547 nocompile/t/typeof_12_B.d(17): Error: functions cannot return a function
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15548 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15549
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15550 Torture-Sub-1/32-XFAIL: nocompile/t/typeof_12_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15551 nocompile: llvmdc -O0 -od./obj -c nocompile/t/typeof_12_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15552 nocompile/t/typeof_12_C.d(17): Error: functions cannot return a function
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15553 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15554
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15555 Torture-Sub-1/32-XFAIL: nocompile/t/typeof_12_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15556 nocompile: llvmdc -O0 -od./obj -c nocompile/t/typeof_12_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15557 nocompile/t/typeof_12_D.d(17): Error: functions cannot return a function
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15558 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15559
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15560 Torture-Sub-1/32-XFAIL: nocompile/t/typeof_12_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15561 nocompile: llvmdc -O0 -od./obj -c nocompile/t/typeof_13_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15562 llvmdc: gen/tollvm.cpp:164: const LLType* DtoType(Type*): Assertion `0' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15563 trying to convert unknown type with value 38
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15564 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15565 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15566 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15567 llvmdc[0x8168947]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15568 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15569 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15570
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15571 Torture-Sub-1/32-ERROR: nocompile/t/typeof_13_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15572 nocompile: llvmdc -O0 -od./obj -c nocompile/t/typeof_14_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15573 nocompile/t/typeof_14_A.d(14): Error: arithmetic/string type expected for value-parameter, not typeof(x)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15574 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15575
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15576 Torture-Sub-1/32-XFAIL: nocompile/t/typeof_14_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15577 nocompile: llvmdc -O0 -od./obj -c nocompile/t/typeof_14_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15578 nocompile/t/typeof_14_B.d(14): Error: arithmetic/string type expected for value-parameter, not typeof(x)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15579 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15580
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15581 Torture-Sub-1/32-XFAIL: nocompile/t/typeof_14_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15582 nocompile: llvmdc -O0 -od./obj -c nocompile/typeof_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15583 nocompile/typeof_05.d(15): variable dstress.nocompile.typeof_05.test.x cannot be declared to be a function
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15584 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15585
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15586 Torture-Sub-1/32-XFAIL: nocompile/typeof_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15587 nocompile: llvmdc -O0 -od./obj -c nocompile/typeof_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15588 nocompile/typeof_06.d(15): variable dstress.nocompile.typeof_06.test.x cannot be declared to be a function
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15589 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15590
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15591 Torture-Sub-1/32-XFAIL: nocompile/typeof_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15592 nocompile: llvmdc -O0 -od./obj -c nocompile/types_declaration_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15593 nocompile/types_declaration_02.d(10): multiple declarations must have the same type, not int and int*
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15594 nocompile/types_declaration_02.d(11): multiple declarations must have the same type, not int[] and int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15595 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15596
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15597 Torture-Sub-1/32-XFAIL: nocompile/types_declaration_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15598 nocompile: llvmdc -O0 -od./obj -c nocompile/ubyte_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15599 nocompile/ubyte_02.d(11): Error: .size property should be replaced with .sizeof
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15600 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15601
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15602 Torture-Sub-1/32-XFAIL: nocompile/ubyte_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15603 nocompile: llvmdc -O0 -od./obj -c nocompile/ubyte_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15604 nocompile/ubyte_03.d(11): Error: no property 'sign' for type 'ubyte'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15605 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15606
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15607 Torture-Sub-1/32-XFAIL: nocompile/ubyte_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15608 nocompile: llvmdc -O0 -od./obj -c nocompile/ucent_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15609 nocompile/ucent_01.d(11): no identifier for declarator int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15610 nocompile/ucent_01.d(11): semicolon expected, not 'ucent'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15611 nocompile/ucent_01.d(11): Declaration expected, not 'ucent'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15612 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15613
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15614 Torture-Sub-1/32-XFAIL: nocompile/ucent_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15615 nocompile: llvmdc -O0 -od./obj -c nocompile/uint_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15616 nocompile/uint_02.d(11): Error: no property 'sign' for type 'uint'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15617 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15618
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15619 Torture-Sub-1/32-XFAIL: nocompile/uint_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15620 nocompile: llvmdc -O0 -od./obj -c nocompile/uint_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15621 nocompile/uint_03.d(11): Error: .size property should be replaced with .sizeof
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15622 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15623
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15624 Torture-Sub-1/32-XFAIL: nocompile/uint_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15625 nocompile: llvmdc -O0 -od./obj -c nocompile/ulong_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15626 nocompile/ulong_02.d(11): Error: no property 'sign' for type 'ulong'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15627 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15628
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15629 Torture-Sub-1/32-XFAIL: nocompile/ulong_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15630 nocompile: llvmdc -O0 -od./obj -c nocompile/ulong_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15631 nocompile/ulong_03.d(11): Error: .size property should be replaced with .sizeof
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15632 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15633
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15634 Torture-Sub-1/32-XFAIL: nocompile/ulong_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15635 nocompile: llvmdc -O0 -od./obj -c nocompile/union_11.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15636 nocompile/union_11.d(14): anonymous union can only be a part of an aggregate
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15637 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15638
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15639 Torture-Sub-1/32-XFAIL: nocompile/union_11.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15640 nocompile: llvmdc -O0 -od./obj -c nocompile/union_12.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15641 llvmdc: ir/irsymbol.cpp:64: IrVar* IrDsymbol::getIrVar(): Assertion `irGlobal || irLocal || irField' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15642 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15643 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15644 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15645 llvmdc[0x8188d74]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15646 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15647 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15648
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15649 Torture-Sub-1/32-ERROR: nocompile/union_12.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15650 nocompile: llvmdc -O0 -od./obj -c nocompile/union_13.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15651 llvmdc: gen/toir.cpp:238: virtual DValue* VarExp::toElem(IRState*): Assertion `0' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15652 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15653 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15654 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15655 llvmdc[0x81239f3]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15656 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15657 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15658
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15659 Torture-Sub-1/32-ERROR: nocompile/union_13.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15660 nocompile: llvmdc -O0 -od./obj -c nocompile/union_14.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15661 llvmdc: ir/irsymbol.cpp:64: IrVar* IrDsymbol::getIrVar(): Assertion `irGlobal || irLocal || irField' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15662 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15663 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15664 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15665 llvmdc[0x8188d74]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15666 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15667 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15668
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15669 Torture-Sub-1/32-ERROR: nocompile/union_14.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15670 nocompile: llvmdc -O0 -od./obj -c nocompile/union_15.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15671 llvmdc: gen/toir.cpp:238: virtual DValue* VarExp::toElem(IRState*): Assertion `0' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15672 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15673 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15674 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15675 llvmdc[0x81239f3]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15676 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15677 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15678
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15679 Torture-Sub-1/32-ERROR: nocompile/union_15.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15680 nocompile: llvmdc -O0 -od./obj -c nocompile/unittest_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15681 nocompile/unittest_07.d(17): Error: undefined identifier unittest0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15682 nocompile/unittest_07.d(17): Error: cannot implicitly convert expression (&unittest0) of type int* to void function()
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15683 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15684
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15685 Torture-Sub-1/32-XFAIL: nocompile/unittest_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15686 nocompile: llvmdc -O0 -od./obj -c nocompile/ushort_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15687 nocompile/ushort_02.d(11): Error: no property 'sign' for type 'ushort'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15688 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15689
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15690 Torture-Sub-1/32-XFAIL: nocompile/ushort_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15691 nocompile: llvmdc -O0 -od./obj -c nocompile/ushort_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15692 nocompile/ushort_03.d(11): Error: .size property should be replaced with .sizeof
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15693 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15694
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15695 Torture-Sub-1/32-XFAIL: nocompile/ushort_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15696 nocompile: llvmdc -O0 -od./obj -c nocompile/u/ulong_04_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15697 nocompile/u/ulong_04_A.d(9): Octal digit expected
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15698 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15699
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15700 Torture-Sub-1/32-XFAIL: nocompile/u/ulong_04_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15701 nocompile: llvmdc -O0 -od./obj -c nocompile/u/ulong_04_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15702 nocompile/u/ulong_04_B.d(9): Octal digit expected
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15703 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15704
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15705 Torture-Sub-1/32-XFAIL: nocompile/u/ulong_04_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15706 nocompile: llvmdc -O0 -od./obj -c nocompile/u/ulong_04_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15707 nocompile/u/ulong_04_C.d(9): integer overflow
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15708 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15709
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15710 Torture-Sub-1/32-XFAIL: nocompile/u/ulong_04_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15711 nocompile: llvmdc -O0 -od./obj -c nocompile/u/unchecked_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15712 nocompile/u/unchecked_01_A.d(14): Error: undefined identifier unchecked
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15713 nocompile/u/unchecked_01_A.d(14): Error: function expected before (), not unchecked of type int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15714 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15715
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15716 Torture-Sub-1/32-XFAIL: nocompile/u/unchecked_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15717 nocompile: llvmdc -O0 -od./obj -c nocompile/u/unchecked_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15718 nocompile/u/unchecked_01_B.d(16): found '{' when expecting ';' following 'statement'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15719 nocompile/u/unchecked_01_B.d(19): unrecognized declaration
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15720 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15721
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15722 Torture-Sub-1/32-XFAIL: nocompile/u/unchecked_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15723 nocompile: llvmdc -O0 -od./obj -c nocompile/u/undef_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15724 nocompile/u/undef_01.d(11): #line integer ["filespec"]\n expected
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15725 nocompile/u/undef_01.d(12): no identifier for declarator A
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15726 nocompile/u/undef_01.d(12): semicolon expected, not 'EOF'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15727 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15728
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15729 Torture-Sub-1/32-XFAIL: nocompile/u/undef_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15730 nocompile: llvmdc -O0 -od./obj -c nocompile/u/unittest_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15731 nocompile/u/unittest_06.d(13): enum member expected
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15732 nocompile/u/unittest_06.d(13): enum member expected
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15733 nocompile/u/unittest_06.d(14): found '++' when expecting ','
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15734 nocompile/u/unittest_06.d(14): enum member expected
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15735 nocompile/u/unittest_06.d(16): unrecognized declaration
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15736 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15737
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15738 Torture-Sub-1/32-XFAIL: nocompile/u/unittest_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15739 nocompile: llvmdc -O0 -od./obj -c nocompile/u/using_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15740 nocompile/u/using_01_A.d(16): found 'c' when expecting ','
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15741 nocompile/u/using_01_A.d(16): expression expected, not '='
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15742 nocompile/u/using_01_A.d(16): found 'new' when expecting ','
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15743 nocompile/u/using_01_A.d(16): found '{' when expecting ';' following 'statement'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15744 nocompile/u/using_01_A.d(19): unrecognized declaration
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15745 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15746
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15747 Torture-Sub-1/32-XFAIL: nocompile/u/using_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15748 nocompile: llvmdc -O0 -od./obj -c nocompile/u/using_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15749 nocompile/u/using_01_B.d(18): found '{' when expecting ';' following 'statement'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15750 nocompile/u/using_01_B.d(21): unrecognized declaration
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15751 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15752
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15753 Torture-Sub-1/32-XFAIL: nocompile/u/using_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15754 nocompile: llvmdc -O0 -od./obj -c nocompile/u/using_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15755 nocompile/u/using_01_C.d(18): found 'c' when expecting ';' following 'statement'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15756 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15757
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15758 Torture-Sub-1/32-XFAIL: nocompile/u/using_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15759 nocompile: llvmdc -O0 -od./obj -c nocompile/u/using_01_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15760 nocompile/u/using_01_D.d(16): found 'c' when expecting ','
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15761 nocompile/u/using_01_D.d(16): expression expected, not '='
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15762 nocompile/u/using_01_D.d(16): found 'new' when expecting ','
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15763 nocompile/u/using_01_D.d(16): found 'c' when expecting ';' following 'statement'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15764 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15765
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15766 Torture-Sub-1/32-XFAIL: nocompile/u/using_01_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15767 nocompile: llvmdc -O0 -od./obj -c nocompile/u/using_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15768 nocompile/u/using_02_A.d(15): Error: undefined identifier using
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15769 nocompile/u/using_02_A.d(15): Error: no property 'C' for type 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15770 nocompile/u/using_02_A.d(15): Error: long has no effect in expression (1)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15771 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15772
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15773 Torture-Sub-1/32-XFAIL: nocompile/u/using_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15774 nocompile: llvmdc -O0 -od./obj -c nocompile/u/using_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15775 nocompile/u/using_02_B.d(15): found 'dstress' when expecting ';' following 'statement'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15776 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15777
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15778 Torture-Sub-1/32-XFAIL: nocompile/u/using_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15779 nocompile: llvmdc -O0 -od./obj -c nocompile/u/using_03_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15780 nocompile/u/using_03_A.d(14): semicolon expected, not 'C'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15781 nocompile/u/using_03_A.d(14): no identifier for declarator C
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15782 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15783
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15784 Torture-Sub-1/32-XFAIL: nocompile/u/using_03_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15785 nocompile: llvmdc -O0 -od./obj -c nocompile/u/using_03_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15786 nocompile/u/using_03_C.d(14): Error: identifier 'using' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15787 nocompile/u/using_03_C.d(14): Error: using is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15788 nocompile/u/using_03_C.d(14): variable dstress.nocompile.u.using_03_B.cc voids have no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15789 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15790
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15791 Torture-Sub-1/32-XFAIL: nocompile/u/using_03_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15792 nocompile: llvmdc -O0 -od./obj -c nocompile/u/using_03_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15793 nocompile/u/using_03_D.d(14): semicolon expected, not 'cc'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15794 nocompile/u/using_03_D.d(14): no identifier for declarator cc
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15795 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15796
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15797 Torture-Sub-1/32-XFAIL: nocompile/u/using_03_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15798 nocompile: llvmdc -O0 -od./obj -c nocompile/u/using_03_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15799 nocompile/u/using_03_E.d(14): semicolon expected, not '=='
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15800 nocompile/u/using_03_E.d(14): Declaration expected, not '=='
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15801 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15802
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15803 Torture-Sub-1/32-XFAIL: nocompile/u/using_03_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15804 nocompile: llvmdc -O0 -od./obj -c nocompile/variadic_argument_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15805 nocompile/variadic_argument_01.d(9): found ',' when expecting ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15806 nocompile/variadic_argument_01.d(9): semicolon expected following function declaration
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15807 nocompile/variadic_argument_01.d(9): semicolon expected, not ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15808 nocompile/variadic_argument_01.d(9): Declaration expected, not ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15809 nocompile/variadic_argument_01.d(11): unrecognized declaration
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15810 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15811
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15812 Torture-Sub-1/32-XFAIL: nocompile/variadic_argument_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15813 nocompile: llvmdc -O0 -od./obj -c nocompile/version_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15814 nocompile/version_06.d(9): Error: version identifier 'none' is reserved and cannot be set
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15815 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15816
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15817 Torture-Sub-1/32-XFAIL: nocompile/version_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15818 nocompile: llvmdc -O0 -od./obj -c nocompile/version_11.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15819 nocompile/version_11.d(12): static assert is false
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15820 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15821
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15822 Torture-Sub-1/32-XFAIL: nocompile/version_11.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15823 nocompile: llvmdc -O0 -od./obj -c nocompile/version_12.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15824 nocompile/version_12.d(9): identifier or integer expected, not )
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15825 nocompile/version_12.d(9): found '{' when expecting ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15826 nocompile/version_12.d(10): unrecognized declaration
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15827 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15828
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15829 Torture-Sub-1/32-XFAIL: nocompile/version_12.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15830 nocompile: llvmdc -O0 -od./obj -c nocompile/version_13.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15831 nocompile/version_13.d(9): identifier or integer expected, not )
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15832 nocompile/version_13.d(10): found 'EOF' when expecting ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15833 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15834
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15835 Torture-Sub-1/32-XFAIL: nocompile/version_13.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15836 nocompile: llvmdc -O0 -od./obj -c nocompile/version_14.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15837 nocompile/version_14.d(9): identifier or integer expected, not "a"
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15838 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15839
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15840 Torture-Sub-1/32-XFAIL: nocompile/version_14.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15841 nocompile: llvmdc -O0 -od./obj -c nocompile/version_15.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15842 nocompile/version_15.d(9): identifier or integer expected, not "a"
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15843 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15844
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15845 Torture-Sub-1/32-XFAIL: nocompile/version_15.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15846 nocompile: llvmdc -O0 -od./obj -c nocompile/version_23.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15847 nocompile/version_23.d(9): Error: version identifier 'all' is reserved and cannot be set
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15848 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15849
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15850 Torture-Sub-1/32-XFAIL: nocompile/version_23.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15851 nocompile: llvmdc -O0 -od./obj -c nocompile/version_24.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15852 nocompile/version_24.d(9): Error: version identifier 'LittleEndian' is reserved and cannot be set
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15853 nocompile/version_24.d(10): Error: version identifier 'BigEndian' is reserved and cannot be set
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15854 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15855
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15856 Torture-Sub-1/32-XFAIL: nocompile/version_24.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15857 nocompile: llvmdc -O0 -od./obj -c nocompile/version_25.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15858 nocompile/version_25.d(9): Error: version identifier 'Windows' is reserved and cannot be set
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15859 nocompile/version_25.d(10): Error: version identifier 'linux' is reserved and cannot be set
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15860 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15861
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15862 Torture-Sub-1/32-XFAIL: nocompile/version_25.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15863 nocompile: llvmdc -O0 -od./obj -c nocompile/version_26.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15864 nocompile/version_26.d(9): Error: version identifier 'D_InlineAsm' is reserved and cannot be set
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15865 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15866
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15867 Torture-Sub-1/32-XFAIL: nocompile/version_26.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15868 nocompile: llvmdc -O0 -od./obj -c nocompile/version_27.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15869 nocompile/version_27.d(9): Error: version identifier 'X86_64' is reserved and cannot be set
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15870 nocompile/version_27.d(10): Error: version identifier 'X86' is reserved and cannot be set
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15871 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15872
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15873 Torture-Sub-1/32-XFAIL: nocompile/version_27.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15874 nocompile: llvmdc -O0 -od./obj -c nocompile/version_28.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15875 nocompile/version_28.d(9): Error: version identifier 'DigitalMars' is reserved and cannot be set
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15876 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15877
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15878 Torture-Sub-1/32-XFAIL: nocompile/version_28.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15879 nocompile: llvmdc -O0 -od./obj -c nocompile/version_30.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15880 nocompile/version_30.d(11): version A declaration must be at module level
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15881 nocompile/version_30.d(16): mixin dstress.nocompile.version_30.test.T!() error instantiating
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15882 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15883
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15884 Torture-Sub-1/32-XFAIL: nocompile/version_30.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15885 nocompile: llvmdc -O0 -od./obj -c nocompile/version_31.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15886 nocompile/version_31.d(14): C style cast illegal, use cast(b)c
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15887 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15888
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15889 Torture-Sub-1/32-XFAIL: nocompile/version_31.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15890 nocompile: llvmdc -O0 -od./obj -c nocompile/version_32.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15891 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15892
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15893 Torture-Sub-1/32-XPASS: nocompile/version_32.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15894 nocompile: llvmdc -O0 -od./obj -c nocompile/version_36.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15895 nocompile/version_36.d(12): version A defined after use
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15896 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15897
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15898 Torture-Sub-1/32-XFAIL: nocompile/version_36.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15899 nocompile: llvmdc -O0 -od./obj -c nocompile/v/variadic_argument_06_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15900 nocompile/v/variadic_argument_06_A.d(19): function dstress.nocompile.v.variadic_argument_06_A.test (int...) does not match parameter types (int[])
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15901 nocompile/v/variadic_argument_06_A.d(19): Error: cannot implicitly convert expression (j) of type int[] to int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15902 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15903
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15904 Torture-Sub-1/32-XFAIL: nocompile/v/variadic_argument_06_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15905 nocompile: llvmdc -O0 -od./obj -c nocompile/v/variadic_argument_09_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15906 nocompile/v/variadic_argument_09_A.d(17): function dstress.nocompile.v.variadic_argument_09_A.test (int,int...) does not match parameter types (int[])
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15907 nocompile/v/variadic_argument_09_A.d(17): Error: cannot implicitly convert expression (new int[](cast(uint)(1 , 2))) of type int[] to int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15908 nocompile/v/variadic_argument_09_A.d(17): Error: not enough arguments
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15909 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15910
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15911 Torture-Sub-1/32-XFAIL: nocompile/v/variadic_argument_09_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15912 nocompile: llvmdc -O0 -od./obj -c nocompile/v/variadic_argument_09_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15913 nocompile/v/variadic_argument_09_B.d(17): function dstress.nocompile.v.variadic_argument_09_B.test (int...) does not match parameter types (int[])
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15914 nocompile/v/variadic_argument_09_B.d(17): Error: cannot implicitly convert expression (new int[](cast(uint)(1 , 2))) of type int[] to int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15915 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15916
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15917 Torture-Sub-1/32-XFAIL: nocompile/v/variadic_argument_09_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15918 nocompile: llvmdc -O0 -od./obj -c nocompile/v/version_09_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15919 nocompile/v/version_09_C.d(9): (condition) expected following version
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15920 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15921
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15922 Torture-Sub-1/32-XFAIL: nocompile/v/version_09_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15923 nocompile: llvmdc -O0 -od./obj -c nocompile/v/version_33.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15924 nocompile/v/version_33.d(23): version a defined after use
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15925 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15926
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15927 Torture-Sub-1/32-XFAIL: nocompile/v/version_33.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15928 nocompile: llvmdc -O0 -od./obj -c nocompile/v/version_34.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15929 nocompile/v/version_34.d(22): version b defined after use
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15930 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15931
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15932 Torture-Sub-1/32-XFAIL: nocompile/v/version_34.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15933 nocompile: llvmdc -O0 -od./obj -c nocompile/v/version_35.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15934 nocompile/v/version_35.d(27): version a defined after use
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15935 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15936
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15937 Torture-Sub-1/32-XFAIL: nocompile/v/version_35.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15938 nocompile: llvmdc -O0 -od./obj -c nocompile/v/version_37_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15939 nocompile/v/version_37_A.d(13): (condition) expected following version
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15940 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15941
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15942 Torture-Sub-1/32-XFAIL: nocompile/v/version_37_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15943 nocompile: llvmdc -O0 -od./obj -c nocompile/v/version_37_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15944 nocompile/v/version_37_B.d(13): (condition) expected following version
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15945 nocompile/v/version_37_B.d(13): declaration expected following attribute, not ';'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15946 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15947
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15948 Torture-Sub-1/32-XFAIL: nocompile/v/version_37_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15949 nocompile: llvmdc -O0 -od./obj -c nocompile/v/version_37_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15950 nocompile/v/version_37_C.d(14): (condition) expected following version
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15951 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15952
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15953 Torture-Sub-1/32-XFAIL: nocompile/v/version_37_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15954 nocompile: llvmdc -O0 -od./obj -c nocompile/v/version_37_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15955 nocompile/v/version_37_A.d(13): (condition) expected following version
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15956 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15957
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15958 Torture-Sub-1/32-XFAIL: nocompile/v/version_37_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15959 nocompile: llvmdc -O0 -od./obj -c nocompile/v/version_37_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15960 nocompile/v/version_37_B.d(13): (condition) expected following version
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15961 nocompile/v/version_37_B.d(13): declaration expected following attribute, not ';'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15962 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15963
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15964 Torture-Sub-1/32-XFAIL: nocompile/v/version_37_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15965 nocompile: llvmdc -O0 -od./obj -c nocompile/v/version_37_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15966 nocompile/v/version_37_C.d(14): (condition) expected following version
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15967 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15968
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15969 Torture-Sub-1/32-XFAIL: nocompile/v/version_37_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15970 nocompile: llvmdc -O0 -version=a.b -od./obj/_75F9 -c nocompile/v/version_40_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15971 Error: unrecognized switch '-version=a.b'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15972 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15973
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15974 Torture-Sub-1/32-XFAIL: nocompile/v/version_40_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15975 nocompile: llvmdc -O0 -od./obj -c nocompile/v/virtual_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15976 nocompile/v/virtual_01_A.d(12): no identifier for declarator virtual
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15977 nocompile/v/virtual_01_A.d(12): semicolon expected, not 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15978 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15979
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15980 Torture-Sub-1/32-XFAIL: nocompile/v/virtual_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15981 nocompile: llvmdc -O0 -od./obj -c nocompile/v/virtual_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15982 nocompile/v/virtual_01_B.d(12): no identifier for declarator virtual
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15983 nocompile/v/virtual_01_B.d(12): semicolon expected, not 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15984 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15985
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15986 Torture-Sub-1/32-XFAIL: nocompile/v/virtual_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15987 nocompile: llvmdc -O0 -od./obj -c nocompile/v/virtual_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15988 nocompile/v/virtual_01_C.d(9): no identifier for declarator virtual
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15989 nocompile/v/virtual_01_C.d(9): semicolon expected, not 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15990 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15991
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15992 Torture-Sub-1/32-XFAIL: nocompile/v/virtual_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15993 nocompile: llvmdc -O0 -od./obj -c nocompile/v/void_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15994 nocompile/v/void_02_A.d(17): Error: void does not have an initializer
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15995 nocompile/v/void_02_A.d(17): Error: integral constant must be scalar type, not void
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15996 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15997
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15998 Torture-Sub-1/32-XFAIL: nocompile/v/void_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
15999 nocompile: llvmdc -O0 -od./obj -c nocompile/v/void_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16000 Error: integral constant must be scalar type, not void
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16001 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16002
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16003 Torture-Sub-1/32-FAIL: nocompile/v/void_02_B.d [bad error message]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16004 nocompile: llvmdc -O0 -od./obj -c nocompile/v/void_02_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16005 Error: integral constant must be scalar type, not void
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16006 Error: cannot implicitly convert expression (0) of type int to void[]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16007 Error: cannot cast int to void[]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16008 Error: integral constant must be scalar type, not void[]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16009 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16010
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16011 Torture-Sub-1/32-FAIL: nocompile/v/void_02_D.d [bad error message]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16012 nocompile: llvmdc -O0 -od./obj -c nocompile/v/void_04_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16013 nocompile/v/void_04_A.d(9): variable dstress.nocompile.v.void_04_A.x voids have no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16014 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16015
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16016 Torture-Sub-1/32-XFAIL: nocompile/v/void_04_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16017 nocompile: llvmdc -O0 -od./obj -c nocompile/v/void_04_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16018 nocompile/v/void_04_B.d(9): no identifier for declarator void
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16019 nocompile/v/void_04_B.d(9): semicolon expected, not '&'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16020 nocompile/v/void_04_B.d(9): Declaration expected, not '&'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16021 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16022
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16023 Torture-Sub-1/32-XFAIL: nocompile/v/void_04_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16024 nocompile: llvmdc -O0 -od./obj -c nocompile/v/void_04_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16025 nocompile/v/void_04_C.d(9): Declaration expected, not '*'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16026 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16027
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16028 Torture-Sub-1/32-XFAIL: nocompile/v/void_04_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16029 nocompile: llvmdc -O0 -od./obj -c nocompile/v/void_04_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16030 nocompile/v/void_04_D.d(9): semicolon expected, not '*'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16031 nocompile/v/void_04_D.d(9): Declaration expected, not '*'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16032 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16033
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16034 Torture-Sub-1/32-XFAIL: nocompile/v/void_04_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16035 nocompile: llvmdc -O0 -od./obj -c nocompile/v/volatile_03_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16036 nocompile/v/volatile_03_C.d(17): Error: declaration dstress.nocompile.v.volatile_03_C.main.i is already defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16037 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16038
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16039 Torture-Sub-1/32-XFAIL: nocompile/v/volatile_03_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16040 nocompile: llvmdc -O0 -od./obj -c nocompile/wchar_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16041 nocompile/wchar_01.d(11): Error: .size property should be replaced with .sizeof
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16042 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16043
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16044 Torture-Sub-1/32-XFAIL: nocompile/wchar_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16045 nocompile: llvmdc -O0 -od./obj -c nocompile/wchar_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16046 nocompile/wchar_02.d(11): Error: no property 'sign' for type 'wchar'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16047 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16048
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16049 Torture-Sub-1/32-XFAIL: nocompile/wchar_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16050 nocompile: llvmdc -O0 -od./obj -c nocompile/wchar_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16051 nocompile/wchar_04.d(15): Error: cannot implicitly convert expression (65536) of type int to wchar
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16052 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16053
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16054 Torture-Sub-1/32-XFAIL: nocompile/wchar_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16055 nocompile: llvmdc -O0 -od./obj -c nocompile/wchar_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16056 nocompile/wchar_06.d(15): Error: cannot implicitly convert expression (-1) of type int to wchar
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16057 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16058
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16059 Torture-Sub-1/32-XFAIL: nocompile/wchar_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16060 nocompile: llvmdc -O0 -od./obj -c nocompile/with_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16061 nocompile/with_05.d(14): Error: with expressions must be class objects, not 'byte'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16062 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16063
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16064 Torture-Sub-1/32-XFAIL: nocompile/with_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16065 nocompile: llvmdc -O0 -od./obj -c nocompile/with_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16066 nocompile/with_06.d(14): Error: with expressions must be class objects, not 'char[]'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16067 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16068
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16069 Torture-Sub-1/32-XFAIL: nocompile/with_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16070 nocompile: llvmdc -O0 -od./obj -c nocompile/with_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16071 nocompile/with_07.d(20): found ':' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16072 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16073
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16074 Torture-Sub-1/32-XFAIL: nocompile/with_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16075 nocompile: llvmdc -O0 -od./obj -c nocompile/w/warning_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16076 nocompile/w/warning_01_A.d(11): #line integer ["filespec"]\n expected
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16077 nocompile/w/warning_01_A.d(12): no identifier for declarator ha
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16078 nocompile/w/warning_01_A.d(12): semicolon expected, not 'EOF'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16079 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16080
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16081 Torture-Sub-1/32-XFAIL: nocompile/w/warning_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16082 nocompile: llvmdc -O0 -od./obj -c nocompile/w/warning_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16083 nocompile/w/warning_01_B.d(11): #line integer ["filespec"]\n expected
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16084 nocompile/w/warning_01_B.d(11): Declaration expected, not '"ha"'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16085 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16086
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16087 Torture-Sub-1/32-XFAIL: nocompile/w/warning_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16088 rm -f run/abstract_07.d.exe run/opPostInc_10.d.exe.bc run/offsetof_10.d.exe.bc run/creal_16.d.exe.bc run/associative_array_10.d.exe.bc run/invariant_18.d.exe run/auto_02.d.exe.bc run/offsetof_50.d.exe.bc run/finally_01.d.exe.bc run/encoding_utf_32le.d.exe.bc run/version_02.d.exe run/static_28.d.exe.bc run/opPreInc_01.d.exe.bc run/offsetof_71.d.exe run/complex_01.d.exe run/a/asm_jnb_01_C.d.exe.bc run/a/array_initialization_32_D.d.exe run/a/asm_shl_01_H.d.exe.bc run/a/asm_idiv_02_B.d.exe.bc run/a/asm_jnl_01_B.d.exe.bc run/a/asm_jnge_01_B.d.exe.bc run/a/asm_movd_03_B.d.exe.bc run/a/asm_04_B.d.exe.bc run/a/asm_sbb_02_A.d.exe.bc run/a/asm_shr_02_D.d.exe.bc run/a/asm_ja_01_C.d.exe.bc run/a/asm_enter_01_B.d.exe.bc run/a/asm_fsub_01_A.d.exe run/a/asm_ecx_02.d.exe.bc run/a/asm_rcr_02_G.d.exe.bc run/a/asm_setle_01_B.d.exe.bc run/a/asm_nop_01.d.exe.bc run/a/array_initialization_34_C.d.exe run/a/array_initialization_27_A.d.exe run/a/asm_imul_01_B.d.exe run/a/auto_19_B.d.exe.bc run/a/asm_sfence_01.d.exe run/a/asm_jna_01_C.d.exe.bc run/a/asm_setnl_01.d.exe.bc run/a/asm_di_01.d.exe run/a/asm_setnae_01_B.d.exe.bc run/a/asm_ah_02_P.d.exe.bc run/a/asm_shr_02_B.d.exe.bc run/a/auto_11_A.d.exe.bc run/a/asm_sbb_01_G.d.exe run/a/auto_10_A.d.exe run/a/array_initialization_20_A.d.exe.bc run/a/asm_cmpxchg_02_A.d.exe run/a/asm_mov_04_A.d.exe.bc run/a/asm_div_02_A.d.exe.bc run/a/asm_shld_02_C.d.exe run/a/asm_ecx_02.d.exe run/a/asm_shl_01_B.d.exe run/a/asm_shr_02_F.d.exe.bc run/a/asm_setl_01_B.d.exe.bc run/a/asm_eax_02.d.exe.bc run/a/asm_fwait_01.d.exe run/a/asm_shl_01_H.d.exe run/a/asm_setl_01_A.d.exe.bc run/a/asm_03_C.d.exe run/a/asm_cx_02.d.exe run/a/assert_18_A.d.exe.bc run/a/asm_adc_01_A.d.exe.bc run/a/auto_18_A.d.exe run/a/asm_enter_01_C.d.exe.bc run/a/asm_mul_02_C.d.exe run/a/asm_adc_01_B.d.exe run/a/assert_12_C.d.exe.bc run/a/asm_jb_01_C.d.exe.bc run/a/asm_movd_03_J.d.exe.bc run/a/asm_rcl_02_B.d.exe.bc run/a/asm_smsw_01_A.d.exe.bc run/a/asm_sar_01_F.d.exe.bc run/a/asm_sal_01_G.d.exe run/a/asm_setbe_01_A.d.exe run/a/asm_cmova_02_A.d.exe run/a/asm_dx_01.d.exe run/a/associative_array_18_D.d.exe run/a/auto_18_A.d.exe.bc run/a/asm_lea_02_A.d.exe run/a/asm_shl_01_B.d.exe.bc run/a/asm_jbe_01_A.d.exe run/a/asm_sbb_01_C.d.exe.bc run/a/asm_jng_01_A.d.exe run/a/asm_movzx_02_C.d.exe run/a/asm_smsw_02_A.d.exe run/a/asm_jle_01_C.d.exe.bc run/a/asm_imul_01_C.d.exe run/a/asm_xadd_02_C.d.exe.bc run/a/alias_32_C.d.exe run/a/asm_shld_01_D.d.exe.bc run/a/asm_adc_01_J.d.exe.bc run/a/asm_movd_02_D.d.exe.bc run/a/asm_and_01_C.d.exe run/a/asm_edx_02.d.exe.bc run/a/asm_shl_01_A.d.exe run/a/asm_ja_01_B.d.exe.bc run/a/asm_jae_01_A.d.exe run/a/auto_19_A.d.exe run/a/alias_31_B.d.exe.bc run/a/asm_shr_02_G.d.exe.bc run/a/asm_dh_01.d.exe run/a/array_initialization_32_B.d.exe run/a/asm_ax_02.d.exe.bc run/a/asm_movd_04_K.d.exe.bc run/a/asm_rol_02_A.d.exe.bc run/a/assert_19_C.d.exe run/a/auto_11_A.d.exe run/a/asm_enter_01_A.d.exe.bc run/a/asm_clflush_01.d.exe run/a/asm_rcr_02_B.d.exe.bc run/a/array_initialization_30_A.d.exe run/a/asm_jne_01_B.d.exe.bc run/a/assert_18_B.d.exe run/a/asm_sbb_01_C.d.exe run/a/asm_xor_02_F.d.exe run/a/asm_lar_01.d.exe run/a/asm_sar_02_A.d.exe run/a/asm_adc_01_E.d.exe run/a/asm_and_04_C.d.exe.bc run/a/asm_jmp_02_B.d.exe.bc run/a/asm_shld_02_D.d.exe run/a/asm_and_01_B.d.exe run/a/asm_add_03_B.d.exe run/a/alias_30_I.d.exe.bc run/a/asm_sal_01_H.d.exe.bc run/a/asm_setb_01_A.d.exe run/a/asm_ebx_02.d.exe run/a/asm_jns_01_B.d.exe run/a/asm_movd_04_E.d.exe.bc run/a/asm_jnae_01_C.d.exe.bc run/a/asm_bsf_01_A.d.exe.bc run/a/asm_or_01_D.d.exe.bc run/a/asm_ror_01_E.d.exe.bc run/a/array_initialization_21_D.d.exe run/a/asm_rdtsc_01.d.exe run/a/asm_shl_02_D.d.exe run/a/asm_sub_02_H.d.exe.bc run/a/asm_and_04_B.d.exe.bc run/a/asm_movd_02_A.d.exe.bc run/a/asm_bx_01.d.exe run/a/asm_movd_05_J.d.exe.bc run/a/asm_smsw_02_A.d.exe.bc run/a/asm_setb_01_B.d.exe.bc run/a/asm_and_01_A.d.exe.bc run/a/asm_cx_02.d.exe.bc run/a/asm_ax_02.d.exe run/a/asm_sbb_01_F.d.exe run/a/asm_lea_01_B.d.exe run/a/asm_imul_04_B.d.exe.bc run/a/asm_jnz_01_A.d.exe.bc run/a/asm_jge_01_B.d.exe run/a/asm_rcr_02_F.d.exe.bc run/a/asm_setge_01_B.d.exe run/a/asm_sar_01_D.d.exe.bc run/a/asm_btr_01_B.d.exe.bc run/a/asm_jl_01_C.d.exe.bc run/a/asm_add_05_C.d.exe run/a/asm_movd_05_G.d.exe.bc run/a/asm_movzx_02_C.d.exe.bc run/a/asm_movd_05_M.d.exe.bc run/a/asm_neg_02_A.d.exe.bc run/a/assert_18_D.d.exe.bc run/a/asm_jnle_01_B.d.exe.bc run/a/array_initialization_28_A.d.exe.bc run/a/asm_jng_01_B.d.exe run/a/asm_add_03_A.d.exe.bc run/a/asm_stc_01.d.exe.bc run/a/asm_idiv_01_C.d.exe.bc run/a/asm_movd_05_P.d.exe.bc run/a/asm_shr_01_E.d.exe run/a/asm_bh_01.d.exe run/a/asm_shl_02_D.d.exe.bc run/a/asm_sete_01_A.d.exe.bc run/a/asm_bt_01_A.d.exe.bc run/a/auto_10_A.d.exe.bc run/a/asm_add_03_C.d.exe.bc run/a/asm_jng_01_C.d.exe run/a/asm_ror_02_C.d.exe run/a/asm_cwde_01.d.exe.bc run/a/asm_mov_01_D.d.exe run/a/asm_movd_05_K.d.exe.bc run/a/asm_movd_04_D.d.exe.bc run/a/asm_sbb_01_D.d.exe.bc run/a/asm_or_01_F.d.exe run/a/asm_rcl_02_D.d.exe.bc run/a/auto_18_C.d.exe run/a/asm_sbb_01_H.d.exe run/a/asm_prefetcht0_01.d.exe.bc run/a/asm_sar_02_G.d.exe run/a/asm_jnbe_01_B.d.exe.bc run/a/asm_cl_01.d.exe run/a/asm_sub_02_A.d.exe.bc run/a/asm_jz_01_C.d.exe.bc run/a/asm_di_02_C.d.exe run/a/assert_18_A.d.exe run/a/array_initialization_21_B.d.exe.bc run/a/asm_fsub_01_D.d.exe.bc run/a/asm_jc_01_A.d.exe.bc run/a/asm_esi_02.d.exe.bc run/a/asm_cmpxchg_01_B.d.exe.bc run/a/assert_18_C.d.exe.bc run/a/array_initialization_21_C.d.exe.bc run/a/asm_jnp_01_D.d.exe.bc run/a/asm_jl_01_A.d.exe.bc run/a/associative_array_18_B.d.exe.bc run/a/asm_mov_02_A.d.exe.bc run/a/asm_cmpxchg_02_B.d.exe run/a/asm_shl_01_G.d.exe.bc run/a/asm_sgdt_01.d.exe run/a/assert_18_C.d.exe run/a/asm_shl_01_C.d.exe run/a/array_initialization_27_A.d.exe.bc run/a/auto_11_C.d.exe run/a/asm_dec_01_B.d.exe.bc run/a/asm_ebx_01.d.exe run/a/asm_shr_02_C.d.exe.bc run/a/asm_loop_01.d.exe.bc run/a/asm_jnl_01_A.d.exe run/a/asm_sal_01_C.d.exe.bc run/a/asm_ror_01_F.d.exe run/a/asm_fsubr_01_D.d.exe run/a/asm_shl_02_E.d.exe run/a/asm_xor_02_A.d.exe.bc run/a/asm_movd_05_I.d.exe.bc run/a/asm_shl_01_F.d.exe.bc run/a/asm_jae_01_C.d.exe.bc run/a/abstract_16_A.d.exe.bc run/a/assert_16_A.d.exe run/a/asm_jeczx_01_A.d.exe run/a/alias_25_D.d.exe.bc run/a/asm_ror_02_B.d.exe run/a/asm_test_03_A.d.exe.bc run/a/asm_not_02_C.d.exe.bc run/a/asm_imul_03_C.d.exe run/a/asm_shl_02_E.d.exe.bc run/a/asm_shrd_02_D.d.exe run/a/asm_imul_03_B.d.exe.bc run/a/asm_shrd_01_C.d.exe run/a/asm_jge_01_A.d.exe run/a/asm_rcr_02_A.d.exe run/a/asm_dl_02_B.d.exe run/a/asm_jnz_01_C.d.exe run/a/alias_31_D.d.exe.bc run/a/alias_31_C.d.exe.bc run/a/asm_setae_01_A.d.exe run/a/asm_movsx_01_A.d.exe run/a/asm_fsubr_01_C.d.exe.bc run/a/array_initialization_27_D.d.exe run/a/asm_mov_03_A.d.exe.bc run/a/asm_movd_04_G.d.exe.bc run/a/asm_setna_01_A.d.exe.bc run/a/asm_and_02_C.d.exe run/a/asm_mov_02_A.d.exe run/a/asm_setnl_01.d.exe run/a/asm_jne_01_C.d.exe.bc run/a/asm_ror_02_F.d.exe.bc run/a/asm_movnti_01.d.exe run/a/asm_cwd_01.d.exe.bc run/a/asm_sal_01_E.d.exe run/a/array_initialization_34_D.d.exe.bc run/a/alias_32_G.d.exe.bc run/a/asm_cmc_01.d.exe.bc run/a/asm_movd_02_I.d.exe.bc run/a/asm_popad_01_A.d.exe run/a/asm_sub_02_D.d.exe.bc run/a/asm_idiv_02_A.d.exe run/a/asm_bl_01.d.exe run/a/asm_movd_03_L.d.exe.bc run/a/asm_jeczx_01_A.d.exe.bc run/a/asm_sldt_01_B.d.exe.bc run/a/asm_neg_02_A.d.exe run/a/asm_jbe_01_C.d.exe.bc run/a/asm_setno_01.d.exe.bc run/a/associative_array_24_A.d.exe run/a/asm_sar_02_I.d.exe.bc run/a/asm_ror_02_I.d.exe.bc run/a/asm_movd_03_F.d.exe.bc run/a/asm_sub_02_E.d.exe run/a/asm_shr_02_F.d.exe run/a/asm_leave_01.d.exe.bc run/a/asm_jle_01_C.d.exe run/a/asm_and_02_A.d.exe.bc run/a/asm_sbb_02_C.d.exe.bc run/a/asm_movd_04_F.d.exe.bc run/a/asm_adc_01_E.d.exe.bc run/a/asm_ror_02_A.d.exe.bc run/a/asm_sldt_01_A.d.exe run/a/asm_ror_02_G.d.exe.bc run/a/asm_fsubr_01_A.d.exe.bc run/a/asm_rol_02_A.d.exe run/a/asm_di_01.d.exe.bc run/a/asm_movd_02_E.d.exe.bc run/a/asm_imul_02_B.d.exe run/a/array_initialization_21_F.d.exe.bc run/a/asm_imul_03_A.d.exe run/a/asm_03_C.d.exe.bc run/a/asm_rol_01_I.d.exe.bc run/a/asm_offset_01_B.d.exe.bc run/a/assert_18_D.d.exe run/a/asm_mul_02_B.d.exe run/a/asm_rcr_02_B.d.exe run/a/asm_add_02.d.exe run/a/asm_db_01_C.d.exe.bc run/a/array_initialization_34_C.d.exe.bc run/a/asm_setnae_01_A.d.exe run/a/asm_pop_02_A.d.exe.bc run/a/asm_rcl_02_B.d.exe run/a/asm_rcl_02_E.d.exe.bc run/a/asm_jnl_01_C.d.exe.bc run/a/asm_and_01_A.d.exe run/a/asm_jnz_01_B.d.exe.bc run/a/assert_12_A.d.exe run/a/asm_shl_01_C.d.exe.bc run/a/asm_bsf_01_B.d.exe run/a/asm_movshdup_01_A.d.exe.bc run/a/asm_pop_01_B.d.exe.bc run/a/asm_jae_01_A.d.exe.bc run/a/asm_setna_01_B.d.exe run/a/array_initialization_25_B.d.exe run/a/assert_18_F.d.exe.bc run/a/asm_movd_05_F.d.exe.bc run/a/asm_setpe_01.d.exe run/a/asm_movd_02_L.d.exe.bc run/a/asm_jnae_01_C.d.exe run/a/asm_rcr_01_E.d.exe run/a/asm_movd_02_C.d.exe.bc run/a/asm_setpe_01.d.exe.bc run/a/asm_edi_02.d.exe run/a/asm_db_01_C.d.exe run/a/asm_sal_01_B.d.exe.bc run/a/array_initialization_26_D.d.exe.bc run/a/asm_esi_01.d.exe.bc run/a/asm_xor_01_C.d.exe.bc run/a/array_initialization_16.d.exe.bc run/a/asm_movd_05_C.d.exe.bc run/a/asm_sal_01_D.d.exe.bc run/a/asm_div_01_C.d.exe.bc run/a/asm_rol_02_E.d.exe run/a/asm_movsx_01_A.d.exe.bc run/a/array_initialization_28_A.d.exe run/a/asm_sal_02_E.d.exe.bc run/a/asm_xor_02_B.d.exe.bc run/a/asm_mov_01_A.d.exe.bc run/a/asm_or_03_B.d.exe run/a/assert_12_C.d.exe run/a/asm_cbw_01.d.exe run/a/asm_inc_01_C.d.exe run/a/asm_sar_02_B.d.exe.bc run/a/asm_and_04_A.d.exe run/a/asm_jbe_01_B.d.exe.bc run/a/asm_or_03_B.d.exe.bc run/a/asm_sldt_01_A.d.exe.bc run/a/asm_rol_02_H.d.exe.bc run/a/asm_ja_01_A.d.exe.bc run/a/asm_ax_01.d.exe run/a/asm_jnb_01_C.d.exe run/a/asm_setnge_01.d.exe.bc run/a/asm_mov_01_B.d.exe.bc run/a/asm_imul_01_A.d.exe.bc run/a/auto_19_A.d.exe.bc run/a/asm_jpe_01_A.d.exe.bc run/a/asm_movd_03_D.d.exe.bc run/a/asm_rol_02_C.d.exe.bc run/a/array_initialization_27_C.d.exe.bc run/a/asm_movd_05_N.d.exe.bc run/a/asm_cmova_01_B.d.exe.bc run/a/asm_lar_01.d.exe.bc run/a/asm_sar_01_E.d.exe.bc run/a/asm_idiv_01_B.d.exe.bc run/a/asm_ror_02_F.d.exe run/a/asm_ebx_01.d.exe.bc run/a/asm_setbe_01_A.d.exe.bc run/a/asm_shrd_01_C.d.exe.bc run/a/asm_sub_02_C.d.exe run/a/asm_prefetcht0_01.d.exe run/a/asm_shl_01_I.d.exe run/a/assert_12_B.d.exe.bc run/a/asm_je_01_B.d.exe.bc run/a/asm_mul_02_A.d.exe run/a/asm_jnge_01_C.d.exe run/a/asm_db_01_B.d.exe run/a/asm_jno_01_B.d.exe.bc run/a/asm_jo_01_A.d.exe.bc run/a/auto_11_B.d.exe run/a/asm_je_01_B.d.exe run/a/asm_sub_02_I.d.exe run/a/array_initialization_20_E.d.exe.bc run/a/asm_add_05_B.d.exe.bc run/a/asm_adc_01_B.d.exe.bc run/a/asm_movd_02_B.d.exe.bc run/a/asm_sar_02_C.d.exe run/a/asm_jnle_01_C.d.exe.bc run/a/auto_10_B.d.exe run/a/asm_or_03_C.d.exe.bc run/a/asm_or_03_D.d.exe.bc run/a/asm_sub_01_C.d.exe run/a/asm_rol_02_G.d.exe.bc run/a/asm_rcl_01_D.d.exe run/a/asm_inc_01_A.d.exe run/a/asm_movd_04_C.d.exe.bc run/a/asm_clc_01.d.exe.bc run/a/asm_cwde_01.d.exe run/a/array_initialization_27_B.d.exe run/a/asm_db_01_A.d.exe run/a/asm_xadd_02_B.d.exe.bc run/a/asm_movd_03_K.d.exe.bc run/a/asm_movd_04_A.d.exe.bc run/a/asm_rcl_01_E.d.exe run/a/asm_seta_01_B.d.exe.bc run/a/asm_setb_01_B.d.exe run/a/asm_shrd_02_C.d.exe.bc run/a/asm_sal_02_D.d.exe run/a/asm_mov_02_B.d.exe run/a/asm_movzx_01_B.d.exe.bc run/a/asm_movd_04_O.d.exe.bc run/a/asm_movd_05_B.d.exe.bc run/a/asm_lar_01_A.d.exe.bc run/a/asm_cmpxchg_01_C.d.exe run/a/asm_setnae_01_A.d.exe.bc run/a/alias_24_B.d.exe run/a/asm_jng_01_A.d.exe.bc run/a/asm_shr_02_B.d.exe run/a/asm_rcr_02_E.d.exe.bc run/a/alias_32_I.d.exe run/a/asm_rol_01_H.d.exe.bc run/a/asm_fxrstor_01_A.d.exe run/a/asm_rdtsc_01.d.exe.bc run/a/asm_cmova_02_B.d.exe.bc run/a/asm_sbb_02_B.d.exe.bc run/a/asm_sub_02_A.d.exe run/a/asm_jz_01_B.d.exe.bc run/a/asm_ror_02_C.d.exe.bc run/a/asm_adc_01_J.d.exe run/a/asm_xor_01_B.d.exe.bc run/a/asm_rcl_02_A.d.exe.bc run/a/asm_xchg_01_E.d.exe.bc run/a/asm_bswap_01.d.exe run/a/asm_imul_02_A.d.exe.bc run/a/assert_18_F.d.exe run/a/asm_sete_01_B.d.exe.bc run/a/asm_sar_02_A.d.exe.bc run/a/asm_not_02_B.d.exe run/a/asm_sbb_01_B.d.exe.bc run/a/asm_enter_01_B.d.exe run/a/asm_naked_01.d.exe.bc run/a/asm_xor_01_C.d.exe run/a/asm_ah_01.d.exe run/a/asm_jnbe_01_C.d.exe.bc run/a/asm_imul_02_A.d.exe run/a/alias_30_I.d.exe run/a/asm_fwait_01.d.exe.bc run/a/asm_bsr_01_B.d.exe.bc run/a/asm_shr_02_A.d.exe run/a/asm_mov_01_B.d.exe run/a/asm_xor_03_A.d.exe.bc run/a/asm_bsr_01_A.d.exe.bc run/a/asm_shr_02_E.d.exe run/a/asm_or_02_B.d.exe.bc run/a/asm_test_01_D.d.exe.bc run/a/asm_sal_01_E.d.exe.bc run/a/associative_array_24_B.d.exe run/a/asm_add_01_A.d.exe run/a/asm_imul_01_B.d.exe.bc run/a/asm_adc_01_D.d.exe run/a/asm_mfence_01.d.exe run/a/asm_lahf_01_A.d.exe run/a/asm_jne_01_C.d.exe run/a/asm_jnbe_01_A.d.exe.bc run/a/asm_rcl_01_E.d.exe.bc run/a/asm_adc_01_I.d.exe run/a/asm_rol_02_F.d.exe run/a/asm_mov_04_A.d.exe run/a/asm_jae_01_B.d.exe.bc run/a/alias_32_F.d.exe run/a/asm_add_05_A.d.exe.bc run/a/asm_divsd_01_A.d.exe run/a/asm_ror_02_I.d.exe run/a/asm_jnb_01_A.d.exe.bc run/a/assert_18_B.d.exe.bc run/a/asm_adc_01_I.d.exe.bc run/a/asm_sbb_01_I.d.exe run/a/asm_mov_01_A.d.exe run/a/asm_jae_01_B.d.exe run/a/asm_smsw_01_A.d.exe run/a/asm_cmpxch8b_01.d.exe.bc run/a/asm_rcl_02_C.d.exe run/a/asm_cx_01.d.exe run/a/asm_shr_02_H.d.exe run/a/asm_rol_02_H.d.exe run/a/asm_bl_01.d.exe.bc run/a/asm_div_01_B.d.exe run/a/asm_rol_01_H.d.exe run/a/asm_ror_01_D.d.exe run/a/asm_xor_02_D.d.exe run/a/asm_ch_01.d.exe.bc run/a/associative_array_20_A.d.exe run/a/asm_mul_01_B.d.exe run/a/asm_sal_01_A.d.exe run/a/asm_js_01_C.d.exe run/a/asm_jnz_01_B.d.exe run/a/asm_sal_02_E.d.exe run/a/asm_setne_01.d.exe.bc run/a/asm_shrd_01_D.d.exe.bc run/a/asm_jnb_01_A.d.exe run/a/asm_seta_01_A.d.exe.bc run/a/asm_test_03_C.d.exe.bc run/a/auto_18_C.d.exe.bc run/a/asm_movd_02_M.d.exe.bc run/a/asm_jmp_01.d.exe run/a/asm_or_03_D.d.exe run/a/asm_edx_01.d.exe.bc run/a/asm_rcr_02_C.d.exe.bc run/a/asm_ds_01_B.d.exe.bc run/a/asm_sar_02_F.d.exe run/a/asm_sar_02_H.d.exe.bc run/a/asm_jno_01_A.d.exe.bc run/a/asm_setns_01.d.exe run/a/array_initialization_20_C.d.exe.bc run/a/asm_rol_02_D.d.exe.bc run/a/alias_38_B.d.exe.bc run/a/array_initialization_34_A.d.exe.bc run/a/auto_13_B.d.exe run/a/asm_cl_01.d.exe.bc run/a/auto_12_B.d.exe.bc run/a/asm_idiv_02_C.d.exe run/a/asm_di_02_B.d.exe.bc run/a/asm_prefetcht2_01.d.exe.bc run/a/asm_setng_01.d.exe.bc run/a/asm_movd_02_G.d.exe.bc run/a/asm_al_01.d.exe.bc run/a/asm_imul_03_B.d.exe run/a/asm_divps_01_A.d.exe run/a/asm_setnbe_01.d.exe run/a/asm_jl_01_B.d.exe.bc run/a/asm_shl_01_F.d.exe run/a/asm_rcr_02_A.d.exe.bc run/a/asm_cx_01.d.exe.bc run/a/abstract_16_B.d.exe.bc run/a/asm_rcr_02_I.d.exe.bc run/a/asm_ror_02_D.d.exe.bc run/a/asm_shr_02_D.d.exe run/a/asm_nop_01.d.exe run/a/asm_sub_02_F.d.exe run/a/asm_dec_01_B.d.exe run/a/asm_dl_02_A.d.exe.bc run/a/asm_or_02_C.d.exe run/a/asm_movd_02_J.d.exe.bc run/a/array_initialization_26_D.d.exe run/a/asm_enter_01_A.d.exe run/a/asm_setnc_01.d.exe.bc run/a/asm_jnle_01_B.d.exe run/a/asm_neg_02_B.d.exe.bc run/a/asm_add_05_C.d.exe.bc run/a/asm_movzx_01_A.d.exe run/a/asm_or_02_B.d.exe run/a/asm_setnc_01.d.exe run/a/asm_movd_04_L.d.exe.bc run/a/asm_ror_01_F.d.exe.bc run/a/asm_dl_02_B.d.exe.bc run/a/asm_lea_01_A.d.exe.bc run/a/asm_idiv_02_A.d.exe.bc run/a/asm_movd_05_E.d.exe.bc run/a/asm_loop_02_A.d.exe run/a/asm_rcr_02_F.d.exe run/a/asm_loop_02_C.d.exe run/a/asm_fsub_01_C.d.exe.bc run/a/asm_jp_01_A.d.exe run/a/asm_sar_02_D.d.exe.bc run/a/asm_setnb_01_A.d.exe run/a/asm_shrd_02_C.d.exe run/a/asm_add_01_A.d.exe.bc run/a/asm_jb_01_B.d.exe.bc run/a/asm_movd_02_F.d.exe.bc run/a/asm_jnp_01_C.d.exe run/a/asm_esi_02.d.exe run/a/asm_and_03_A.d.exe.bc run/a/asm_neg_02_C.d.exe.bc run/a/asm_loopne_01_A.d.exe run/a/asm_test_01_B.d.exe.bc run/a/asm_and_01_B.d.exe.bc run/a/asm_movd_05_A.d.exe.bc run/a/assert_19_D.d.exe run/a/asm_jz_01_A.d.exe.bc run/a/asm_movd_05_L.d.exe.bc run/a/asm_sar_02_C.d.exe.bc run/a/asm_jc_01_A.d.exe run/a/array_initialization_34_E.d.exe.bc run/a/asm_call_01.d.exe run/a/asm_pop_01_A.d.exe run/a/asm_jns_01_A.d.exe.bc run/a/asm_shr_01_F.d.exe.bc run/a/asm_jna_01_A.d.exe.bc run/a/asm_movd_03_H.d.exe.bc run/a/auto_20_A.d.exe run/a/asm_jpo_01_A.d.exe.bc run/a/asm_setpo_01.d.exe run/a/asm_edi_01.d.exe run/a/asm_movd_05_D.d.exe.bc run/a/asm_rol_01_I.d.exe run/a/asm_jczx_01_A.d.exe.bc run/a/asm_shld_01_C.d.exe.bc run/a/asm_jnl_01_C.d.exe run/a/asm_idiv_01_B.d.exe run/a/asm_jge_01_A.d.exe.bc run/a/asm_jbe_01_C.d.exe run/a/asm_movd_03_N.d.exe.bc run/a/asm_movdqu_01.d.exe.bc run/a/asm_add_03_B.d.exe.bc run/a/assert_19_C.d.exe.bc run/a/asm_cmova_01_A.d.exe.bc run/a/asm_di_02_B.d.exe run/a/array_initialization_20_A.d.exe run/a/asm_popa_01_A.d.exe.bc run/a/asm_jnp_01_C.d.exe.bc run/a/asm_popad_01_A.d.exe.bc run/a/associative_array_18_B.d.exe run/a/asm_movd_05_H.d.exe.bc run/a/asm_wait_01.d.exe run/a/asm_jnc_01_B.d.exe.bc run/a/asm_sub_02_B.d.exe.bc run/a/asm_setge_01_B.d.exe.bc run/a/asm_sgdt_01.d.exe.bc run/a/asm_xor_03_B.d.exe run/a/asm_imul_02_B.d.exe.bc run/a/asm_jnge_01_A.d.exe.bc run/a/asm_sets_01.d.exe.bc run/a/asm_jnge_01_C.d.exe.bc run/a/asm_seta_01_A.d.exe run/a/asm_xor_03_C.d.exe.bc run/a/alias_31_C.d.exe run/a/asm_setna_01_B.d.exe.bc run/a/asm_xor_02_B.d.exe run/a/asm_div_02_A.d.exe run/a/asm_mov_01_D.d.exe.bc run/a/asm_shr_02_G.d.exe run/a/asm_xor_03_C.d.exe run/a/asm_movd_04_P.d.exe.bc run/a/asm_sbb_01_B.d.exe run/a/array_initialization_20_C.d.exe run/a/asm_mov_02_D.d.exe.bc run/a/asm_di_02_C.d.exe.bc run/a/asm_and_03_A.d.exe run/a/asm_xor_03_B.d.exe.bc run/a/asm_rcr_02_D.d.exe.bc run/a/asm_cmpxchg_02_A.d.exe.bc run/a/asm_jnge_01_A.d.exe run/a/asm_je_01_A.d.exe.bc run/a/alias_30_H.d.exe.bc run/a/asm_cmpxchg_01_C.d.exe.bc run/a/asm_03_A.d.exe.bc run/a/auto_11_B.d.exe.bc run/a/asm_rol_02_B.d.exe.bc run/a/asm_lea_03_A.d.exe.bc run/a/asm_test_02_C.d.exe.bc run/a/asm_setp_01.d.exe.bc run/a/asm_jnae_01_B.d.exe.bc run/a/asm_pop_01_B.d.exe run/a/asm_rcr_02_D.d.exe run/a/asm_bsr_02_A.d.exe run/a/asm_jbe_01_B.d.exe run/a/asm_jnp_01_D.d.exe run/a/alias_24_B.d.exe.bc run/a/asm_bsr_02_B.d.exe.bc run/a/asm_shl_02_F.d.exe.bc run/a/asm_rcl_02_E.d.exe run/a/array_initialization_34_B.d.exe run/a/asm_sbb_01_A.d.exe.bc run/a/array_initialization_17_B.d.exe run/a/asm_bsf_02_B.d.exe.bc run/a/asm_mov_02_C.d.exe run/a/asm_setg_01_A.d.exe run/a/array_initialization_20_E.d.exe run/a/asm_and_03_B.d.exe run/a/asm_movd_03_I.d.exe.bc run/a/array_initialization_21_F.d.exe run/a/asm_mul_01_B.d.exe.bc run/a/asm_cmpxchg_01_A.d.exe run/a/asm_xchg_01_F.d.exe.bc run/a/asm_setne_01.d.exe run/a/asm_rcr_01_F.d.exe.bc run/a/asm_edi_02.d.exe.bc run/a/asm_sidt_01.d.exe run/a/asm_xor_03_A.d.exe run/a/asm_setg_01_A.d.exe.bc run/a/asm_mov_02_C.d.exe.bc run/a/asm_btc_01_B.d.exe.bc run/a/asm_add_03_C.d.exe run/a/asm_jpe_01_A.d.exe run/a/auto_12_A.d.exe.bc run/a/asm_rcl_01_D.d.exe.bc run/a/asm_inc_01_C.d.exe.bc run/a/asm_03_A.d.exe run/a/asm_adc_01_F.d.exe run/a/alias_32_C.d.exe.bc run/a/asm_movd_05_O.d.exe.bc run/a/asm_add_05_A.d.exe run/a/asm_ecx_01.d.exe run/a/asm_adc_01_H.d.exe.bc run/a/asm_div_02_B.d.exe run/a/asm_fsubr_01_B.d.exe.bc run/a/asm_ds_01_B.d.exe run/a/asm_sub_01_A.d.exe.bc run/a/array_initialization_26_A.d.exe run/a/asm_bt_02_B.d.exe.bc run/a/asm_adc_01_F.d.exe.bc run/a/asm_bt_02_A.d.exe.bc run/a/asm_loope_01_A.d.exe run/a/asm_movzx_02_B.d.exe.bc run/a/asm_jnbe_01_B.d.exe run/a/asm_shl_01_G.d.exe run/a/asm_rcl_02_C.d.exe.bc run/a/asm_jns_01_B.d.exe.bc run/a/asm_adc_01_C.d.exe run/a/asm_adc_01_C.d.exe.bc run/a/asm_jle_01_A.d.exe.bc run/a/array_initialization_23_B.d.exe.bc run/a/asm_sar_02_I.d.exe run/a/asm_rcl_01_F.d.exe run/a/asm_jp_01_A.d.exe.bc run/a/asm_bsf_02_A.d.exe.bc run/a/asm_setnge_01.d.exe run/a/asm_add_03_A.d.exe run/a/alias_25_D.d.exe run/a/asm_jnb_01_B.d.exe run/a/array_initialization_20_G.d.exe run/a/asm_mov_02_D.d.exe run/a/asm_setc_01_A.d.exe run/a/asm_movd_02_P.d.exe.bc run/a/asm_fsub_01_B.d.exe.bc run/a/asm_lea_03_A.d.exe run/a/asm_btr_02_B.d.exe.bc run/a/asm_dh_01.d.exe.bc run/a/asm_sbb_01_D.d.exe run/a/asm_jna_01_B.d.exe run/a/asm_mov_01_C.d.exe run/a/asm_adc_01_H.d.exe run/a/asm_idiv_01_A.d.exe.bc run/a/asm_jb_01_A.d.exe run/a/asm_jnle_01_A.d.exe run/a/array_initialization_30_B.d.exe.bc run/a/asm_popa_01_A.d.exe run/a/asm_setns_01.d.exe.bc run/a/asm_fsub_01_C.d.exe run/a/asm_and_04_C.d.exe run/a/asm_setle_01_A.d.exe run/a/asm_shrd_02_D.d.exe.bc run/a/asm_not_02_A.d.exe.bc run/a/asm_setnbe_01.d.exe.bc run/a/asm_bsr_02_B.d.exe run/a/asm_04_C.d.exe.bc run/a/asm_ah_02_P.d.exe run/a/asm_jnp_01_A.d.exe.bc run/a/array_initialization_23_A.d.exe.bc run/a/asm_pop_02_B.d.exe.bc run/a/asm_jpe_01_B.d.exe.bc run/a/asm_test_03_B.d.exe.bc run/a/array_initialization_17_B.d.exe.bc run/a/asm_jbe_01_A.d.exe.bc run/a/asm_idiv_02_C.d.exe.bc run/a/array_initialization_25_C.d.exe.bc run/a/asm_div_01_A.d.exe run/a/asm_imul_01_A.d.exe run/a/asm_or_03_F.d.exe run/a/asm_sal_01_H.d.exe run/a/asm_dec_01_A.d.exe.bc run/a/asm_rol_02_I.d.exe run/a/asm_jz_01_A.d.exe run/a/asm_setge_01_A.d.exe.bc run/a/asm_cmpxchg_02_C.d.exe run/a/asm_loop_02_A.d.exe.bc run/a/asm_jpe_01_B.d.exe run/a/asm_ror_01_D.d.exe.bc run/a/asm_ror_02_A.d.exe run/a/asm_prefetcht1_01.d.exe run/a/auto_13_B.d.exe.bc run/a/asm_movzx_01_B.d.exe run/a/asm_jna_01_B.d.exe.bc run/a/asm_cmova_02_A.d.exe.bc run/a/asm_dx_01.d.exe.bc run/a/alias_32_B.d.exe run/a/asm_sub_02_G.d.exe run/a/asm_test_02_F.d.exe.bc run/a/asm_or_01_C.d.exe.bc run/a/assert_18_E.d.exe run/a/asm_setl_01_A.d.exe run/a/asm_jnle_01_C.d.exe run/a/asm_edx_02.d.exe run/a/array_initialization_32_B.d.exe.bc run/a/array_initialization_28_C.d.exe run/a/asm_jnle_01_A.d.exe.bc run/a/asm_setg_01_B.d.exe run/a/asm_movd_03_A.d.exe.bc run/a/asm_ror_02_G.d.exe run/a/asm_xchg_01_D.d.exe.bc run/a/array_initialization_20_G.d.exe.bc run/a/asm_div_01_A.d.exe.bc run/a/asm_mfence_01.d.exe.bc run/a/asm_sar_02_F.d.exe.bc run/a/asm_setno_01.d.exe run/a/asm_sal_01_F.d.exe.bc run/a/array_initialization_32_D.d.exe.bc run/a/asm_shl_01_D.d.exe run/a/asm_sal_01_A.d.exe.bc run/a/asm_test_01_A.d.exe.bc run/a/asm_shrd_01_D.d.exe run/a/asm_movsx_01_B.d.exe run/a/asm_jne_01_A.d.exe.bc run/a/asm_ror_02_H.d.exe run/a/asm_movd_04_N.d.exe.bc run/a/asm_jno_01_A.d.exe run/a/asm_prefetcht1_01.d.exe.bc run/a/asm_al_01.d.exe run/a/asm_jng_01_B.d.exe.bc run/a/asm_setnz_01.d.exe run/a/asm_div_01_B.d.exe.bc run/a/asm_mul_02_B.d.exe.bc run/a/asm_divsd_01_A.d.exe.bc run/a/asm_sub_01_C.d.exe.bc run/a/asm_eax_01.d.exe run/a/asm_idiv_02_B.d.exe run/a/array_initialization_21_D.d.exe.bc run/a/alias_38_B.d.exe run/a/asm_pop_02_B.d.exe run/a/asm_dx_02.d.exe.bc run/a/asm_movzx_01_A.d.exe.bc run/a/asm_clflush_01.d.exe.bc run/a/asm_rcl_02_F.d.exe run/a/asm_not_02_B.d.exe.bc run/a/asm_setnle_01.d.exe run/a/associative_array_20_A.d.exe.bc run/a/asm_xor_02_C.d.exe run/a/alias_31_A.d.exe run/a/asm_ecx_01.d.exe.bc run/a/asm_bsf_01_B.d.exe.bc run/a/asm_xor_02_E.d.exe run/a/asm_jnge_01_B.d.exe run/a/asm_jnae_01_A.d.exe.bc run/a/asm_shl_01_A.d.exe.bc run/a/array_initialization_17_C.d.exe.bc run/a/asm_sal_02_F.d.exe.bc run/a/asm_setae_01_A.d.exe.bc run/a/associative_array_23_A.d.exe.bc run/a/asm_ror_01_E.d.exe run/a/asm_prefetchnta_01.d.exe.bc run/a/asm_rol_02_B.d.exe run/a/asm_sub_02_B.d.exe run/a/asm_adc_01_D.d.exe.bc run/a/asm_mov_03_B.d.exe run/a/asm_mul_01_A.d.exe run/a/asm_jz_01_C.d.exe run/a/array_initialization_21_A.d.exe run/a/asm_shl_01_E.d.exe.bc run/a/asm_dl_01.d.exe.bc run/a/asm_cmpxchg_01_B.d.exe run/a/asm_cdq_01.d.exe run/a/asm_test_02_B.d.exe.bc run/a/alias_32_H.d.exe run/a/asm_sub_02_E.d.exe.bc run/a/asm_04_B.d.exe run/a/asm_ax_01.d.exe.bc run/a/asm_or_01_D.d.exe run/a/array_initialization_27_C.d.exe run/a/asm_or_01_F.d.exe.bc run/a/asm_fsub_01_D.d.exe run/a/asm_movd_03_E.d.exe.bc run/a/asm_sidt_01.d.exe.bc run/a/auto_10_B.d.exe.bc run/a/asm_test_01_E.d.exe.bc run/a/asm_sar_02_D.d.exe run/a/asm_add_01_B.d.exe.bc run/a/associative_array_18_A.d.exe run/a/asm_loop_01.d.exe run/a/associative_array_24_A.d.exe.bc run/a/asm_sete_01_A.d.exe run/a/asm_movd_03_O.d.exe.bc run/a/asm_jge_01_C.d.exe run/a/asm_div_02_C.d.exe.bc run/a/asm_movd_03_C.d.exe.bc run/a/asm_js_01_B.d.exe run/a/asm_jmp_02_A.d.exe.bc run/a/asm_dl_02_C.d.exe run/a/asm_shr_01_E.d.exe.bc run/a/asm_setnp_01.d.exe run/a/asm_shl_01_E.d.exe run/a/asm_setb_01_A.d.exe.bc run/a/asm_inc_01_B.d.exe.bc run/a/array_initialization_34_A.d.exe run/a/alias_24_A.d.exe.bc run/a/array_initialization_32_A.d.exe.bc run/a/asm_sub_02_F.d.exe.bc run/a/asm_setz_01.d.exe.bc run/a/asm_neg_02_B.d.exe run/a/asm_jnae_01_B.d.exe run/a/asm_xor_01_B.d.exe run/a/asm_smsw_01_B.d.exe.bc run/a/asm_setle_01_B.d.exe run/a/asm_sub_02_C.d.exe.bc run/a/asm_rol_02_C.d.exe run/a/asm_div_02_C.d.exe run/a/asm_mul_01_C.d.exe run/a/asm_xor_02_A.d.exe run/a/asm_sbb_01_I.d.exe.bc run/a/asm_and_04_B.d.exe run/a/asm_or_02_D.d.exe.bc run/a/asm_sal_01_D.d.exe run/a/asm_shl_02_F.d.exe run/a/asm_setp_01.d.exe run/a/asm_dec_01_C.d.exe run/a/asm_jnb_01_B.d.exe.bc run/a/array_initialization_34_B.d.exe.bc run/a/asm_movd_04_H.d.exe.bc run/a/auto_12_B.d.exe run/a/asm_dec_01_A.d.exe run/a/asm_shld_01_D.d.exe run/a/asm_rcr_02_C.d.exe run/a/asm_fsubr_01_D.d.exe.bc run/a/asm_jle_01_B.d.exe run/a/asm_shr_02_I.d.exe.bc run/a/asm_bts_02_B.d.exe.bc run/a/asm_rol_02_I.d.exe.bc run/a/asm_jl_01_C.d.exe run/a/associative_array_24_B.d.exe.bc run/a/asm_and_02_B.d.exe.bc run/a/alias_24_A.d.exe run/a/asm_inc_01_A.d.exe.bc run/a/array_initialization_34_E.d.exe run/a/asm_setge_01_A.d.exe run/a/asm_edx_01.d.exe run/a/asm_ror_02_E.d.exe.bc run/a/asm_dl_02_A.d.exe run/a/array_initialization_34_D.d.exe run/a/asm_movdqa_01.d.exe.bc run/a/asm_test_02_E.d.exe.bc run/a/asm_movd_04_I.d.exe.bc run/a/asm_bsf_02_A.d.exe run/a/asm_rcl_02_F.d.exe.bc run/a/auto_20_A.d.exe.bc run/a/asm_js_01_C.d.exe.bc run/a/asm_xchg_01_F.d.exe run/a/asm_si_01.d.exe.bc run/a/asm_and_02_A.d.exe run/a/asm_setnb_01_A.d.exe.bc run/a/asm_sar_01_D.d.exe run/a/array_initialization_32_A.d.exe run/a/abstract_16_B.d.exe run/a/asm_movd_02_K.d.exe.bc run/a/asm_sbb_01_G.d.exe.bc run/a/asm_xor_02_C.d.exe.bc run/a/asm_ah_01.d.exe.bc run/a/asm_jz_01_B.d.exe run/a/asm_xadd_02_B.d.exe run/a/asm_inc_01_B.d.exe run/a/asm_shr_02_I.d.exe run/a/asm_eax_02.d.exe run/a/asm_idiv_01_C.d.exe run/a/asm_sal_01_I.d.exe.bc run/a/asm_movnti_01.d.exe.bc run/a/array_initialization_25_B.d.exe.bc run/a/array_initialization_25_A.d.exe.bc run/a/asm_ds_01_C.d.exe run/a/asm_setle_01_A.d.exe.bc run/a/asm_jpo_01_B.d.exe run/a/asm_sbb_01_H.d.exe.bc run/a/asm_ds_01_A.d.exe.bc run/a/asm_sete_01_B.d.exe run/a/asm_dx_02.d.exe run/a/asm_jng_01_C.d.exe.bc run/a/asm_jne_01_B.d.exe run/a/array_initialization_17_C.d.exe run/a/abstract_16_A.d.exe run/a/asm_ror_02_D.d.exe run/a/asm_add_01_C.d.exe.bc run/a/asm_wait_01.d.exe.bc run/a/asm_bx_01.d.exe.bc run/a/asm_mul_02_C.d.exe.bc run/a/asm_sub_01_B.d.exe.bc run/a/asm_pause_01_A.d.exe run/a/asm_add_05_B.d.exe run/a/alias_31_A.d.exe.bc run/a/asm_movzx_02_A.d.exe.bc run/a/alias_32_D.d.exe.bc run/a/asm_mov_01_C.d.exe.bc run/a/asm_fsubr_01_B.d.exe run/a/array_initialization_23_C.d.exe.bc run/a/asm_neg_02_C.d.exe run/a/asm_ds_01_C.d.exe.bc run/a/asm_idiv_01_A.d.exe run/a/asm_setc_01_A.d.exe.bc run/a/asm_rcr_01_F.d.exe run/a/asm_and_03_B.d.exe.bc run/a/asm_jeczx_01_B.d.exe.bc run/a/asm_not_02_C.d.exe run/a/asm_pause_01_A.d.exe.bc run/a/asm_test_01_F.d.exe.bc run/a/asm_sbb_02_B.d.exe run/a/asm_setna_01_A.d.exe run/a/alias_31_D.d.exe run/a/asm_bsr_02_A.d.exe.bc run/a/asm_or_03_F.d.exe.bc run/a/asm_db_01_B.d.exe.bc run/a/assert_16_A.d.exe.bc run/a/associative_array_18_A.d.exe.bc run/a/asm_cbw_01.d.exe.bc run/a/asm_js_01_A.d.exe run/a/asm_imul_04_B.d.exe run/a/asm_jle_01_B.d.exe.bc run/a/asm_sfence_01.d.exe.bc run/a/asm_lfence_01.d.exe run/a/asm_movd_04_B.d.exe.bc run/a/alias_32_A.d.exe run/a/asm_not_02_A.d.exe run/a/asm_shl_01_I.d.exe.bc run/a/array_initialization_27_B.d.exe.bc run/a/asm_jno_01_B.d.exe run/a/asm_cwd_01.d.exe run/a/asm_sal_01_G.d.exe.bc run/a/asm_movsx_01_B.d.exe.bc run/a/asm_si_01.d.exe run/a/asm_bx_02.d.exe run/a/auto_11_C.d.exe.bc run/a/asm_or_01_B.d.exe.bc run/a/asm_str_01.d.exe.bc run/a/array_initialization_16.d.exe run/a/asm_test_02_A.d.exe.bc run/a/asm_jna_01_A.d.exe run/a/asm_shr_02_E.d.exe.bc run/a/asm_seta_01_B.d.exe run/a/asm_jg_01_B.d.exe run/a/assert_18_E.d.exe.bc run/a/asm_xor_01_A.d.exe.bc run/a/asm_bswap_01.d.exe.bc run/a/asm_cdq_01.d.exe.bc run/a/asm_jna_01_C.d.exe run/a/asm_setnae_01_B.d.exe run/a/array_initialization_21_C.d.exe run/a/asm_je_01_A.d.exe run/a/asm_sar_01_E.d.exe run/a/asm_and_01_C.d.exe.bc run/a/asm_movd_02_H.d.exe.bc run/a/asm_lfence_01.d.exe.bc run/a/asm_sbb_01_E.d.exe run/a/asm_dec_01_C.d.exe.bc run/a/asm_04_C.d.exe run/a/asm_movzx_02_B.d.exe run/a/asm_xadd_02_A.d.exe run/a/asm_rol_02_E.d.exe.bc run/a/asm_rol_01_G.d.exe run/a/array_initialization_25_C.d.exe run/a/asm_jne_01_A.d.exe run/a/asm_or_02_C.d.exe.bc run/a/asm_jg_01_C.d.exe run/a/asm_push_02_A.d.exe.bc run/a/asm_clc_01.d.exe run/a/asm_jc_01_B.d.exe.bc run/a/asm_sbb_01_F.d.exe.bc run/a/array_initialization_25_A.d.exe run/a/asm_xor_02_E.d.exe.bc run/a/asm_or_02_F.d.exe.bc run/a/asm_lea_01_B.d.exe.bc run/a/assert_17_A.d.exe run/a/asm_jc_01_B.d.exe run/a/asm_rcr_01_D.d.exe run/a/asm_prefetchnta_01.d.exe run/a/asm_jnl_01_B.d.exe run/a/asm_mov_03_A.d.exe run/a/asm_ror_02_B.d.exe.bc run/a/asm_sal_02_F.d.exe run/a/asm_str_01.d.exe run/a/asm_jnp_01_A.d.exe run/a/asm_shr_02_H.d.exe.bc run/a/asm_test_01_C.d.exe.bc run/a/asm_jp_01_B.d.exe.bc run/a/asm_jo_01_B.d.exe.bc run/a/asm_pmovmskb_01_B.d.exe.bc run/a/asm_ebx_02.d.exe.bc run/a/asm_rcr_02_E.d.exe run/a/asm_shld_02_C.d.exe.bc run/a/asm_btc_02_B.d.exe.bc run/a/array_initialization_23_C.d.exe run/a/asm_sal_02_D.d.exe.bc run/a/associative_array_18_D.d.exe.bc run/a/associative_array_18_C.d.exe run/a/asm_ror_02_E.d.exe run/a/asm_add_01_B.d.exe run/a/asm_movntdq_01.d.exe.bc run/a/asm_fxrstor_01_A.d.exe.bc run/a/alias_32_H.d.exe.bc run/a/asm_sal_01_B.d.exe run/a/asm_fsubr_01_C.d.exe run/a/asm_imul_01_C.d.exe.bc run/a/asm_imul_04_A.d.exe run/a/asm_sldt_01_B.d.exe run/a/asm_fsubr_01_A.d.exe run/a/asm_sbb_01_A.d.exe run/a/asm_jnl_01_A.d.exe.bc run/a/asm_setbe_01_B.d.exe run/a/asm_and_02_C.d.exe.bc run/a/asm_sub_02_G.d.exe.bc run/a/asm_setnle_01.d.exe.bc run/a/asm_setz_01.d.exe run/a/asm_jnc_01_A.d.exe run/a/asm_jle_01_A.d.exe run/a/asm_jns_01_A.d.exe run/a/array_initialization_30_A.d.exe.bc run/a/asm_jae_01_C.d.exe run/a/asm_add_02.d.exe.bc run/a/array_initialization_26_A.d.exe.bc run/a/asm_rcr_02_H.d.exe run/a/asm_jczx_01_B.d.exe run/a/asm_jnz_01_A.d.exe run/a/asm_bsr_01_A.d.exe run/a/asm_jg_01_A.d.exe run/a/alias_31_B.d.exe run/a/asm_leave_01.d.exe run/a/asm_jnbe_01_C.d.exe run/a/asm_js_01_A.d.exe.bc run/a/asm_movzx_01_C.d.exe run/a/asm_cmova_02_B.d.exe run/a/asm_imul_03_A.d.exe.bc run/a/asm_loopne_01_A.d.exe.bc run/a/asm_jge_01_C.d.exe.bc run/a/asm_adc_01_A.d.exe run/a/asm_sal_01_F.d.exe run/a/asm_sar_02_H.d.exe run/a/asm_shld_01_C.d.exe run/a/asm_db_01_A.d.exe.bc run/a/asm_sar_02_B.d.exe run/a/auto_19_B.d.exe run/a/alias_32_B.d.exe.bc run/a/asm_enter_01_C.d.exe run/a/asm_movd_02_O.d.exe.bc run/a/asm_or_03_C.d.exe run/a/asm_jge_01_B.d.exe.bc run/a/asm_setnb_01_B.d.exe run/a/asm_jnc_01_A.d.exe.bc run/a/asm_smsw_01_B.d.exe run/a/array_initialization_30_B.d.exe run/a/asm_jg_01_A.d.exe.bc run/a/asm_eax_01.d.exe.bc run/a/asm_sbb_02_A.d.exe run/a/alias_32_D.d.exe run/a/asm_dl_02_C.d.exe.bc run/a/asm_shr_02_C.d.exe run/a/asm_xchg_01_E.d.exe run/a/asm_sub_01_B.d.exe run/a/asm_mul_01_C.d.exe.bc run/a/asm_sar_02_G.d.exe.bc run/a/asm_cmpxchg_02_C.d.exe.bc run/a/asm_sub_02_D.d.exe run/a/asm_sal_01_C.d.exe run/a/asm_divps_01_A.d.exe.bc run/a/asm_lahf_01_A.d.exe.bc run/a/asm_edi_01.d.exe.bc run/a/asm_movzx_02_A.d.exe run/a/asm_cmpxch8b_01.d.exe run/a/assert_12_A.d.exe.bc run/a/asm_jmp_01.d.exe.bc run/a/asm_cmpxchg_01_A.d.exe.bc run/a/asm_rcr_02_G.d.exe run/a/asm_jnp_01_B.d.exe run/a/asm_shr_01_F.d.exe run/a/asm_mul_02_A.d.exe.bc run/a/alias_32_G.d.exe run/a/asm_shl_01_D.d.exe.bc run/a/asm_sets_01.d.exe run/a/asm_pmovmskb_01_B.d.exe run/a/asm_esi_01.d.exe run/a/asm_rcl_02_D.d.exe run/a/asm_bsf_02_B.d.exe run/a/array_initialization_28_B.d.exe run/a/asm_jg_01_B.d.exe.bc run/a/asm_setae_01_B.d.exe run/a/asm_loope_01_A.d.exe.bc run/a/asm_or_02_D.d.exe run/a/asm_cmova_01_A.d.exe run/a/asm_setc_01_B.d.exe run/a/asm_sub_02_H.d.exe run/a/asm_sar_01_F.d.exe run/a/asm_setg_01_B.d.exe.bc run/a/asm_jo_01_B.d.exe run/a/asm_sal_01_I.d.exe run/a/asm_rcr_01_D.d.exe.bc run/a/asm_jl_01_A.d.exe run/a/asm_bh_01.d.exe.bc run/a/asm_setae_01_B.d.exe.bc run/a/asm_or_01_C.d.exe run/a/asm_movsx_01_C.d.exe.bc run/a/asm_and_04_A.d.exe.bc run/a/alias_32_F.d.exe.bc run/a/asm_test_02_D.d.exe.bc run/a/asm_pop_02_A.d.exe run/a/asm_jp_01_B.d.exe run/a/array_initialization_28_C.d.exe.bc run/a/asm_movdqa_01.d.exe run/a/asm_xor_02_D.d.exe.bc run/a/asm_jpo_01_A.d.exe run/a/asm_movshdup_01_A.d.exe run/a/asm_shr_01_D.d.exe run/a/asm_setnz_01.d.exe.bc run/a/asm_cmova_01_B.d.exe run/a/asm_movsx_01_C.d.exe run/a/asm_fsub_01_A.d.exe.bc run/a/asm_shld_02_D.d.exe.bc run/a/asm_rol_02_F.d.exe.bc run/a/array_initialization_21_B.d.exe run/a/asm_dl_01.d.exe run/a/asm_push_02_A.d.exe run/a/asm_fsub_01_B.d.exe run/a/asm_movd_03_G.d.exe.bc run/a/asm_bts_01_B.d.exe.bc run/a/asm_bx_02.d.exe.bc run/a/array_initialization_27_D.d.exe.bc run/a/asm_jb_01_C.d.exe run/a/asm_call_01.d.exe.bc run/a/asm_sahf_01_A.d.exe.bc run/a/asm_movzx_01_C.d.exe.bc run/a/asm_movd_03_M.d.exe.bc run/a/asm_jczx_01_B.d.exe.bc run/a/asm_xchg_01_D.d.exe run/a/asm_movd_02_N.d.exe.bc run/a/assert_19_D.d.exe.bc run/a/asm_cmpxchg_02_B.d.exe.bc run/a/array_initialization_28_B.d.exe.bc run/a/auto_12_A.d.exe run/a/asm_lea_02_A.d.exe.bc run/a/array_initialization_23_B.d.exe run/a/asm_shr_01_D.d.exe.bc run/a/asm_sub_01_A.d.exe run/a/assert_17_A.d.exe.bc run/a/asm_bt_01_B.d.exe.bc run/a/asm_offset_01_B.d.exe run/a/asm_sar_02_E.d.exe run/a/asm_bsf_01_A.d.exe run/a/asm_xadd_02_A.d.exe.bc run/a/asm_jb_01_A.d.exe.bc run/a/asm_ds_01_A.d.exe run/a/asm_jnae_01_A.d.exe run/a/asm_mov_03_B.d.exe.bc run/a/asm_movd_04_J.d.exe.bc run/a/asm_jl_01_B.d.exe run/a/asm_setl_01_B.d.exe run/a/asm_xor_01_A.d.exe run/a/asm_bsr_01_B.d.exe run/a/asm_sub_02_I.d.exe.bc run/a/asm_sbb_01_E.d.exe.bc run/a/asm_and_02_B.d.exe run/a/asm_lea_01_A.d.exe run/a/asm_shr_02_A.d.exe.bc run/a/asm_xadd_02_C.d.exe run/a/array_initialization_23_A.d.exe run/a/assert_12_B.d.exe run/a/asm_add_01_C.d.exe run/a/asm_loop_02_C.d.exe.bc run/a/asm_rol_02_D.d.exe run/a/asm_jczx_01_A.d.exe run/a/asm_rcl_02_A.d.exe run/a/asm_rol_02_G.d.exe run/a/array_initialization_21_E.d.exe.bc run/a/asm_div_02_B.d.exe.bc run/a/asm_jg_01_C.d.exe.bc run/a/asm_ch_01.d.exe run/a/asm_rcr_02_I.d.exe run/a/associative_array_23_A.d.exe run/a/array_initialization_21_A.d.exe.bc run/a/asm_movntdq_01.d.exe run/a/asm_jmp_02_C.d.exe.bc run/a/asm_or_02_F.d.exe run/a/asm_rcr_01_E.d.exe.bc run/a/asm_movd_04_M.d.exe.bc run/a/asm_mul_01_A.d.exe.bc run/a/asm_jb_01_B.d.exe run/a/asm_setc_01_B.d.exe.bc run/a/asm_jnz_01_C.d.exe.bc run/a/asm_js_01_B.d.exe.bc run/a/asm_setnb_01_B.d.exe.bc run/a/asm_jnc_01_B.d.exe run/a/asm_prefetcht2_01.d.exe run/a/asm_ror_02_H.d.exe.bc run/a/asm_setbe_01_B.d.exe.bc run/a/asm_jeczx_01_B.d.exe run/a/asm_lar_01_A.d.exe run/a/asm_rcl_01_F.d.exe.bc run/a/asm_movd_03_P.d.exe.bc run/a/asm_div_01_C.d.exe run/a/asm_setng_01.d.exe run/a/associative_array_18_C.d.exe.bc run/a/asm_jpo_01_B.d.exe.bc run/a/asm_setpo_01.d.exe.bc run/a/asm_imul_04_A.d.exe.bc run/a/asm_xor_02_F.d.exe.bc run/a/asm_sar_02_E.d.exe.bc run/a/alias_32_I.d.exe.bc run/a/asm_jnbe_01_A.d.exe run/a/alias_30_H.d.exe run/a/asm_imul_03_C.d.exe.bc run/a/asm_rcr_02_H.d.exe.bc run/a/asm_jo_01_A.d.exe run/a/asm_pop_01_A.d.exe.bc run/a/asm_sbb_02_C.d.exe run/a/asm_or_01_B.d.exe run/a/asm_rol_01_G.d.exe.bc run/a/asm_setnp_01.d.exe.bc run/a/alias_32_A.d.exe.bc run/a/asm_jnp_01_B.d.exe.bc run/a/asm_mov_02_B.d.exe.bc run/a/array_initialization_21_E.d.exe run/final_05.d.exe run/bug_20050418_02.d.exe run/typeid_03.d.exe run/static_05.d.exe.bc run/typeid_80.d.exe.bc run/mixin_12.d.exe run/try_02.d.exe.bc run/opPreDec_06.d.exe run/interface_02.d.exe run/invariant_28.d.exe.bc run/typeid_36.d.exe.bc run/constructor_01.d.exe.bc run/unittest_01.d.exe.bc run/in_out_body_07.d.exe run/unittest_05.d.exe.bc run/wchar_09.d.exe run/opCatAssign_02.d.exe.bc run/double_12.d.exe.bc run/offsetof_40.d.exe.bc run/typeid_76.d.exe run/opPreDec_08.d.exe run/byte_06.d.exe run/associative_array_11.d.exe run/slice_07.d.exe.bc run/integer_literal_hex_06.d.exe.bc run/opShr_05.d.exe run/try_03.d.exe run/debug_info_06.d.exe.bc run/byte_12.d.exe run/opCat_01.d.exe run/foreach_07.d.exe run/class_09.d.exe run/opMulAssign_03.d.exe.bc run/creal_17.d.exe.bc run/invariant_24.d.exe.bc run/sort_06.d.exe run/in_out_body_06.d.exe.bc run/private_04.d.exe run/opDivAssign_10.d.exe.bc run/bug_cgcod_1640_F.d.exe.bc run/class_03.d.exe.bc run/static_23.d.exe.bc run/align_17.d.exe run/command_line_debug_04.d.exe.bc run/typeid_24.d.exe run/sort_12.d.exe.bc run/default_argument_01.d.exe.bc run/bug_constfold_575_G.d.exe.bc run/template_10.d.exe run/version_04.d.exe.bc run/comment_09.d.exe run/constructor_08.d.exe.bc run/v/volatile_02_C.d.exe.bc run/v/void_03_R.d.exe.bc run/v/void_03_S.d.exe run/v/variadic_argument_08_B.d.exe run/v/void_06_B.d.exe.bc run/v/void_03_Z.d.exe run/v/void_03_A.d.exe run/v/version_38_A.d.exe run/v/void_03_H.d.exe.bc run/v/void_03_P.d.exe run/v/volatile_03_B.d.exe.bc run/v/version_38_E.d.exe run/v/void_03_U.d.exe.bc run/v/version_38_C.d.exe run/v/variadic_argument_06_B.d.exe run/v/version_09_A.d.exe.bc run/v/void_02_C.d.exe run/v/void_03_L.d.exe.bc run/v/version_38_E.d.exe.bc run/v/variadic_argument_12_B.d.exe run/v/void_03_X.d.exe.bc run/v/void_03_G.d.exe run/v/void_03_I.d.exe run/v/version_09_D.d.exe.bc run/v/void_03_J.d.exe.bc run/v/void_03_S.d.exe.bc run/v/void_05_A.d.exe.bc run/v/void_03_F.d.exe.bc run/v/void_03_P.d.exe.bc run/v/variadic_argument_12_B.d.exe.bc run/v/volatile_03_A.d.exe run/v/void_03_R.d.exe run/v/void_06_B.d.exe run/v/void_01.d.exe.bc run/v/void_03_N.d.exe run/v/void_03_E.d.exe run/v/void_03_C.d.exe.bc run/v/void_03_A.d.exe.bc run/v/void_03_Q.d.exe run/v/void_03_H.d.exe run/v/volatile_02_D.d.exe run/v/variadic_argument_08_A.d.exe.bc run/v/void_05_B.d.exe.bc run/v/void_05_B.d.exe run/v/void_03_J.d.exe run/v/variadic_argument_12_C.d.exe run/v/void_03_M.d.exe.bc run/v/void_05_A.d.exe run/v/version_38_B.d.exe.bc run/v/void_03_Y.d.exe run/v/void_03_F.d.exe run/v/void_03_Y.d.exe.bc run/v/void_03_G.d.exe.bc run/v/void_03_Z.d.exe.bc run/v/variadic_argument_06_B.d.exe.bc run/v/void_03_I.d.exe.bc run/v/void_03_B.d.exe.bc run/v/void_03_N.d.exe.bc run/v/version_38_C.d.exe.bc run/v/void_03_D.d.exe.bc run/v/void_03_M.d.exe run/v/volatile_02_A.d.exe run/v/void_03_C.d.exe run/v/volatile_02_B.d.exe.bc run/v/version_09_E.d.exe run/v/void_03_E.d.exe.bc run/v/void_01.d.exe run/v/void_03_T.d.exe.bc run/v/void_03_W.d.exe run/v/variadic_argument_12_C.d.exe.bc run/v/version_09_B.d.exe run/v/void_03_W.d.exe.bc run/v/variadic_argument_08_A.d.exe run/v/void_03_B.d.exe run/v/version_38_B.d.exe run/v/version_38_D.d.exe run/v/volatile_03_A.d.exe.bc run/v/void_03_O.d.exe.bc run/v/version_38_D.d.exe.bc run/v/void_03_X.d.exe run/v/void_03_D.d.exe run/v/volatile_02_D.d.exe.bc run/v/void_03_V.d.exe run/v/void_03_V.d.exe.bc run/v/version_38_A.d.exe.bc run/v/volatile_03_B.d.exe run/v/void_03_U.d.exe run/v/variadic_argument_08_B.d.exe.bc run/v/version_09_D.d.exe run/v/volatile_02_A.d.exe.bc run/v/volatile_02_B.d.exe run/v/version_09_B.d.exe.bc run/v/void_02_C.d.exe.bc run/v/volatile_02_C.d.exe run/v/void_03_K.d.exe.bc run/v/void_03_K.d.exe run/v/void_03_T.d.exe run/v/version_09_E.d.exe.bc run/v/void_03_O.d.exe run/v/version_09_A.d.exe run/v/void_03_L.d.exe run/v/void_03_Q.d.exe.bc run/label_02.d.exe run/length_05.d.exe run/alias_14.d.exe.bc run/mixin_06.d.exe.bc run/float_26.d.exe run/version_04.d.exe run/typeid_69.d.exe.bc run/opMulAssign_08.d.exe.bc run/const_21_A.d.exe run/offsetof_65.d.exe.bc run/values_01.d.exe run/offsetof_45.d.exe run/named_entity_01.d.exe run/command_line_version_01.d.exe run/enum_21_B.d.exe run/length_02.d.exe.bc run/mixin_05.d.exe.bc run/command_line_version_02.d.exe run/offsetof_43.d.exe run/foreach_08.d.exe.bc run/while_05.d.exe.bc run/enum_22.d.exe.bc run/InExpression_10.d.exe.bc run/int_01.d.exe.bc run/static_28.d.exe run/const_19.d.exe run/bug_20050405_04.d.exe run/offsetof_58.d.exe.bc run/offsetof_20.d.exe run/auto_04.d.exe.bc run/dchar_03.d.exe run/while_05.d.exe run/cast_06.d.exe run/opPreDec_02.d.exe.bc run/comment_03.d.exe.bc run/final_03.d.exe.bc run/if_07.d.exe run/bug_elfobj_1251_C.d.exe run/foreach_26.d.exe.bc run/opCat_04.d.exe.bc run/reverse_04.d.exe run/ptr_03.d.exe run/bug_20041103_D.d.exe run/bug_constfold_575_Q.d.exe.bc run/encoding_utf_16le.d.exe.bc run/opCat_02.d.exe run/memory_management_03.d.exe run/union_04.d.exe.bc run/named_entity_03.d.exe run/typeid_78.d.exe run/invariant_11.d.exe run/bug_20050405_01.d.exe.bc run/nested_function_01.d.exe run/cast_17.d.exe run/typeid_33.d.exe run/w/wchar_10_A.d.exe run/w/wchar_12_B.d.exe.bc run/w/wchar_12_H.d.exe run/w/wchar_12_A.d.exe run/w/wchar_12_A.d.exe.bc run/w/with_15_C.d.exe.bc run/w/with_14_A.d.exe run/w/wchar_12_B.d.exe run/w/with_15_A.d.exe run/w/wchar_12_D.d.exe run/w/wchar_12_F.d.exe.bc run/w/wchar_12_E.d.exe.bc run/w/wchar_12_C.d.exe.bc run/w/wchar_12_G.d.exe run/w/wchar_10_A.d.exe.bc run/w/with_15_B.d.exe.bc run/w/with_13_B.d.exe run/w/with_15_A.d.exe.bc run/w/with_15_C.d.exe run/w/with_13_B.d.exe.bc run/w/wchar_12_H.d.exe.bc run/w/wchar_10_B.d.exe.bc run/w/with_14_B.d.exe.bc run/w/wchar_12_G.d.exe.bc run/w/wchar_10_B.d.exe run/w/wchar_12_D.d.exe.bc run/w/with_15_D.d.exe.bc run/w/wchar_12_C.d.exe run/w/with_14_B.d.exe run/w/wchar_12_E.d.exe run/w/with_14_A.d.exe.bc run/w/wchar_12_F.d.exe run/w/with_15_D.d.exe run/w/with_15_B.d.exe run/do_while_01.d.exe run/union_07.d.exe run/keys_01.d.exe.bc run/break_05.d.exe run/offsetof_56.d.exe run/break_04.d.exe run/float_10.d.exe.bc run/typeid_65.d.exe run/throw_02.d.exe run/associative_array_07.d.exe.bc run/catch_03.d.exe run/typeid_12.d.exe.bc run/const_20_D.d.exe.bc run/catch_02.d.exe run/bug_20050128_A.d.exe run/const_21_D.d.exe.bc run/creal_02.d.exe run/byte_13.d.exe run/cast_08.d.exe.bc run/int_04.d.exe run/sort_11.d.exe.bc run/reverse_02.d.exe.bc run/eol_02.d.exe run/return_04.d.exe.bc run/typeid_16.d.exe run/typeid_08.d.exe.bc run/opCat_06.d.exe run/opMulAssign_04.d.exe.bc run/enum_20_A.d.exe run/bug_constfold_575_L.d.exe.bc run/sizeof_01.d.exe.bc run/main_02.d.exe.bc run/const_21_C.d.exe run/long_01.d.exe run/double_09.d.exe.bc run/alias_11.d.exe.bc run/command_line_version_01.d.exe.bc run/sizeof_11.d.exe run/debug_info_03.d.exe run/opCatAssign_05.d.exe run/opPostDec_09.d.exe.bc run/private_04.d.exe.bc run/associative_array_16.d.exe run/typeid_22.d.exe run/float_02.d.exe.bc run/label_03.d.exe.bc run/ieee_754_zerocomp_06.d.exe.bc run/interface_07.d.exe.bc run/default_argument_09.d.exe.bc run/class_02.d.exe.bc run/inline_06.d.exe run/alias_09.d.exe.bc run/slice_01.d.exe run/typeid_06.d.exe.bc run/auto_07.d.exe run/creal_05.d.exe.bc run/version_29.d.exe run/long_char_1025.d.exe run/interface_04.d.exe.bc run/foreach_27.d.exe.bc run/bug_constfold_575_K.d.exe.bc run/with_08.d.exe.bc run/offsetof_66.d.exe run/out_02.d.exe run/delegate_06.d.exe.bc run/typeid_81.d.exe run/typeid_46.d.exe.bc run/typeid_10.d.exe.bc run/init_03.d.exe run/typeid_30.d.exe.bc run/alias_14.d.exe run/opPreDec_11.d.exe.bc run/ieee_754_zerosdq_01.d.exe.bc run/opMulAssign_01.d.exe run/enum_18_B.d.exe.bc run/const_20_A.d.exe run/super_02.d.exe.bc run/bug_cg87_279_F.d.exe.bc run/eol_01.d.exe.bc run/slice_03.d.exe run/cast_15.d.exe.bc run/private_02.d.exe.bc run/b/bug_d_codegen_981_A.d.exe run/b/bug_declaration_440_A.d.exe.bc run/b/bug_expression_525_D.d.exe run/b/bug_toobj_191_E.d.exe.bc run/b/bug_cg87_1240_B.d.exe.bc run/b/bug_cgcs_353_M2.d.exe.bc run/b/bug_cgcs_353_H3.d.exe.bc run/b/bug_e2ir_772_C.d.exe run/b/bug_type_308_E.d.exe run/b/bug_cg87_1240_B.d.exe run/b/bug_cgcs_353_Q2.d.exe.bc run/b/bug_toir_182_D.d.exe run/b/bug_cod2_4211_V.d.exe run/b/bug_cgcs_353_C3.d.exe run/b/bug_d_codegen_1228_A.d.exe run/b/bug_expression_5818_A.d.exe.bc run/b/bug_type_308_B.d.exe.bc run/b/bug_e2ir_772_A.d.exe run/b/bug_evalu8_174_E.d.exe.bc run/b/bug_cgcod_1667_B.d.exe run/b/bug_gimplify_678_A.d.exe.bc run/b/bug_stmt_2384_B.d.exe.bc run/b/bug_optimize_294_D.d.exe.bc run/b/bug_stmt_2384_D.d.exe.bc run/b/bug_d_codegen_1560_B.d.exe.bc run/b/bug_toobj_191_D.d.exe run/b/bug_d_codegen_1228_H.d.exe run/b/bug_toobj_191_E.d.exe run/b/bug_cgcod_1667_E.d.exe run/b/bug_evalu8_174_A.d.exe.bc run/b/bug_e2ir_145_C.d.exe.bc run/b/bool_06.d.exe run/b/bug_cod2_4211_T.d.exe run/b/bug_e2ir_145_C.d.exe run/b/bug_toir_182_E.d.exe run/b/bug_stmt_2384_C.d.exe.bc run/b/bug_stmt_2384_B.d.exe run/b/bug_e2ir_736_C.d.exe.bc run/b/bug_e2ir_145_B.d.exe run/b/bug_template_610_C.d.exe.bc run/b/bug_template_622_B.d.exe run/b/bug_cgcs_353_M2.d.exe run/b/bug_tree_inline_1902_A.d.exe run/b/bug_gimplify_678_A.d.exe run/b/bug_cod1_2433_F.d.exe.bc run/b/bang_02_A.d.exe run/b/bug_expression_5818_B.d.exe.bc run/b/bug_cgcs_353_B3.d.exe run/b/bug_20050510_C2.d.exe.bc run/b/bug_type_308_D.d.exe.bc run/b/bug_optimize_294_D.d.exe run/b/bug_glue_355_A.d.exe run/b/bug_expression_4275_B.d.exe run/b/byte_15_B.d.exe.bc run/b/bug_e2ir_736_A.d.exe.bc run/b/bug_cgcs_353_F3.d.exe run/b/bool_06.d.exe.bc run/b/bug_toobj_191_A.d.exe run/b/bool_04.d.exe.bc run/b/bug_d_codegen_1560_A.d.exe.bc run/b/bug_e2ir_736_C.d.exe run/b/bug_20050510_A2.d.exe.bc run/b/bug_declaration_440_B.d.exe.bc run/b/byte_15_A.d.exe.bc run/b/bug_toir_182_A.d.exe.bc run/b/bug_d_codegen_1560_C.d.exe run/b/bug_cgcs_353_R2.d.exe run/b/bug_cgcs_353_J2.d.exe.bc run/b/bug_toobj_191_B.d.exe.bc run/b/bug_glue_355_C.d.exe run/b/bug_glue_355_C.d.exe.bc run/b/bug_cgcs_353_H3.d.exe run/b/bug_toir_182_E.d.exe.bc run/b/bug_template_610_C.d.exe run/b/bug_cgcs_353_K2.d.exe run/b/bug_interpret_96_E.d.exe.bc run/b/bug_template_622_A.d.exe.bc run/b/bug_cg87_1240_D.d.exe run/b/bug_cgcod_1667_C.d.exe run/b/bug_cgcs_353_E2.d.exe run/b/bug_cgcs_353_R2.d.exe.bc run/b/bug_interpret_96_D.d.exe run/b/bug_type_308_C.d.exe run/b/bug_cgcs_353_F3.d.exe.bc run/b/bug_expression_525_B.d.exe.bc run/b/bug_cgcs_353_A3.d.exe run/b/bug_cgcs_353_N2.d.exe.bc run/b/bug_toir_182_C.d.exe run/b/bug_cod1_2433_D.d.exe run/b/bug_e2ir_772_F.d.exe run/b/bug_d_codegen_1228_A.d.exe.bc run/b/bug_mtype_2226_A.d.exe run/b/bug_cgcod_1667_C.d.exe.bc run/b/bug_e2ir_772_A.d.exe.bc run/b/bug_cgcs_353_J2.d.exe run/b/bug_interpret_96_B.d.exe run/b/bug_d_codegen_981_A.d.exe.bc run/b/bug_cgcs_353_K3.d.exe run/b/bug_type_308_B.d.exe run/b/bug_type_308_F.d.exe run/b/bug_stmt_2384_A.d.exe run/b/bug_d_codegen_1560_D.d.exe run/b/bug_e2ir_772_C.d.exe.bc run/b/bug_cgcs_353_I2.d.exe.bc run/b/bug_mtype_2226_A.d.exe.bc run/b/bang_02_A.d.exe.bc run/b/bug_cod2_4211_U.d.exe.bc run/b/break_12_A.d.exe run/b/bug_cod3_736_B.d.exe.bc run/b/bug_cgcs_353_I3.d.exe.bc run/b/bug_interpret_96_C.d.exe run/b/bug_e2ir_145_B.d.exe.bc run/b/bang_01_A.d.exe run/b/bug_toobj_191_F.d.exe run/b/bug_cgcs_353_N2.d.exe run/b/bug_cod2_4211_U.d.exe run/b/bug_template_622_B.d.exe.bc run/b/bang_02_B.d.exe run/b/bug_cgcod_1667_D.d.exe run/b/bug_template_2851_C.d.exe run/b/bug_cgcs_353_J3.d.exe.bc run/b/bug_e2ir_520_A.d.exe run/b/bug_glue_355_A.d.exe.bc run/b/bug_d_codegen_1560_A.d.exe run/b/bug_cgcs_353_I3.d.exe run/b/bug_cgcs_353_E3.d.exe.bc run/b/bug_cgcs_353_K2.d.exe.bc run/b/bug_toobj_191_D.d.exe.bc run/b/bug_20050510_D2.d.exe run/b/bug_20050510_B2.d.exe.bc run/b/bug_cod3_1760_A.d.exe.bc run/b/bang_01_A.d.exe.bc run/b/bug_toobj_191_C.d.exe.bc run/b/bug_cgcs_353_L2.d.exe run/b/bug_cgcs_353_L3.d.exe run/b/bug_expression_775_A.d.exe.bc run/b/bug_stmt_2384_C.d.exe run/b/bug_cg87_1240_C.d.exe run/b/bug_cod2_4211_V.d.exe.bc run/b/bug_toobj_191_B.d.exe run/b/bug_cod1_2433_B.d.exe run/b/bug_expression_525_A.d.exe run/b/bug_e2ir_1098_C.d.exe.bc run/b/bug_declaration_440_C.d.exe.bc run/b/bug_evalu8_174_E.d.exe run/b/bug_expression_525_C.d.exe run/b/bug_interpret_96_A.d.exe run/b/bug_cgcod_1667_F.d.exe run/b/bug_cod1_2504_D.d.exe.bc run/b/byte_15_A.d.exe run/b/bug_cod1_2433_A.d.exe run/b/bug_type_308_C.d.exe.bc run/b/bool_03.d.exe.bc run/b/bug_type_308_A.d.exe run/b/bug_e2ir_736_A.d.exe run/b/bug_cod1_2433_E.d.exe.bc run/b/bug_template_2851_B.d.exe run/b/bug_20050510_C2.d.exe run/b/bug_interpret_96_A.d.exe.bc run/b/bug_e2ir_1098_C.d.exe run/b/bug_d_codegen_1560_C.d.exe.bc run/b/bug_cgcod_1667_A.d.exe run/b/bug_d_codegen_1228_L.d.exe.bc run/b/bug_e2ir_772_F.d.exe.bc run/b/bool_05.d.exe run/b/bug_stor_layout_382_A.d.exe run/b/bug_e2ir_2452_B.d.exe.bc run/b/bug_cod2_4211_W.d.exe.bc run/b/bug_gimplify_678_B.d.exe.bc run/b/bug_d_codegen_1228_D.d.exe.bc run/b/bug_cod1_2433_C.d.exe run/b/bug_cgcs_353_Q2.d.exe run/b/bug_template_622_A.d.exe run/b/bug_20050510_B2.d.exe run/b/bug_expression_525_B.d.exe run/b/bug_e2ir_2452_B.d.exe run/b/bug_d_codegen_1228_L.d.exe run/b/bug_cod1_2433_A.d.exe.bc run/b/bug_cod1_2433_F.d.exe run/b/bug_evalu8_174_A.d.exe run/b/bug_expression_525_E.d.exe.bc run/b/bug_type_308_E.d.exe.bc run/b/bug_stmt_2384_D.d.exe run/b/bug_cg87_1240_A.d.exe run/b/bug_cgcod_1667_A.d.exe.bc run/b/bug_expression_5818_A.d.exe run/b/bug_expression_525_D.d.exe.bc run/b/bug_cod3_1760_A.d.exe run/b/bug_cgcs_353_K3.d.exe.bc run/b/bug_20050510_A2.d.exe run/b/bug_cgcod_1667_E.d.exe.bc run/b/bug_tree_inline_1902_A.d.exe.bc run/b/bug_e2ir_736_B.d.exe run/b/bug_cgcs_353_L2.d.exe.bc run/b/bug_cod1_2433_D.d.exe.bc run/b/break_12_A.d.exe.bc run/b/bug_declaration_440_A.d.exe run/b/bug_cg87_1240_A.d.exe.bc run/b/bug_d_codegen_1560_B.d.exe run/b/bug_expression_775_A.d.exe run/b/bug_expression_525_A.d.exe.bc run/b/bug_cg87_1240_D.d.exe.bc run/b/bug_template_2851_C.d.exe.bc run/b/bug_cod1_2504_D.d.exe run/b/bug_expression_525_C.d.exe.bc run/b/bool_01.d.exe.bc run/b/bug_cod2_4211_S.d.exe run/b/bug_cod2_4211_S.d.exe.bc run/b/bug_cgcod_1667_B.d.exe.bc run/b/bug_cod1_2433_E.d.exe run/b/bug_cgcs_353_G3.d.exe run/b/bug_cod2_4211_W.d.exe run/b/bug_cgcs_353_J3.d.exe run/b/bug_stor_layout_382_A.d.exe.bc run/b/bug_stmt_2384_A.d.exe.bc run/b/bug_cgcod_1667_F.d.exe.bc run/b/bool_01.d.exe run/b/bug_type_308_D.d.exe run/b/bug_interpret_96_C.d.exe.bc run/b/bug_e2ir_1098_D.d.exe run/b/bug_cod2_4211_T.d.exe.bc run/b/bug_toir_182_C.d.exe.bc run/b/bug_e2ir_1098_A.d.exe.bc run/b/bug_declaration_440_C.d.exe run/b/bug_cod3_1760_B.d.exe run/b/bug_template_2851_B.d.exe.bc run/b/bug_expression_4275_B.d.exe.bc run/b/bug_d_codegen_1560_D.d.exe.bc run/b/bool_04.d.exe run/b/bug_toir_182_A.d.exe run/b/bug_type_308_F.d.exe.bc run/b/bug_cgcs_353_C3.d.exe.bc run/b/bug_e2ir_1098_D.d.exe.bc run/b/bug_cgcs_353_D3.d.exe.bc run/b/bug_interpret_96_D.d.exe.bc run/b/bug_cgcs_353_E3.d.exe run/b/bang_02_B.d.exe.bc run/b/bool_03.d.exe run/b/bug_cod1_2528_C.d.exe run/b/bug_e2ir_1098_B.d.exe run/b/bug_expression_5818_B.d.exe run/b/byte_15_B.d.exe run/b/bug_e2ir_1786_D.d.exe run/b/bug_expression_525_E.d.exe run/b/bug_20050510_D2.d.exe.bc run/b/bug_cgcs_353_I2.d.exe run/b/bug_e2ir_520_A.d.exe.bc run/b/bug_template_622_C.d.exe.bc run/b/bug_cg87_1240_C.d.exe.bc run/b/bug_cgcs_353_B3.d.exe.bc run/b/bug_cgcs_353_G3.d.exe.bc run/b/bug_cgcs_353_E2.d.exe.bc run/b/bug_e2ir_1098_A.d.exe run/b/bug_toir_182_B.d.exe run/b/bug_d_codegen_1228_H.d.exe.bc run/b/bug_template_622_C.d.exe run/b/bug_cod1_2528_C.d.exe.bc run/b/bug_toir_182_B.d.exe.bc run/b/bug_interpret_96_E.d.exe run/b/bug_cod1_2433_C.d.exe.bc run/b/bug_type_308_A.d.exe.bc run/b/bug_e2ir_736_B.d.exe.bc run/b/bug_cgcs_353_A3.d.exe.bc run/b/bug_interpret_96_B.d.exe.bc run/b/bug_cgcs_353_D3.d.exe run/b/bug_e2ir_1786_D.d.exe.bc run/b/bug_toobj_191_A.d.exe.bc run/b/bug_toobj_191_F.d.exe.bc run/b/bug_cod3_1760_B.d.exe.bc run/b/bug_gimplify_678_B.d.exe run/b/bug_e2ir_1098_B.d.exe.bc run/b/bool_05.d.exe.bc run/b/bug_cgcod_1667_D.d.exe.bc run/b/bug_cod3_736_B.d.exe run/b/bug_cgcs_353_L3.d.exe.bc run/b/bug_cod1_2433_B.d.exe.bc run/b/bug_toir_182_D.d.exe.bc run/b/bug_declaration_440_B.d.exe run/b/bug_toobj_191_C.d.exe run/b/bug_d_codegen_1228_D.d.exe run/foreach_03.d.exe.bc run/creal_03.d.exe.bc run/bug_cgcod_1640_C.d.exe run/overload_15.d.exe.bc run/struct_initialization_05.d.exe run/constructor_04.d.exe.bc run/pragma_06.d.exe.bc run/offsetof_30.d.exe run/encoding_utf_8_bom.d.exe run/invariant_19.d.exe.bc run/alias_03.d.exe run/opPreInc_06.d.exe.bc run/sort_12.d.exe run/overload_02.d.exe.bc run/bug_tocsym_285_01.d.exe run/float_09.d.exe.bc run/float_26.d.exe.bc run/enum_16.d.exe run/super_08.d.exe.bc run/bug_tocsym_285_02.d.exe.bc run/delegate_01.d.exe.bc run/constructor_02.d.exe.bc run/destructor_01.d.exe.bc run/double_02.d.exe run/opDivAssign_11.d.exe.bc run/protected_01.d.exe run/opIdentity_01.d.exe run/opDivAssign_01.d.exe run/typeid_16.d.exe.bc run/for_05.d.exe run/interface_05.d.exe run/__TIME__01.d.exe.bc run/short_01.d.exe.bc run/struct_initialization_04.d.exe run/creal_09.d.exe.bc run/const_18.d.exe run/enum_03.d.exe run/InExpression_06.d.exe run/enum_19_A.d.exe.bc run/foreach_04.d.exe.bc run/foreach_25.d.exe run/offsetof_69.d.exe run/offsetof_21.d.exe run/opPostDec_03.d.exe run/opPreInc_05.d.exe.bc run/enum_02.d.exe run/typeid_69.d.exe run/integer_literal_binary_05.d.exe.bc run/offsetof_51.d.exe.bc run/slice_03.d.exe.bc run/InExpression_13.d.exe run/bug_e2ir_141_A.d.exe run/auto_08.d.exe run/union_07.d.exe.bc run/delegate_12.d.exe run/offsetof_55.d.exe.bc run/assert_02.d.exe run/typedef_04.d.exe run/offsetof_68.d.exe run/creal_13.d.exe.bc run/typeid_33.d.exe.bc run/overload_17.d.exe run/sort_07.d.exe.bc run/typeid_02.d.exe.bc run/offsetof_15.d.exe run/opPreInc_11.d.exe run/typeid_12.d.exe run/opCat_04.d.exe run/enum_03.d.exe.bc run/offsetof_22.d.exe.bc run/break_03.d.exe run/module_01.d.exe.bc run/int_07.d.exe.bc run/overload_05.d.exe run/interface_01.d.exe.bc run/const_17.d.exe.bc run/enum_01.d.exe.bc run/opShr_04.d.exe run/const_20_B.d.exe run/foreach_02.d.exe.bc run/dup_03.d.exe run/opMulAssign_07.d.exe run/struct_initialization_02.d.exe.bc run/named_entity_02.d.exe.bc run/offsetof_29.d.exe run/unicode_01.d.exe run/debug_02.d.exe.bc run/opIndex_04.d.exe.bc run/typeid_45.d.exe.bc run/byte_08.d.exe.bc run/opMulAssign_05.d.exe.bc run/bug_constfold_575_P.d.exe.bc run/float_06.d.exe run/float_13.d.exe.bc run/real_07.d.exe.bc run/typeid_52.d.exe run/opCatAssign_06.d.exe.bc run/enum_07.d.exe run/static_18.d.exe.bc run/bug_constfold_575_H.d.exe.bc run/float_22.d.exe run/offsetof_24.d.exe run/values_01.d.exe.bc run/offsetof_67.d.exe run/opPreInc_08.d.exe run/catch_01.d.exe.bc run/integer_literal_hex_02.d.exe.bc run/encoding_utf_8.d.exe run/cast_14.d.exe run/command_line_debug_03.d.exe run/enum_17_B.d.exe run/command_line_debug_02.d.exe run/abstract_07.d.exe.bc run/ushort_04.d.exe run/out_01.d.exe.bc run/out_04.d.exe.bc run/integer_literal_dec_05.d.exe.bc run/mixin_09.d.exe.bc run/pragma_02.d.exe run/opMulAssign_03.d.exe run/private_07.d.exe.bc run/offsetof_22.d.exe run/const_21_A.d.exe.bc run/ieee_754_zerocomp_02.d.exe run/private_02.d.exe run/associative_array_11.d.exe.bc run/else_02.d.exe run/in_03.d.exe.bc run/offsetof_69.d.exe.bc run/static_03.d.exe.bc run/enum_11.d.exe run/struct_03.d.exe.bc run/typeid_85.d.exe run/invariant_10.d.exe run/offsetof_45.d.exe.bc run/bug_cgcod_1640_A.d.exe.bc run/bug_cg87_279_D.d.exe.bc run/creal_18.d.exe.bc run/reverse_03.d.exe run/mixin_02.d.exe run/cast_25.d.exe.bc run/dchar_07.d.exe run/bug_cg87_279_C.d.exe run/invariant_14.d.exe.bc run/offsetof_58.d.exe run/typeid_41.d.exe run/encoding_utf_16le_bom.d.exe.bc run/sizeof_13.d.exe.bc run/offsetof_28.d.exe.bc run/__LINE__01.d.exe run/bug_20050128_B.d.exe run/enum_21_B.d.exe.bc run/associative_array_14.d.exe run/typeid_43.d.exe.bc run/break_02.d.exe.bc run/opPostInc_05.d.exe.bc run/return_01.d.exe run/cast_13.d.exe.bc run/goto_07.d.exe run/forward_reference_11.d.exe run/invariant_21.d.exe run/double_08.d.exe.bc run/opPostInc_04.d.exe run/opCatAssign_11.d.exe run/opPostDec_01.d.exe run/sort_15.d.exe run/byte_07.d.exe run/cast_08.d.exe run/creal_01.d.exe.bc run/typeid_62.d.exe.bc run/offsetof_09.d.exe run/enum_08.d.exe.bc run/typeid_75.d.exe.bc run/bug_todt_194_B.d.exe.bc run/command_line_debug_01.d.exe.bc run/bug_todt_194_A.d.exe.bc run/static_02.d.exe.bc run/associative_array_09.d.exe run/typeid_74.d.exe run/InExpression_12.d.exe.bc run/overload_21.d.exe.bc run/do_while_03.d.exe run/sizeof_01.d.exe run/long_char_65536.d.exe.bc run/integer_literal_binary_01.d.exe run/dchar_09.d.exe run/enum_20_A.d.exe.bc run/keys_01.d.exe run/constructor_11.d.exe.bc run/sort_14.d.exe.bc run/mixin_09.d.exe run/float_05.d.exe.bc run/template_class_03.d.exe.bc run/const_19.d.exe.bc run/typeid_71.d.exe.bc run/offsetof_42.d.exe run/bug_cgcod_1640_C.d.exe.bc run/opCat_05.d.exe run/static_20.d.exe.bc run/static_18.d.exe run/opCast_02.d.exe.bc run/ieee_754_zerocomp_08.d.exe.bc run/throw_02.d.exe.bc run/in_out_body_03.d.exe.bc run/union_02.d.exe run/invariant_13.d.exe.bc run/typeid_46.d.exe run/opCat_03.d.exe.bc run/typeid_44.d.exe run/opPostInc_06.d.exe.bc run/typeid_20.d.exe.bc run/offsetof_32.d.exe run/static_15.d.exe.bc run/sizeof_15.d.exe run/typeid_39.d.exe.bc run/mixin_11.d.exe.bc run/cast_12.d.exe run/double_05.d.exe run/typeid_62.d.exe run/typeof_02.d.exe.bc run/opPreInc_11.d.exe.bc run/bug_tocsym_217_02.d.exe.bc run/dchar_08.d.exe run/inline_06.d.exe.bc run/abstract_10.d.exe.bc run/init_02.d.exe.bc run/byte_01.d.exe.bc run/throw_01.d.exe.bc run/opPostInc_03.d.exe run/offsetof_61.d.exe.bc run/struct_initialization_06.d.exe.bc run/opIndex_04.d.exe run/opDivAssign_08.d.exe.bc run/typeid_51.d.exe.bc run/opPostInc_10.d.exe run/auto_02.d.exe run/struct_01.d.exe run/associative_array_15.d.exe run/ifloat_03.d.exe.bc run/unicode_07.d.exe run/const_20_C.d.exe.bc run/associative_array_15.d.exe.bc run/debug_info_07.d.exe run/integer_literal_binary_02.d.exe run/associative_array_07.d.exe run/dup_04.d.exe run/opCatAssign_06.d.exe run/opCatAssign_12.d.exe run/final_06.d.exe.bc run/bug_constfold_575_E.d.exe run/goto_03.d.exe run/opMulAssign_07.d.exe.bc run/offsetof_21.d.exe.bc run/encoding_utf_16le.d.exe run/opDivAssign_02.d.exe.bc run/creal_17.d.exe run/double_07.d.exe run/opPreDec_05.d.exe run/cast_25.d.exe run/offsetof_44.d.exe.bc run/in_01.d.exe run/escape_unicode16_07.d.exe.bc run/InExpression_10.d.exe run/opPreDec_10.d.exe.bc run/dchar_09.d.exe.bc run/template_01.d.exe run/class_01.d.exe run/integer_literal_hex_01.d.exe run/try_03.d.exe.bc run/opPreInc_09.d.exe.bc run/typeid_67.d.exe run/invariant_18.d.exe.bc run/integer_literal_hex_04.d.exe.bc run/while_04.d.exe run/typeid_45.d.exe run/offsetof_67.d.exe.bc run/bug_cg87_2393_B.d.exe run/ushort_06.d.exe.bc run/integer_literal_hex_04.d.exe run/super_01.d.exe run/template_class_01.d.exe run/align_12.d.exe run/throw_03.d.exe run/struct_08.d.exe.bc run/const_10.d.exe.bc run/typeid_38.d.exe.bc run/delegate_06.d.exe run/escape_unicode16_07.d.exe run/invariant_21.d.exe.bc run/foreach_27.d.exe run/switch_02.d.exe.bc run/opPreDec_11.d.exe run/opPreInc_03.d.exe.bc run/opMulAssign_08.d.exe run/const_20_A.d.exe.bc run/byte_06.d.exe.bc run/class_10.d.exe run/opPostDec_01.d.exe.bc run/overload_15.d.exe run/float_06.d.exe.bc run/uint_01.d.exe run/default_argument_09.d.exe run/try_06.d.exe run/in_out_body_03.d.exe run/bug_cgcod_1640_E.d.exe.bc run/struct_12.d.exe run/double_02.d.exe.bc run/invariant_24.d.exe run/typeid_23.d.exe.bc run/bug_constfold_575_M.d.exe.bc run/constructor_07.d.exe.bc run/in_out_body_07.d.exe.bc run/interface_06.d.exe.bc run/integer_literal_hex_05.d.exe.bc run/const_21_B.d.exe run/f/foreach_39_C.d.exe run/f/for_06_Q.d.exe.bc run/f/foreach_38_C.d.exe.bc run/f/forward_reference_16_D.d.exe.bc run/f/for_06_K.d.exe.bc run/f/forward_reference_20_D.d.exe run/f/final_13_A.d.exe run/f/foreach_35_A.d.exe run/f/for_06_G.d.exe run/f/for_06_P.d.exe.bc run/f/function_05_F.d.exe.bc run/f/float_literal_dec_10.d.exe run/f/function_05_G.d.exe.bc run/f/for_06_I.d.exe.bc run/f/float_27_D.d.exe run/f/function_07_A.d.exe run/f/foreach_33_A.d.exe run/f/forward_reference_15_A.d.exe.bc run/f/for_06_Q.d.exe run/f/foreach_31_C.d.exe run/f/foreach_33_B.d.exe run/f/float_27_C.d.exe run/f/forward_reference_12_A.d.exe.bc run/f/foreach_34_A.d.exe.bc run/f/for_06_R.d.exe run/f/function_07_A.d.exe.bc run/f/float_literal_dec_08.d.exe run/f/final_13_C.d.exe run/f/function_05_C.d.exe run/f/for_06_K.d.exe run/f/forward_reference_20_C.d.exe.bc run/f/forward_reference_20_C.d.exe run/f/forward_reference_19_D.d.exe.bc run/f/float_literal_dec_11.d.exe.bc run/f/foreach_33_D.d.exe.bc run/f/for_06_O.d.exe.bc run/f/foreach_34_D.d.exe.bc run/f/float_28_B.d.exe run/f/for_06_R.d.exe.bc run/f/forward_reference_20_B.d.exe run/f/foreach_33_B.d.exe.bc run/f/function_07_B.d.exe run/f/float_28_B.d.exe.bc run/f/foreach_34_A.d.exe run/f/foreach_31_C.d.exe.bc run/f/for_06_J.d.exe run/f/foreach_39_B.d.exe run/f/forward_reference_19_B.d.exe.bc run/f/final_12_B.d.exe run/f/forward_reference_19_D.d.exe run/f/float_literal_dec_05.d.exe.bc run/f/forward_reference_20_A.d.exe run/f/for_06_N.d.exe.bc run/f/float_27_B.d.exe.bc run/f/foreach_39_A.d.exe.bc run/f/foreach_31_A.d.exe run/f/final_13_C.d.exe.bc run/f/final_13_A.d.exe.bc run/f/function_05_B.d.exe.bc run/f/for_06_A.d.exe.bc run/f/foreach_36_B.d.exe.bc run/f/foreach_34_C.d.exe.bc run/f/function_05_A.d.exe.bc run/f/function_05_E.d.exe run/f/forward_reference_20_B.d.exe.bc run/f/for_06_E.d.exe.bc run/f/float_literal_dec_10.d.exe.bc run/f/final_13_B.d.exe.bc run/f/float_literal_dec_11.d.exe run/f/for_06_L.d.exe.bc run/f/float_literal_dec_01.d.exe.bc run/f/for_06_G.d.exe.bc run/f/forward_reference_16_D.d.exe run/f/foreach_36_C.d.exe.bc run/f/for_06_I.d.exe run/f/foreach_33_E.d.exe run/f/forward_reference_16_H.d.exe.bc run/f/for_06_F.d.exe run/f/function_05_C.d.exe.bc run/f/forward_reference_16_A.d.exe run/f/forward_reference_20_A.d.exe.bc run/f/forward_reference_17_B.d.exe run/f/forward_reference_19_B.d.exe run/f/forward_reference_14_A.d.exe.bc run/f/for_06_H.d.exe.bc run/f/for_06_N.d.exe run/f/function_05_D.d.exe.bc run/f/foreach_38_C.d.exe run/f/foreach_36_B.d.exe run/f/forward_reference_16_A.d.exe.bc run/f/foreach_31_B.d.exe.bc run/f/float_literal_dec_03.d.exe.bc run/f/function_05_A.d.exe run/f/float_literal_dec_03.d.exe run/f/float_27_A.d.exe run/f/final_12_A.d.exe run/f/float_literal_dec_09.d.exe.bc run/f/forward_reference_15_A.d.exe run/f/function_07_B.d.exe.bc run/f/foreach_39_A.d.exe run/f/foreach_31_A.d.exe.bc run/f/forward_reference_19_A.d.exe run/f/forward_reference_16_E.d.exe run/f/final_12_A.d.exe.bc run/f/float_27_C.d.exe.bc run/f/foreach_33_D.d.exe run/f/foreach_34_B.d.exe.bc run/f/foreach_34_C.d.exe run/f/foreach_33_A.d.exe.bc run/f/float_literal_dec_05.d.exe run/f/forward_reference_14_A.d.exe run/f/for_06_M.d.exe run/f/forward_reference_19_A.d.exe.bc run/f/final_12_B.d.exe.bc run/f/for_06_F.d.exe.bc run/f/float_literal_dec_01.d.exe run/f/forward_reference_12_E.d.exe.bc run/f/for_06_P.d.exe run/f/function_05_D.d.exe run/f/foreach_39_B.d.exe.bc run/f/forward_reference_19_C.d.exe run/f/forward_reference_19_E.d.exe run/f/forward_reference_12_E.d.exe run/f/forward_reference_17_B.d.exe.bc run/f/for_06_L.d.exe run/f/foreach_31_B.d.exe run/f/forward_reference_20_D.d.exe.bc run/f/float_literal_dec_09.d.exe run/f/final_13_D.d.exe.bc run/f/foreach_34_D.d.exe run/f/function_05_E.d.exe.bc run/f/float_literal_dec_08.d.exe.bc run/f/for_06_E.d.exe run/f/float_28_A.d.exe run/f/float_27_B.d.exe run/f/for_06_H.d.exe run/f/foreach_36_C.d.exe run/f/foreach_39_C.d.exe.bc run/f/float_27_D.d.exe.bc run/f/foreach_38_B.d.exe.bc run/f/foreach_34_B.d.exe run/f/forward_reference_19_C.d.exe.bc run/f/final_13_B.d.exe run/f/function_05_B.d.exe run/f/for_06_J.d.exe.bc run/f/forward_reference_19_E.d.exe.bc run/f/foreach_33_E.d.exe.bc run/f/for_06_A.d.exe run/f/forward_reference_12_A.d.exe run/f/forward_reference_16_E.d.exe.bc run/f/foreach_35_A.d.exe.bc run/f/float_27_A.d.exe.bc run/f/float_28_A.d.exe.bc run/f/for_06_M.d.exe.bc run/f/forward_reference_16_H.d.exe run/f/for_06_O.d.exe run/f/function_05_F.d.exe run/f/foreach_38_B.d.exe run/f/final_13_D.d.exe run/f/function_05_G.d.exe run/struct_01.d.exe.bc run/encoding_utf_16le_bom.d.exe run/dchar_07.d.exe.bc run/typeid_11.d.exe.bc run/template_01.d.exe.bc run/opCmp_03.d.exe run/static_06.d.exe.bc run/creal_08.d.exe run/typeid_68.d.exe.bc run/command_line_debug_04.d.exe run/types_defining_01.d.exe run/ieee_754_zerosdq_01.d.exe run/invariant_01.d.exe.bc run/pragma_01.d.exe run/opPreInc_10.d.exe run/interface_07.d.exe run/deprecated_13.d.exe run/function_02.d.exe.bc run/bug_constfold_575_Q.d.exe run/opPreInc_06.d.exe run/float_03.d.exe.bc run/offsetof_70.d.exe run/bug_20050128_A.d.exe.bc run/offsetof_32.d.exe.bc run/nested_function_05.d.exe run/typeid_29.d.exe.bc run/real_02.d.exe run/in_out_body_04.d.exe run/offsetof_34.d.exe run/double_22.d.exe run/version_01.d.exe.bc run/byte_01.d.exe run/enum_19_B.d.exe run/offsetof_16.d.exe.bc run/comment_06.d.exe run/opPostInc_05.d.exe run/opPostInc_11.d.exe.bc run/float_11.d.exe run/creal_15.d.exe.bc run/offsetof_55.d.exe run/unittest_04.d.exe run/alias_04.d.exe.bc run/delegate_04.d.exe.bc run/encoding_utf_16be.d.exe.bc run/overload_04.d.exe.bc run/long_char_65536.d.exe run/enum_09.d.exe.bc run/uint_01.d.exe.bc run/try_08.d.exe.bc run/sizeof_11.d.exe.bc run/debug_01.d.exe run/dup_04.d.exe.bc run/static_16.d.exe.bc run/debug_03.d.exe.bc run/typedef_04.d.exe.bc run/bug_cgcs_353_C.d.exe.bc run/sort_01.d.exe.bc run/const_22_B.d.exe run/offsetof_12.d.exe run/opPreDec_05.d.exe.bc run/complex_01.d.exe.bc run/typeid_37.d.exe.bc run/package_03.d.exe.bc run/offsetof_39.d.exe run/switch_03.d.exe run/with_09.d.exe run/opShr_03.d.exe run/byte_03.d.exe run/offsetof_26.d.exe run/init_03.d.exe.bc run/opPreDec_09.d.exe run/try_02.d.exe run/foreach_02.d.exe run/version_05.d.exe.bc run/assert_01.d.exe.bc run/enum_19_A.d.exe run/__FILE__01.d.exe run/foreach_03.d.exe run/ieee_754_zerosdq_03.d.exe.bc run/odd_bug_01.d.exe run/reverse_04.d.exe.bc run/bug_constfold_575_F.d.exe.bc run/switch_14.d.exe run/float_09.d.exe run/union_05.d.exe run/t/template_64_A.d.exe.bc run/t/template_class_13_X.d.exe.bc run/t/this_16_A.d.exe run/t/template_class_10_D.d.exe run/t/template_21_D.d.exe.bc run/t/typedef_22_A.d.exe.bc run/t/template_62_A.d.exe run/t/template_struct_04_Q2.d.exe run/t/template_33_G.d.exe run/t/template_63_B.d.exe.bc run/t/template_61_B.d.exe.bc run/t/this_11_C.d.exe run/t/template_39_E.d.exe.bc run/t/template_struct_09_A.d.exe.bc run/t/typedef_09_F.d.exe run/t/template_31_A.d.exe run/t/template_struct_04_M2.d.exe.bc run/t/typeof_08_A.d.exe run/t/typedef_07_B.d.exe.bc run/t/template_27_A.d.exe.bc run/t/template_38_B.d.exe run/t/template_21_B.d.exe.bc run/t/template_struct_05_Q.d.exe.bc run/t/typedef_08_A.d.exe.bc run/t/typedef_11_H.d.exe run/t/template_63_A.d.exe run/t/typedef_23_B.d.exe.bc run/t/template_24_H.d.exe run/t/template_struct_03_B.d.exe.bc run/t/template_33_A.d.exe run/t/template_21_B.d.exe run/t/template_65_A.d.exe.bc run/t/template_21_A.d.exe.bc run/t/typeid_86_D.d.exe run/t/typeid_86_A.d.exe run/t/template_62_A.d.exe.bc run/t/template_24_H.d.exe.bc run/t/template_class_16_F.d.exe.bc run/t/this_16_A.d.exe.bc run/t/typedef_13_H.d.exe run/t/typeid_88_C.d.exe.bc run/t/tuple_11_E.d.exe run/t/template_20_F.d.exe.bc run/t/template_51_E.d.exe.bc run/t/template_struct_04_M2.d.exe run/t/typeid_88_E.d.exe run/t/template_38_A.d.exe run/t/this_11_A.d.exe run/t/template_24_A.d.exe.bc run/t/template_struct_05_H.d.exe.bc run/t/typeof_09_D.d.exe run/t/template_39_C.d.exe.bc run/t/template_20_F.d.exe run/t/template_struct_05_I.d.exe.bc run/t/tuple_13_A.d.exe.bc run/t/typedef_11_H.d.exe.bc run/t/template_struct_05_O.d.exe.bc run/t/template_class_11_B.d.exe run/t/template_54_B.d.exe.bc run/t/template_64_B.d.exe.bc run/t/template_34_B.d.exe.bc run/t/tuple_20_B.d.exe run/t/try_10_C.d.exe.bc run/t/template_32_J.d.exe run/t/template_51_F.d.exe run/t/template_struct_04_T.d.exe.bc run/t/typedef_18_A.d.exe run/t/template_struct_03_B.d.exe run/t/template_45_F.d.exe run/t/template_class_19_A.d.exe.bc run/t/template_class_13_T.d.exe run/t/template_58_B.d.exe.bc run/t/template_class_13_W.d.exe run/t/template_51_H.d.exe run/t/template_21_C.d.exe run/t/typeid_90_K.d.exe run/t/template_19_A.d.exe run/t/tuple_12_B.d.exe run/t/template_struct_04_R2.d.exe.bc run/t/typeof_17_A.d.exe run/t/template_class_13_S.d.exe run/t/template_class_14_H.d.exe run/t/typedef_06_C.d.exe.bc run/t/typeid_88_C.d.exe run/t/template_24_J.d.exe run/t/typeid_87.d.exe.bc run/t/template_24_B.d.exe run/t/template_20_I.d.exe run/t/template_21_F.d.exe.bc run/t/typeinfo_03_B.d.exe.bc run/t/template_51_G.d.exe run/t/template_31_B.d.exe.bc run/t/template_19_C.d.exe run/t/template_23_A.d.exe.bc run/t/template_class_14_G.d.exe run/t/template_struct_05_P.d.exe run/t/template_21_D.d.exe run/t/typedef_08_A.d.exe run/t/template_class_13_K.d.exe run/t/typedef_07_C.d.exe.bc run/t/template_struct_04_I.d.exe.bc run/t/template_21_E.d.exe run/t/typeof_16_B.d.exe.bc run/t/typedef_13_B.d.exe run/t/typedef_20_A.d.exe.bc run/t/typeof_09_F.d.exe.bc run/t/template_56_A.d.exe.bc run/t/template_62_B.d.exe.bc run/t/template_class_14_C.d.exe.bc run/t/template_39_B.d.exe run/t/template_struct_05_P.d.exe.bc run/t/template_61_B.d.exe run/t/typeid_91_A.d.exe.bc run/t/template_27_C.d.exe.bc run/t/tuple_12_A.d.exe.bc run/t/template_class_13_D.d.exe run/t/template_struct_09_B.d.exe run/t/typeid_88_D.d.exe run/t/typedef_20_B.d.exe.bc run/t/template_38_B.d.exe.bc run/t/typedef_13_D.d.exe.bc run/t/template_class_14_D.d.exe.bc run/t/template_32_U.d.exe run/t/template_36_A.d.exe.bc run/t/template_struct_04_H.d.exe.bc run/t/typedef_09_F.d.exe.bc run/t/template_24_A.d.exe run/t/tuple_11_G.d.exe run/t/template_struct_04_M.d.exe run/t/template_51_D.d.exe run/t/template_struct_04_J.d.exe.bc run/t/template_class_14_K.d.exe.bc run/t/template_struct_04_N.d.exe.bc run/t/template_63_B.d.exe run/t/template_struct_05_B.d.exe.bc run/t/template_38_D.d.exe.bc run/t/typeof_08_C.d.exe.bc run/t/typeid_90_F.d.exe.bc run/t/typeid_90_D.d.exe run/t/typeof_09_G.d.exe.bc run/t/template_struct_04_L.d.exe.bc run/t/template_struct_06.d.exe.bc run/t/template_struct_05_F.d.exe.bc run/t/template_struct_04_W.d.exe.bc run/t/template_32_P.d.exe.bc run/t/typedef_20_B.d.exe run/t/template_struct_05_A.d.exe run/t/typedef_23_D.d.exe.bc run/t/template_class_10_B.d.exe.bc run/t/template_49_B.d.exe run/t/template_class_13_X.d.exe run/t/typeid_90_F.d.exe run/t/tuple_13_C.d.exe.bc run/t/template_24_I.d.exe.bc run/t/template_struct_05_M.d.exe run/t/template_20_E.d.exe.bc run/t/template_class_13_U.d.exe run/t/template_36_D.d.exe.bc run/t/template_class_13_I.d.exe run/t/template_24_G.d.exe run/t/template_class_15.d.exe.bc run/t/template_18_B.d.exe.bc run/t/typeid_87.d.exe run/t/template_32_C.d.exe.bc run/t/typeinfo_03_B.d.exe run/t/template_class_13_Q.d.exe run/t/template_24_F.d.exe run/t/tuple_11_D.d.exe.bc run/t/typedef_19_D.d.exe.bc run/t/template_struct_05_L.d.exe.bc run/t/template_32_C.d.exe run/t/typeinfo_03_C.d.exe.bc run/t/template_struct_05_J.d.exe.bc run/t/template_20_B.d.exe run/t/template_33_F.d.exe.bc run/t/template_61_A.d.exe.bc run/t/template_24_J.d.exe.bc run/t/tuple_11_B.d.exe.bc run/t/template_21_A.d.exe run/t/template_struct_04_G.d.exe.bc run/t/template_struct_03_C.d.exe.bc run/t/template_27_D.d.exe.bc run/t/template_45_C.d.exe run/t/typedef_07_B.d.exe run/t/template_24_F.d.exe.bc run/t/template_struct_05_K.d.exe run/t/tuple_11_A.d.exe.bc run/t/template_struct_03_E.d.exe.bc run/t/typeid_91_E.d.exe run/t/template_struct_04_T.d.exe run/t/template_struct_05_I.d.exe run/t/template_63_D.d.exe.bc run/t/template_51_C.d.exe run/t/typeof_08_B.d.exe run/t/typeid_90_K.d.exe.bc run/t/template_20_E.d.exe run/t/typeid_90_A.d.exe run/t/typeid_91_E.d.exe.bc run/t/typeof_09_H.d.exe.bc run/t/tuple_11_H.d.exe.bc run/t/template_class_13_V.d.exe run/t/template_class_13_C.d.exe.bc run/t/template_struct_04_N2.d.exe run/t/this_13_B.d.exe.bc run/t/template_class_13_V.d.exe.bc run/t/template_24_E.d.exe.bc run/t/typedef_13_H.d.exe.bc run/t/template_class_14_L.d.exe.bc run/t/template_struct_04_F.d.exe.bc run/t/typeid_90_C.d.exe run/t/template_20_C.d.exe run/t/template_65_A.d.exe run/t/template_struct_05_K.d.exe.bc run/t/template_struct_04_C.d.exe run/t/template_struct_05_D.d.exe run/t/typeof_17_A.d.exe.bc run/t/template_class_13_F.d.exe.bc run/t/typeid_90_H.d.exe.bc run/t/template_struct_04_E.d.exe.bc run/t/tuple_13_B.d.exe run/t/template_struct_03_D.d.exe run/t/template_20_H.d.exe run/t/template_20_A.d.exe run/t/typedef_13_G.d.exe run/t/template_39_D.d.exe run/t/template_struct_04_R.d.exe run/t/typeof_09_B.d.exe run/t/template_64_A.d.exe run/t/tuple_12_B.d.exe.bc run/t/template_struct_04_C.d.exe.bc run/t/template_45_B.d.exe.bc run/t/template_struct_05_H.d.exe run/t/template_struct_04_I.d.exe run/t/template_18_A.d.exe run/t/template_struct_04_G.d.exe run/t/template_20_I.d.exe.bc run/t/template_class_13_P.d.exe run/t/template_class_16_E.d.exe.bc run/t/typedef_18_C.d.exe run/t/typeid_90_E.d.exe run/t/this_10_B.d.exe run/t/typeid_91_D.d.exe run/t/template_class_13_A.d.exe.bc run/t/tuple_11_F.d.exe.bc run/t/typedef_19_C.d.exe run/t/template_class_16_H.d.exe.bc run/t/template_45_D.d.exe.bc run/t/template_36_C.d.exe.bc run/t/template_class_14_C.d.exe run/t/template_34_A.d.exe run/t/template_19_A.d.exe.bc run/t/template_struct_04_R.d.exe.bc run/t/template_49_C.d.exe run/t/tuple_11_A.d.exe run/t/template_51_E.d.exe run/t/template_40_A.d.exe run/t/template_42_A.d.exe.bc run/t/template_45_A.d.exe run/t/typedef_22_A.d.exe run/t/tuple_11_C.d.exe run/t/typedef_13_B.d.exe.bc run/t/typedef_06_A.d.exe run/t/template_24_I.d.exe run/t/typeid_90_I.d.exe.bc run/t/template_class_13_K.d.exe.bc run/t/template_26_B.d.exe.bc run/t/typeid_86_E.d.exe.bc run/t/template_struct_04_S.d.exe.bc run/t/template_27_B.d.exe run/t/template_19_D.d.exe.bc run/t/typedef_07_C.d.exe run/t/template_36_A.d.exe run/t/template_51_A.d.exe.bc run/t/template_struct_05_F.d.exe run/t/template_struct_04_D.d.exe.bc run/t/template_struct_05_Q.d.exe run/t/template_65_D.d.exe run/t/typeid_86_A.d.exe.bc run/t/template_struct_04_B.d.exe.bc run/t/template_struct_05_M.d.exe.bc run/t/template_class_10_C.d.exe.bc run/t/template_struct_05_E.d.exe run/t/template_39_D.d.exe.bc run/t/template_class_10_D.d.exe.bc run/t/template_struct_04_A.d.exe.bc run/t/template_39_B.d.exe.bc run/t/template_45_C.d.exe.bc run/t/template_19_B.d.exe run/t/template_32_P.d.exe run/t/template_class_14_K.d.exe run/t/template_34_C.d.exe run/t/template_42_A.d.exe run/t/template_63_D.d.exe run/t/typeid_86_B.d.exe run/t/typeinfo_03_D.d.exe.bc run/t/tuple_11_C.d.exe.bc run/t/tuple_20_B.d.exe.bc run/t/template_45_E.d.exe run/t/template_class_20_B.d.exe run/t/typedef_13_I.d.exe.bc run/t/typeid_90_E.d.exe.bc run/t/template_24_D.d.exe run/t/template_51_B.d.exe run/t/template_21_C.d.exe.bc run/t/tuple_11_H.d.exe run/t/tuple_10_B.d.exe.bc run/t/template_24_G.d.exe.bc run/t/typedef_11_I.d.exe.bc run/t/template_51_B.d.exe.bc run/t/tuple_10_A.d.exe.bc run/t/typeid_91_C.d.exe run/t/typeof_09_E.d.exe run/t/template_51_A.d.exe run/t/template_18_A.d.exe.bc run/t/template_struct_04_S.d.exe run/t/template_31_A.d.exe.bc run/t/template_33_A.d.exe.bc run/t/template_class_16_H.d.exe run/t/template_struct_04_N.d.exe run/t/template_struct_03_A.d.exe run/t/template_34_B.d.exe run/t/template_40_B.d.exe run/t/template_class_13_B.d.exe run/t/tuple_12_A.d.exe run/t/template_24_C.d.exe run/t/template_struct_05_R.d.exe run/t/template_23_A.d.exe run/t/template_21_F.d.exe run/t/tuple_02_A.d.exe run/t/template_class_13_E.d.exe.bc run/t/template_class_13_M.d.exe.bc run/t/typeof_08_C.d.exe run/t/template_64_C.d.exe run/t/template_struct_04_M.d.exe.bc run/t/this_11_D.d.exe.bc run/t/template_struct_04_J.d.exe run/t/typedef_11_I.d.exe run/t/typeof_09_C.d.exe run/t/typedef_19_C.d.exe.bc run/t/template_class_13_R.d.exe run/t/template_class_13_C.d.exe run/t/template_37_A.d.exe.bc run/t/template_struct_04_X.d.exe.bc run/t/typedef_13_F.d.exe.bc run/t/typedef_23_D.d.exe run/t/template_26_A.d.exe run/t/template_struct_05_N.d.exe.bc run/t/template_58_C.d.exe.bc run/t/typeid_88_E.d.exe.bc run/t/typeid_88_F.d.exe.bc run/t/template_struct_04_Q.d.exe run/t/template_57_A.d.exe run/t/typedef_23_A.d.exe.bc run/t/template_24_C.d.exe.bc run/t/template_40_C.d.exe run/t/template_class_16_E.d.exe run/t/typedef_13_D.d.exe run/t/template_class_13_L.d.exe.bc run/t/typeid_88_F.d.exe run/t/template_struct_04_R2.d.exe run/t/typeinfo_03_C.d.exe run/t/template_class_13_H.d.exe run/t/template_20_C.d.exe.bc run/t/template_32_O.d.exe.bc run/t/template_class_13_P.d.exe.bc run/t/this_11_A.d.exe.bc run/t/template_32_D.d.exe.bc run/t/template_32_U.d.exe.bc run/t/typedef_13_G.d.exe.bc run/t/template_37_A.d.exe run/t/template_struct_05_A.d.exe.bc run/t/typedef_06_B.d.exe run/t/template_38_C.d.exe.bc run/t/template_24_E.d.exe run/t/template_struct_03_D.d.exe.bc run/t/template_37_B.d.exe run/t/template_32_O.d.exe run/t/this_13_A.d.exe.bc run/t/template_struct_03_A.d.exe.bc run/t/typeid_86_D.d.exe.bc run/t/typeinfo_03_A.d.exe.bc run/t/template_class_13_F.d.exe run/t/typeid_86_C.d.exe.bc run/t/template_class_13_A.d.exe run/t/template_34_C.d.exe.bc run/t/template_38_D.d.exe run/t/typedef_18_C.d.exe.bc run/t/template_32_D.d.exe run/t/typeid_90_B.d.exe.bc run/t/template_class_13_Q.d.exe.bc run/t/typedef_06_B.d.exe.bc run/t/typedef_13_F.d.exe run/t/template_39_A.d.exe.bc run/t/template_27_C.d.exe run/t/template_class_14_G.d.exe.bc run/t/typedef_19_A.d.exe.bc run/t/template_45_A.d.exe.bc run/t/typeid_90_D.d.exe.bc run/t/template_51_D.d.exe.bc run/t/typeof_09_G.d.exe run/t/template_class_13_N.d.exe.bc run/t/template_struct_04_B.d.exe run/t/typeinfo_03_A.d.exe run/t/typeof_09_C.d.exe.bc run/t/typedef_18_A.d.exe.bc run/t/template_struct_04_W.d.exe run/t/template_33_G.d.exe.bc run/t/typedef_19_D.d.exe run/t/template_struct_05_N.d.exe run/t/template_51_H.d.exe.bc run/t/template_39_C.d.exe run/t/typeid_90_J.d.exe.bc run/t/template_51_G.d.exe.bc run/t/template_34_A.d.exe.bc run/t/template_40_C.d.exe.bc run/t/template_struct_05_C.d.exe.bc run/t/typeof_08_D.d.exe run/t/template_49_C.d.exe.bc run/t/template_class_13_S.d.exe.bc run/t/typeof_08_A.d.exe.bc run/t/template_32_I.d.exe run/t/template_33_F.d.exe run/t/typeid_91_F.d.exe.bc run/t/template_54_B.d.exe run/t/template_40_A.d.exe.bc run/t/template_45_D.d.exe run/t/template_18_B.d.exe run/t/tuple_10_B.d.exe run/t/template_struct_05_J.d.exe run/t/tuple_24_B.d.exe run/t/template_class_16_A.d.exe.bc run/t/template_65_D.d.exe.bc run/t/typeid_90_J.d.exe run/t/template_class_13_U.d.exe.bc run/t/template_31_D.d.exe.bc run/t/template_20_G.d.exe run/t/template_class_12_B.d.exe run/t/template_39_A.d.exe run/t/tuple_02_A.d.exe.bc run/t/tuple_13_A.d.exe run/t/template_45_B.d.exe run/t/typeid_88_A.d.exe.bc run/t/typedef_07_A.d.exe run/t/try_10_B.d.exe run/t/template_20_B.d.exe.bc run/t/typedef_23_B.d.exe run/t/template_64_B.d.exe run/t/typeid_91_D.d.exe.bc run/t/template_class_13_I.d.exe.bc run/t/typeid_88_B.d.exe.bc run/t/typedef_08_B.d.exe run/t/typedef_08_B.d.exe.bc run/t/template_class_13_J.d.exe run/t/tuple_08_B.d.exe run/t/template_19_B.d.exe.bc run/t/typeid_90_B.d.exe run/t/template_24_B.d.exe.bc run/t/template_27_D.d.exe run/t/template_struct_05_R.d.exe.bc run/t/template_32_L.d.exe.bc run/t/template_struct_05_E.d.exe.bc run/t/typeof_09_D.d.exe.bc run/t/typeof_09_F.d.exe run/t/typeof_09_A.d.exe run/t/template_struct_05_G.d.exe run/t/tuple_22_A.d.exe run/t/try_10_C.d.exe run/t/template_32_K.d.exe run/t/typeid_91_A.d.exe run/t/typeof_09_B.d.exe.bc run/t/template_36_C.d.exe run/t/template_class_11_B.d.exe.bc run/t/template_57_A.d.exe.bc run/t/template_class_12_B.d.exe.bc run/t/template_struct_03_C.d.exe run/t/template_32_J.d.exe.bc run/t/template_class_10_B.d.exe run/t/template_struct_04_L.d.exe run/t/typedef_19_A.d.exe run/t/template_54_A.d.exe.bc run/t/template_31_D.d.exe run/t/typeinfo_03_D.d.exe run/t/typedef_06_A.d.exe.bc run/t/typedef_13_A.d.exe.bc run/t/template_class_13_L.d.exe run/t/template_struct_04_A.d.exe run/t/typeof_16_A.d.exe.bc run/t/tuple_11_E.d.exe.bc run/t/typeid_91_B.d.exe.bc run/t/template_struct_05_O.d.exe run/t/template_32_I.d.exe.bc run/t/template_26_B.d.exe run/t/template_struct_04_Q.d.exe.bc run/t/template_22.d.exe run/t/template_40_B.d.exe.bc run/t/typeid_90_I.d.exe run/t/template_class_10_E.d.exe.bc run/t/typeid_86_C.d.exe run/t/this_11_D.d.exe run/t/template_51_I.d.exe.bc run/t/typedef_23_A.d.exe run/t/template_58_C.d.exe run/t/template_27_B.d.exe.bc run/t/typeof_16_A.d.exe run/t/typeid_90_C.d.exe.bc run/t/template_32_L.d.exe run/t/typedef_22_B.d.exe run/t/tuple_13_B.d.exe.bc run/t/template_62_B.d.exe run/t/typedef_08_C.d.exe run/t/template_struct_04_H.d.exe run/t/template_class_14_H.d.exe.bc run/t/template_struct_03_E.d.exe run/t/template_47_A.d.exe.bc run/t/typeof_08_D.d.exe.bc run/t/template_struct_09_A.d.exe run/t/template_class_13_T.d.exe.bc run/t/typeid_88_B.d.exe run/t/template_20_H.d.exe.bc run/t/template_36_B.d.exe.bc run/t/template_class_20_B.d.exe.bc run/t/template_class_14_D.d.exe run/t/template_class_13_E.d.exe run/t/template_class_15.d.exe run/t/template_20_D.d.exe run/t/template_struct_04_E.d.exe run/t/tuple_11_G.d.exe.bc run/t/tuple_13_C.d.exe run/t/this_11_B.d.exe run/t/template_27_A.d.exe run/t/typedef_13_I.d.exe run/t/tuple_08_B.d.exe.bc run/t/template_20_G.d.exe.bc run/t/template_struct_05_C.d.exe run/t/tuple_11_D.d.exe run/t/template_31_B.d.exe run/t/template_struct_05_G.d.exe.bc run/t/template_20_D.d.exe.bc run/t/template_45_E.d.exe.bc run/t/template_26_A.d.exe.bc run/t/template_struct_05_D.d.exe.bc run/t/tuple_22_A.d.exe.bc run/t/typeid_86_B.d.exe.bc run/t/typedef_22_B.d.exe.bc run/t/typedef_13_C.d.exe.bc run/t/tuple_24_B.d.exe.bc run/t/template_class_13_W.d.exe.bc run/t/typeid_86_E.d.exe run/t/template_24_D.d.exe.bc run/t/this_11_B.d.exe.bc run/t/typeid_90_A.d.exe.bc run/t/template_class_13_O.d.exe run/t/template_struct_05_B.d.exe run/t/template_struct_04_F.d.exe run/t/template_49_B.d.exe.bc run/t/template_54_A.d.exe run/t/template_class_13_O.d.exe.bc run/t/template_38_C.d.exe run/t/typeid_90_H.d.exe run/t/template_51_C.d.exe.bc run/t/template_class_14_L.d.exe run/t/tuple_11_B.d.exe run/t/template_45_F.d.exe.bc run/t/template_class_12_A.d.exe.bc run/t/typeof_09_A.d.exe.bc run/t/typeid_91_C.d.exe.bc run/t/tuple_10_A.d.exe run/t/template_58_B.d.exe run/t/template_struct_04_K.d.exe.bc run/t/template_class_10_E.d.exe run/t/template_struct_04_X.d.exe run/t/template_class_10_A.d.exe run/t/try_10_A.d.exe run/t/typeof_09_E.d.exe.bc run/t/template_56_A.d.exe run/t/template_63_A.d.exe.bc run/t/typeid_91_B.d.exe run/t/this_11_C.d.exe.bc run/t/template_20_A.d.exe.bc run/t/template_19_D.d.exe run/t/template_39_E.d.exe run/t/template_class_13_D.d.exe.bc run/t/template_36_D.d.exe run/t/template_23_B.d.exe run/t/try_10_A.d.exe.bc run/t/template_51_I.d.exe run/t/typedef_13_C.d.exe run/t/template_64_C.d.exe.bc run/t/this_13_A.d.exe run/t/template_class_13_G.d.exe run/t/template_class_16_F.d.exe run/t/typedef_08_C.d.exe.bc run/t/template_class_13_J.d.exe.bc run/t/tuple_11_F.d.exe run/t/template_class_13_N.d.exe run/t/template_47_A.d.exe run/t/try_10_B.d.exe.bc run/t/template_37_B.d.exe.bc run/t/typeid_88_A.d.exe run/t/template_51_F.d.exe.bc run/t/template_36_B.d.exe run/t/template_struct_09_B.d.exe.bc run/t/template_61_A.d.exe run/t/template_struct_04_Q2.d.exe.bc run/t/this_10_B.d.exe.bc run/t/typeid_88_D.d.exe.bc run/t/template_struct_04_N2.d.exe.bc run/t/template_class_10_C.d.exe run/t/typeof_09_H.d.exe run/t/template_struct_04_D.d.exe run/t/typedef_13_A.d.exe run/t/template_38_A.d.exe.bc run/t/template_21_E.d.exe.bc run/t/typedef_07_A.d.exe.bc run/t/template_22.d.exe.bc run/t/template_19_C.d.exe.bc run/t/typeof_16_B.d.exe run/t/template_class_12_A.d.exe run/t/typedef_06_C.d.exe run/t/template_class_13_R.d.exe.bc run/t/template_class_16_A.d.exe run/t/template_23_B.d.exe.bc run/t/typeid_91_F.d.exe run/t/template_class_13_M.d.exe run/t/template_class_13_G.d.exe.bc run/t/typeof_08_B.d.exe.bc run/t/this_13_B.d.exe run/t/template_class_10_A.d.exe.bc run/t/typedef_20_A.d.exe run/t/template_class_13_B.d.exe.bc run/t/template_struct_06.d.exe run/t/template_struct_05_L.d.exe run/t/template_struct_04_K.d.exe run/t/template_class_19_A.d.exe run/t/template_32_K.d.exe.bc run/t/template_class_13_H.d.exe.bc run/typeid_30.d.exe run/in_03.d.exe run/sizeof_02.d.exe.bc run/overload_19.d.exe.bc run/struct_initialization_06.d.exe run/offsetof_27.d.exe.bc run/invariant_04.d.exe run/typeid_73.d.exe run/double_10.d.exe.bc run/template_class_02.d.exe run/opDivAssign_11.d.exe run/catch_01.d.exe run/sort_05.d.exe.bc run/wchar_05.d.exe.bc run/align_07.d.exe.bc run/bug_tocsym_285_01.d.exe.bc run/float_04.d.exe run/opPostDec_02.d.exe run/__LINE__01.d.exe.bc run/align_13.d.exe run/int_02.d.exe run/union_06.d.exe run/ubyte_04.d.exe run/opPreInc_01.d.exe run/typeid_08.d.exe run/creal_08.d.exe.bc run/alias_03.d.exe.bc run/bug_elfobj_1251_C.d.exe.bc run/typeid_42.d.exe.bc run/static_06.d.exe run/byte_13.d.exe.bc run/typeid_10.d.exe run/int_01.d.exe run/command_line_version_03.d.exe.bc run/static_24.d.exe.bc run/named_entity_03.d.exe.bc run/protected_01.d.exe.bc run/opPostDec_07.d.exe run/associative_array_13.d.exe run/ieee_754_zerocomp_04.d.exe run/memory_management_01.d.exe run/slice_02.d.exe run/try_04.d.exe run/typeid_04.d.exe run/opPostInc_06.d.exe run/integer_literal_hex_03.d.exe run/eol_02.d.exe.bc run/opPreDec_06.d.exe.bc run/InExpression_06.d.exe.bc run/throw_01.d.exe run/in_out_body_02.d.exe run/opShrAssign_01.d.exe run/sort_08.d.exe.bc run/typeid_31.d.exe run/invariant_01.d.exe run/struct_10.d.exe.bc run/opCatAssign_14.d.exe run/if_08.d.exe run/typeid_82.d.exe.bc run/slice_05.d.exe run/static_22.d.exe.bc run/interface_10.d.exe.bc run/typeid_57.d.exe run/static_13.d.exe run/opIndex_01.d.exe run/enum_01.d.exe run/typedef_01.d.exe run/offsetof_72.d.exe run/invariant_12.d.exe run/byte_04.d.exe.bc run/byte_07.d.exe.bc run/bug_constfold_575_N.d.exe run/class_initialization_01.d.exe run/offsetof_57.d.exe run/inline_09.d.exe run/opPostDec_05.d.exe run/nested_function_04.d.exe run/new_12.d.exe.bc run/double_06.d.exe run/ä日_source.d.exe.bc run/typeid_05.d.exe run/private_07.d.exe run/mixin_11.d.exe run/offsetof_11.d.exe.bc run/private_01.d.exe.bc run/bug_20050407_01.d.exe.bc run/cast_27.d.exe run/dup_05.d.exe run/default_argument_03.d.exe run/constructor_09.d.exe.bc run/static_13.d.exe.bc run/opPreDec_03.d.exe.bc run/opPostDec_03.d.exe.bc run/reverse_01.d.exe run/typeof_01.d.exe.bc run/super_08.d.exe run/cast_26.d.exe run/destructor_01.d.exe run/bug_20050128_B.d.exe.bc run/array_initialization_07.d.exe run/opPreInc_09.d.exe run/overload_05.d.exe.bc run/init_02.d.exe run/reverse_06.d.exe.bc run/super_04.d.exe run/opDivAssign_03.d.exe run/offsetof_73.d.exe run/enum_17_A.d.exe run/template_11.d.exe run/pragma_05.d.exe run/super_01.d.exe.bc run/ptr_03.d.exe.bc run/align_14.d.exe.bc run/while_02.d.exe.bc run/opMulAssign_01.d.exe.bc run/ieee_754_zerosdq_04.d.exe run/overload_21.d.exe run/typedef_02.d.exe.bc run/offsetof_23.d.exe run/invariant_22.d.exe run/comment_02.d.exe run/offsetof_46.d.exe.bc run/opCatAssign_03.d.exe run/byte_14.d.exe.bc run/bug_20050405_06.d.exe.bc run/foreach_04.d.exe run/catch_04.d.exe run/class_10.d.exe.bc run/unicode_04.d.exe.bc run/ushort_05.d.exe.bc run/opPreInc_04.d.exe.bc run/opDivAssign_04.d.exe.bc run/comment_02.d.exe.bc run/opShrAssign_02.d.exe run/many_functions_01.d.exe run/mixin_02.d.exe.bc run/alias_13.d.exe run/default_argument_02.d.exe run/offsetof_14.d.exe run/InExpression_20.d.exe.bc run/compare_01.d.exe.bc run/with_10.d.exe run/typeid_23.d.exe run/real_11.d.exe.bc run/deprecated_09.d.exe run/encoding_utf_8.d.exe.bc run/bug_20041103_B.d.exe.bc run/bug_constfold_575_E.d.exe.bc run/typeid_54.d.exe run/init_01.d.exe run/unicode_02.d.exe.bc run/long_01.d.exe.bc run/offsetof_66.d.exe.bc run/creal_14.d.exe run/struct_14.d.exe run/const_01.d.exe run/opCat_02.d.exe.bc run/typeid_40.d.exe run/bug_constfold_575_D.d.exe.bc run/typeof_04.d.exe run/compare_02.d.exe.bc run/out_02.d.exe.bc run/typeid_19.d.exe run/typeid_74.d.exe.bc run/reverse_01.d.exe.bc run/nested_function_03.d.exe run/override_01.d.exe run/unittest_08.d.exe run/default_argument_04.d.exe.bc run/foreach_12.d.exe.bc run/sizeof_04.d.exe run/opCatAssign_05.d.exe.bc run/alias_01.d.exe run/opDivAssign_04.d.exe run/typeid_85.d.exe.bc run/ushort_01.d.exe.bc run/ieee_754_zerocomp_09.d.exe run/typeid_49.d.exe.bc run/cast_18.d.exe.bc run/integer_literal_binary_03.d.exe.bc run/offsetof_52.d.exe.bc run/with_11.d.exe run/align_13.d.exe.bc run/sort_04.d.exe.bc run/opCast_01.d.exe.bc run/offsetof_68.d.exe.bc run/opDivAssign_03.d.exe.bc run/opPostDec_05.d.exe.bc run/offsetof_34.d.exe.bc run/int_02.d.exe.bc run/opMulAssign_10.d.exe.bc run/cast_21.d.exe run/float_22.d.exe.bc run/opPostInc_07.d.exe.bc run/static_29.d.exe run/final_05.d.exe.bc run/offsetof_73.d.exe.bc run/integer_literal_binary_04.d.exe run/typedef_03.d.exe.bc run/typeid_19.d.exe.bc run/bug_constfold_575_M.d.exe run/enum_09.d.exe run/align_15.d.exe run/do_while_03.d.exe.bc run/typeid_25.d.exe run/float_12.d.exe run/real_06.d.exe run/bug_20041103_A.d.exe run/slice_04.d.exe.bc run/bug_constfold_575_L.d.exe run/array_initialization_03.d.exe run/bug_20050407_03.d.exe.bc run/ieee_754_zerosdq_02.d.exe.bc run/break_04.d.exe.bc run/offsetof_38.d.exe.bc run/comment_09.d.exe.bc run/char_03.d.exe.bc run/bug_e2ir_299_B.d.exe.bc run/goto_02.d.exe run/opMulAssign_10.d.exe run/offsetof_13.d.exe.bc run/template_struct_01.d.exe run/ptr_02.d.exe run/enum_13.d.exe run/unittest_05.d.exe run/typeid_18.d.exe.bc run/InExpression_02.d.exe run/offsetof_40.d.exe run/ubyte_01.d.exe.bc run/interface_04.d.exe run/const_01.d.exe.bc run/mixin_08.d.exe run/typeid_75.d.exe run/typeid_34.d.exe.bc run/offsetof_62.d.exe.bc run/typeid_29.d.exe run/cast_07.d.exe.bc run/memory_management_02.d.exe run/double_22.d.exe.bc run/default_argument_01.d.exe run/offsetof_60.d.exe run/out_01.d.exe run/assert_02.d.exe.bc run/dchar_08.d.exe.bc run/typeid_28.d.exe run/opCmp_01.d.exe.bc run/o/opAndAnd_01_A.d.exe.bc run/o/opIndexAssign_01_B.d.exe.bc run/o/opCat_15_C.d.exe.bc run/o/opCmp_05_E.d.exe.bc run/o/opCatAssign_19_F.d.exe.bc run/o/opMul_08_B.d.exe run/o/opCat_15_K.d.exe.bc run/o/odd_bug_04_A.d.exe.bc run/o/odd_bug_04_C.d.exe.bc run/o/opCat_07_A.d.exe run/o/opCat_27_A.d.exe run/o/opMulAssign_13.d.exe run/o/opAnd_01_A.d.exe run/o/opIndexAssign_02_F.d.exe run/o/opEquals_05_E.d.exe.bc run/o/opCmp_07_B.d.exe.bc run/o/opCatAssign_19_A.d.exe run/o/opAndAnd_02_C.d.exe run/o/opCat_15_P.d.exe.bc run/o/opDivAssign_13.d.exe run/o/opCall_02_A.d.exe run/o/opCatAssign_21_B.d.exe run/o/opDiv_11_B.d.exe run/o/opIndex_06_B.d.exe.bc run/o/opDiv_13_D1.d.exe run/o/opSub_07_B.d.exe.bc run/o/overload_26_B.d.exe.bc run/o/opOrOr_01_B.d.exe.bc run/o/overload_23.d.exe run/o/opOrAssign_01_C.d.exe run/o/opEquals_05_F.d.exe run/o/opDiv_07_A.d.exe.bc run/o/opCat_24_D.d.exe.bc run/o/opCat_15_M.d.exe.bc run/o/odd_bug_07_D.d.exe.bc run/o/opEquals_04_C.d.exe run/o/opOrAssign_01_A.d.exe run/o/opCmp_09_D.d.exe run/o/opCall_02_E.d.exe.bc run/o/opDiv_13_C1.d.exe run/o/opEquals_05_E.d.exe run/o/opDiv_07_B.d.exe.bc run/o/odd_bug_08_B.d.exe run/o/odd_bug_07_B.d.exe run/o/overload_26_A.d.exe.bc run/o/opIndexAssign_02_G.d.exe.bc run/o/opDiv_13_B2.d.exe.bc run/o/opOr_01_A.d.exe run/o/opXorAssign_01_H.d.exe.bc run/o/odd_bug_09_B.d.exe run/o/opCall_02_B.d.exe run/o/overload_27_E.d.exe.bc run/o/opDiv_11_A.d.exe run/o/opMulAssign_14.d.exe run/o/opIndexAssign_01_B.d.exe run/o/opEquals_04_H.d.exe.bc run/o/opOr_01_A.d.exe.bc run/o/opCatAssign_19_B.d.exe.bc run/o/opCat_15_D.d.exe.bc run/o/opEquals_05_H.d.exe.bc run/o/opOrOr_01_A.d.exe run/o/odd_bug_04_E.d.exe.bc run/o/opCat_18_C.d.exe.bc run/o/odd_bug_09_A.d.exe.bc run/o/opMul_08_A.d.exe run/o/opModule_01_A.d.exe run/o/overload_24.d.exe.bc run/o/opCat_15_T.d.exe run/o/opCatAssign_19_A.d.exe.bc run/o/odd_bug_08_H.d.exe.bc run/o/opMul_01.d.exe.bc run/o/opAndAssign_01_A.d.exe.bc run/o/odd_bug_09_A.d.exe run/o/opEquals_04_F.d.exe.bc run/o/opAndAssign_01_H.d.exe.bc run/o/opDiv_08_A.d.exe.bc run/o/opCat_15_I.d.exe run/o/odd_bug_07_C.d.exe run/o/opDiv_05.d.exe run/o/opCat_18_B.d.exe.bc run/o/opCat_15_B.d.exe.bc run/o/opDiv_13_C2.d.exe.bc run/o/opDiv_13_D2.d.exe.bc run/o/opCall_03_C.d.exe run/o/opXorAssign_01_I.d.exe run/o/opCat_15_P.d.exe run/o/opSlice_02_A.d.exe.bc run/o/opCat_18_H.d.exe.bc run/o/odd_bug_08_E.d.exe.bc run/o/opCat_18_D.d.exe run/o/opDivAssign_12.d.exe run/o/opXorAssign_01_B.d.exe run/o/opCatAssign_21_B.d.exe.bc run/o/opIndexAssign_02_E.d.exe run/o/opIndexAssign_02_E.d.exe.bc run/o/opAndAnd_02_B.d.exe run/o/opCmp_07_A.d.exe run/o/opCat_15_S.d.exe.bc run/o/odd_bug_10_A.d.exe run/o/odd_bug_16_B.d.exe run/o/odd_bug_07_C.d.exe.bc run/o/opIndexAssign_01_A.d.exe run/o/opDiv_09_A.d.exe.bc run/o/opCatAssign_20_B.d.exe run/o/odd_bug_16_B.d.exe.bc run/o/opCat_15_D.d.exe run/o/opCat_18_D.d.exe.bc run/o/opIn_r_01_B.d.exe.bc run/o/opCat_18_H.d.exe run/o/opCatAssign_21_A.d.exe.bc run/o/opMul_01.d.exe run/o/opCat_18_E.d.exe run/o/opCat_18_A.d.exe run/o/opCat_18_C.d.exe run/o/opAndAssign_01_F.d.exe run/o/opCatAssign_21_A.d.exe run/o/odd_bug_10_B.d.exe run/o/overload_27_C.d.exe.bc run/o/opDiv_13_A1.d.exe run/o/opCmp_09_D.d.exe.bc run/o/odd_bug_14_A.d.exe run/o/opCatAssign_20_B.d.exe.bc run/o/opSliceAssign_02_C.d.exe.bc run/o/opDiv_08_B.d.exe.bc run/o/opMulAssign_12.d.exe run/o/opModule_01_B.d.exe run/o/opCat_07_B.d.exe run/o/opCall_02_E.d.exe run/o/opAnd_01_B.d.exe run/o/opCat_15_E.d.exe run/o/opOrAssign_01_I.d.exe.bc run/o/odd_bug_08_I.d.exe run/o/odd_bug_04_E.d.exe run/o/opCat_18_A.d.exe.bc run/o/opCat_27_C.d.exe.bc run/o/opCast_04_B.d.exe.bc run/o/opCmp_05_C.d.exe run/o/overload_25_B.d.exe.bc run/o/opDiv_13_B1.d.exe run/o/opDiv_13_C1.d.exe.bc run/o/opAndAnd_01_A.d.exe run/o/opCat_15_B.d.exe run/o/opCat_15_N.d.exe.bc run/o/opDiv_07_B.d.exe run/o/opCat_15_F.d.exe.bc run/o/opAndAnd_02_B.d.exe.bc run/o/opOrAssign_01_F.d.exe run/o/opCmp_05_F.d.exe.bc run/o/opOrAssign_01_H.d.exe run/o/opCmp_05_D.d.exe.bc run/o/opEquals_04_B.d.exe run/o/opCmp_05_E.d.exe run/o/opCat_15_G.d.exe run/o/opSub_07_A.d.exe run/o/opCat_19_C.d.exe run/o/opCat_15_S.d.exe run/o/odd_bug_13_A.d.exe.bc run/o/opCat_18_E.d.exe.bc run/o/opDiv_12_A.d.exe run/o/opCat_15_I.d.exe.bc run/o/opXorAssign_01_G.d.exe run/o/odd_bug_07_E.d.exe.bc run/o/opAndAssign_01_E.d.exe run/o/odd_bug_14_C.d.exe.bc run/o/opAnd_01_A.d.exe.bc run/o/opDiv_06.d.exe.bc run/o/overload_27_B.d.exe.bc run/o/opMul_08_E.d.exe.bc run/o/opDiv_12_B.d.exe run/o/odd_bug_08_I.d.exe.bc run/o/opEquals_04_A.d.exe run/o/odd_bug_15_A.d.exe.bc run/o/opCall_01_D.d.exe run/o/odd_bug_08_A.d.exe run/o/opEquals_05_B.d.exe.bc run/o/opEquals_05_H.d.exe run/o/opCat_15_Q.d.exe run/o/odd_bug_08_C.d.exe.bc run/o/odd_bug_14_A.d.exe.bc run/o/opCat_24_A.d.exe.bc run/o/opAdd_07_B.d.exe run/o/opXorAssign_01_A.d.exe run/o/opAndAnd_02_A.d.exe run/o/opCat_15_K.d.exe run/o/opCatAssign_20_A.d.exe.bc run/o/opDivAssign_13.d.exe.bc run/o/opCat_15_U.d.exe.bc run/o/opAndAnd_02_A.d.exe.bc run/o/opSlice_02_A.d.exe run/o/opEquals_05_G.d.exe.bc run/o/opCatAssign_19_E.d.exe run/o/opCall_03_A.d.exe.bc run/o/opIndex_06_C.d.exe.bc run/o/opCat_15_L.d.exe.bc run/o/opCat_27_B.d.exe.bc run/o/opOrAssign_01_E.d.exe run/o/opAndAssign_01_G.d.exe.bc run/o/opAdd_07_A.d.exe.bc run/o/opXorAssign_01_H.d.exe run/o/odd_bug_13_A.d.exe run/o/odd_bug_08_A.d.exe.bc run/o/opDiv_13_C2.d.exe run/o/opAndAnd_02_C.d.exe.bc run/o/opAndAssign_01_D.d.exe.bc run/o/opXorAssign_01_D.d.exe run/o/opOrAssign_01_C.d.exe.bc run/o/opXorAssign_01_A.d.exe.bc run/o/odd_bug_07_E.d.exe run/o/opAdd_07_B.d.exe.bc run/o/opAndAssign_01_D.d.exe run/o/odd_bug_07_A.d.exe run/o/offsetof_78_B.d.exe.bc run/o/opCast_04_A.d.exe.bc run/o/opSliceAssign_03_A.d.exe.bc run/o/odd_bug_04_B.d.exe.bc run/o/odd_bug_07_A.d.exe.bc run/o/opCmp_05_F.d.exe run/o/opSliceAssign_02_A.d.exe.bc run/o/overload_27_C.d.exe run/o/overload_27_E.d.exe run/o/opCall_02_A.d.exe.bc run/o/opCmp_05_C.d.exe.bc run/o/overload_27_A.d.exe.bc run/o/opCat_19_A.d.exe.bc run/o/odd_bug_14_B.d.exe run/o/odd_bug_04_F.d.exe.bc run/o/opCat_18_G.d.exe.bc run/o/opCall_01_A.d.exe.bc run/o/opCat_19_A.d.exe run/o/odd_bug_04_D.d.exe.bc run/o/opCat_15_T.d.exe.bc run/o/opCat_15_F.d.exe run/o/opCall_03_B.d.exe.bc run/o/opDiv_12_A.d.exe.bc run/o/opIndex_06_B.d.exe run/o/outer_01_D.d.exe run/o/opCat_19_C.d.exe.bc run/o/offsetof_80_A.d.exe.bc run/o/opCmp_07_A.d.exe.bc run/o/opDiv_04.d.exe.bc run/o/opModule_01_B.d.exe.bc run/o/opEquals_04_E.d.exe run/o/opEquals_04_C.d.exe.bc run/o/opXorAssign_01_I.d.exe.bc run/o/opDiv_11_B.d.exe.bc run/o/odd_bug_04_D.d.exe run/o/opDiv_13_D1.d.exe.bc run/o/opXorAssign_01_F.d.exe run/o/opCat_19_B.d.exe.bc run/o/odd_bug_08_H.d.exe run/o/opOrOr_01_A.d.exe.bc run/o/opCat_15_H.d.exe.bc run/o/opCatAssign_20_A.d.exe run/o/opCat_18_F.d.exe run/o/opCat_15_A.d.exe run/o/opCat_15_A.d.exe.bc run/o/opDiv_09_B.d.exe.bc run/o/opCat_18_B.d.exe run/o/odd_bug_07_D.d.exe run/o/opSub_07_A.d.exe.bc run/o/opCat_15_O.d.exe.bc run/o/odd_bug_14_C.d.exe run/o/opSliceAssign_02_A.d.exe run/o/opIndexAssign_02_F.d.exe.bc run/o/opCat_15_R.d.exe.bc run/o/opCast_04_A.d.exe run/o/opCat_15_H.d.exe run/o/opDivAssign_14.d.exe.bc run/o/opCmp_05_D.d.exe run/o/overload_24.d.exe run/o/opModule_01_A.d.exe.bc run/o/opCat_15_J.d.exe.bc run/o/opSlice_02_C.d.exe run/o/opDiv_08_A.d.exe run/o/opIn_01_B.d.exe.bc run/o/opXorAssign_01_C.d.exe run/o/opOrOr_01_B.d.exe run/o/opCall_01_B.d.exe.bc run/o/opOrAssign_01_D.d.exe.bc run/o/opDiv_04.d.exe run/o/opMul_08_B.d.exe.bc run/o/opDiv_08_B.d.exe run/o/opEquals_05_G.d.exe run/o/opIn_01_B.d.exe run/o/opEquals_05_F.d.exe.bc run/o/opOrAssign_01_E.d.exe.bc run/o/opCmp_05_A.d.exe.bc run/o/overload_26_A.d.exe run/o/opIndex_06_A.d.exe.bc run/o/opCat_18_G.d.exe run/o/opDiv_12_B.d.exe.bc run/o/opCat_07_B.d.exe.bc run/o/opCall_01_E.d.exe.bc run/o/odd_bug_08_F.d.exe run/o/opCat_15_C.d.exe run/o/opIn_r_01_B.d.exe run/o/opAndAssign_01_C.d.exe.bc run/o/offsetof_80_A.d.exe run/o/overload_27_A.d.exe run/o/opIn_r_01_A.d.exe run/o/opEquals_04_H.d.exe run/o/opCat_27_C.d.exe run/o/opAndAssign_01_I.d.exe.bc run/o/opCat_24_D.d.exe run/o/opAndAssign_01_G.d.exe run/o/opSliceAssign_03_A.d.exe run/o/odd_bug_06_B.d.exe run/o/opCat_15_R.d.exe run/o/opCatAssign_19_F.d.exe run/o/opSliceAssign_02_B.d.exe run/o/opSub_07_B.d.exe run/o/opCall_01_A.d.exe run/o/opCat_27_B.d.exe run/o/opEquals_04_D.d.exe.bc run/o/opDiv_13_A1.d.exe.bc run/o/odd_bug_06_A.d.exe run/o/opIn_01_A.d.exe.bc run/o/opCall_01_B.d.exe run/o/odd_bug_08_C.d.exe run/o/opCatAssign_19_B.d.exe run/o/opAdd_07_A.d.exe run/o/opAndAssign_01_E.d.exe.bc run/o/opIn_r_01_A.d.exe.bc run/o/opXorAssign_01_E.d.exe run/o/odd_bug_04_B.d.exe run/o/odd_bug_15_A.d.exe run/o/opDivAssign_12.d.exe.bc run/o/opEquals_04_F.d.exe run/o/opDiv_09_B.d.exe run/o/overload_26_B.d.exe run/o/opSliceAssign_02_D.d.exe.bc run/o/opOrAssign_01_I.d.exe run/o/opSlice_02_B.d.exe run/o/opCast_04_B.d.exe run/o/odd_bug_04_A.d.exe run/o/opAndAnd_01_B.d.exe run/o/opCall_02_D.d.exe run/o/opOrAssign_01_B.d.exe.bc run/o/opEquals_04_E.d.exe.bc run/o/opOrAssign_01_B.d.exe run/o/opAndAssign_01_I.d.exe run/o/odd_bug_08_E.d.exe run/o/opCall_02_D.d.exe.bc run/o/opMul_08_D.d.exe run/o/overload_25_B.d.exe run/o/odd_bug_08_G.d.exe run/o/opDiv_13_B1.d.exe.bc run/o/opCat_27_A.d.exe.bc run/o/opCmp_05_B.d.exe.bc run/o/opMul_08_C.d.exe run/o/opCat_07_A.d.exe.bc run/o/opCat_15_Q.d.exe.bc run/o/odd_bug_04_C.d.exe run/o/opOrAssign_01_F.d.exe.bc run/o/opCall_01_E.d.exe run/o/overload_23.d.exe.bc run/o/opCat_15_N.d.exe run/o/opMulAssign_13.d.exe.bc run/o/overload_27_D.d.exe.bc run/o/odd_bug_08_B.d.exe.bc run/o/opAnd_01_B.d.exe.bc run/o/odd_bug_08_D.d.exe run/o/opCat_15_O.d.exe run/o/opSlice_02_B.d.exe.bc run/o/odd_bug_10_B.d.exe.bc run/o/opIndexAssign_02_H.d.exe run/o/opCall_03_C.d.exe.bc run/o/opDiv_09_A.d.exe run/o/opEquals_04_A.d.exe.bc run/o/opCat_15_M.d.exe run/o/overload_27_D.d.exe run/o/opSlice_02_C.d.exe.bc run/o/opEquals_04_D.d.exe run/o/opXorAssign_01_B.d.exe.bc run/o/opEquals_04_G.d.exe run/o/opDiv_11_A.d.exe.bc run/o/odd_bug_08_D.d.exe.bc run/o/opCat_18_F.d.exe.bc run/o/opMulAssign_14.d.exe.bc run/o/opMulAssign_12.d.exe.bc run/o/opMul_08_D.d.exe.bc run/o/opEquals_04_G.d.exe.bc run/o/opIndex_06_C.d.exe run/o/opAndAssign_01_C.d.exe run/o/opDiv_06.d.exe run/o/opAndAssign_01_F.d.exe.bc run/o/opXorAssign_01_J.d.exe.bc run/o/opOrAssign_01_G.d.exe run/o/odd_bug_04_F.d.exe run/o/opCat_15_L.d.exe run/o/opCat_15_G.d.exe.bc run/o/odd_bug_14_B.d.exe.bc run/o/opIndexAssign_01_A.d.exe.bc run/o/opMul_08_A.d.exe.bc run/o/odd_bug_07_B.d.exe.bc run/o/opCall_03_A.d.exe run/o/opMul_08_C.d.exe.bc run/o/opCall_01_D.d.exe.bc run/o/opCmp_05_B.d.exe run/o/opEquals_05_B.d.exe run/o/opCmp_07_B.d.exe run/o/opXorAssign_01_F.d.exe.bc run/o/opAndAssign_01_B.d.exe run/o/opSliceAssign_02_D.d.exe run/o/opIn_01_A.d.exe run/o/opEquals_04_B.d.exe.bc run/o/opAndAssign_01_A.d.exe run/o/opAndAssign_01_H.d.exe run/o/odd_bug_10_A.d.exe.bc run/o/opXorAssign_01_E.d.exe.bc run/o/opDiv_13_B2.d.exe run/o/opCat_15_U.d.exe run/o/opDiv_07_A.d.exe run/o/opSliceAssign_02_C.d.exe run/o/opMul_02.d.exe.bc run/o/opCall_03_B.d.exe run/o/odd_bug_10_C.d.exe.bc run/o/opOrAssign_01_D.d.exe run/o/outer_01_D.d.exe.bc run/o/opCat_19_B.d.exe run/o/opDiv_05.d.exe.bc run/o/odd_bug_10_C.d.exe run/o/odd_bug_06_A.d.exe.bc run/o/offsetof_78_B.d.exe run/o/opDiv_13_A2.d.exe.bc run/o/opDivAssign_14.d.exe run/o/opOrAssign_01_A.d.exe.bc run/o/opCall_02_B.d.exe.bc run/o/opIndexAssign_02_G.d.exe run/o/opCat_15_E.d.exe.bc run/o/opCat_24_A.d.exe run/o/opXorAssign_01_G.d.exe.bc run/o/opCatAssign_19_E.d.exe.bc run/o/opCat_15_J.d.exe run/o/opMul_08_E.d.exe run/o/opOr_01_B.d.exe run/o/opAndAnd_01_B.d.exe.bc run/o/opAndAssign_01_B.d.exe.bc run/o/opXorAssign_01_C.d.exe.bc run/o/opSliceAssign_02_B.d.exe.bc run/o/opXorAssign_01_J.d.exe run/o/opOrAssign_01_G.d.exe.bc run/o/opCmp_05_A.d.exe run/o/opIndexAssign_02_H.d.exe.bc run/o/opDiv_13_A2.d.exe run/o/opOrAssign_01_H.d.exe.bc run/o/opXorAssign_01_D.d.exe.bc run/o/odd_bug_08_F.d.exe.bc run/o/opMul_02.d.exe run/o/overload_27_B.d.exe run/o/odd_bug_09_B.d.exe.bc run/o/odd_bug_08_G.d.exe.bc run/o/opDiv_13_D2.d.exe run/o/odd_bug_06_B.d.exe.bc run/o/opIndex_06_A.d.exe run/o/opOr_01_B.d.exe.bc run/sort_03.d.exe.bc run/bug_constfold_575_K.d.exe run/double_07.d.exe.bc run/const_22_B.d.exe.bc run/bug_cgcod_1640_A.d.exe run/offsetof_49.d.exe.bc run/opShr_02.d.exe run/with_01.d.exe run/init_01.d.exe.bc run/int_03.d.exe run/typeid_06.d.exe run/align_14.d.exe run/typeid_27.d.exe.bc run/slice_07.d.exe run/sizeof_02.d.exe run/reverse_03.d.exe.bc run/union_06.d.exe.bc run/main_03.d.exe.bc run/opMulAssign_11.d.exe run/associative_array_09.d.exe.bc run/l/length_10_J.d.exe.bc run/l/length_11_B.d.exe.bc run/l/length_08_C.d.exe.bc run/l/large_id_01_C.d.exe run/l/length_10_D.d.exe run/l/length_10_A.d.exe.bc run/l/length_10_C.d.exe.bc run/l/length_10_E.d.exe.bc run/l/length_10_A.d.exe run/l/length_10_H.d.exe run/l/length_10_B.d.exe.bc run/l/length_10_G.d.exe run/l/length_12_C.d.exe run/l/length_10_I.d.exe.bc run/l/large_id_01_C.d.exe.bc run/l/length_11_B.d.exe run/l/length_08_D.d.exe run/l/large_id_01_D.d.exe run/l/length_12_C.d.exe.bc run/l/length_10_D.d.exe.bc run/l/length_08_E.d.exe.bc run/l/length_12_B.d.exe.bc run/l/large_id_01_A.d.exe.bc run/l/large_id_01_D.d.exe.bc run/l/length_10_B.d.exe run/l/long_04_B.d.exe.bc run/l/length_10_C.d.exe run/l/length_10_F.d.exe.bc run/l/length_10_J.d.exe run/l/length_11_A.d.exe run/l/long_04_B.d.exe run/l/length_11_A.d.exe.bc run/l/length_08_D.d.exe.bc run/l/length_08_B.d.exe run/l/length_12_B.d.exe run/l/length_10_H.d.exe.bc run/l/large_id_01_B.d.exe.bc run/l/length_08_C.d.exe run/l/length_08_B.d.exe.bc run/l/length_10_I.d.exe run/l/length_10_F.d.exe run/l/length_08_A.d.exe run/l/length_08_A.d.exe.bc run/l/length_10_E.d.exe run/l/length_08_E.d.exe run/l/length_10_G.d.exe.bc run/l/large_id_01_A.d.exe run/l/large_id_01_B.d.exe run/struct_13.d.exe.bc run/bug_constfold_575_P.d.exe run/bug_cg87_2393_A.d.exe.bc run/opPreInc_05.d.exe run/opPostInc_09.d.exe.bc run/opPreDec_02.d.exe run/length_06.d.exe.bc run/goto_09.d.exe run/sizeof_13.d.exe run/goto_01.d.exe run/invariant_10.d.exe.bc run/typeid_83.d.exe.bc run/const_05.d.exe.bc run/bug_e2ir_141_D.d.exe run/ubyte_01.d.exe run/typeid_17.d.exe run/typeid_51.d.exe run/bug_tocsym_217_03.d.exe run/opPostInc_02.d.exe run/enum_18_A.d.exe.bc run/invariant_12.d.exe.bc run/nested_function_06.d.exe.bc run/destructor_03.d.exe.bc run/auto_08.d.exe.bc run/ieee_754_zerocomp_01.d.exe run/opPreDec_04.d.exe.bc run/static_27.d.exe run/foreach_15.d.exe run/static_21.d.exe run/creal_12.d.exe run/named_entity_01.d.exe.bc run/version_07.d.exe.bc run/types_defining_01.d.exe.bc run/struct_14.d.exe.bc run/pragma_06.d.exe run/offsetof_57.d.exe.bc run/cast_22.d.exe run/opNeg_02.d.exe.bc run/bug_e2ir_299_B.d.exe run/offsetof_12.d.exe.bc run/opCat_01.d.exe.bc run/sort_02.d.exe run/overload_03.d.exe run/if_04.d.exe run/real_08.d.exe run/creal_15.d.exe run/sizeof_04.d.exe.bc run/static_26.d.exe.bc run/static_25.d.exe run/typeid_66.d.exe.bc run/constructor_11.d.exe run/const_22_D.d.exe run/unicode_05.d.exe.bc run/bug_cg87_2393_D.d.exe.bc run/break_01.d.exe.bc run/alias_02.d.exe.bc run/typeid_24.d.exe.bc run/interface_06.d.exe run/integer_literal_binary_08.d.exe.bc run/offsetof_53.d.exe.bc run/real_13.d.exe.bc run/bug_cg87_2393_B.d.exe.bc run/foreach_12.d.exe run/while_04.d.exe.bc run/align_11.d.exe.bc run/bug_cgcod_1489_D.d.exe.bc run/bug_20050405_02.d.exe.bc run/version_01.d.exe run/static_03.d.exe run/bug_mangle_61_B.d.exe run/opDivAssign_08.d.exe run/overload_22.d.exe.bc run/const_14.d.exe run/foreach_15.d.exe.bc run/opDivAssign_01.d.exe.bc run/cast_13.d.exe run/struct_10.d.exe run/integer_literal_binary_08.d.exe run/else_01.d.exe run/offsetof_28.d.exe run/i/is_13_D.d.exe.bc run/i/interface_27_A.d.exe run/i/ieee_754_flt2int_A.d.exe.bc run/i/import_13_C.d.exe.bc run/i/is_10_C.d.exe.bc run/i/inline_16_A.d.exe run/i/interface_27_C.d.exe.bc run/i/interpret_04_A.d.exe run/i/if_14_H.d.exe run/i/in_out_body_13_B.d.exe run/i/is_05_F.d.exe run/i/is_05_D.d.exe.bc run/i/is_06_F.d.exe.bc run/i/import_08_C.d.exe.bc run/i/ieee_754_int2flt_F.d.exe run/i/is_06_B.d.exe.bc run/i/inline_14_C.d.exe run/i/is_08_D.d.exe run/i/is_02_G.d.exe.bc run/i/inline_12_C.d.exe.bc run/i/is_02_F.d.exe.bc run/i/if_12_B.d.exe run/i/is_03_A.d.exe.bc run/i/interpret_02_A.d.exe.bc run/i/ireal_05_A.d.exe run/i/inline_14_A.d.exe.bc run/i/interface_23_D.d.exe.bc run/i/is_05_C.d.exe run/i/is_06_D.d.exe.bc run/i/inline_11_C.d.exe run/i/is_11_E.d.exe run/i/inline_15_A.d.exe.bc run/i/is_02_F.d.exe run/i/is_10_C.d.exe run/i/is_08_G.d.exe run/i/if_11_A.d.exe.bc run/i/is_03_C.d.exe.bc run/i/invariant_33_A.d.exe.bc run/i/ieee_754_int2flt_A.d.exe run/i/is_04_C.d.exe.bc run/i/is_12_C.d.exe.bc run/i/inline_11_A.d.exe.bc run/i/inline_17_A.d.exe run/i/import_13_P.d.exe.bc run/i/is_10_A.d.exe run/i/is_10_A.d.exe.bc run/i/is_05_B.d.exe run/i/in_out_body_12_A.d.exe run/i/is_07_C.d.exe run/i/is_07_G.d.exe.bc run/i/interpret_03_A.d.exe run/i/inline_11_D.d.exe.bc run/i/ieee_754_int2flt_C.d.exe.bc run/i/ieee_754_int2flt_E.d.exe.bc run/i/ieee_754_int2flt_D.d.exe.bc run/i/import_13_C.d.exe run/i/is_08_D.d.exe.bc run/i/is_04_B.d.exe run/i/is_04_F.d.exe.bc run/i/is_12_G.d.exe.bc run/i/import_13_R.d.exe.bc run/i/is_02_C.d.exe run/i/interpret_01_B.d.exe run/i/interpret_04_A.d.exe.bc run/i/is_03_B.d.exe.bc run/i/is_03_C.d.exe run/i/if_12_A.d.exe.bc run/i/import_13_L.d.exe.bc run/i/is_13_D.d.exe run/i/is_12_F.d.exe.bc run/i/ieee_754_int2flt_C.d.exe run/i/if_14_F.d.exe run/i/is_08_A.d.exe.bc run/i/is_05_B.d.exe.bc run/i/is_05_G.d.exe.bc run/i/is_12_G.d.exe run/i/is_05_D.d.exe run/i/is_06_A.d.exe.bc run/i/is_06_D.d.exe run/i/interface_27_A.d.exe.bc run/i/is_07_A.d.exe run/i/import_13_F.d.exe.bc run/i/import_11_B.d.exe run/i/ireal_05_A.d.exe.bc run/i/interface_27_B.d.exe run/i/if_14_D.d.exe run/i/is_10_F.d.exe run/i/inline_12_C.d.exe run/i/is_06_C.d.exe run/i/inline_11_A.d.exe run/i/import_08_B.d.exe run/i/is_05_A.d.exe run/i/is_04_C.d.exe run/i/if_14_C.d.exe run/i/is_05_E.d.exe.bc run/i/if_14_G.d.exe.bc run/i/is_07_F.d.exe run/i/if_14_G.d.exe run/i/inline_13_A.d.exe.bc run/i/interface_27_B.d.exe.bc run/i/interface_23_A.d.exe.bc run/i/is_05_H.d.exe run/i/is_12_B.d.exe.bc run/i/ieee_754_int2flt_B.d.exe run/i/is_04_E.d.exe run/i/in_out_body_10_A.d.exe.bc run/i/is_11_D.d.exe.bc run/i/is_13_C.d.exe run/i/is_06_G.d.exe.bc run/i/is_08_B.d.exe run/i/import_13_O.d.exe run/i/ieee_754_int2flt_G.d.exe run/i/is_08_F.d.exe run/i/is_06_F.d.exe run/i/ieee_754_flt2int_B.d.exe.bc run/i/in_out_body_11_B.d.exe.bc run/i/inline_16_A.d.exe.bc run/i/idouble_04_A.d.exe run/i/is_10_B.d.exe run/i/interface_23_B.d.exe.bc run/i/is_05_G.d.exe run/i/in_out_body_12_B.d.exe run/i/is_11_F.d.exe.bc run/i/interface_24_D.d.exe run/i/in_out_body_11_A.d.exe.bc run/i/is_04_A.d.exe.bc run/i/in_out_body_09_E.d.exe.bc run/i/interface_23_A.d.exe run/i/ifloat_05_B.d.exe run/i/idouble_04_A.d.exe.bc run/i/if_14_B.d.exe run/i/in_out_body_12_C.d.exe run/i/if_12_A.d.exe run/i/is_04_D.d.exe.bc run/i/import_13_K.d.exe.bc run/i/import_13_J.d.exe run/i/in_out_body_09_E.d.exe run/i/is_13_B.d.exe run/i/if_14_H.d.exe.bc run/i/is_11_F.d.exe run/i/is_02_B.d.exe run/i/import_13_I.d.exe.bc run/i/is_03_A.d.exe run/i/in_out_body_10_A.d.exe run/i/import_13_O.d.exe.bc run/i/is_02_A.d.exe run/i/is_12_D.d.exe run/i/in_out_body_13_B.d.exe.bc run/i/is_12_A.d.exe run/i/if_14_E.d.exe.bc run/i/import_13_L.d.exe run/i/is_06_H.d.exe.bc run/i/ieee_754_int2flt_A.d.exe.bc run/i/ieee_754_int2flt_E.d.exe run/i/int_09_B.d.exe run/i/is_02_E.d.exe run/i/in_out_body_09_A.d.exe.bc run/i/inline_14_A.d.exe run/i/is_07_A.d.exe.bc run/i/ieee_754_flt2int_F.d.exe.bc run/i/is_02_H.d.exe.bc run/i/ieee_754_int2flt_B.d.exe.bc run/i/import_13_Q.d.exe.bc run/i/in_out_body_12_A.d.exe.bc run/i/inline_16_B.d.exe run/i/is_08_C.d.exe run/i/is_11_B.d.exe run/i/in_out_body_09_D.d.exe.bc run/i/int_09_B.d.exe.bc run/i/idouble_04_B.d.exe run/i/if_12_B.d.exe.bc run/i/is_08_H.d.exe run/i/inline_17_A.d.exe.bc run/i/inline_14_C.d.exe.bc run/i/is_05_F.d.exe.bc run/i/is_05_C.d.exe.bc run/i/is_12_E.d.exe run/i/is_06_E.d.exe run/i/idouble_04_B.d.exe.bc run/i/inline_10_C.d.exe.bc run/i/is_10_D.d.exe run/i/inline_12_A.d.exe.bc run/i/if_11_A.d.exe run/i/import_13_E.d.exe run/i/import_08_C.d.exe run/i/is_11_A.d.exe run/i/is_02_D.d.exe.bc run/i/is_05_A.d.exe.bc run/i/interface_27_D.d.exe.bc run/i/in_out_body_13_A.d.exe run/i/invariant_33_B.d.exe run/i/is_11_D.d.exe run/i/inline_12_A.d.exe run/i/is_12_H.d.exe.bc run/i/interface_23_C.d.exe.bc run/i/import_13_J.d.exe.bc run/i/is_07_C.d.exe.bc run/i/is_07_H.d.exe.bc run/i/is_11_H.d.exe.bc run/i/is_02_D.d.exe run/i/is_04_D.d.exe run/i/is_12_F.d.exe run/i/inline_11_D.d.exe run/i/import_13_I.d.exe run/i/is_12_B.d.exe run/i/is_08_H.d.exe.bc run/i/ieee_754_flt2int_C.d.exe.bc run/i/is_11_H.d.exe run/i/is_08_E.d.exe.bc run/i/is_12_A.d.exe.bc run/i/is_07_E.d.exe.bc run/i/inline_13_A.d.exe run/i/ieee_754_int2flt_G.d.exe.bc run/i/ieee_754_flt2int_E.d.exe run/i/if_14_E.d.exe run/i/is_11_B.d.exe.bc run/i/ieee_754_int2flt_F.d.exe.bc run/i/in_out_body_13_C.d.exe run/i/interpret_02_A.d.exe run/i/ieee_754_flt2int_B.d.exe run/i/is_02_E.d.exe.bc run/i/is_13_B.d.exe.bc run/i/import_13_D.d.exe.bc run/i/if_14_B.d.exe.bc run/i/in_out_body_09_A.d.exe run/i/in_out_body_12_B.d.exe.bc run/i/is_08_E.d.exe run/i/is_12_H.d.exe run/i/is_10_F.d.exe.bc run/i/is_10_E.d.exe run/i/is_11_E.d.exe.bc run/i/is_02_H.d.exe run/i/interface_23_C.d.exe run/i/is_06_E.d.exe.bc run/i/is_04_E.d.exe.bc run/i/ifloat_05_B.d.exe.bc run/i/interface_23_B.d.exe run/i/import_08_B.d.exe.bc run/i/if_11_B.d.exe run/i/in_out_body_12_C.d.exe.bc run/i/is_03_B.d.exe run/i/ieee_754_int2flt_D.d.exe run/i/is_07_G.d.exe run/i/import_13_E.d.exe.bc run/i/ieee_754_flt2int_D.d.exe.bc run/i/is_10_D.d.exe.bc run/i/is_12_E.d.exe.bc run/i/import_13_R.d.exe run/i/import_13_D.d.exe run/i/ieee_754_flt2int_C.d.exe run/i/ireal_05_B.d.exe run/i/import_13_Q.d.exe run/i/interface_24_D.d.exe.bc run/i/interface_27_C.d.exe run/i/if_14_F.d.exe.bc run/i/inline_10_A.d.exe run/i/invariant_33_A.d.exe run/i/if_11_B.d.exe.bc run/i/in_out_body_11_A.d.exe run/i/ieee_754_flt2int_E.d.exe.bc run/i/invariant_33_B.d.exe.bc run/i/in_out_body_09_D.d.exe run/i/import_11_B.d.exe.bc run/i/is_13_C.d.exe.bc run/i/import_13_F.d.exe run/i/is_07_B.d.exe.bc run/i/if_14_A.d.exe.bc run/i/inline_16_B.d.exe.bc run/i/interpret_03_A.d.exe.bc run/i/in_out_body_13_A.d.exe.bc run/i/is_07_E.d.exe run/i/is_07_F.d.exe.bc run/i/is_08_B.d.exe.bc run/i/ieee_754_flt2int_D.d.exe run/i/ireal_05_B.d.exe.bc run/i/is_08_F.d.exe.bc run/i/import_10_A.d.exe run/i/if_14_A.d.exe run/i/import_13_K.d.exe run/i/is_10_H.d.exe run/i/is_04_F.d.exe run/i/is_05_E.d.exe run/i/is_02_G.d.exe run/i/is_10_H.d.exe.bc run/i/interface_23_D.d.exe run/i/is_07_B.d.exe run/i/is_06_G.d.exe run/i/is_02_A.d.exe.bc run/i/if_14_C.d.exe.bc run/i/is_02_B.d.exe.bc run/i/import_13_P.d.exe run/i/is_10_E.d.exe.bc run/i/import_10_A.d.exe.bc run/i/is_08_G.d.exe.bc run/i/in_out_body_11_B.d.exe run/i/is_11_C.d.exe run/i/is_07_D.d.exe.bc run/i/is_08_A.d.exe run/i/in_out_body_13_C.d.exe.bc run/i/is_12_D.d.exe.bc run/i/ieee_754_flt2int_A.d.exe run/i/ieee_754_flt2int_F.d.exe run/i/is_06_C.d.exe.bc run/i/inline_15_A.d.exe run/i/is_04_B.d.exe.bc run/i/ifloat_05_A.d.exe.bc run/i/ifloat_05_A.d.exe run/i/is_07_D.d.exe run/i/interpret_01_A.d.exe.bc run/i/inline_10_A.d.exe.bc run/i/is_04_A.d.exe run/i/is_02_C.d.exe.bc run/i/interpret_01_B.d.exe.bc run/i/is_11_A.d.exe.bc run/i/is_10_G.d.exe.bc run/i/is_10_G.d.exe run/i/inline_10_C.d.exe run/i/if_14_D.d.exe.bc run/i/is_06_H.d.exe run/i/is_12_C.d.exe run/i/inline_11_C.d.exe.bc run/i/is_06_B.d.exe run/i/interpret_01_A.d.exe run/i/is_06_A.d.exe run/i/is_11_C.d.exe.bc run/i/is_08_C.d.exe.bc run/i/is_07_H.d.exe run/i/is_05_H.d.exe.bc run/i/is_10_B.d.exe.bc run/do_while_05.d.exe run/typeid_21.d.exe run/byte_11.d.exe run/slice_02.d.exe.bc run/try_01.d.exe.bc run/opCatAssign_04.d.exe.bc run/command_line_debug_08.d.exe run/version_05.d.exe run/encoding_utf_16be_bom.d.exe.bc run/typeid_14.d.exe.bc run/throw_03.d.exe.bc run/typedef_03.d.exe run/init_05.d.exe.bc run/dup_05.d.exe.bc run/class_initialization_02.d.exe.bc run/interface_01.d.exe run/do_while_01.d.exe.bc run/encoding_utf_32le_bom.d.exe run/typeid_25.d.exe.bc run/struct_initialization_01.d.exe run/integer_literal_binary_04.d.exe.bc run/if_08.d.exe.bc run/bug_constfold_575_N.d.exe.bc run/opDivAssign_09.d.exe.bc run/auto_04.d.exe run/compare_01.d.exe run/enum_15.d.exe.bc run/do_while_05.d.exe.bc run/char_06.d.exe.bc run/invariant_11.d.exe.bc run/auto_07.d.exe.bc run/opPostInc_04.d.exe.bc run/associative_array_02.d.exe.bc run/real_04.d.exe.bc run/unicode_07.d.exe.bc run/typeid_09.d.exe run/invariant_15.d.exe run/alias_11.d.exe run/typeid_37.d.exe run/offsetof_18.d.exe.bc run/template_14.d.exe run/real_22.d.exe.bc run/float_07.d.exe.bc run/cast_14.d.exe.bc run/const_05.d.exe run/pragma_02.d.exe.bc run/sort_03.d.exe run/sizeof_15.d.exe.bc run/bug_cg87_2393_C.d.exe run/bug_cgcs_353_C.d.exe run/const_21_D.d.exe run/enum_04.d.exe run/integer_literal_hex_08.d.exe run/opPostDec_02.d.exe.bc run/overload_04.d.exe run/real_05.d.exe.bc run/new_01.d.exe run/bug_cg87_279_B.d.exe run/with_09.d.exe.bc run/const_15.d.exe run/sort_04.d.exe run/typeid_59.d.exe run/foreach_24.d.exe run/bug_cgcod_1640_G.d.exe.bc run/wchar_05.d.exe run/mixin_06.d.exe run/offsetof_59.d.exe.bc run/foreach_06.d.exe run/cast_15.d.exe run/bug_e2ir_141_B.d.exe.bc run/auto_06.d.exe.bc run/unicode_04.d.exe run/opIndex_03.d.exe.bc run/double_10.d.exe run/auto_06.d.exe run/enum_19_B.d.exe.bc run/float_13.d.exe run/static_12.d.exe.bc run/double_01.d.exe run/bug_20050405_06.d.exe run/opPostDec_10.d.exe.bc run/module_02.d.exe.bc run/invariant_19.d.exe run/invariant_14.d.exe run/opPreInc_07.d.exe run/bug_tocsym_217_03.d.exe.bc run/template_11.d.exe.bc run/memory_management_01.d.exe.bc run/real_07.d.exe run/bug_tocsym_217_02.d.exe run/escape_unicode32_03.d.exe run/bug_constfold_575_G.d.exe run/offsetof_49.d.exe run/with_13.d.exe run/foreach_11.d.exe run/assert_01.d.exe run/foreach_07.d.exe.bc run/opMulAssign_06.d.exe run/opPostDec_08.d.exe.bc run/offsetof_26.d.exe.bc run/opCast_02.d.exe run/creal_03.d.exe run/bug_cg87_279_E.d.exe run/opDivAssign_09.d.exe run/enum_07.d.exe.bc run/bug_20050407_02.d.exe run/ubyte_07.d.exe run/creal_02.d.exe.bc run/static_23.d.exe run/offsetof_46.d.exe run/typeid_79.d.exe.bc run/enum_23.d.exe.bc run/private_01.d.exe run/offsetof_60.d.exe.bc run/typeid_42.d.exe run/goto_05.d.exe.bc run/named_entity_02.d.exe run/typeid_49.d.exe run/foreach_11.d.exe.bc run/typeid_13.d.exe run/enum_15.d.exe run/sizeof_03.d.exe.bc run/typeid_48.d.exe.bc run/bug_tocsym_217_01.d.exe.bc run/long_char_2049.d.exe run/alias_04.d.exe run/bug_20050407_03.d.exe run/out_05.d.exe run/package_03.d.exe run/comment_06.d.exe.bc run/offsetof_41.d.exe.bc run/typeid_52.d.exe.bc run/bug_20050418_03.d.exe.bc run/if_02.d.exe run/c/char_08_G.d.exe run/c/const_27_E.d.exe.bc run/c/const_39_A.d.exe run/c/creal_36_B.d.exe.bc run/c/const_39_C.d.exe run/c/cfloat_06.d.exe run/c/const_28_B.d.exe run/c/continue_04_D.d.exe.bc run/c/char_08_D.d.exe run/c/catch_08_B.d.exe run/c/cfloat_11_A.d.exe.bc run/c/class_25_D.d.exe run/c/class_26_B.d.exe.bc run/c/const_29_A.d.exe.bc run/c/cfloat_08_D.d.exe run/c/class_20_J.d.exe run/c/cdouble_08_A.d.exe run/c/class_26_A.d.exe run/c/const_39_C.d.exe.bc run/c/cfloat_07_B.d.exe run/c/case_06_F.d.exe.bc run/c/classinfo_01_B.d.exe run/c/const_26_B.d.exe run/c/cdouble_02_A.d.exe.bc run/c/cast_30_C.d.exe.bc run/c/cfloat_03_B.d.exe run/c/cdouble_09_C.d.exe run/c/class_20_E.d.exe run/c/class_26_B.d.exe run/c/creal_36_B.d.exe run/c/catch_08_A.d.exe.bc run/c/cdouble_08_D.d.exe run/c/const_28_G.d.exe.bc run/c/class_20_F.d.exe run/c/cast_35_C.d.exe.bc run/c/class_22_A.d.exe run/c/class_20_H.d.exe run/c/const_29_A.d.exe run/c/cast_32_A.d.exe.bc run/c/cast_34_A.d.exe.bc run/c/creal_29_C.d.exe.bc run/c/const_28_B.d.exe.bc run/c/cfloat_05_C.d.exe.bc run/c/creal_29_C.d.exe run/c/case_06_C.d.exe.bc run/c/const_28_I.d.exe run/c/char_08_H.d.exe.bc run/c/const_27_A.d.exe run/c/const_25_B.d.exe run/c/class_23_D.d.exe run/c/class_20_H.d.exe.bc run/c/cast_35_B.d.exe.bc run/c/class_23_B.d.exe run/c/cdouble_02_C.d.exe.bc run/c/cfloat_07_A.d.exe.bc run/c/cast_34_A.d.exe run/c/char_08_F.d.exe run/c/cfloat_07_C.d.exe.bc run/c/char_08_A.d.exe.bc run/c/cast_35_B.d.exe run/c/cdouble_06.d.exe run/c/cfloat_11_B.d.exe run/c/class_25_C.d.exe run/c/cfloat_06.d.exe.bc run/c/class_20_I.d.exe.bc run/c/cast_34_B.d.exe run/c/cdouble_11_B.d.exe run/c/class_20_D.d.exe run/c/cdouble_08_B.d.exe.bc run/c/char_08_E.d.exe.bc run/c/const_26_A.d.exe.bc run/c/class_23_A.d.exe.bc run/c/const_25_A.d.exe run/c/cdouble_07_C.d.exe run/c/cfloat_09_D.d.exe run/c/const_25_A.d.exe.bc run/c/char_08_C.d.exe run/c/const_29_B.d.exe.bc run/c/cfloat_08_D.d.exe.bc run/c/cdouble_04_C.d.exe.bc run/c/case_06_F.d.exe run/c/cdouble_09_D.d.exe run/c/case_06_K.d.exe run/c/creal_27_A.d.exe.bc run/c/cdouble_09_A.d.exe run/c/case_06_E.d.exe.bc run/c/const_28_D.d.exe.bc run/c/class_18_B.d.exe run/c/class_20_A.d.exe run/c/cdouble_08_B.d.exe run/c/cfloat_11_B.d.exe.bc run/c/case_06_E.d.exe run/c/const_30_E.d.exe.bc run/c/class_25_D.d.exe.bc run/c/classinfo_01_C.d.exe run/c/catch_08_A.d.exe run/c/case_06_D.d.exe.bc run/c/class_25_E.d.exe.bc run/c/cfloat_07_C.d.exe run/c/char_08_F.d.exe.bc run/c/cdouble_07_C.d.exe.bc run/c/class_20_G.d.exe.bc run/c/char_08_G.d.exe.bc run/c/const_28_H.d.exe.bc run/c/classinfo_01_A.d.exe run/c/continue_04_D.d.exe run/c/cdouble_09_A.d.exe.bc run/c/const_26_A.d.exe run/c/cfloat_08_C.d.exe run/c/cdouble_09_B.d.exe.bc run/c/cfloat_09_A.d.exe.bc run/c/continue_04_A.d.exe run/c/creal_27_C.d.exe.bc run/c/const_28_G.d.exe run/c/class_23_A.d.exe run/c/case_06_C.d.exe run/c/const_28_H.d.exe run/c/const_16_B.d.exe run/c/class_23_D.d.exe.bc run/c/cdouble_07_B.d.exe.bc run/c/const_28_C.d.exe run/c/class_20_I.d.exe run/c/cast_34_B.d.exe.bc run/c/cast_32_C.d.exe.bc run/c/cfloat_03_A.d.exe.bc run/c/classinfo_01_D.d.exe.bc run/c/cfloat_11_A.d.exe run/c/class_26_A.d.exe.bc run/c/cfloat_03_B.d.exe.bc run/c/case_06_H.d.exe run/c/const_28_D.d.exe run/c/cdouble_02_C.d.exe run/c/cast_30_A.d.exe run/c/const_16_B.d.exe.bc run/c/case_06_J.d.exe run/c/const_39_B.d.exe.bc run/c/cfloat_09_D.d.exe.bc run/c/cdouble_11_B.d.exe.bc run/c/creal_36_A.d.exe run/c/classinfo_01_E.d.exe.bc run/c/cast_31_A.d.exe run/c/const_39_E.d.exe run/c/cdouble_06.d.exe.bc run/c/const_47_A.d.exe.bc run/c/case_06_J.d.exe.bc run/c/const_28_C.d.exe.bc run/c/creal_29_A.d.exe.bc run/c/class_22_A.d.exe.bc run/c/cdouble_08_C.d.exe run/c/const_39_A.d.exe.bc run/c/char_08_B.d.exe run/c/cfloat_07_A.d.exe run/c/cdouble_07_D.d.exe run/c/cdouble_07_B.d.exe run/c/char_08_B.d.exe.bc run/c/cfloat_07_D.d.exe.bc run/c/cdouble_04_A.d.exe.bc run/c/cdouble_09_B.d.exe run/c/const_25_B.d.exe.bc run/c/const_39_E.d.exe.bc run/c/const_45_A.d.exe.bc run/c/class_20_C.d.exe run/c/char_08_C.d.exe.bc run/c/cdouble_02_A.d.exe run/c/classinfo_01_D.d.exe run/c/cfloat_08_B.d.exe run/c/const_28_F.d.exe.bc run/c/class_20_F.d.exe.bc run/c/cast_35_C.d.exe run/c/cfloat_03_C.d.exe.bc run/c/const_26_B.d.exe.bc run/c/cfloat_08_B.d.exe.bc run/c/const_28_E.d.exe.bc run/c/cast_30_E.d.exe.bc run/c/cfloat_05_A.d.exe.bc run/c/case_06_B.d.exe.bc run/c/cfloat_08_C.d.exe.bc run/c/cdouble_04_A.d.exe run/c/cast_29_A.d.exe.bc run/c/creal_30.d.exe.bc run/c/class_23_B.d.exe.bc run/c/cdouble_11_A.d.exe.bc run/c/cfloat_09_C.d.exe run/c/cast_30_C.d.exe run/c/case_06_A.d.exe run/c/char_08_A.d.exe run/c/const_28_F.d.exe run/c/cdouble_02_B.d.exe run/c/const_30_E.d.exe run/c/classinfo_01_F.d.exe run/c/continue_04_C.d.exe.bc run/c/case_06_A.d.exe.bc run/c/class_25_E.d.exe run/c/const_39_B.d.exe run/c/cfloat_08_A.d.exe run/c/char_08_H.d.exe run/c/case_06_H.d.exe.bc run/c/cdouble_04_C.d.exe run/c/cast_32_D.d.exe run/c/const_39_D.d.exe run/c/class_20_A.d.exe.bc run/c/cdouble_11_A.d.exe run/c/const_28_A.d.exe.bc run/c/creal_27_C.d.exe run/c/creal_27_A.d.exe run/c/classinfo_01_C.d.exe.bc run/c/cfloat_07_D.d.exe run/c/class_20_C.d.exe.bc run/c/const_27_A.d.exe.bc run/c/continue_04_C.d.exe run/c/classinfo_01_B.d.exe.bc run/c/cdouble_02_B.d.exe.bc run/c/comment_14.d.exe run/c/catch_08_B.d.exe.bc run/c/case_06_D.d.exe run/c/creal_29_A.d.exe run/c/case_06_K.d.exe.bc run/c/classinfo_01_F.d.exe.bc run/c/class_25_C.d.exe.bc run/c/cdouble_07_A.d.exe run/c/cdouble_09_C.d.exe.bc run/c/class_20_D.d.exe.bc run/c/comment_14.d.exe.bc run/c/cfloat_09_B.d.exe run/c/class_25_A.d.exe.bc run/c/class_20_E.d.exe.bc run/c/const_47_B.d.exe run/c/cast_32_B.d.exe run/c/class_25_A.d.exe run/c/const_28_A.d.exe run/c/cdouble_09_D.d.exe.bc run/c/cast_32_C.d.exe run/c/cast_31_B.d.exe.bc run/c/cfloat_09_C.d.exe.bc run/c/cdouble_07_A.d.exe.bc run/c/const_27_F.d.exe.bc run/c/cast_30_B.d.exe run/c/cdouble_08_C.d.exe.bc run/c/const_27_F.d.exe run/c/const_27_E.d.exe run/c/class_20_G.d.exe run/c/const_47_B.d.exe.bc run/c/cast_30_A.d.exe.bc run/c/cast_31_B.d.exe run/c/cast_32_B.d.exe.bc run/c/cast_29_A.d.exe run/c/cast_30_F.d.exe run/c/creal_27_B.d.exe.bc run/c/case_06_G.d.exe.bc run/c/cast_31_A.d.exe.bc run/c/const_28_E.d.exe run/c/creal_27_B.d.exe run/c/class_20_J.d.exe.bc run/c/cdouble_08_D.d.exe.bc run/c/char_08_E.d.exe run/c/creal_30.d.exe run/c/creal_36_A.d.exe.bc run/c/continue_04_A.d.exe.bc run/c/cast_30_D.d.exe run/c/cfloat_05_C.d.exe run/c/class_20_B.d.exe.bc run/c/cast_30_F.d.exe.bc run/c/cast_32_D.d.exe.bc run/c/cfloat_05_A.d.exe run/c/case_06_B.d.exe run/c/const_29_B.d.exe run/c/cdouble_08_A.d.exe.bc run/c/const_39_D.d.exe.bc run/c/classinfo_01_E.d.exe run/c/const_28_I.d.exe.bc run/c/class_18_B.d.exe.bc run/c/class_20_B.d.exe run/c/cfloat_09_A.d.exe run/c/cast_30_D.d.exe.bc run/c/cast_30_E.d.exe run/c/cfloat_03_A.d.exe run/c/cast_32_A.d.exe run/c/cdouble_07_D.d.exe.bc run/c/cfloat_08_A.d.exe.bc run/c/classinfo_01_A.d.exe.bc run/c/cfloat_09_B.d.exe.bc run/c/cast_30_B.d.exe.bc run/c/case_06_G.d.exe run/c/cfloat_03_C.d.exe run/c/const_45_A.d.exe run/c/char_08_D.d.exe.bc run/c/cfloat_07_B.d.exe.bc run/c/const_47_A.d.exe run/integer_literal_binary_03.d.exe run/offsetof_16.d.exe run/memory_management_02.d.exe.bc run/offsetof_10.d.exe run/opPreDec_01.d.exe.bc run/real_09.d.exe.bc run/creal_11.d.exe.bc run/offsetof_63.d.exe.bc run/integer_literal_binary_02.d.exe.bc run/opPostDec_04.d.exe.bc run/bug_tocsym_285_02.d.exe run/typeid_48.d.exe run/cfloat_01.d.exe.bc run/invariant_20.d.exe.bc run/opMulAssign_09.d.exe.bc run/align_15.d.exe.bc run/nested_function_06.d.exe run/overload_01.d.exe.bc run/array_initialization_05.d.exe run/opMulAssign_11.d.exe.bc run/static_01.d.exe.bc run/overload_01.d.exe run/union_03.d.exe.bc run/if_02.d.exe.bc run/byte_08.d.exe run/final_03.d.exe run/ieee_754_zerocomp_06.d.exe run/const_22_A.d.exe run/bug_e2ir_141_B.d.exe run/opCatAssign_10.d.exe.bc run/typeid_64.d.exe run/associative_array_08.d.exe.bc run/offsetof_27.d.exe run/d/delete_13_B.d.exe.bc run/d/deprecated_21_B.d.exe run/d/double_27_A.d.exe run/d/dchar_11_D.d.exe run/d/dchar_11_B.d.exe.bc run/d/dchar_11_C.d.exe run/d/double_27_A.d.exe.bc run/d/delegate_20_A.d.exe run/d/double_31_B.d.exe.bc run/d/deprecated_22_B.d.exe.bc run/d/delegate_17_A.d.exe run/d/delegate_19_B.d.exe run/d/deprecated_21_B.d.exe.bc run/d/debug_info_10_A.d.exe run/d/delete_10_A.d.exe.bc run/d/delegate_19_A.d.exe run/d/delete_13_B.d.exe run/d/double_27_B.d.exe.bc run/d/delegate_19_A.d.exe.bc run/d/dchar_11_E.d.exe.bc run/d/dchar_11_B.d.exe run/d/double_27_C.d.exe.bc run/d/double_25_A.d.exe run/d/double_27_C.d.exe run/d/deprecated_21_A.d.exe.bc run/d/double_31_B.d.exe run/d/double_27_B.d.exe run/d/dchar_11_E.d.exe run/d/delete_10_B.d.exe.bc run/d/delete_10_C.d.exe run/d/dchar_11_D.d.exe.bc run/d/delegate_20_A.d.exe.bc run/d/dchar_11_A.d.exe run/d/deprecated_21_A.d.exe run/d/debug_14_A.d.exe run/d/delegate_19_B.d.exe.bc run/d/double_27_D.d.exe.bc run/d/delete_10_C.d.exe.bc run/d/double_25_A.d.exe.bc run/d/delegate_17_A.d.exe.bc run/d/double_31_A.d.exe run/d/deprecated_22_B.d.exe run/d/double_31_A.d.exe.bc run/d/double_28_B.d.exe run/d/delegate_20_B.d.exe.bc run/d/delete_10_A.d.exe run/d/delete_10_B.d.exe run/d/delegate_20_B.d.exe run/d/debug_info_10_A.d.exe.bc run/d/double_30_A.d.exe.bc run/d/double_28_B.d.exe.bc run/d/dchar_11_C.d.exe.bc run/d/double_30_A.d.exe run/d/double_27_D.d.exe run/d/dchar_11_A.d.exe.bc run/d/debug_14_A.d.exe.bc run/opIdentity_01.d.exe.bc run/align_16.d.exe run/short_01.d.exe run/ieee_754_zerocomp_01.d.exe.bc run/override_01.d.exe.bc run/creal_14.d.exe.bc run/assert_07.d.exe run/float_08.d.exe.bc run/opPostInc_01.d.exe run/main_02.d.exe run/invariant_04.d.exe.bc run/with_11.d.exe.bc run/r/real_26_I.d.exe run/r/remove_01.d.exe run/r/real_26_H.d.exe.bc run/r/real_27_A.d.exe.bc run/r/reverse_08_A.d.exe run/r/real_26_G.d.exe.bc run/r/real_26_I.d.exe.bc run/r/return_09_A.d.exe.bc run/r/real_26_F.d.exe.bc run/r/return_09_C.d.exe.bc run/r/ref_01_A.d.exe.bc run/r/real_26_B.d.exe run/r/real_27_A.d.exe run/r/real_26_F.d.exe run/r/real_26_H.d.exe run/r/return_09_B.d.exe.bc run/r/real_26_B.d.exe.bc run/r/reverse_08_B.d.exe run/r/ref_01_C.d.exe run/r/real_23_B.d.exe run/r/real_26_D.d.exe run/r/reverse_08_A.d.exe.bc run/r/ref_01_A.d.exe run/r/real_26_E.d.exe run/r/reverse_08_C.d.exe.bc run/r/real_26_G.d.exe run/r/real_27_B.d.exe run/r/real_26_D.d.exe.bc run/r/real_26_E.d.exe.bc run/r/real_26_C.d.exe.bc run/r/return_09_C.d.exe run/r/reverse_08_C.d.exe run/r/reverse_08_B.d.exe.bc run/r/ref_01_C.d.exe.bc run/r/return_09_A.d.exe run/r/return_09_B.d.exe run/r/remove_01.d.exe.bc run/r/real_23_B.d.exe.bc run/r/real_26_C.d.exe run/r/real_27_B.d.exe.bc run/opCmp_01.d.exe run/dup_01.d.exe.bc run/char_06.d.exe run/goto_02.d.exe.bc run/real_01.d.exe run/opPreInc_10.d.exe.bc run/const_21_B.d.exe.bc run/typeid_60.d.exe run/class_initialization_02.d.exe run/typeof_03.d.exe.bc run/odd_bug_01.d.exe.bc run/creal_09.d.exe run/wchar_09.d.exe.bc run/static_04.d.exe.bc run/opShr_06.d.exe.bc run/opPos_02.d.exe.bc run/overload_17.d.exe.bc run/__FILE__01.d.exe.bc run/opCatAssign_08.d.exe.bc run/with_03.d.exe.bc run/out_06.d.exe run/auto_03.d.exe.bc run/cast_16.d.exe run/unicode_01.d.exe.bc run/enum_21_A.d.exe run/bug_cg87_279_A.d.exe run/opPostInc_02.d.exe.bc run/integer_literal_hex_08.d.exe.bc run/offsetof_25.d.exe.bc run/encoding_utf_16be.d.exe run/main_03.d.exe run/constructor_10.d.exe.bc run/sort_07.d.exe run/with_02.d.exe.bc run/InExpression_20.d.exe run/typeid_36.d.exe run/bug_elfobj_1251_A.d.exe.bc run/dchar_05.d.exe run/typeid_26.d.exe run/bug_todt_194_A.d.exe run/align_12.d.exe.bc run/overload_20.d.exe run/typeid_21.d.exe.bc run/typeid_63.d.exe run/opMulAssign_09.d.exe run/sort_11.d.exe run/opCatAssign_04.d.exe run/typeid_15.d.exe.bc run/command_line_version_03.d.exe run/typeof_03.d.exe run/bug_20050418_01.d.exe.bc run/bug_constfold_575_H.d.exe run/ieee_754_zerocomp_03.d.exe run/offsetof_52.d.exe run/creal_10.d.exe run/array_initialization_03.d.exe.bc run/enum_16.d.exe.bc run/p/ptr_10_C.d.exe run/p/private_11_A.d.exe run/p/pragma_msg_01_C.d.exe.bc run/p/private_09_C.d.exe run/p/private_11_C.d.exe.bc run/p/ptr_10_D.d.exe.bc run/p/ptr_10_H.d.exe run/p/ptr_10_F.d.exe run/p/private_09_C.d.exe.bc run/p/ptr_11_A.d.exe.bc run/p/ptr_10_C.d.exe.bc run/p/ptr_10_H.d.exe.bc run/p/private_09_D.d.exe.bc run/p/pragma_msg_01_B.d.exe run/p/ptr_10_A.d.exe run/p/private_09_B.d.exe.bc run/p/ptr_10_B.d.exe run/p/private_09_A.d.exe run/p/ptr_10_E.d.exe.bc run/p/private_11_B.d.exe run/p/pragma_msg_01_C.d.exe run/p/pointer_03_B.d.exe.bc run/p/ptr_10_G.d.exe run/p/pointer_03_B.d.exe run/p/pointer_03_C.d.exe run/p/ptr_10_A.d.exe.bc run/p/pragma_msg_01_A.d.exe.bc run/p/ptr_11_A.d.exe run/p/private_09_B.d.exe run/p/pointer_03_C.d.exe.bc run/p/private_09_D.d.exe run/p/private_09_A.d.exe.bc run/p/private_11_B.d.exe.bc run/p/ptr_10_G.d.exe.bc run/p/private_11_C.d.exe run/p/pragma_msg_01_A.d.exe run/p/pragma_msg_01_B.d.exe.bc run/p/ptr_10_F.d.exe.bc run/p/ptr_10_B.d.exe.bc run/p/ptr_10_E.d.exe run/p/ptr_10_D.d.exe run/p/private_11_A.d.exe.bc run/reverse_02.d.exe run/bug_constfold_575_F.d.exe run/dup_02.d.exe.bc run/opPostDec_07.d.exe.bc run/nested_function_05.d.exe.bc run/unicode_03.d.exe run/do_while_04.d.exe.bc run/constructor_07.d.exe run/pragma_05.d.exe.bc run/offsetof_31.d.exe run/eol_03.d.exe run/align_17.d.exe.bc run/try_01.d.exe run/offsetof_71.d.exe.bc run/template_class_06.d.exe.bc run/unicode_06.d.exe run/const_16.d.exe.bc run/opCatAssign_11.d.exe.bc run/ubyte_07.d.exe.bc run/ushort_01.d.exe run/wchar_07.d.exe.bc run/offsetof_25.d.exe run/enum_24.d.exe.bc run/const_06.d.exe run/in_02.d.exe.bc run/sort_06.d.exe.bc run/offsetof_24.d.exe.bc run/opCmp_03.d.exe.bc run/typeid_41.d.exe.bc run/opPreInc_02.d.exe run/typeid_77.d.exe run/alias_12.d.exe run/s/static_if_05_B.d.exe run/s/static_35_B.d.exe.bc run/s/scope_06_F.d.exe run/s/scope_14_E.d.exe run/s/static_35_C.d.exe.bc run/s/scope_19_A.d.exe run/s/scope_12_D.d.exe.bc run/s/super_12_B.d.exe run/s/scope_12_A.d.exe run/s/scope_12_C.d.exe.bc run/s/synchronized_03_A.d.exe run/s/scope_06_J.d.exe.bc run/s/switch_22_J.d.exe.bc run/s/scope_14_C.d.exe run/s/static_if_07_E.d.exe run/s/static_if_08_A.d.exe run/s/synchronized_03_B.d.exe run/s/switch_23_C.d.exe run/s/string_postfix_02_A.d.exe run/s/struct_24_A.d.exe run/s/static_37_H.d.exe.bc run/s/struct_25_B.d.exe.bc run/s/switch_22_E.d.exe.bc run/s/scope_15_A.d.exe.bc run/s/scope_05_E.d.exe run/s/scope_17_C.d.exe run/s/struct_initialization_13_B.d.exe run/s/struct_initialization_12_B.d.exe.bc run/s/switch_22_F.d.exe run/s/static_38_A.d.exe run/s/struct_initialization_08_A.d.exe run/s/scope_06_B.d.exe run/s/scope_06_I.d.exe.bc run/s/scope_13_A.d.exe run/s/scope_18_B.d.exe run/s/static_37_D.d.exe.bc run/s/static_37_J.d.exe.bc run/s/synchronized_01_B.d.exe run/s/scope_17_C.d.exe.bc run/s/synchronized_03_D.d.exe run/s/static_if_07_A.d.exe.bc run/s/static_35_D.d.exe run/s/switch_22_J.d.exe run/s/scope_06_N.d.exe.bc run/s/struct_initialization_10_A.d.exe.bc run/s/scope_17_B.d.exe run/s/static_if_07_C.d.exe.bc run/s/struct_25_E.d.exe run/s/synchronized_03_C.d.exe.bc run/s/static_30_A.d.exe run/s/static_if_08_A.d.exe.bc run/s/sort_16_B.d.exe.bc run/s/scope_06_G.d.exe.bc run/s/static_if_04_D.d.exe run/s/scope_14_C.d.exe.bc run/s/scope_06_D.d.exe run/s/struct_initialization_08_C.d.exe.bc run/s/static_33_A.d.exe.bc run/s/struct_27_B.d.exe run/s/struct_30_B.d.exe run/s/struct_initialization_08_B.d.exe.bc run/s/struct_initialization_12_C.d.exe.bc run/s/static_37_E.d.exe run/s/static_if_05_A.d.exe run/s/scope_12_C.d.exe run/s/static_if_04_C.d.exe.bc run/s/static_if_01_A.d.exe.bc run/s/static_if_07_D.d.exe run/s/static_35_B.d.exe run/s/scope_12_B.d.exe run/s/switch_22_I.d.exe run/s/scope_12_D.d.exe run/s/string_postfix_01_A.d.exe.bc run/s/scope_06_C.d.exe.bc run/s/scope_19_A.d.exe.bc run/s/sizeof_16_A.d.exe run/s/static_30_A.d.exe.bc run/s/struct_initialization_08_A.d.exe.bc run/s/scope_19_D.d.exe.bc run/s/scope_06_E.d.exe run/s/switch_23_A.d.exe run/s/super_12_B.d.exe.bc run/s/scope_06_H.d.exe.bc run/s/static_35_C.d.exe run/s/switch_23_B.d.exe run/s/struct_initialization_13_A.d.exe.bc run/s/super_12_A.d.exe.bc run/s/struct_25_F.d.exe run/s/scope_15_A.d.exe run/s/synchronized_03_E.d.exe run/s/static_if_04_A.d.exe.bc run/s/scope_05_F.d.exe.bc run/s/static_if_05_B.d.exe.bc run/s/struct_initialization_12_C.d.exe run/s/struct_initialization_07.d.exe run/s/slice_08.d.exe.bc run/s/scope_14_F.d.exe.bc run/s/struct_25_A.d.exe.bc run/s/struct_30_A.d.exe.bc run/s/scope_19_C.d.exe run/s/switch_22_F.d.exe.bc run/s/struct_30_A.d.exe run/s/struct_25_F.d.exe.bc run/s/scope_05_A.d.exe run/s/static_37_J.d.exe run/s/switch_22_I.d.exe.bc run/s/scope_06_B.d.exe.bc run/s/switch_22_H.d.exe run/s/static_if_04_C.d.exe run/s/static_if_04_D.d.exe.bc run/s/static_if_07_D.d.exe.bc run/s/static_if_04_A.d.exe run/s/scope_06_A.d.exe.bc run/s/static_37_G.d.exe.bc run/s/scope_05_D.d.exe.bc run/s/switch_22_G.d.exe run/s/synchronized_03_E.d.exe.bc run/s/scope_17_A.d.exe.bc run/s/sort_16_C.d.exe run/s/struct_initialization_07_B.d.exe.bc run/s/static_35_F.d.exe run/s/scope_06_H.d.exe run/s/scope_14_F.d.exe run/s/struct_initialization_07_B.d.exe run/s/static_37_A.d.exe run/s/static_if_07_B.d.exe run/s/sort_16_A.d.exe run/s/switch_22_E.d.exe run/s/sort_16_C.d.exe.bc run/s/struct_27_A.d.exe.bc run/s/struct_25_C.d.exe.bc run/s/static_if_04_B.d.exe run/s/static_if_04_B.d.exe.bc run/s/synchronized_01_B.d.exe.bc run/s/scope_06_G.d.exe run/s/scope_18_A.d.exe run/s/static_if_07_B.d.exe.bc run/s/static_37_A.d.exe.bc run/s/slice_06.d.exe.bc run/s/static_if_01_A.d.exe run/s/scope_05_C.d.exe run/s/scope_19_D.d.exe run/s/scope_16_A.d.exe run/s/static_37_I.d.exe.bc run/s/scope_17_A.d.exe run/s/static_38_A.d.exe.bc run/s/struct_initialization_08_D.d.exe.bc run/s/scope_17_B.d.exe.bc run/s/scope_05_D.d.exe run/s/struct_initialization_10_B.d.exe run/s/sort_16_A.d.exe.bc run/s/struct_initialization_08_D.d.exe run/s/struct_27_C.d.exe.bc run/s/struct_27_C.d.exe run/s/scope_12_B.d.exe.bc run/s/static_if_05_A.d.exe.bc run/s/scope_18_C.d.exe.bc run/s/scope_06_K.d.exe.bc run/s/static_37_K.d.exe run/s/synchronized_03_B.d.exe.bc run/s/static_37_F.d.exe run/s/scope_05_B.d.exe run/s/static_37_D.d.exe run/s/scope_14_D.d.exe.bc run/s/scope_06_M.d.exe run/s/scope_13_A.d.exe.bc run/s/sizeof_16_A.d.exe.bc run/s/scope_05_B.d.exe.bc run/s/struct_initialization_11_A.d.exe.bc run/s/synchronized_03_C.d.exe run/s/scope_06_N.d.exe run/s/scope_18_B.d.exe.bc run/s/slice_08.d.exe run/s/scope_06_I.d.exe run/s/scope_13_B.d.exe run/s/scope_06_L.d.exe.bc run/s/switch_22_G.d.exe.bc run/s/scope_06_D.d.exe.bc run/s/string_postfix_01_A.d.exe run/s/scope_05_E.d.exe.bc run/s/switch_22_B.d.exe.bc run/s/static_33_B.d.exe.bc run/s/struct_initialization_11_C.d.exe run/s/struct_24_D.d.exe run/s/struct_initialization_10_A.d.exe run/s/scope_06_L.d.exe run/s/static_37_F.d.exe.bc run/s/static_if_07_E.d.exe.bc run/s/static_35_E.d.exe.bc run/s/scope_06_E.d.exe.bc run/s/synchronized_03_F.d.exe.bc run/s/struct_24_A.d.exe.bc run/s/static_31.d.exe run/s/static_37_H.d.exe run/s/scope_06_M.d.exe.bc run/s/static_37_E.d.exe.bc run/s/struct_25_C.d.exe run/s/switch_22_D.d.exe.bc run/s/scope_18_A.d.exe.bc run/s/static_30_B.d.exe.bc run/s/synchronized_03_D.d.exe.bc run/s/string_postfix_03_A.d.exe run/s/struct_25_D.d.exe.bc run/s/switch_22_D.d.exe run/s/struct_initialization_08_C.d.exe run/s/static_30_B.d.exe run/s/switch_22_C.d.exe run/s/scope_18_C.d.exe run/s/static_30_C.d.exe run/s/struct_27_B.d.exe.bc run/s/super_12_A.d.exe run/s/static_37_G.d.exe run/s/struct_27_A.d.exe run/s/struct_initialization_07.d.exe.bc run/s/scope_05_C.d.exe.bc run/s/synchronized_03_F.d.exe run/s/short_04_B.d.exe run/s/struct_30_B.d.exe.bc run/s/static_37_K.d.exe.bc run/s/struct_initialization_10_B.d.exe.bc run/s/switch_22_H.d.exe.bc run/s/static_34_B.d.exe.bc run/s/static_if_08_B.d.exe.bc run/s/static_30_C.d.exe.bc run/s/struct_initialization_08_B.d.exe run/s/struct_initialization_12_B.d.exe run/s/static_33_A.d.exe run/s/scope_06_C.d.exe run/s/switch_23_A.d.exe.bc run/s/struct_25_E.d.exe.bc run/s/static_33_B.d.exe run/s/scope_12_A.d.exe.bc run/s/static_if_07_C.d.exe run/s/switch_22_C.d.exe.bc run/s/scope_06_F.d.exe.bc run/s/scope_13_B.d.exe.bc run/s/static_if_01_B.d.exe.bc run/s/struct_initialization_13_B.d.exe.bc run/s/string_postfix_02_A.d.exe.bc run/s/struct_initialization_13_A.d.exe run/s/static_35_A.d.exe run/s/scope_06_K.d.exe run/s/scope_06_J.d.exe run/s/static_37_C.d.exe run/s/static_35_F.d.exe.bc run/s/scope_14_D.d.exe run/s/scope_14_E.d.exe.bc run/s/string_postfix_03_A.d.exe.bc run/s/switch_23_C.d.exe.bc run/s/slice_06.d.exe run/s/switch_22_B.d.exe run/s/sort_16_B.d.exe run/s/static_if_01_B.d.exe run/s/struct_25_A.d.exe run/s/struct_initialization_11_C.d.exe.bc run/s/static_35_A.d.exe.bc run/s/synchronized_03_A.d.exe.bc run/s/static_37_I.d.exe run/s/scope_06_A.d.exe run/s/scope_05_F.d.exe run/s/struct_25_D.d.exe run/s/scope_16_A.d.exe.bc run/s/static_35_D.d.exe.bc run/s/static_34_B.d.exe run/s/static_37_C.d.exe.bc run/s/scope_05_A.d.exe.bc run/s/static_if_07_A.d.exe run/s/struct_25_B.d.exe run/s/short_04_B.d.exe.bc run/s/static_35_E.d.exe run/s/scope_19_C.d.exe.bc run/s/struct_initialization_11_A.d.exe run/s/switch_23_B.d.exe.bc run/s/static_if_08_B.d.exe run/s/struct_24_D.d.exe.bc run/s/static_31.d.exe.bc run/reverse_06.d.exe run/InExpression_13.d.exe.bc run/out_04.d.exe run/union_05.d.exe.bc run/opPreInc_03.d.exe run/bug_cg87_2393_D.d.exe run/int_03.d.exe.bc run/typeid_65.d.exe.bc run/break_01.d.exe run/float_25.d.exe.bc run/double_03.d.exe.bc run/interface_12.d.exe run/interface_02.d.exe.bc run/bug_cgcod_1489_D.d.exe run/opShr_02.d.exe.bc run/sort_08.d.exe run/opNeg_01.d.exe run/static_16.d.exe run/bug_tocsym_285_03.d.exe run/float_02.d.exe run/out_03.d.exe.bc run/double_08.d.exe run/with_01.d.exe.bc run/opPreDec_09.d.exe.bc run/byte_04.d.exe run/typeid_83.d.exe run/integer_literal_hex_01.d.exe.bc run/bug_cg87_279_F.d.exe run/encoding_utf_32le.d.exe run/debug_info_05.d.exe.bc run/encoding_utf_8_bom.d.exe.bc run/opPostInc_07.d.exe run/catch_02.d.exe.bc run/nested_function_03.d.exe.bc run/mixin_12.d.exe.bc run/foreach_05.d.exe.bc run/const_22_A.d.exe.bc run/associative_array_08.d.exe run/super_02.d.exe run/union_01.d.exe run/opPreDec_08.d.exe.bc run/offsetof_64.d.exe run/length_02.d.exe run/template_class_01.d.exe.bc run/with_13.d.exe.bc run/offsetof_39.d.exe.bc run/foreach_09.d.exe run/typeid_70.d.exe run/label_03.d.exe run/alias_09.d.exe run/debug_info_07.d.exe.bc run/byte_12.d.exe.bc run/enum_20_B.d.exe.bc run/opIdentity_02.d.exe.bc run/const_22_D.d.exe.bc run/static_14.d.exe run/opDivAssign_06.d.exe.bc run/eol_03.d.exe.bc run/inline_09.d.exe.bc run/bug_cgcod_1640_F.d.exe run/InExpression_08.d.exe run/many_functions_01.d.exe.bc run/typeid_59.d.exe.bc run/bug_todt_194_B.d.exe run/invariant_27.d.exe.bc run/offsetof_09.d.exe.bc run/typeid_22.d.exe.bc run/alias_13.d.exe.bc run/integer_literal_binary_05.d.exe run/bug_tocsym_217_01.d.exe run/unittest_01.d.exe run/types_declaration_01.d.exe run/delegate_01.d.exe run/long_char_65537.d.exe run/static_17.d.exe run/typeid_76.d.exe.bc run/offsetof_35.d.exe run/typeid_09.d.exe.bc run/creal_19.d.exe.bc run/offsetof_36.d.exe.bc run/typeid_35.d.exe.bc run/cast_05.d.exe run/foreach_24.d.exe.bc run/typeid_79.d.exe run/cast_16.d.exe.bc run/bug_cg87_2393_A.d.exe run/opCatAssign_09.d.exe.bc run/typeid_82.d.exe run/bug_20050407_01.d.exe run/sort_01.d.exe run/float_07.d.exe run/invariant_32.d.exe.bc run/sizeof_03.d.exe run/opPreInc_04.d.exe run/typeid_77.d.exe.bc run/cast_11.d.exe run/class_09.d.exe.bc run/float_11.d.exe.bc run/InExpression_12.d.exe run/bug_elfobj_1251_A.d.exe run/ieee_754_zerocomp_09.d.exe.bc run/inline_05.d.exe.bc run/bug_cg87_279_B.d.exe.bc run/opPostInc_11.d.exe run/opCatAssign_12.d.exe.bc run/typeid_53.d.exe.bc run/InExpression_11.d.exe run/opEquals_01.d.exe run/with_04.d.exe.bc run/offsetof_37.d.exe run/class_08.d.exe run/enum_11.d.exe.bc run/opCat_06.d.exe.bc run/return_01.d.exe.bc run/enum_14.d.exe run/types_declaration_01.d.exe.bc run/real_12.d.exe.bc run/typeid_55.d.exe.bc run/bug_20050405_01.d.exe run/in_out_body_04.d.exe.bc run/creal_11.d.exe run/for_02.d.exe.bc run/bug_cg87_279_A.d.exe.bc run/constructor_10.d.exe run/switch_06.d.exe.bc run/opPostDec_11.d.exe run/opPos_01.d.exe run/const_18.d.exe.bc run/offsetof_63.d.exe run/constructor_09.d.exe run/constructor_06.d.exe.bc run/bug_cg87_279_G.d.exe.bc run/creal_10.d.exe.bc run/offsetof_35.d.exe.bc run/associative_array_17.d.exe run/typeid_01.d.exe.bc run/opCatAssign_08.d.exe run/cast_21.d.exe.bc run/offsetof_64.d.exe.bc run/escape_unicode32_03.d.exe.bc run/class_03.d.exe run/typeid_17.d.exe.bc run/typeid_50.d.exe run/auto_03.d.exe run/typeid_61.d.exe run/encoding_utf_32be.d.exe run/foreach_25.d.exe.bc run/for_02.d.exe run/init_05.d.exe run/out_06.d.exe.bc run/byte_05.d.exe run/creal_05.d.exe run/while_01.d.exe.bc run/invariant_32.d.exe run/out_05.d.exe.bc run/invariant_28.d.exe run/double_01.d.exe.bc run/goto_11.d.exe.bc run/foreach_23.d.exe.bc run/typeid_81.d.exe.bc run/InExpression_01.d.exe run/const_10.d.exe run/offsetof_38.d.exe run/offsetof_07.d.exe.bc run/template_class_03.d.exe run/opPostDec_11.d.exe.bc run/enum_25.d.exe.bc run/unicode_06.d.exe.bc run/typeid_28.d.exe.bc run/align_11.d.exe run/opPostInc_03.d.exe.bc run/double_11.d.exe run/typeid_13.d.exe.bc run/creal_19.d.exe run/overload_07.d.exe.bc run/out_03.d.exe run/opPreDec_10.d.exe run/OutOfMemory_03.d.exe run/opPostDec_09.d.exe run/typeid_15.d.exe run/typeid_26.d.exe.bc run/version_02.d.exe.bc run/sort_10.d.exe run/int_07.d.exe run/switch_01.d.exe run/offsetof_30.d.exe.bc run/super_04.d.exe.bc run/offsetof_62.d.exe run/unittest_08.d.exe.bc run/struct_initialization_03.d.exe run/enum_22.d.exe run/enum_13.d.exe.bc run/opPreInc_02.d.exe.bc run/typeof_02.d.exe run/ieee_754_zerocomp_05.d.exe run/alias_01.d.exe.bc run/interface_05.d.exe.bc run/slice_09.d.exe run/real_10.d.exe run/bug_mangle_61_B.d.exe.bc run/overload_03.d.exe.bc run/union_04.d.exe run/label_01.d.exe.bc run/bug_20041103_A.d.exe.bc run/pragma_01.d.exe.bc run/integer_literal_binary_06.d.exe run/offsetof_48.d.exe run/comment_05.d.exe run/opPostDec_08.d.exe run/while_02.d.exe run/command_line_debug_01.d.exe run/integer_literal_binary_07.d.exe.bc run/overload_02.d.exe run/opMulAssign_05.d.exe run/real_04.d.exe run/encoding_utf_32le_bom.d.exe.bc run/return_06.d.exe.bc run/invariant_02.d.exe run/switch_01.d.exe.bc run/double_04.d.exe.bc run/typeid_43.d.exe run/constructor_01.d.exe run/template_class_02.d.exe.bc run/foreach_08.d.exe run/struct_08.d.exe run/offsetof_33.d.exe run/if_04.d.exe.bc run/opCat_03.d.exe run/in_out_body_01.d.exe run/this_03.d.exe run/array_initialization_05.d.exe.bc run/wchar_08.d.exe.bc run/bug_20041103_E.d.exe run/version_03.d.exe run/struct_02.d.exe.bc run/comment_03.d.exe run/offsetof_44.d.exe run/comment_10.d.exe.bc run/ieee_754_zerocomp_07.d.exe.bc run/real_12.d.exe run/typeid_31.d.exe.bc run/opCat_05.d.exe.bc run/new_13.d.exe run/double_09.d.exe run/float_01.d.exe run/goto_08.d.exe run/offsetof_47.d.exe.bc run/integer_literal_hex_03.d.exe.bc run/bug_20050418_02.d.exe.bc run/cast_26.d.exe.bc run/static_12.d.exe run/overload_07.d.exe run/const_20_C.d.exe run/long_char_1025.d.exe.bc run/dchar_03.d.exe.bc run/overload_18.d.exe run/InExpression_07.d.exe run/typeid_56.d.exe.bc run/dchar_05.d.exe.bc run/e/enum_42_D.d.exe run/e/enum_44_B.d.exe.bc run/e/enum_43_C.d.exe run/e/enum_53_D.d.exe.bc run/e/enum_43_F.d.exe run/e/enum_43_E.d.exe run/e/enum_42_H.d.exe run/e/enum_52_B.d.exe run/e/enum_43_F.d.exe.bc run/e/extern_10_C.d.exe.bc run/e/enum_53_C.d.exe.bc run/e/extern_10_F.d.exe.bc run/e/enum_43_D.d.exe.bc run/e/enum_42_B.d.exe run/e/export_01_A.d.exe.bc run/e/expression_4154_C.d.exe.bc run/e/enum_43_D.d.exe run/e/enum_43_I.d.exe run/e/enum_42_A.d.exe run/e/enum_42_H.d.exe.bc run/e/enum_44_D.d.exe run/e/enum_52_A.d.exe run/e/extern_10_C.d.exe run/e/ExpressionStatement_09_A.d.exe.bc run/e/enum_43_E.d.exe.bc run/e/enum_42_C.d.exe.bc run/e/enum_44_D.d.exe.bc run/e/enum_44_B.d.exe run/e/extern_10_F.d.exe run/e/enum_42_B.d.exe.bc run/e/ExpressionStatement_09_B.d.exe.bc run/e/ExpressionStatement_09_B.d.exe run/e/enum_52_B.d.exe.bc run/e/enum_42_F.d.exe.bc run/e/enum_44_C.d.exe run/e/enum_43_I.d.exe.bc run/e/enum_42_C.d.exe run/e/enum_42_E.d.exe run/e/expression_4154_C.d.exe run/e/extern_10_E.d.exe run/e/enum_42_F.d.exe run/e/enum_42_D.d.exe.bc run/e/enum_53_B.d.exe.bc run/e/enum_42_G.d.exe run/e/enum_53_A.d.exe.bc run/e/enum_44_C.d.exe.bc run/e/enum_42_E.d.exe.bc run/e/enum_52_C.d.exe run/e/enum_42_A.d.exe.bc run/e/ExpressionStatement_09_A.d.exe run/e/export_01_A.d.exe run/e/extern_10_E.d.exe.bc run/e/enum_43_J.d.exe.bc run/e/enum_52_A.d.exe.bc run/e/enum_52_C.d.exe.bc run/e/enum_43_J.d.exe run/e/enum_43_C.d.exe.bc run/e/enum_42_G.d.exe.bc run/static_01.d.exe run/encoding_utf_32be_bom.d.exe.bc run/byte_05.d.exe.bc run/double_13.d.exe run/static_22.d.exe run/float_12.d.exe.bc run/dup_03.d.exe.bc run/opNeg_01.d.exe.bc run/creal_20.d.exe.bc run/with_08.d.exe run/static_15.d.exe run/bug_e2ir_141_C.d.exe run/offsetof_31.d.exe.bc run/unittest_03.d.exe run/integer_literal_binary_07.d.exe run/for_01.d.exe run/opPostInc_01.d.exe.bc run/struct_13.d.exe run/template_class_06.d.exe run/bug_mtype_2576_A.d.exe run/reverse_07.d.exe.bc run/typeid_07.d.exe.bc run/InExpression_11.d.exe.bc run/ubyte_06.d.exe run/interface_12.d.exe.bc run/associative_array_17.d.exe.bc run/switch_05.d.exe.bc run/typeid_11.d.exe run/offsetof_70.d.exe.bc run/real_06.d.exe.bc run/typeid_68.d.exe run/interface_10.d.exe run/typeid_50.d.exe.bc run/final_02.d.exe run/template_struct_01.d.exe.bc run/enum_24.d.exe run/opPostDec_06.d.exe.bc run/constructor_06.d.exe run/ubyte_05.d.exe.bc run/creal_16.d.exe run/goto_03.d.exe.bc run/real_22.d.exe run/opMulAssign_04.d.exe run/enum_17_B.d.exe.bc run/switch_03.d.exe.bc run/static_20.d.exe run/opPreDec_01.d.exe run/integer_literal_binary_06.d.exe.bc run/opCatAssign_02.d.exe run/opShr_06.d.exe run/offsetof_47.d.exe run/bug_tocsym_285_03.d.exe.bc run/cast_20.d.exe run/creal_01.d.exe run/wchar_08.d.exe run/wchar_03.d.exe.bc run/offsetof_42.d.exe.bc run/new_01.d.exe.bc run/typeid_70.d.exe.bc run/offsetof_56.d.exe.bc run/foreach_06.d.exe.bc run/opPostDec_06.d.exe run/integer_literal_hex_07.d.exe run/offsetof_41.d.exe run/bug_20041103_B.d.exe run/typeid_56.d.exe run/constructor_02.d.exe run/offsetof_59.d.exe run/opDivAssign_05.d.exe run/ubyte_06.d.exe.bc run/opMulAssign_02.d.exe run/typeid_84.d.exe.bc run/static_14.d.exe.bc run/try_04.d.exe.bc run/memory_management_03.d.exe.bc run/associative_array_13.d.exe.bc run/bug_e2ir_141_A.d.exe.bc run/in_out_body_01.d.exe.bc run/ushort_05.d.exe run/offsetof_15.d.exe.bc run/ieee_754_zerosdq_04.d.exe.bc run/module_01.d.exe run/reverse_05.d.exe.bc run/command_line_debug_08.d.exe.bc run/assert_06.d.exe run/real_05.d.exe run/comment_04.d.exe run/wchar_07.d.exe run/byte_14.d.exe run/debug_01.d.exe.bc run/real_02.d.exe.bc run/static_24.d.exe run/in_out_body_06.d.exe run/double_04.d.exe run/reverse_05.d.exe run/opPreDec_04.d.exe run/ieee_754_zerocomp_05.d.exe.bc run/unittest_03.d.exe.bc run/typeid_47.d.exe.bc run/while_03.d.exe.bc run/byte_02.d.exe.bc run/deprecated_10.d.exe run/offsetof_18.d.exe run/bug_constfold_575_I.d.exe run/opIndex_03.d.exe run/with_03.d.exe run/goto_07.d.exe.bc run/ushort_06.d.exe run/return_02.d.exe.bc run/offsetof_07.d.exe run/label_01.d.exe run/bug_20050405_04.d.exe.bc run/typeid_66.d.exe run/typeid_32.d.exe.bc run/offsetof_72.d.exe.bc run/cast_12.d.exe.bc run/opShrAssign_01.d.exe.bc run/template_10.d.exe.bc run/sort_05.d.exe run/creal_13.d.exe run/typeid_57.d.exe.bc run/finally_01.d.exe run/opIdentity_02.d.exe run/overload_18.d.exe.bc run/real_10.d.exe.bc run/bug_cgcod_1640_E.d.exe run/comment_01.d.exe.bc run/overload_20.d.exe.bc run/enum_18_B.d.exe run/catch_04.d.exe.bc run/associative_array_02.d.exe run/goto_09.d.exe.bc run/opPostDec_10.d.exe run/foreach_13.d.exe.bc run/inline_05.d.exe run/encoding_utf_32be.d.exe.bc run/opMulAssign_06.d.exe.bc run/unittest_04.d.exe.bc run/deprecated_10.d.exe.bc run/const_20_D.d.exe run/__TIME__01.d.exe run/typeid_80.d.exe run/mixin_03.d.exe.bc run/double_06.d.exe.bc run/debug_info_05.d.exe run/union_02.d.exe.bc run/compare_02.d.exe run/offsetof_53.d.exe run/typeid_61.d.exe.bc run/typeid_84.d.exe run/struct_03.d.exe run/opNeg_02.d.exe run/sort_13.d.exe run/with_02.d.exe run/InExpression_01.d.exe.bc run/byte_02.d.exe run/foreach_13.d.exe run/creal_06.d.exe.bc run/typedef_02.d.exe run/struct_initialization_03.d.exe.bc run/bug_20050405_02.d.exe run/InExpression_07.d.exe.bc run/foreach_05.d.exe run/float_04.d.exe.bc run/opShr_03.d.exe.bc run/opCatAssign_13.d.exe run/delegate_12.d.exe.bc run/ieee_754_zerocomp_03.d.exe.bc run/version_29.d.exe.bc run/opPostInc_08.d.exe.bc run/invariant_15.d.exe.bc run/cast_11.d.exe.bc run/typeid_05.d.exe.bc run/InExpression_08.d.exe.bc run/while_01.d.exe run/bug_constfold_575_I.d.exe.bc run/default_argument_03.d.exe.bc run/try_07.d.exe.bc run/bug_tocsym_217_04.d.exe.bc run/static_21.d.exe.bc run/align_07.d.exe run/typeid_20.d.exe run/comment_05.d.exe.bc run/opPostInc_09.d.exe run/typeid_64.d.exe.bc run/static_02.d.exe run/constructor_04.d.exe run/float_08.d.exe run/enum_18_A.d.exe run/alias_12.d.exe.bc run/__TIMESTAMP__01.d.exe run/static_04.d.exe run/goto_11.d.exe run/return_06.d.exe run/offsetof_65.d.exe run/typeid_67.d.exe.bc run/InExpression_02.d.exe.bc run/class_initialization_01.d.exe.bc run/foreach_01.d.exe.bc run/long_char_2049.d.exe.bc run/const_15.d.exe.bc run/bug_e2ir_141_D.d.exe.bc run/static_27.d.exe.bc run/opDivAssign_07.d.exe.bc run/goto_01.d.exe.bc run/opPreInc_08.d.exe.bc run/offsetof_11.d.exe run/bug_20050418_03.d.exe run/typeid_71.d.exe run/typeid_58.d.exe run/new_12.d.exe run/eol_01.d.exe run/real_01.d.exe.bc run/float_10.d.exe run/break_05.d.exe.bc run/offsetof_20.d.exe.bc run/deprecated_12.d.exe run/offsetof_54.d.exe run/const_16.d.exe run/OutOfMemory_03.d.exe.bc run/n/new_28_A.d.exe run/n/nested_class_02_E.d.exe.bc run/n/new_29_D.d.exe.bc run/n/nested_class_01_E.d.exe.bc run/n/new_29_A.d.exe run/n/new_28_C.d.exe.bc run/n/nested_function_07_C.d.exe.bc run/n/new_28_D.d.exe run/n/nested_class_04_A.d.exe.bc run/n/new_29_B.d.exe run/n/nested_class_01_B.d.exe.bc run/n/new_29_C.d.exe.bc run/n/nested_class_01_E.d.exe run/n/nested_function_07_B.d.exe run/n/nested_class_02_A.d.exe.bc run/n/nested_class_02_A.d.exe run/n/nested_class_04_B.d.exe.bc run/n/new_29_B.d.exe.bc run/n/nested_function_07_A.d.exe run/n/new_29_A.d.exe.bc run/n/new_04_B.d.exe run/n/new_28_B.d.exe.bc run/n/nested_function_07_A.d.exe.bc run/n/nested_class_04_A.d.exe run/n/new_29_D.d.exe run/n/nested_class_01_A.d.exe.bc run/n/nested_class_02_B.d.exe.bc run/n/new_04_B.d.exe.bc run/n/nested_function_07_B.d.exe.bc run/n/new_28_B.d.exe run/n/nested_class_01_A.d.exe run/n/nested_class_01_B.d.exe run/n/nested_class_05_A.d.exe.bc run/n/nested_class_04_B.d.exe run/n/nested_class_05_A.d.exe run/n/nested_function_07_C.d.exe run/n/nested_class_02_E.d.exe run/n/new_29_C.d.exe run/n/new_28_C.d.exe run/n/new_28_A.d.exe.bc run/n/new_28_D.d.exe.bc run/n/nested_class_02_B.d.exe run/template_14.d.exe.bc run/debug_info_03.d.exe.bc run/invariant_22.d.exe.bc run/real_09.d.exe run/class_02.d.exe run/enum_20_B.d.exe run/const_22_C.d.exe run/version_03.d.exe.bc run/else_01.d.exe.bc run/overload_19.d.exe run/static_25.d.exe.bc run/class_08.d.exe.bc run/goto_08.d.exe.bc run/opCatAssign_14.d.exe.bc run/offsetof_29.d.exe.bc run/comment_04.d.exe.bc run/try_08.d.exe run/typeid_02.d.exe run/offsetof_19.d.exe run/unicode_02.d.exe run/ieee_754_zerocomp_07.d.exe run/version_08.d.exe run/enum_23.d.exe run/typeid_35.d.exe run/module_02.d.exe run/unicode_03.d.exe.bc run/in_out_body_02.d.exe.bc run/label_02.d.exe.bc run/delegate_04.d.exe run/enum_17_A.d.exe.bc run/ubyte_05.d.exe run/ieee_754_zerosdq_03.d.exe run/real_08.d.exe.bc run/bug_cg87_279_G.d.exe run/encoding_utf_32be_bom.d.exe run/break_03.d.exe.bc run/nested_function_01.d.exe.bc run/offsetof_51.d.exe run/float_01.d.exe.bc run/class_01.d.exe.bc run/mixin_03.d.exe run/associative_array_12.d.exe run/creal_07.d.exe.bc run/enum_08.d.exe run/function_02.d.exe run/cast_18.d.exe run/typedef_01.d.exe.bc run/double_12.d.exe run/cast_06.d.exe.bc run/struct_12.d.exe.bc run/associative_array_14.d.exe.bc run/length_06.d.exe run/bug_20050418_01.d.exe run/real_11.d.exe run/version_08.d.exe.bc run/typeid_58.d.exe.bc run/overload_22.d.exe run/const_22_C.d.exe.bc run/ptr_02.d.exe.bc run/for_04.d.exe.bc run/foreach_23.d.exe run/switch_06.d.exe run/sort_10.d.exe.bc run/switch_05.d.exe run/typeid_47.d.exe run/integer_literal_hex_07.d.exe.bc run/for_01.d.exe.bc run/__DATE__01.d.exe.bc run/associative_array_12.d.exe.bc run/command_line_debug_02.d.exe.bc run/bug_cg87_2393_C.d.exe.bc run/offsetof_17.d.exe run/comment_10.d.exe run/new_13.d.exe.bc run/invariant_27.d.exe run/InExpression_19.d.exe run/offsetof_23.d.exe.bc run/creal_07.d.exe run/foreach_26.d.exe run/slice_09.d.exe.bc run/const_06.d.exe.bc run/return_02.d.exe run/ieee_754_zerosdq_02.d.exe run/ieee_754_zerocomp_08.d.exe run/const_21_C.d.exe.bc run/in_01.d.exe.bc run/with_04.d.exe run/cast_20.d.exe.bc run/catch_03.d.exe.bc run/cfloat_01.d.exe run/try_07.d.exe run/m/memory_management_07_A.d.exe run/m/mangleof_10_D.d.exe run/m/mangleof_06_A.d.exe run/m/mangleof_04_G.d.exe run/m/mangleof_03_C.d.exe run/m/mangleof_14_E.d.exe run/m/mixin_13_B.d.exe.bc run/m/mangleof_12_C.d.exe run/m/mangleof_04_C.d.exe run/m/mangleof_04_A.d.exe run/m/mixin_37_B.d.exe run/m/mangleof_08_F.d.exe run/m/mixin_15_C.d.exe.bc run/m/mangleof_08_A.d.exe run/m/mixin_27_C.d.exe.bc run/m/mangleof_09_F.d.exe.bc run/m/mangleof_12_F.d.exe.bc run/m/mangleof_10_D.d.exe.bc run/m/mangleof_07_C.d.exe.bc run/m/mixin_28_C.d.exe run/m/mixin_30_B.d.exe run/m/mangleof_08_A.d.exe.bc run/m/mixin_15_C.d.exe run/m/mangleof_02_D.d.exe run/m/mangleof_01_A.d.exe run/m/mangleof_14_F.d.exe.bc run/m/mangleof_08_D.d.exe.bc run/m/mangleof_06_A.d.exe.bc run/m/mangleof_09_D.d.exe.bc run/m/mangleof_06_C.d.exe.bc run/m/mixin_30_C.d.exe.bc run/m/mangleof_01_E.d.exe.bc run/m/mangleof_09_A.d.exe.bc run/m/mangleof_03_D.d.exe run/m/mangleof_11_A.d.exe run/m/mangleof_07_A.d.exe run/m/mangleof_10_A.d.exe run/m/mangleof_08_E.d.exe run/m/mangleof_02_D.d.exe.bc run/m/mangleof_10_G.d.exe run/m/mangleof_06_F.d.exe.bc run/m/memory_management_04.d.exe run/m/mangleof_15_C.d.exe.bc run/m/mangleof_03_A.d.exe.bc run/m/mangleof_13_G.d.exe.bc run/m/mangleof_07_D.d.exe run/m/mangleof_12_G.d.exe run/m/mangleof_02_A.d.exe.bc run/m/mixin_30_D.d.exe.bc run/m/mangleof_13_A.d.exe.bc run/m/mangleof_01_C.d.exe.bc run/m/mangleof_02_C.d.exe run/m/mangleof_08_B.d.exe.bc run/m/mangleof_04_D.d.exe run/m/mangleof_07_A.d.exe.bc run/m/mangleof_11_F.d.exe.bc run/m/mangleof_09_C.d.exe.bc run/m/memory_management_07_B.d.exe run/m/mangleof_14_A.d.exe.bc run/m/mangleof_15_B.d.exe run/m/mangleof_09_B.d.exe run/m/mangleof_15_B.d.exe.bc run/m/mangleof_04_F.d.exe run/m/memory_management_04.d.exe.bc run/m/mangleof_12_C.d.exe.bc run/m/mangleof_12_A.d.exe run/m/mangleof_14_I.d.exe run/m/memory_management_05.d.exe run/m/mangleof_02_E.d.exe.bc run/m/mangleof_03_D.d.exe.bc run/m/memory_management_07_A.d.exe.bc run/m/mangleof_13_B.d.exe.bc run/m/mangleof_08_F.d.exe.bc run/m/mangleof_09_G.d.exe run/m/memory_management_05.d.exe.bc run/m/mangleof_13_F.d.exe.bc run/m/mixin_27_C.d.exe run/m/mangleof_09_G.d.exe.bc run/m/mangleof_11_E.d.exe.bc run/m/mangleof_13_F.d.exe run/m/mangleof_05_G.d.exe run/m/mangleof_04_B.d.exe run/m/mangleof_06_E.d.exe run/m/mangleof_04_G.d.exe.bc run/m/mangleof_06_B.d.exe run/m/mangleof_14_A.d.exe run/m/mixin_16_A.d.exe.bc run/m/mixin_30_D.d.exe run/m/mangleof_13_C.d.exe.bc run/m/mangleof_14_E.d.exe.bc run/m/mangleof_12_D.d.exe.bc run/m/mangleof_08_E.d.exe.bc run/m/mangleof_14_H.d.exe.bc run/m/mangleof_03_E.d.exe run/m/mangleof_10_C.d.exe run/m/mangleof_03_B.d.exe.bc run/m/mangleof_02_B.d.exe.bc run/m/mangleof_03_G.d.exe.bc run/m/mixin_13_B.d.exe run/m/mangleof_04_A.d.exe.bc run/m/mixin_27_B.d.exe run/m/mangleof_11_E.d.exe run/m/mixin_20_A.d.exe.bc run/m/mangleof_06_G.d.exe.bc run/m/mangleof_10_F.d.exe.bc run/m/mangleof_07_E.d.exe.bc run/m/mixin_16_D.d.exe.bc run/m/mixin_16_C.d.exe run/m/mangleof_02_E.d.exe run/m/mangleof_02_A.d.exe run/m/mangleof_03_E.d.exe.bc run/m/mangleof_15_A.d.exe.bc run/m/mangleof_09_B.d.exe.bc run/m/mangleof_09_E.d.exe run/m/mangleof_06_E.d.exe.bc run/m/mixin_15_A.d.exe.bc run/m/mixin_30_E.d.exe.bc run/m/mangleof_06_F.d.exe run/m/mangleof_01_B.d.exe run/m/mangleof_12_E.d.exe.bc run/m/mangleof_10_B.d.exe.bc run/m/mangleof_02_F.d.exe run/m/mangleof_08_G.d.exe.bc run/m/mangleof_05_C.d.exe run/m/mangleof_08_C.d.exe.bc run/m/mangleof_11_G.d.exe run/m/mangleof_09_C.d.exe run/m/mangleof_07_B.d.exe.bc run/m/mangleof_15_A.d.exe run/m/mixin_15_A.d.exe run/m/mangleof_04_E.d.exe run/m/mangleof_01_E.d.exe run/m/mangleof_01_C.d.exe run/m/mangleof_03_B.d.exe run/m/mangleof_07_B.d.exe run/m/mangleof_02_F.d.exe.bc run/m/mangleof_06_C.d.exe run/m/mixin_28_A.d.exe run/m/mangleof_07_G.d.exe run/m/mangleof_07_F.d.exe run/m/mangleof_07_E.d.exe run/m/mangleof_08_B.d.exe run/m/mangleof_13_C.d.exe run/m/mangleof_13_B.d.exe run/m/mixin_20_B.d.exe.bc run/m/mixin_27_B.d.exe.bc run/m/mangleof_12_D.d.exe run/m/mangleof_07_F.d.exe.bc run/m/mangleof_14_I.d.exe.bc run/m/mangleof_14_G.d.exe.bc run/m/mangleof_10_F.d.exe run/m/mangleof_10_A.d.exe.bc run/m/mangleof_05_A.d.exe.bc run/m/mangleof_11_D.d.exe run/m/mixin_28_B.d.exe.bc run/m/mangleof_11_F.d.exe run/m/mangleof_05_D.d.exe.bc run/m/mangleof_01_D.d.exe run/m/mangleof_04_D.d.exe.bc run/m/memory_management_07_B.d.exe.bc run/m/mixin_28_C.d.exe.bc run/m/mangleof_01_A.d.exe.bc run/m/mangleof_06_G.d.exe run/m/mangleof_12_F.d.exe run/m/mangleof_13_E.d.exe run/m/mangleof_14_F.d.exe run/m/mixin_30_A.d.exe.bc run/m/mixin_30_A.d.exe run/m/mixin_28_B.d.exe run/m/mangleof_11_G.d.exe.bc run/m/mangleof_03_F.d.exe.bc run/m/mangleof_05_B.d.exe run/m/mangleof_04_B.d.exe.bc run/m/mangleof_10_G.d.exe.bc run/m/mangleof_05_F.d.exe run/m/mixin_37_B.d.exe.bc run/m/mangleof_06_D.d.exe run/m/mangleof_12_B.d.exe.bc run/m/mangleof_03_C.d.exe.bc run/m/mangleof_03_F.d.exe run/m/mixin_16_B.d.exe.bc run/m/mangleof_05_G.d.exe.bc run/m/mangleof_01_D.d.exe.bc run/m/mangleof_14_H.d.exe run/m/mixin_15_B.d.exe run/m/mangleof_13_G.d.exe run/m/mangleof_04_C.d.exe.bc run/m/mangleof_11_A.d.exe.bc run/m/mangleof_11_C.d.exe run/m/mangleof_05_E.d.exe run/m/mangleof_05_D.d.exe run/m/mixin_16_D.d.exe run/m/mangleof_06_B.d.exe.bc run/m/mangleof_10_E.d.exe.bc run/m/mangleof_11_B.d.exe.bc run/m/mangleof_15_C.d.exe run/m/mangleof_05_F.d.exe.bc run/m/mangleof_07_D.d.exe.bc run/m/mangleof_11_D.d.exe.bc run/m/mangleof_12_B.d.exe run/m/mangleof_09_A.d.exe run/m/mixin_30_C.d.exe run/m/mangleof_14_G.d.exe run/m/mangleof_05_C.d.exe.bc run/m/mangleof_03_A.d.exe run/m/mixin_27_A.d.exe.bc run/m/mangleof_03_G.d.exe run/m/mixin_16_A.d.exe run/m/mixin_28_A.d.exe.bc run/m/mixin_20_B.d.exe run/m/mangleof_01_B.d.exe.bc run/m/mixin_16_B.d.exe run/m/mangleof_09_E.d.exe.bc run/m/mangleof_13_D.d.exe run/m/mangleof_04_F.d.exe.bc run/m/mixin_27_A.d.exe run/m/mangleof_05_A.d.exe run/m/mangleof_05_B.d.exe.bc run/m/mangleof_07_G.d.exe.bc run/m/mixin_15_B.d.exe.bc run/m/mangleof_09_F.d.exe run/m/mangleof_08_G.d.exe run/m/mangleof_11_C.d.exe.bc run/m/mangleof_08_D.d.exe run/m/mangleof_02_B.d.exe run/m/mixin_20_A.d.exe run/m/mangleof_11_B.d.exe run/m/mangleof_10_C.d.exe.bc run/m/mangleof_10_E.d.exe run/m/mangleof_13_D.d.exe.bc run/m/mangleof_09_D.d.exe run/m/mangleof_06_D.d.exe.bc run/m/mangleof_12_A.d.exe.bc run/m/mangleof_12_E.d.exe run/m/mangleof_05_E.d.exe.bc run/m/mangleof_12_G.d.exe.bc run/m/mangleof_07_C.d.exe run/m/mangleof_04_E.d.exe.bc run/m/mangleof_08_C.d.exe run/m/mangleof_13_A.d.exe run/m/mangleof_10_B.d.exe run/m/mixin_30_E.d.exe run/m/mixin_30_B.d.exe.bc run/m/mixin_16_C.d.exe.bc run/m/mangleof_13_E.d.exe.bc run/m/mangleof_02_C.d.exe.bc run/typeid_60.d.exe.bc run/sort_09.d.exe run/opPostDec_04.d.exe run/invariant_20.d.exe run/integer_literal_binary_01.d.exe.bc run/comment_01.d.exe run/sort_02.d.exe.bc run/while_03.d.exe run/static_26.d.exe run/union_03.d.exe run/real_13.d.exe run/double_11.d.exe.bc run/typeid_07.d.exe run/creal_20.d.exe run/opCatAssign_03.d.exe.bc run/bug_cg87_279_E.d.exe.bc run/bug_tocsym_217_04.d.exe run/typeid_34.d.exe run/integer_literal_dec_05.d.exe run/typeid_72.d.exe run/typeid_72.d.exe.bc run/offsetof_37.d.exe.bc run/opShrAssign_02.d.exe.bc run/dup_01.d.exe run/opCast_01.d.exe run/enum_02.d.exe.bc run/opDivAssign_06.d.exe run/foreach_01.d.exe run/byte_03.d.exe.bc run/ieee_754_zerocomp_02.d.exe.bc run/struct_02.d.exe run/cast_22.d.exe.bc run/opShr_01.d.exe run/float_25.d.exe run/mixin_08.d.exe.bc run/typeid_40.d.exe.bc run/opPreDec_07.d.exe run/ushort_04.d.exe.bc run/double_03.d.exe run/float_05.d.exe run/break_02.d.exe run/typeof_04.d.exe.bc run/slice_04.d.exe run/typeid_38.d.exe run/bug_constfold_575_D.d.exe run/cast_05.d.exe.bc run/typeof_01.d.exe run/cast_27.d.exe.bc run/ifloat_03.d.exe run/bug_cg87_279_C.d.exe.bc run/typeid_04.d.exe.bc run/int_04.d.exe.bc run/typeid_54.d.exe.bc run/byte_11.d.exe.bc run/cast_07.d.exe run/opDivAssign_02.d.exe run/final_02.d.exe.bc run/typeid_18.d.exe run/opPos_02.d.exe run/opPreInc_07.d.exe.bc run/wchar_03.d.exe run/typeid_53.d.exe run/typeid_55.d.exe run/creal_06.d.exe run/forward_reference_11.d.exe.bc run/creal_12.d.exe.bc run/bug_cgcod_1640_G.d.exe run/for_05.d.exe.bc run/typeid_01.d.exe run/alias_02.d.exe run/nested_function_04.d.exe.bc run/associative_array_10.d.exe run/return_04.d.exe run/opDivAssign_10.d.exe run/sort_13.d.exe.bc run/typeid_14.d.exe run/struct_initialization_01.d.exe.bc run/deprecated_09.d.exe.bc run/typeid_39.d.exe run/offsetof_14.d.exe.bc run/bug_20041103_E.d.exe.bc run/offsetof_36.d.exe run/opShr_05.d.exe.bc run/u/union_16_B.d.exe run/u/union_16_D.d.exe.bc run/u/unittest_11_C.d.exe run/u/union_16_F.d.exe run/u/union_17_H.d.exe.bc run/u/union_17_C.d.exe run/u/ulong_04_D.d.exe.bc run/u/unittest_09_F.d.exe run/u/union_16_A.d.exe run/u/union_16_A.d.exe.bc run/u/union_17_F.d.exe.bc run/u/union_16_D.d.exe run/u/union_16_F.d.exe.bc run/u/union_17_C.d.exe.bc run/u/union_17_I.d.exe.bc run/u/union_17_F.d.exe run/u/union_16_C.d.exe run/u/union_16_G.d.exe.bc run/u/union_17_E.d.exe.bc run/u/union_16_B.d.exe.bc run/u/union_16_E.d.exe run/u/union_17_B.d.exe run/u/union_17_D.d.exe run/u/union_17_G.d.exe.bc run/u/union_17_A.d.exe run/u/union_17_E.d.exe run/u/union_17_A.d.exe.bc run/u/union_16_H.d.exe.bc run/u/unittest_09_E.d.exe.bc run/u/union_17_D.d.exe.bc run/u/union_16_C.d.exe.bc run/u/union_16_E.d.exe.bc run/u/ulong_04_D.d.exe run/u/union_17_B.d.exe.bc run/u/unittest_11_C.d.exe.bc run/u/union_17_G.d.exe run/u/union_16_H.d.exe run/u/unittest_11_A.d.exe.bc run/u/unittest_11_B.d.exe run/u/unittest_09_E.d.exe run/u/union_16_G.d.exe run/u/unittest_11_A.d.exe run/u/union_17_I.d.exe run/u/unittest_11_B.d.exe.bc run/u/union_17_H.d.exe run/u/unittest_09_F.d.exe.bc run/sort_15.d.exe.bc run/opEquals_01.d.exe.bc run/this_03.d.exe.bc run/enum_14.d.exe.bc run/long_char_65537.d.exe.bc run/if_07.d.exe.bc run/sort_14.d.exe run/struct_initialization_04.d.exe.bc run/deprecated_13.d.exe.bc run/command_line_debug_03.d.exe.bc run/static_17.d.exe.bc run/destructor_03.d.exe run/offsetof_43.d.exe.bc run/integer_literal_hex_06.d.exe run/opPostInc_08.d.exe run/reverse_07.d.exe run/typeid_78.d.exe.bc run/typeid_44.d.exe.bc run/opDivAssign_07.d.exe run/const_17.d.exe run/unicode_05.d.exe run/deprecated_12.d.exe.bc run/opIndex_01.d.exe.bc run/opCatAssign_13.d.exe.bc run/mixin_05.d.exe run/bug_20041103_D.d.exe.bc run/ubyte_04.d.exe.bc run/typeid_63.d.exe.bc run/integer_literal_hex_05.d.exe run/with_10.d.exe.bc run/opPos_01.d.exe.bc run/opCatAssign_10.d.exe run/offsetof_48.d.exe.bc run/align_16.d.exe.bc run/do_while_04.d.exe run/struct_initialization_02.d.exe run/double_05.d.exe.bc run/opDivAssign_05.d.exe.bc run/offsetof_19.d.exe.bc run/in_02.d.exe run/char_03.d.exe run/else_02.d.exe.bc run/offsetof_33.d.exe.bc run/cast_17.d.exe.bc run/creal_18.d.exe run/opShr_01.d.exe.bc run/assert_07.d.exe.bc run/for_04.d.exe run/encoding_utf_16be_bom.d.exe run/dup_02.d.exe run/slice_05.d.exe.bc run/bug_cg87_279_D.d.exe run/associative_array_16.d.exe.bc run/try_06.d.exe.bc run/array_initialization_07.d.exe.bc run/__DATE__01.d.exe run/opCast_03.d.exe.bc run/abstract_10.d.exe run/sort_09.d.exe.bc run/integer_literal_hex_02.d.exe run/debug_02.d.exe run/typeid_03.d.exe.bc run/InExpression_19.d.exe.bc run/bug_mtype_2576_A.d.exe.bc run/assert_06.d.exe.bc run/opShr_04.d.exe.bc run/offsetof_61.d.exe run/switch_02.d.exe run/goto_05.d.exe run/const_20_B.d.exe.bc run/typeid_32.d.exe run/opPreDec_03.d.exe run/opCatAssign_09.d.exe run/offsetof_13.d.exe run/typeid_27.d.exe run/final_06.d.exe run/offsetof_17.d.exe.bc run/debug_03.d.exe run/offsetof_50.d.exe run/offsetof_54.d.exe.bc run/typeid_73.d.exe.bc run/invariant_02.d.exe.bc run/bug_e2ir_141_C.d.exe.bc run/length_05.d.exe.bc run/slice_01.d.exe.bc run/opCast_03.d.exe run/float_03.d.exe run/__TIMESTAMP__01.d.exe.bc run/static_29.d.exe.bc run/opMulAssign_02.d.exe.bc run/double_13.d.exe.bc run/default_argument_02.d.exe.bc run/const_14.d.exe.bc run/foreach_09.d.exe.bc run/enum_04.d.exe.bc run/static_05.d.exe run/switch_14.d.exe.bc run/enum_25.d.exe run/default_argument_04.d.exe run/constructor_08.d.exe run/union_01.d.exe.bc run/opPreDec_07.d.exe.bc run/command_line_version_02.d.exe.bc run/struct_initialization_05.d.exe.bc run/ieee_754_zerocomp_04.d.exe.bc run/enum_21_A.d.exe.bc run/debug_info_06.d.exe run/version_07.d.exe run/bug_20050407_02.d.exe.bc run/invariant_13.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16089 echo '#!/bin/sh' > run.sh
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16090 find run -type f -name "*\\.d" | grep -v ".svn" | sort -f | xargs -n 1 echo "./dstress run" >> run.sh
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16091 chmod +x run.sh
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16092 ./run.sh 2>> /home/kamm/eigenes/projekte/llvmdc/llvmdc/tests/dstress/log.txt
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16093 run: llvmdc -O0 -od./obj -ofrun/a/abstract_16_A.d.exe run/a/abstract_16_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16094 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16095 run/a/abstract_16_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16096 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16097
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16098 Torture-Sub-1/32-PASS: run/a/abstract_16_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16099 run: llvmdc -O0 -od./obj -ofrun/a/abstract_16_B.d.exe run/a/abstract_16_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16100 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16101 run/a/abstract_16_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16102 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16103
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16104 Torture-Sub-1/32-PASS: run/a/abstract_16_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16105 run: llvmdc -O0 -od./obj -ofrun/a/abstract_17_A.d.exe run/a/abstract_17_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16106 llvmdc: gen/functions.cpp:379: void DtoDeclareFunction(FuncDeclaration*): Assertion `!fdecl->isAbstract()' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16107 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16108 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16109 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16110 llvmdc[0x8184297]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16111 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16112 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16113 Torture-Sub-1/32-ERROR: run/a/abstract_17_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16114 run: llvmdc -O0 -od./obj -ofrun/a/abstract_17_B.d.exe run/a/abstract_17_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16115 llvmdc: gen/functions.cpp:379: void DtoDeclareFunction(FuncDeclaration*): Assertion `!fdecl->isAbstract()' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16116 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16117 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16118 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16119 llvmdc[0x8184297]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16120 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16121 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16122 Torture-Sub-1/32-ERROR: run/a/abstract_17_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16123 run: llvmdc -O0 -od./obj -ofrun/a/alias_24_A.d.exe run/a/alias_24_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16124 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16125 run/a/alias_24_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16126 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16127
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16128 Torture-Sub-1/32-PASS: run/a/alias_24_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16129 run: llvmdc -O0 -od./obj -ofrun/a/alias_24_B.d.exe run/a/alias_24_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16130 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16131 run/a/alias_24_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16132 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16133
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16134 Torture-Sub-1/32-PASS: run/a/alias_24_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16135 run: llvmdc -O0 addon/alias_25_Z.d -od./obj/_172C -ofrun/a/alias_25_D.d.exe run/a/alias_25_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16136 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16137 run/a/alias_25_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16138 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16139
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16140 Torture-Sub-1/32-PASS: run/a/alias_25_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16141 run: llvmdc -O0 -od./obj -ofrun/a/alias_30_H.d.exe run/a/alias_30_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16142 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16143 run/a/alias_30_H.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16144 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16145
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16146 Torture-Sub-1/32-PASS: run/a/alias_30_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16147 run: llvmdc -O0 -od./obj -ofrun/a/alias_30_I.d.exe run/a/alias_30_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16148 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16149 run/a/alias_30_I.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16150 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16151
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16152 Torture-Sub-1/32-PASS: run/a/alias_30_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16153 run: llvmdc -O0 -od./obj -ofrun/a/alias_31_A.d.exe run/a/alias_31_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16154 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16155 run/a/alias_31_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16156 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16157
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16158 Torture-Sub-1/32-PASS: run/a/alias_31_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16159 run: llvmdc -O0 -od./obj -ofrun/a/alias_31_B.d.exe run/a/alias_31_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16160 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16161 run/a/alias_31_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16162 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16163
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16164 Torture-Sub-1/32-PASS: run/a/alias_31_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16165 run: llvmdc -O0 -od./obj -ofrun/a/alias_31_C.d.exe run/a/alias_31_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16166 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16167 run/a/alias_31_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16168 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16169
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16170 Torture-Sub-1/32-PASS: run/a/alias_31_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16171 run: llvmdc -O0 -od./obj -ofrun/a/alias_31_D.d.exe run/a/alias_31_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16172 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16173 run/a/alias_31_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16174 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16175
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16176 Torture-Sub-1/32-PASS: run/a/alias_31_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16177 run: llvmdc -O0 -od./obj -ofrun/a/alias_32_A.d.exe run/a/alias_32_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16178 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16179 run/a/alias_32_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16180 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16181
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16182 Torture-Sub-1/32-PASS: run/a/alias_32_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16183 run: llvmdc -O0 -od./obj -ofrun/a/alias_32_B.d.exe run/a/alias_32_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16184 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16185 run/a/alias_32_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16186 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16187
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16188 Torture-Sub-1/32-PASS: run/a/alias_32_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16189 run: llvmdc -O0 -od./obj -ofrun/a/alias_32_C.d.exe run/a/alias_32_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16190 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16191 run/a/alias_32_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16192 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16193
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16194 Torture-Sub-1/32-PASS: run/a/alias_32_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16195 run: llvmdc -O0 -od./obj -ofrun/a/alias_32_D.d.exe run/a/alias_32_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16196 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16197 run/a/alias_32_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16198 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16199
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16200 Torture-Sub-1/32-PASS: run/a/alias_32_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16201 run: llvmdc -O0 -od./obj -ofrun/a/alias_32_E.d.exe run/a/alias_32_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16202 run/a/alias_32_E.d(15): Error: enum Enum is forward referenced
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16203 run/a/alias_32_E.d(15): Error: enum Enum is forward referenced
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16204 run/a/alias_32_E.d(15): Error: enum Enum is forward referenced
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16205 run/a/alias_32_E.d(15): Error: enum Enum is forward referenced
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16206 run/a/alias_32_E.d(15): Error: enum Enum is forward referenced
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16207 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16208 Torture-Sub-1/32-FAIL: run/a/alias_32_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16209 run: llvmdc -O0 -od./obj -ofrun/a/alias_32_F.d.exe run/a/alias_32_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16210 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16211 run/a/alias_32_F.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16212 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16213
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16214 Torture-Sub-1/32-PASS: run/a/alias_32_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16215 run: llvmdc -O0 -od./obj -ofrun/a/alias_32_G.d.exe run/a/alias_32_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16216 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16217 run/a/alias_32_G.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16218 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16219
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16220 Torture-Sub-1/32-PASS: run/a/alias_32_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16221 run: llvmdc -O0 -od./obj -ofrun/a/alias_32_H.d.exe run/a/alias_32_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16222 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16223 run/a/alias_32_H.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16224 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16225
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16226 Torture-Sub-1/32-PASS: run/a/alias_32_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16227 run: llvmdc -O0 -od./obj -ofrun/a/alias_32_I.d.exe run/a/alias_32_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16228 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16229 run/a/alias_32_I.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16230 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16231
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16232 Torture-Sub-1/32-PASS: run/a/alias_32_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16233 run: llvmdc -O0 -od./obj -ofrun/a/alias_38_A.d.exe run/a/alias_38_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16234 terminate called after throwing an instance of 'std::out_of_range'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16235 what(): basic_string::replace
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16236 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16237 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16238 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x150)[0x4013e6a0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16239 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3c5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16240 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3f6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16241 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c4fa]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16242 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZSt20__throw_out_of_rangePKc+0x79)[0x400d8f49]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16243 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKcj+0x1aa)[0x4011cbc8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16244 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKc+0x48)[0x4011cdd6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16245 llvmdc[0x8174a4e]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16246 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16247 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16248 Torture-Sub-1/32-ERROR: run/a/alias_38_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16249 run: llvmdc -O0 -od./obj -ofrun/a/alias_38_B.d.exe run/a/alias_38_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16250 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16251 run/a/alias_38_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16252 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16253
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16254 Torture-Sub-1/32-PASS: run/a/alias_38_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16255 run: llvmdc -O0 -od./obj -ofrun/a/alias_38_C.d.exe run/a/alias_38_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16256 terminate called after throwing an instance of 'std::out_of_range'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16257 what(): basic_string::replace
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16258 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16259 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16260 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x150)[0x4013e6a0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16261 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3c5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16262 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3f6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16263 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c4fa]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16264 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZSt20__throw_out_of_rangePKc+0x79)[0x400d8f49]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16265 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKcj+0x1aa)[0x4011cbc8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16266 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKc+0x48)[0x4011cdd6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16267 llvmdc[0x8174a4e]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16268 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16269 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16270 Torture-Sub-1/32-ERROR: run/a/alias_38_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16271 run: llvmdc -O0 -od./obj -ofrun/a/array_initialization_16.d.exe run/a/array_initialization_16.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16272 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16273 run/a/array_initialization_16.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16274 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16275
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16276 Torture-Sub-1/32-PASS: run/a/array_initialization_16.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16277 run: llvmdc -O0 -od./obj -ofrun/a/array_initialization_17_A.d.exe run/a/array_initialization_17_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16278 llvmdc: /home/kamm/eigenes/projekte/llvmdc/llvm-23-branch/lib/VMCore/Constants.cpp:367: llvm::ConstantArray::ConstantArray(const llvm::ArrayType*, const std::vector<llvm::Constant*, std::allocator<llvm::Constant*> >&): Assertion `(C->getType() == T->getElementType() || (T->isAbstract() && C->getType()->getTypeID() == T->getElementType()->getTypeID())) && "Initializer for array element doesn't match array element type!"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16279 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16280 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16281 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16282 llvmdc[0x87c3ee7]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16283 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16284 Torture-Sub-1/32-ERROR: run/a/array_initialization_17_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16285 run: llvmdc -O0 -od./obj -ofrun/a/array_initialization_17_B.d.exe run/a/array_initialization_17_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16286 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16287 run/a/array_initialization_17_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16288 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16289
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16290 Torture-Sub-1/32-PASS: run/a/array_initialization_17_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16291 run: llvmdc -O0 -od./obj -ofrun/a/array_initialization_17_C.d.exe run/a/array_initialization_17_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16292 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16293 run/a/array_initialization_17_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16294 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16295
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16296 Torture-Sub-1/32-PASS: run/a/array_initialization_17_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16297 run: llvmdc -O0 -od./obj -ofrun/a/array_initialization_20_A.d.exe run/a/array_initialization_20_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16298 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16299 run/a/array_initialization_20_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16300 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16301
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16302 Torture-Sub-1/32-PASS: run/a/array_initialization_20_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16303 run: llvmdc -O0 -od./obj -ofrun/a/array_initialization_20_B.d.exe run/a/array_initialization_20_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16304 llvmdc: gen/arrays.cpp:955: LLValue* DtoArrayPtr(DValue*): Assertion `0' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16305 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16306 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16307 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16308 llvmdc[0x8107833]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16309 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16310 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16311 Torture-Sub-1/32-ERROR: run/a/array_initialization_20_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16312 run: llvmdc -O0 -od./obj -ofrun/a/array_initialization_20_C.d.exe run/a/array_initialization_20_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16313 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16314 run/a/array_initialization_20_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16315 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16316
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16317 Torture-Sub-1/32-PASS: run/a/array_initialization_20_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16318 run: llvmdc -O0 -od./obj -ofrun/a/array_initialization_20_D.d.exe run/a/array_initialization_20_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16319 llvmdc: gen/arrays.cpp:955: LLValue* DtoArrayPtr(DValue*): Assertion `0' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16320 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16321 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16322 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16323 llvmdc[0x8107833]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16324 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16325 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16326 Torture-Sub-1/32-ERROR: run/a/array_initialization_20_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16327 run: llvmdc -O0 -od./obj -ofrun/a/array_initialization_20_E.d.exe run/a/array_initialization_20_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16328 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16329 run/a/array_initialization_20_E.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16330 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16331
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16332 Torture-Sub-1/32-PASS: run/a/array_initialization_20_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16333 run: llvmdc -O0 -od./obj -ofrun/a/array_initialization_20_F.d.exe run/a/array_initialization_20_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16334 llvmdc: gen/arrays.cpp:955: LLValue* DtoArrayPtr(DValue*): Assertion `0' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16335 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16336 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16337 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16338 llvmdc[0x8107833]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16339 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16340 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16341 Torture-Sub-1/32-ERROR: run/a/array_initialization_20_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16342 run: llvmdc -O0 -od./obj -ofrun/a/array_initialization_20_G.d.exe run/a/array_initialization_20_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16343 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16344 run/a/array_initialization_20_G.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16345 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16346
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16347 Torture-Sub-1/32-PASS: run/a/array_initialization_20_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16348 run: llvmdc -O0 -od./obj -ofrun/a/array_initialization_20_H.d.exe run/a/array_initialization_20_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16349 llvmdc: gen/arrays.cpp:955: LLValue* DtoArrayPtr(DValue*): Assertion `0' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16350 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16351 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16352 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16353 llvmdc[0x8107833]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16354 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16355 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16356 Torture-Sub-1/32-ERROR: run/a/array_initialization_20_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16357 run: llvmdc -O0 -od./obj -ofrun/a/array_initialization_21_A.d.exe run/a/array_initialization_21_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16358 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16359 run/a/array_initialization_21_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16360 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16361
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16362 Torture-Sub-1/32-PASS: run/a/array_initialization_21_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16363 run: llvmdc -O0 -od./obj -ofrun/a/array_initialization_21_B.d.exe run/a/array_initialization_21_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16364 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16365 run/a/array_initialization_21_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16366 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16367
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16368 Torture-Sub-1/32-PASS: run/a/array_initialization_21_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16369 run: llvmdc -O0 -od./obj -ofrun/a/array_initialization_21_C.d.exe run/a/array_initialization_21_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16370 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16371 run/a/array_initialization_21_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16372 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16373
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16374 Torture-Sub-1/32-PASS: run/a/array_initialization_21_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16375 run: llvmdc -O0 -od./obj -ofrun/a/array_initialization_21_D.d.exe run/a/array_initialization_21_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16376 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16377 run/a/array_initialization_21_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16378 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16379
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16380 Torture-Sub-1/32-PASS: run/a/array_initialization_21_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16381 run: llvmdc -O0 -od./obj -ofrun/a/array_initialization_21_E.d.exe run/a/array_initialization_21_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16382 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16383 run/a/array_initialization_21_E.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16384 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16385
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16386 Torture-Sub-1/32-PASS: run/a/array_initialization_21_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16387 run: llvmdc -O0 -od./obj -ofrun/a/array_initialization_21_F.d.exe run/a/array_initialization_21_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16388 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16389 run/a/array_initialization_21_F.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16390 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16391
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16392 Torture-Sub-1/32-PASS: run/a/array_initialization_21_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16393 run: llvmdc -O0 -od./obj -ofrun/a/array_initialization_23_A.d.exe run/a/array_initialization_23_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16394 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16395 run/a/array_initialization_23_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16396 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16397
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16398 Torture-Sub-1/32-PASS: run/a/array_initialization_23_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16399 run: llvmdc -O0 -od./obj -ofrun/a/array_initialization_23_B.d.exe run/a/array_initialization_23_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16400 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16401 run/a/array_initialization_23_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16402 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16403
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16404 Torture-Sub-1/32-PASS: run/a/array_initialization_23_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16405 run: llvmdc -O0 -od./obj -ofrun/a/array_initialization_23_C.d.exe run/a/array_initialization_23_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16406 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16407 run/a/array_initialization_23_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16408 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16409
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16410 Torture-Sub-1/32-PASS: run/a/array_initialization_23_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16411 run: llvmdc -O0 -od./obj -ofrun/a/array_initialization_25_A.d.exe run/a/array_initialization_25_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16412 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16413 run/a/array_initialization_25_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16414 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16415
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16416 Torture-Sub-1/32-PASS: run/a/array_initialization_25_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16417 run: llvmdc -O0 -od./obj -ofrun/a/array_initialization_25_B.d.exe run/a/array_initialization_25_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16418 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16419 run/a/array_initialization_25_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16420 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16421
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16422 Torture-Sub-1/32-PASS: run/a/array_initialization_25_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16423 run: llvmdc -O0 -od./obj -ofrun/a/array_initialization_25_C.d.exe run/a/array_initialization_25_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16424 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16425 run/a/array_initialization_25_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16426 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16427
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16428 Torture-Sub-1/32-PASS: run/a/array_initialization_25_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16429 run: llvmdc -O0 -od./obj -ofrun/a/array_initialization_26_A.d.exe run/a/array_initialization_26_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16430 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16431 run/a/array_initialization_26_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16432 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16433
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16434 Torture-Sub-1/32-PASS: run/a/array_initialization_26_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16435 run: llvmdc -O0 -od./obj -ofrun/a/array_initialization_26_B.d.exe run/a/array_initialization_26_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16436 llvmdc: gen/toir.cpp:1904: virtual DValue* NewExp::toElem(IRState*): Assertion `arguments->dim == 1' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16437 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16438 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16439 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16440 llvmdc[0x8119492]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16441 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16442 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16443 Torture-Sub-1/32-ERROR: run/a/array_initialization_26_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16444 run: llvmdc -O0 -od./obj -ofrun/a/array_initialization_26_C.d.exe run/a/array_initialization_26_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16445 llvmdc: gen/toir.cpp:1904: virtual DValue* NewExp::toElem(IRState*): Assertion `arguments->dim == 1' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16446 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16447 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16448 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16449 llvmdc[0x8119492]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16450 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16451 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16452 Torture-Sub-1/32-ERROR: run/a/array_initialization_26_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16453 run: llvmdc -O0 -od./obj -ofrun/a/array_initialization_26_D.d.exe run/a/array_initialization_26_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16454 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16455 run/a/array_initialization_26_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16456 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16457
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16458 Torture-Sub-1/32-PASS: run/a/array_initialization_26_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16459 run: llvmdc -O0 -od./obj -ofrun/a/array_initialization_26_E.d.exe run/a/array_initialization_26_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16460 llvmdc: gen/toir.cpp:1904: virtual DValue* NewExp::toElem(IRState*): Assertion `arguments->dim == 1' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16461 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16462 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16463 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16464 llvmdc[0x8119492]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16465 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16466 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16467 Torture-Sub-1/32-ERROR: run/a/array_initialization_26_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16468 run: llvmdc -O0 -od./obj -ofrun/a/array_initialization_26_F.d.exe run/a/array_initialization_26_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16469 llvmdc: gen/toir.cpp:1904: virtual DValue* NewExp::toElem(IRState*): Assertion `arguments->dim == 1' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16470 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16471 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16472 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16473 llvmdc[0x8119492]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16474 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16475 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16476 Torture-Sub-1/32-ERROR: run/a/array_initialization_26_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16477 run: llvmdc -O0 -od./obj -ofrun/a/array_initialization_27_A.d.exe run/a/array_initialization_27_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16478 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16479 run/a/array_initialization_27_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16480 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16481
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16482 Torture-Sub-1/32-PASS: run/a/array_initialization_27_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16483 run: llvmdc -O0 -od./obj -ofrun/a/array_initialization_27_B.d.exe run/a/array_initialization_27_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16484 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16485 run/a/array_initialization_27_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16486 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16487
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16488 Torture-Sub-1/32-PASS: run/a/array_initialization_27_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16489 run: llvmdc -O0 -od./obj -ofrun/a/array_initialization_27_C.d.exe run/a/array_initialization_27_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16490 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16491 run/a/array_initialization_27_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16492 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16493
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16494 Torture-Sub-1/32-PASS: run/a/array_initialization_27_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16495 run: llvmdc -O0 -od./obj -ofrun/a/array_initialization_27_D.d.exe run/a/array_initialization_27_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16496 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16497 run/a/array_initialization_27_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16498 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16499
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16500 Torture-Sub-1/32-PASS: run/a/array_initialization_27_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16501 run: llvmdc -O0 -od./obj -ofrun/a/array_initialization_28_A.d.exe run/a/array_initialization_28_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16502 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16503 run/a/array_initialization_28_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16504 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16505
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16506 Torture-Sub-1/32-PASS: run/a/array_initialization_28_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16507 run: llvmdc -O0 -od./obj -ofrun/a/array_initialization_28_B.d.exe run/a/array_initialization_28_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16508 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16509 run/a/array_initialization_28_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16510 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16511
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16512 Torture-Sub-1/32-PASS: run/a/array_initialization_28_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16513 run: llvmdc -O0 -od./obj -ofrun/a/array_initialization_28_C.d.exe run/a/array_initialization_28_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16514 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16515 run/a/array_initialization_28_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16516 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16517
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16518 Torture-Sub-1/32-PASS: run/a/array_initialization_28_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16519 run: llvmdc -O0 -od./obj -ofrun/a/array_initialization_30_A.d.exe run/a/array_initialization_30_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16520 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16521 run/a/array_initialization_30_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16522 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16523
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16524 Torture-Sub-1/32-PASS: run/a/array_initialization_30_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16525 run: llvmdc -O0 -od./obj -ofrun/a/array_initialization_30_B.d.exe run/a/array_initialization_30_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16526 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16527 run/a/array_initialization_30_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16528 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16529
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16530 Torture-Sub-1/32-PASS: run/a/array_initialization_30_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16531 run: llvmdc -O0 -od./obj -ofrun/a/array_initialization_32_A.d.exe run/a/array_initialization_32_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16532 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16533 run/a/array_initialization_32_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16534 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16535
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16536 Torture-Sub-1/32-ERROR: run/a/array_initialization_32_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16537 run: llvmdc -O0 -od./obj -ofrun/a/array_initialization_32_B.d.exe run/a/array_initialization_32_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16538 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16539 run/a/array_initialization_32_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16540 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16541
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16542 Torture-Sub-1/32-ERROR: run/a/array_initialization_32_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16543 run: llvmdc -O0 -od./obj -ofrun/a/array_initialization_32_C.d.exe run/a/array_initialization_32_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16544 run/a/array_initialization_32_C.d(18): need size of rightmost array, not type arr[i]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16545 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16546 Torture-Sub-1/32-FAIL: run/a/array_initialization_32_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16547 run: llvmdc -O0 -od./obj -ofrun/a/array_initialization_32_D.d.exe run/a/array_initialization_32_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16548 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16549 run/a/array_initialization_32_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16550 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16551
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16552 Torture-Sub-1/32-PASS: run/a/array_initialization_32_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16553 run: llvmdc -O0 -od./obj -ofrun/a/array_initialization_34_A.d.exe run/a/array_initialization_34_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16554 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16555 run/a/array_initialization_34_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16556 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16557
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16558 Torture-Sub-1/32-PASS: run/a/array_initialization_34_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16559 run: llvmdc -O0 -od./obj -ofrun/a/array_initialization_34_B.d.exe run/a/array_initialization_34_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16560 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16561 run/a/array_initialization_34_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16562 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16563
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16564 Torture-Sub-1/32-PASS: run/a/array_initialization_34_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16565 run: llvmdc -O0 -od./obj -ofrun/a/array_initialization_34_C.d.exe run/a/array_initialization_34_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16566 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16567 run/a/array_initialization_34_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16568 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16569
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16570 Torture-Sub-1/32-PASS: run/a/array_initialization_34_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16571 run: llvmdc -O0 -od./obj -ofrun/a/array_initialization_34_D.d.exe run/a/array_initialization_34_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16572 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16573 run/a/array_initialization_34_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16574 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16575
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16576 Torture-Sub-1/32-PASS: run/a/array_initialization_34_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16577 run: llvmdc -O0 -od./obj -ofrun/a/array_initialization_34_E.d.exe run/a/array_initialization_34_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16578 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16579 run/a/array_initialization_34_E.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16580 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16581
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16582 Torture-Sub-1/32-PASS: run/a/array_initialization_34_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16583 run: llvmdc -O0 -od./obj -ofrun/a/asm_03_A.d.exe run/a/asm_03_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16584 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16585 run/a/asm_03_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16586 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16587
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16588 Torture-Sub-1/32-PASS: run/a/asm_03_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16589 run: llvmdc -O0 -od./obj -ofrun/a/asm_03_B.d.exe run/a/asm_03_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16590 run/a/asm_03_B.d(29): Error: invalid expression
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16591 run/a/asm_03_B.d(29): Error: expected comma after operand
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16592 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16593 Torture-Sub-1/32-FAIL: run/a/asm_03_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16594 run: llvmdc -O0 -od./obj -ofrun/a/asm_03_C.d.exe run/a/asm_03_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16595 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16596 run/a/asm_03_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16597 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16598
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16599 Torture-Sub-1/32-PASS: run/a/asm_03_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16600 run: llvmdc -O0 -od./obj -ofrun/a/asm_03_D.d.exe run/a/asm_03_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16601 run/a/asm_03_D.d(29): Error: invalid expression
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16602 run/a/asm_03_D.d(29): Error: expected comma after operand
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16603 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16604 Torture-Sub-1/32-FAIL: run/a/asm_03_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16605 run: llvmdc -O0 -od./obj -ofrun/a/asm_04_A.d.exe run/a/asm_04_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16606 run/a/asm_04_A.d(33): Error: invalid operand
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16607 run/a/asm_04_A.d(33): Error: expected comma after operand
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16608 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16609 Torture-Sub-1/32-FAIL: run/a/asm_04_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16610 run: llvmdc -O0 -od./obj -ofrun/a/asm_04_B.d.exe run/a/asm_04_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16611 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16612 run/a/asm_04_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16613 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16614
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16615 Torture-Sub-1/32-PASS: run/a/asm_04_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16616 run: llvmdc -O0 -od./obj -ofrun/a/asm_04_C.d.exe run/a/asm_04_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16617 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16618 run/a/asm_04_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16619 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16620
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16621 Torture-Sub-1/32-PASS: run/a/asm_04_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16622 run: llvmdc -O0 -od./obj -ofrun/a/asm_04_D.d.exe run/a/asm_04_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16623 run/a/asm_04_D.d(33): Error: invalid operand
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16624 run/a/asm_04_D.d(33): Error: expected comma after operand
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16625 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16626 Torture-Sub-1/32-FAIL: run/a/asm_04_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16627 run: llvmdc -O0 -od./obj -ofrun/a/asm_05_A.d.exe run/a/asm_05_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16628 terminate called after throwing an instance of 'std::out_of_range'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16629 what(): basic_string::replace
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16630 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16631 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16632 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x150)[0x4013e6a0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16633 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3c5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16634 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3f6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16635 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c4fa]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16636 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZSt20__throw_out_of_rangePKc+0x79)[0x400d8f49]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16637 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKcj+0x1aa)[0x4011cbc8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16638 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKc+0x48)[0x4011cdd6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16639 llvmdc[0x8174a4e]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16640 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16641 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16642 Torture-Sub-1/32-ERROR: run/a/asm_05_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16643 run: llvmdc -O0 -od./obj -ofrun/a/asm_05_B.d.exe run/a/asm_05_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16644 run/a/asm_05_B.d(23): Error: invalid expression
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16645 run/a/asm_05_B.d(23): Error: expected comma after operand
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16646 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16647 Torture-Sub-1/32-FAIL: run/a/asm_05_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16648 run: llvmdc -O0 -od./obj -ofrun/a/asm_adc_01_A.d.exe run/a/asm_adc_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16649 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16650 run/a/asm_adc_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16651 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16652
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16653 Torture-Sub-1/32-PASS: run/a/asm_adc_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16654 run: llvmdc -O0 -od./obj -ofrun/a/asm_adc_01_B.d.exe run/a/asm_adc_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16655 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16656 run/a/asm_adc_01_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16657 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16658
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16659 Torture-Sub-1/32-PASS: run/a/asm_adc_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16660 run: llvmdc -O0 -od./obj -ofrun/a/asm_adc_01_C.d.exe run/a/asm_adc_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16661 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16662 run/a/asm_adc_01_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16663 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16664
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16665 Torture-Sub-1/32-PASS: run/a/asm_adc_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16666 run: llvmdc -O0 -od./obj -ofrun/a/asm_adc_01_D.d.exe run/a/asm_adc_01_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16667 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16668 run/a/asm_adc_01_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16669 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16670
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16671 Torture-Sub-1/32-PASS: run/a/asm_adc_01_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16672 run: llvmdc -O0 -od./obj -ofrun/a/asm_adc_01_E.d.exe run/a/asm_adc_01_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16673 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16674 run/a/asm_adc_01_E.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16675 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16676
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16677 Torture-Sub-1/32-PASS: run/a/asm_adc_01_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16678 run: llvmdc -O0 -od./obj -ofrun/a/asm_adc_01_F.d.exe run/a/asm_adc_01_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16679 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16680 run/a/asm_adc_01_F.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16681 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16682
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16683 Torture-Sub-1/32-PASS: run/a/asm_adc_01_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16684 run: llvmdc -O0 -od./obj -ofrun/a/asm_adc_01_H.d.exe run/a/asm_adc_01_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16685 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16686 run/a/asm_adc_01_H.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16687 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16688
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16689 Torture-Sub-1/32-PASS: run/a/asm_adc_01_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16690 run: llvmdc -O0 -od./obj -ofrun/a/asm_adc_01_I.d.exe run/a/asm_adc_01_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16691 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16692 run/a/asm_adc_01_I.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16693 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16694
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16695 Torture-Sub-1/32-PASS: run/a/asm_adc_01_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16696 run: llvmdc -O0 -od./obj -ofrun/a/asm_adc_01_J.d.exe run/a/asm_adc_01_J.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16697 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16698 run/a/asm_adc_01_J.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16699 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16700
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16701 Torture-Sub-1/32-PASS: run/a/asm_adc_01_J.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16702 run: llvmdc -O0 -od./obj -ofrun/a/asm_add_01_A.d.exe run/a/asm_add_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16703 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16704 run/a/asm_add_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16705 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16706
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16707 Torture-Sub-1/32-PASS: run/a/asm_add_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16708 run: llvmdc -O0 -od./obj -ofrun/a/asm_add_01_B.d.exe run/a/asm_add_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16709 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16710 run/a/asm_add_01_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16711 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16712
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16713 Torture-Sub-1/32-PASS: run/a/asm_add_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16714 run: llvmdc -O0 -od./obj -ofrun/a/asm_add_01_C.d.exe run/a/asm_add_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16715 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16716 run/a/asm_add_01_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16717 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16718
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16719 Torture-Sub-1/32-PASS: run/a/asm_add_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16720 run: llvmdc -O0 -od./obj -ofrun/a/asm_add_02.d.exe run/a/asm_add_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16721 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16722 run/a/asm_add_02.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16723 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16724
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16725 Torture-Sub-1/32-PASS: run/a/asm_add_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16726 run: llvmdc -O0 -od./obj -ofrun/a/asm_add_03_A.d.exe run/a/asm_add_03_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16727 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16728 run/a/asm_add_03_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16729 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16730
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16731 Torture-Sub-1/32-PASS: run/a/asm_add_03_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16732 run: llvmdc -O0 -od./obj -ofrun/a/asm_add_03_B.d.exe run/a/asm_add_03_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16733 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16734 run/a/asm_add_03_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16735 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16736
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16737 Torture-Sub-1/32-PASS: run/a/asm_add_03_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16738 run: llvmdc -O0 -od./obj -ofrun/a/asm_add_03_C.d.exe run/a/asm_add_03_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16739 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16740 run/a/asm_add_03_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16741 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16742
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16743 Torture-Sub-1/32-PASS: run/a/asm_add_03_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16744 run: llvmdc -O0 -od./obj -ofrun/a/asm_add_04_A.d.exe run/a/asm_add_04_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16745 terminate called after throwing an instance of 'std::out_of_range'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16746 what(): basic_string::replace
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16747 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16748 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16749 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x150)[0x4013e6a0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16750 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3c5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16751 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3f6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16752 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c4fa]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16753 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZSt20__throw_out_of_rangePKc+0x79)[0x400d8f49]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16754 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKcj+0x1aa)[0x4011cbc8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16755 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKc+0x48)[0x4011cdd6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16756 llvmdc[0x8174a4e]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16757 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16758 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16759 Torture-Sub-1/32-ERROR: run/a/asm_add_04_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16760 run: llvmdc -O0 -od./obj -ofrun/a/asm_add_04_B.d.exe run/a/asm_add_04_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16761 terminate called after throwing an instance of 'std::out_of_range'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16762 what(): basic_string::replace
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16763 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16764 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16765 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x150)[0x4013e6a0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16766 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3c5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16767 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3f6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16768 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c4fa]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16769 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZSt20__throw_out_of_rangePKc+0x79)[0x400d8f49]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16770 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKcj+0x1aa)[0x4011cbc8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16771 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKc+0x48)[0x4011cdd6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16772 llvmdc[0x8174a4e]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16773 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16774 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16775 Torture-Sub-1/32-ERROR: run/a/asm_add_04_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16776 run: llvmdc -O0 -od./obj -ofrun/a/asm_add_04_C.d.exe run/a/asm_add_04_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16777 terminate called after throwing an instance of 'std::out_of_range'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16778 what(): basic_string::replace
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16779 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16780 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16781 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x150)[0x4013e6a0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16782 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3c5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16783 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3f6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16784 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c4fa]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16785 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZSt20__throw_out_of_rangePKc+0x79)[0x400d8f49]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16786 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKcj+0x1aa)[0x4011cbc8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16787 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKc+0x48)[0x4011cdd6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16788 llvmdc[0x8174a4e]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16789 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16790 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16791 Torture-Sub-1/32-ERROR: run/a/asm_add_04_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16792 run: llvmdc -O0 -od./obj -ofrun/a/asm_add_05_A.d.exe run/a/asm_add_05_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16793 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16794 run/a/asm_add_05_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16795 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16796
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16797 Torture-Sub-1/32-PASS: run/a/asm_add_05_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16798 run: llvmdc -O0 -od./obj -ofrun/a/asm_add_05_B.d.exe run/a/asm_add_05_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16799 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16800 run/a/asm_add_05_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16801 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16802
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16803 Torture-Sub-1/32-PASS: run/a/asm_add_05_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16804 run: llvmdc -O0 -od./obj -ofrun/a/asm_add_05_C.d.exe run/a/asm_add_05_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16805 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16806 run/a/asm_add_05_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16807 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16808
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16809 Torture-Sub-1/32-PASS: run/a/asm_add_05_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16810 run: llvmdc -O0 -od./obj -ofrun/a/asm_addpd_01_A.d.exe run/a/asm_addpd_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16811 Warning: addon/cpuinfo.d(176): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16812 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16813 run/a/asm_addpd_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16814 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16815
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16816 Torture-Sub-1/32-PASS: run/a/asm_addpd_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16817 run: llvmdc -O0 -od./obj -ofrun/a/asm_addps_01_A.d.exe run/a/asm_addps_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16818 Warning: addon/cpuinfo.d(154): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16819 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16820 run/a/asm_addps_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16821 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16822
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16823 Torture-Sub-1/32-PASS: run/a/asm_addps_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16824 run: llvmdc -O0 -od./obj -ofrun/a/asm_addsd_01_A.d.exe run/a/asm_addsd_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16825 Warning: addon/cpuinfo.d(176): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16826 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16827 run/a/asm_addsd_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16828 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16829
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16830 Torture-Sub-1/32-PASS: run/a/asm_addsd_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16831 run: llvmdc -O0 -od./obj -ofrun/a/asm_addss_01_A.d.exe run/a/asm_addss_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16832 Warning: addon/cpuinfo.d(154): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16833 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16834 run/a/asm_addss_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16835 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16836
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16837 Torture-Sub-1/32-PASS: run/a/asm_addss_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16838 run: llvmdc -O0 -od./obj -ofrun/a/asm_addsubpd_01_A.d.exe run/a/asm_addsubpd_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16839 Warning: addon/cpuinfo.d(199): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16840 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16841 run/a/asm_addsubpd_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16842 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16843
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16844 Torture-Sub-1/32-PASS: run/a/asm_addsubpd_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16845 run: llvmdc -O0 -od./obj -ofrun/a/asm_addsubps_01_A.d.exe run/a/asm_addsubps_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16846 Warning: addon/cpuinfo.d(199): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16847 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16848 run/a/asm_addsubps_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16849 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16850
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16851 Torture-Sub-1/32-PASS: run/a/asm_addsubps_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16852 run: llvmdc -O0 -od./obj -ofrun/a/asm_ah_01.d.exe run/a/asm_ah_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16853 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16854 run/a/asm_ah_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16855 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16856
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16857 Torture-Sub-1/32-PASS: run/a/asm_ah_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16858 run: llvmdc -O0 -od./obj -ofrun/a/asm_ah_02_P.d.exe run/a/asm_ah_02_P.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16859 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16860 run/a/asm_ah_02_P.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16861 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16862
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16863 Torture-Sub-1/32-PASS: run/a/asm_ah_02_P.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16864 run: llvmdc -O0 -od./obj -ofrun/a/asm_al_01.d.exe run/a/asm_al_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16865 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16866 run/a/asm_al_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16867 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16868
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16869 Torture-Sub-1/32-PASS: run/a/asm_al_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16870 run: llvmdc -O0 -od./obj -ofrun/a/asm_and_01_A.d.exe run/a/asm_and_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16871 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16872 run/a/asm_and_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16873 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16874
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16875 Torture-Sub-1/32-PASS: run/a/asm_and_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16876 run: llvmdc -O0 -od./obj -ofrun/a/asm_and_01_B.d.exe run/a/asm_and_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16877 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16878 run/a/asm_and_01_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16879 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16880
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16881 Torture-Sub-1/32-PASS: run/a/asm_and_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16882 run: llvmdc -O0 -od./obj -ofrun/a/asm_and_01_C.d.exe run/a/asm_and_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16883 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16884 run/a/asm_and_01_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16885 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16886
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16887 Torture-Sub-1/32-PASS: run/a/asm_and_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16888 run: llvmdc -O0 -od./obj -ofrun/a/asm_and_02_A.d.exe run/a/asm_and_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16889 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16890 run/a/asm_and_02_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16891 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16892
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16893 Torture-Sub-1/32-PASS: run/a/asm_and_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16894 run: llvmdc -O0 -od./obj -ofrun/a/asm_and_02_B.d.exe run/a/asm_and_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16895 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16896 run/a/asm_and_02_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16897 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16898
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16899 Torture-Sub-1/32-PASS: run/a/asm_and_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16900 run: llvmdc -O0 -od./obj -ofrun/a/asm_and_02_C.d.exe run/a/asm_and_02_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16901 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16902 run/a/asm_and_02_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16903 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16904
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16905 Torture-Sub-1/32-PASS: run/a/asm_and_02_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16906 run: llvmdc -O0 -od./obj -ofrun/a/asm_and_03_A.d.exe run/a/asm_and_03_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16907 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16908 run/a/asm_and_03_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16909 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16910
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16911 Torture-Sub-1/32-PASS: run/a/asm_and_03_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16912 run: llvmdc -O0 -od./obj -ofrun/a/asm_and_03_B.d.exe run/a/asm_and_03_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16913 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16914 run/a/asm_and_03_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16915 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16916
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16917 Torture-Sub-1/32-PASS: run/a/asm_and_03_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16918 run: llvmdc -O0 -od./obj -ofrun/a/asm_and_04_A.d.exe run/a/asm_and_04_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16919 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16920 run/a/asm_and_04_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16921 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16922
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16923 Torture-Sub-1/32-PASS: run/a/asm_and_04_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16924 run: llvmdc -O0 -od./obj -ofrun/a/asm_and_04_B.d.exe run/a/asm_and_04_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16925 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16926 run/a/asm_and_04_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16927 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16928
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16929 Torture-Sub-1/32-PASS: run/a/asm_and_04_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16930 run: llvmdc -O0 -od./obj -ofrun/a/asm_and_04_C.d.exe run/a/asm_and_04_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16931 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16932 run/a/asm_and_04_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16933 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16934
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16935 Torture-Sub-1/32-PASS: run/a/asm_and_04_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16936 run: llvmdc -O0 -od./obj -ofrun/a/asm_ax_01.d.exe run/a/asm_ax_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16937 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16938 run/a/asm_ax_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16939 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16940
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16941 Torture-Sub-1/32-PASS: run/a/asm_ax_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16942 run: llvmdc -O0 -od./obj -ofrun/a/asm_ax_02.d.exe run/a/asm_ax_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16943 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16944 run/a/asm_ax_02.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16945 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16946
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16947 Torture-Sub-1/32-PASS: run/a/asm_ax_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16948 run: llvmdc -O0 -od./obj -ofrun/a/asm_bh_01.d.exe run/a/asm_bh_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16949 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16950 run/a/asm_bh_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16951 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16952
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16953 Torture-Sub-1/32-PASS: run/a/asm_bh_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16954 run: llvmdc -O0 -od./obj -ofrun/a/asm_bl_01.d.exe run/a/asm_bl_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16955 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16956 run/a/asm_bl_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16957 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16958
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16959 Torture-Sub-1/32-PASS: run/a/asm_bl_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16960 run: llvmdc -O0 -od./obj -ofrun/a/asm_bsf_01_A.d.exe run/a/asm_bsf_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16961 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16962 run/a/asm_bsf_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16963 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16964
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16965 Torture-Sub-1/32-PASS: run/a/asm_bsf_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16966 run: llvmdc -O0 -od./obj -ofrun/a/asm_bsf_01_B.d.exe run/a/asm_bsf_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16967 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16968 run/a/asm_bsf_01_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16969 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16970
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16971 Torture-Sub-1/32-PASS: run/a/asm_bsf_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16972 run: llvmdc -O0 -od./obj -ofrun/a/asm_bsf_02_A.d.exe run/a/asm_bsf_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16973 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16974 run/a/asm_bsf_02_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16975 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16976
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16977 Torture-Sub-1/32-PASS: run/a/asm_bsf_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16978 run: llvmdc -O0 -od./obj -ofrun/a/asm_bsf_02_B.d.exe run/a/asm_bsf_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16979 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16980 run/a/asm_bsf_02_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16981 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16982
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16983 Torture-Sub-1/32-PASS: run/a/asm_bsf_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16984 run: llvmdc -O0 -od./obj -ofrun/a/asm_bsr_01_A.d.exe run/a/asm_bsr_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16985 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16986 run/a/asm_bsr_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16987 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16988
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16989 Torture-Sub-1/32-PASS: run/a/asm_bsr_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16990 run: llvmdc -O0 -od./obj -ofrun/a/asm_bsr_01_B.d.exe run/a/asm_bsr_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16991 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16992 run/a/asm_bsr_01_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16993 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16994
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16995 Torture-Sub-1/32-PASS: run/a/asm_bsr_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16996 run: llvmdc -O0 -od./obj -ofrun/a/asm_bsr_02_A.d.exe run/a/asm_bsr_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16997 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16998 run/a/asm_bsr_02_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
16999 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17000
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17001 Torture-Sub-1/32-PASS: run/a/asm_bsr_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17002 run: llvmdc -O0 -od./obj -ofrun/a/asm_bsr_02_B.d.exe run/a/asm_bsr_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17003 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17004 run/a/asm_bsr_02_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17005 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17006
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17007 Torture-Sub-1/32-PASS: run/a/asm_bsr_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17008 run: llvmdc -O0 -od./obj -ofrun/a/asm_bswap_01.d.exe run/a/asm_bswap_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17009 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17010 run/a/asm_bswap_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17011 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17012
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17013 Torture-Sub-1/32-PASS: run/a/asm_bswap_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17014 run: llvmdc -O0 -od./obj -ofrun/a/asm_bt_01_A.d.exe run/a/asm_bt_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17015 /tmp/ccfJ81wD.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17016 (.text+0x20): undefined reference to `.LDASM_error'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17017 /tmp/ccfJ81wD.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17018 (.text+0x2d): undefined reference to `.LDASM_error'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17019 collect2: ld returned 1 exit status
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17020 llvm-ld:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17021 --- errorlevel 1
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17022 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17023 Torture-Sub-1/32-FAIL: run/a/asm_bt_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17024 run: llvmdc -O0 -od./obj -ofrun/a/asm_bt_01_B.d.exe run/a/asm_bt_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17025 /tmp/ccA2PeW4.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17026 (.text+0x1d): undefined reference to `.LDASM_error'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17027 /tmp/ccA2PeW4.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17028 (.text+0x2e): undefined reference to `.LDASM_error'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17029 collect2: ld returned 1 exit status
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17030 llvm-ld:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17031 --- errorlevel 1
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17032 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17033 Torture-Sub-1/32-FAIL: run/a/asm_bt_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17034 run: llvmdc -O0 -od./obj -ofrun/a/asm_bt_02_A.d.exe run/a/asm_bt_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17035 /tmp/ccNUWzks.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17036 (.text+0x1f): undefined reference to `.LDASM_error'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17037 /tmp/ccNUWzks.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17038 (.text+0x2a): undefined reference to `.LDASM_error'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17039 collect2: ld returned 1 exit status
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17040 llvm-ld:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17041 --- errorlevel 1
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17042 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17043 Torture-Sub-1/32-FAIL: run/a/asm_bt_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17044 run: llvmdc -O0 -od./obj -ofrun/a/asm_bt_02_B.d.exe run/a/asm_bt_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17045 /tmp/cc6ZjwxT.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17046 (.text+0x1d): undefined reference to `.LDASM_error'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17047 /tmp/cc6ZjwxT.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17048 (.text+0x2c): undefined reference to `.LDASM_error'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17049 collect2: ld returned 1 exit status
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17050 llvm-ld:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17051 --- errorlevel 1
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17052 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17053 Torture-Sub-1/32-FAIL: run/a/asm_bt_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17054 run: llvmdc -O0 -od./obj -ofrun/a/asm_btc_01_A.d.exe run/a/asm_btc_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17055 terminate called after throwing an instance of 'std::out_of_range'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17056 what(): basic_string::replace
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17057 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17058 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17059 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x150)[0x4013e6a0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17060 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3c5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17061 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3f6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17062 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c4fa]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17063 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZSt20__throw_out_of_rangePKc+0x79)[0x400d8f49]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17064 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKcj+0x1aa)[0x4011cbc8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17065 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKc+0x48)[0x4011cdd6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17066 llvmdc[0x8174a4e]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17067 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17068 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17069 Torture-Sub-1/32-ERROR: run/a/asm_btc_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17070 run: llvmdc -O0 -od./obj -ofrun/a/asm_btc_01_B.d.exe run/a/asm_btc_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17071 /tmp/ccgvxMEd.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17072 (.text+0x20): undefined reference to `.LDASM_error'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17073 /tmp/ccgvxMEd.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17074 (.text+0x2a): undefined reference to `.LDASM_error'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17075 /tmp/ccgvxMEd.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17076 (.text+0x34): undefined reference to `.LDASM_error'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17077 collect2: ld returned 1 exit status
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17078 llvm-ld:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17079 --- errorlevel 1
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17080 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17081 Torture-Sub-1/32-FAIL: run/a/asm_btc_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17082 run: llvmdc -O0 -od./obj -ofrun/a/asm_btc_02_A.d.exe run/a/asm_btc_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17083 terminate called after throwing an instance of 'std::out_of_range'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17084 what(): basic_string::replace
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17085 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17086 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17087 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x150)[0x4013e6a0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17088 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3c5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17089 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3f6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17090 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c4fa]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17091 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZSt20__throw_out_of_rangePKc+0x79)[0x400d8f49]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17092 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKcj+0x1aa)[0x4011cbc8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17093 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKc+0x48)[0x4011cdd6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17094 llvmdc[0x8174a4e]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17095 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17096 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17097 Torture-Sub-1/32-ERROR: run/a/asm_btc_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17098 run: llvmdc -O0 -od./obj -ofrun/a/asm_btc_02_B.d.exe run/a/asm_btc_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17099 /tmp/cc1XvKTH.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17100 (.text+0x1f): undefined reference to `.LDASM_error'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17101 /tmp/cc1XvKTH.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17102 (.text+0x28): undefined reference to `.LDASM_error'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17103 /tmp/cc1XvKTH.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17104 (.text+0x31): undefined reference to `.LDASM_error'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17105 collect2: ld returned 1 exit status
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17106 llvm-ld:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17107 --- errorlevel 1
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17108 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17109 Torture-Sub-1/32-FAIL: run/a/asm_btc_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17110 run: llvmdc -O0 -od./obj -ofrun/a/asm_btr_01_A.d.exe run/a/asm_btr_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17111 terminate called after throwing an instance of 'std::out_of_range'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17112 what(): basic_string::replace
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17113 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17114 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17115 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x150)[0x4013e6a0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17116 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3c5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17117 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3f6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17118 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c4fa]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17119 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZSt20__throw_out_of_rangePKc+0x79)[0x400d8f49]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17120 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKcj+0x1aa)[0x4011cbc8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17121 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKc+0x48)[0x4011cdd6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17122 llvmdc[0x8174a4e]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17123 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17124 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17125 Torture-Sub-1/32-ERROR: run/a/asm_btr_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17126 run: llvmdc -O0 -od./obj -ofrun/a/asm_btr_01_B.d.exe run/a/asm_btr_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17127 /tmp/ccubIO6f.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17128 (.text+0x20): undefined reference to `.LDASM_error'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17129 /tmp/ccubIO6f.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17130 (.text+0x2a): undefined reference to `.LDASM_error'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17131 /tmp/ccubIO6f.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17132 (.text+0x34): undefined reference to `.LDASM_error'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17133 collect2: ld returned 1 exit status
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17134 llvm-ld:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17135 --- errorlevel 1
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17136 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17137 Torture-Sub-1/32-FAIL: run/a/asm_btr_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17138 run: llvmdc -O0 -od./obj -ofrun/a/asm_btr_02_A.d.exe run/a/asm_btr_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17139 terminate called after throwing an instance of 'std::out_of_range'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17140 what(): basic_string::replace
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17141 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17142 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17143 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x150)[0x4013e6a0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17144 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3c5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17145 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3f6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17146 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c4fa]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17147 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZSt20__throw_out_of_rangePKc+0x79)[0x400d8f49]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17148 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKcj+0x1aa)[0x4011cbc8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17149 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKc+0x48)[0x4011cdd6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17150 llvmdc[0x8174a4e]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17151 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17152 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17153 Torture-Sub-1/32-ERROR: run/a/asm_btr_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17154 run: llvmdc -O0 -od./obj -ofrun/a/asm_btr_02_B.d.exe run/a/asm_btr_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17155 /tmp/ccrXeWly.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17156 (.text+0x1f): undefined reference to `.LDASM_error'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17157 /tmp/ccrXeWly.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17158 (.text+0x28): undefined reference to `.LDASM_error'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17159 /tmp/ccrXeWly.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17160 (.text+0x31): undefined reference to `.LDASM_error'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17161 collect2: ld returned 1 exit status
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17162 llvm-ld:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17163 --- errorlevel 1
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17164 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17165 Torture-Sub-1/32-FAIL: run/a/asm_btr_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17166 run: llvmdc -O0 -od./obj -ofrun/a/asm_bts_01_A.d.exe run/a/asm_bts_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17167 terminate called after throwing an instance of 'std::out_of_range'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17168 what(): basic_string::replace
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17169 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17170 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17171 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x150)[0x4013e6a0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17172 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3c5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17173 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3f6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17174 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c4fa]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17175 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZSt20__throw_out_of_rangePKc+0x79)[0x400d8f49]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17176 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKcj+0x1aa)[0x4011cbc8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17177 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKc+0x48)[0x4011cdd6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17178 llvmdc[0x8174a4e]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17179 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17180 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17181 Torture-Sub-1/32-ERROR: run/a/asm_bts_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17182 run: llvmdc -O0 -od./obj -ofrun/a/asm_bts_01_B.d.exe run/a/asm_bts_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17183 /tmp/ccIPXtq4.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17184 (.text+0x20): undefined reference to `.LDASM_error'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17185 /tmp/ccIPXtq4.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17186 (.text+0x2a): undefined reference to `.LDASM_error'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17187 /tmp/ccIPXtq4.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17188 (.text+0x34): undefined reference to `.LDASM_error'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17189 collect2: ld returned 1 exit status
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17190 llvm-ld:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17191 --- errorlevel 1
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17192 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17193 Torture-Sub-1/32-FAIL: run/a/asm_bts_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17194 run: llvmdc -O0 -od./obj -ofrun/a/asm_bts_02_A.d.exe run/a/asm_bts_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17195 terminate called after throwing an instance of 'std::out_of_range'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17196 what(): basic_string::replace
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17197 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17198 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17199 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x150)[0x4013e6a0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17200 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3c5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17201 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3f6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17202 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c4fa]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17203 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZSt20__throw_out_of_rangePKc+0x79)[0x400d8f49]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17204 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKcj+0x1aa)[0x4011cbc8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17205 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKc+0x48)[0x4011cdd6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17206 llvmdc[0x8174a4e]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17207 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17208 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17209 Torture-Sub-1/32-ERROR: run/a/asm_bts_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17210 run: llvmdc -O0 -od./obj -ofrun/a/asm_bts_02_B.d.exe run/a/asm_bts_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17211 /tmp/ccCaU6Zr.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17212 (.text+0x1f): undefined reference to `.LDASM_error'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17213 /tmp/ccCaU6Zr.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17214 (.text+0x28): undefined reference to `.LDASM_error'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17215 /tmp/ccCaU6Zr.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17216 (.text+0x31): undefined reference to `.LDASM_error'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17217 collect2: ld returned 1 exit status
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17218 llvm-ld:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17219 --- errorlevel 1
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17220 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17221 Torture-Sub-1/32-FAIL: run/a/asm_bts_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17222 run: llvmdc -O0 -od./obj -ofrun/a/asm_bx_01.d.exe run/a/asm_bx_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17223 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17224 run/a/asm_bx_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17225 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17226
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17227 Torture-Sub-1/32-PASS: run/a/asm_bx_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17228 run: llvmdc -O0 -od./obj -ofrun/a/asm_bx_02.d.exe run/a/asm_bx_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17229 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17230 run/a/asm_bx_02.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17231 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17232
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17233 Torture-Sub-1/32-PASS: run/a/asm_bx_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17234 run: llvmdc -O0 -od./obj -ofrun/a/asm_call_01.d.exe run/a/asm_call_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17235 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17236 run/a/asm_call_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17237 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17238
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17239 Torture-Sub-1/32-ERROR: run/a/asm_call_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17240 run: llvmdc -O0 -od./obj -ofrun/a/asm_cbw_01.d.exe run/a/asm_cbw_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17241 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17242 run/a/asm_cbw_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17243 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17244
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17245 Torture-Sub-1/32-PASS: run/a/asm_cbw_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17246 run: llvmdc -O0 -od./obj -ofrun/a/asm_cdq_01.d.exe run/a/asm_cdq_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17247 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17248 run/a/asm_cdq_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17249 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17250
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17251 Torture-Sub-1/32-PASS: run/a/asm_cdq_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17252 run: llvmdc -O0 -od./obj -ofrun/a/asm_ch_01.d.exe run/a/asm_ch_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17253 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17254 run/a/asm_ch_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17255 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17257 Torture-Sub-1/32-PASS: run/a/asm_ch_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17258 run: llvmdc -O0 -od./obj -ofrun/a/asm_cl_01.d.exe run/a/asm_cl_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17259 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17260 run/a/asm_cl_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17261 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17262
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17263 Torture-Sub-1/32-PASS: run/a/asm_cl_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17264 run: llvmdc -O0 -od./obj -ofrun/a/asm_clc_01.d.exe run/a/asm_clc_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17265 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17266 run/a/asm_clc_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17267 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17268
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17269 Torture-Sub-1/32-ERROR: run/a/asm_clc_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17270 run: llvmdc -O0 -od./obj -ofrun/a/asm_clflush_01.d.exe run/a/asm_clflush_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17271 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17272 run/a/asm_clflush_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17273 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17274
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17275 Torture-Sub-1/32-ERROR: run/a/asm_clflush_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17276 run: llvmdc -O0 -od./obj -ofrun/a/asm_cmc_01.d.exe run/a/asm_cmc_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17277 /tmp/cc1jCJzd.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17278 (.text+0x4): undefined reference to `.LDASM_error'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17279 /tmp/cc1jCJzd.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17280 (.text+0xc): undefined reference to `.LDASM_error'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17281 collect2: ld returned 1 exit status
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17282 llvm-ld:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17283 --- errorlevel 1
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17284 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17285 Torture-Sub-1/32-FAIL: run/a/asm_cmc_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17286 run: llvmdc -O0 -od./obj -ofrun/a/asm_cmova_01_A.d.exe run/a/asm_cmova_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17287 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17288 run/a/asm_cmova_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17289 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17290
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17291 Torture-Sub-1/32-PASS: run/a/asm_cmova_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17292 run: llvmdc -O0 -od./obj -ofrun/a/asm_cmova_01_B.d.exe run/a/asm_cmova_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17293 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17294 run/a/asm_cmova_01_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17295 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17296
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17297 Torture-Sub-1/32-PASS: run/a/asm_cmova_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17298 run: llvmdc -O0 -od./obj -ofrun/a/asm_cmova_02_A.d.exe run/a/asm_cmova_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17299 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17300 run/a/asm_cmova_02_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17301 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17302
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17303 Torture-Sub-1/32-PASS: run/a/asm_cmova_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17304 run: llvmdc -O0 -od./obj -ofrun/a/asm_cmova_02_B.d.exe run/a/asm_cmova_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17305 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17306 run/a/asm_cmova_02_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17307 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17308
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17309 Torture-Sub-1/32-PASS: run/a/asm_cmova_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17310 run: llvmdc -O0 -od./obj -ofrun/a/asm_cmpeqsd_01.d.exe run/a/asm_cmpeqsd_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17311 Warning: addon/cpuinfo.d(176): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17312 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17313 run/a/asm_cmpeqsd_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17314 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17315
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17316 Torture-Sub-1/32-PASS: run/a/asm_cmpeqsd_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17317 run: llvmdc -O0 -od./obj -ofrun/a/asm_cmpeqss_01.d.exe run/a/asm_cmpeqss_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17318 Warning: addon/cpuinfo.d(154): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17319 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17320 run/a/asm_cmpeqss_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17321 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17322
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17323 Torture-Sub-1/32-PASS: run/a/asm_cmpeqss_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17324 run: llvmdc -O0 -od./obj -ofrun/a/asm_cmplesd_01.d.exe run/a/asm_cmplesd_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17325 Warning: addon/cpuinfo.d(154): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17326 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17327 run/a/asm_cmplesd_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17328 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17329
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17330 Torture-Sub-1/32-PASS: run/a/asm_cmplesd_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17331 run: llvmdc -O0 -od./obj -ofrun/a/asm_cmpless_01.d.exe run/a/asm_cmpless_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17332 Warning: addon/cpuinfo.d(154): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17333 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17334 run/a/asm_cmpless_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17335 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17336
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17337 Torture-Sub-1/32-PASS: run/a/asm_cmpless_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17338 run: llvmdc -O0 -od./obj -ofrun/a/asm_cmpltsd_01.d.exe run/a/asm_cmpltsd_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17339 Warning: addon/cpuinfo.d(154): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17340 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17341 run/a/asm_cmpltsd_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17342 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17343
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17344 Torture-Sub-1/32-PASS: run/a/asm_cmpltsd_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17345 run: llvmdc -O0 -od./obj -ofrun/a/asm_cmpltss_01.d.exe run/a/asm_cmpltss_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17346 Warning: addon/cpuinfo.d(154): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17347 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17348 run/a/asm_cmpltss_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17349 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17350
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17351 Torture-Sub-1/32-PASS: run/a/asm_cmpltss_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17352 run: llvmdc -O0 -od./obj -ofrun/a/asm_cmpneqsd_01.d.exe run/a/asm_cmpneqsd_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17353 Warning: addon/cpuinfo.d(176): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17354 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17355 run/a/asm_cmpneqsd_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17356 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17357
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17358 Torture-Sub-1/32-PASS: run/a/asm_cmpneqsd_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17359 run: llvmdc -O0 -od./obj -ofrun/a/asm_cmpneqss_01.d.exe run/a/asm_cmpneqss_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17360 Warning: addon/cpuinfo.d(154): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17361 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17362 run/a/asm_cmpneqss_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17363 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17364
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17365 Torture-Sub-1/32-PASS: run/a/asm_cmpneqss_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17366 run: llvmdc -O0 -od./obj -ofrun/a/asm_cmpnlesd_01.d.exe run/a/asm_cmpnlesd_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17367 Warning: addon/cpuinfo.d(176): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17368 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17369 run/a/asm_cmpnlesd_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17370 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17371
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17372 Torture-Sub-1/32-PASS: run/a/asm_cmpnlesd_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17373 run: llvmdc -O0 -od./obj -ofrun/a/asm_cmpnless_01.d.exe run/a/asm_cmpnless_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17374 Warning: addon/cpuinfo.d(154): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17375 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17376 run/a/asm_cmpnless_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17377 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17378
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17379 Torture-Sub-1/32-PASS: run/a/asm_cmpnless_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17380 run: llvmdc -O0 -od./obj -ofrun/a/asm_cmpnltsd_01.d.exe run/a/asm_cmpnltsd_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17381 Warning: addon/cpuinfo.d(176): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17382 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17383 run/a/asm_cmpnltsd_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17384 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17385
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17386 Torture-Sub-1/32-PASS: run/a/asm_cmpnltsd_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17387 run: llvmdc -O0 -od./obj -ofrun/a/asm_cmpnltss_01.d.exe run/a/asm_cmpnltss_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17388 Warning: addon/cpuinfo.d(154): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17389 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17390 run/a/asm_cmpnltss_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17391 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17392
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17393 Torture-Sub-1/32-PASS: run/a/asm_cmpnltss_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17394 run: llvmdc -O0 -od./obj -ofrun/a/asm_cmpordsd_01.d.exe run/a/asm_cmpordsd_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17395 Warning: addon/cpuinfo.d(176): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17396 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17397 run/a/asm_cmpordsd_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17398 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17399
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17400 Torture-Sub-1/32-PASS: run/a/asm_cmpordsd_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17401 run: llvmdc -O0 -od./obj -ofrun/a/asm_cmpordss_01.d.exe run/a/asm_cmpordss_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17402 Warning: addon/cpuinfo.d(154): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17403 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17404 run/a/asm_cmpordss_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17405 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17406
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17407 Torture-Sub-1/32-PASS: run/a/asm_cmpordss_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17408 run: llvmdc -O0 -od./obj -ofrun/a/asm_cmppd_01_A.d.exe run/a/asm_cmppd_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17409 Warning: addon/cpuinfo.d(176): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17410 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17411 run/a/asm_cmppd_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17412 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17413
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17414 Torture-Sub-1/32-PASS: run/a/asm_cmppd_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17415 run: llvmdc -O0 -od./obj -ofrun/a/asm_cmpps_01_A.d.exe run/a/asm_cmpps_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17416 Warning: addon/cpuinfo.d(154): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17417 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17418 run/a/asm_cmpps_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17419 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17420
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17421 Torture-Sub-1/32-PASS: run/a/asm_cmpps_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17422 run: llvmdc -O0 -od./obj -ofrun/a/asm_cmpsd_01_A.d.exe run/a/asm_cmpsd_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17423 Warning: addon/cpuinfo.d(176): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17424 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17425 run/a/asm_cmpsd_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17426 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17427
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17428 Torture-Sub-1/32-PASS: run/a/asm_cmpsd_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17429 run: llvmdc -O0 -od./obj -ofrun/a/asm_cmpsd_01_B.d.exe run/a/asm_cmpsd_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17430 Warning: addon/cpuinfo.d(176): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17431 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17432 run/a/asm_cmpsd_01_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17433 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17434
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17435 Torture-Sub-1/32-PASS: run/a/asm_cmpsd_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17436 run: llvmdc -O0 -od./obj -ofrun/a/asm_cmpss_01_A.d.exe run/a/asm_cmpss_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17437 Warning: addon/cpuinfo.d(154): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17438 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17439 run/a/asm_cmpss_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17440 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17441
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17442 Torture-Sub-1/32-PASS: run/a/asm_cmpss_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17443 run: llvmdc -O0 -od./obj -ofrun/a/asm_cmpss_01_B.d.exe run/a/asm_cmpss_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17444 Warning: addon/cpuinfo.d(154): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17445 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17446 run/a/asm_cmpss_01_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17447 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17448
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17449 Torture-Sub-1/32-PASS: run/a/asm_cmpss_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17450 run: llvmdc -O0 -od./obj -ofrun/a/asm_cmpunordsd_01.d.exe run/a/asm_cmpunordsd_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17451 Warning: addon/cpuinfo.d(176): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17452 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17453 run/a/asm_cmpunordsd_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17454 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17455
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17456 Torture-Sub-1/32-PASS: run/a/asm_cmpunordsd_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17457 run: llvmdc -O0 -od./obj -ofrun/a/asm_cmpunordss_01.d.exe run/a/asm_cmpunordss_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17458 Warning: addon/cpuinfo.d(154): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17459 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17460 run/a/asm_cmpunordss_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17461 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17462
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17463 Torture-Sub-1/32-PASS: run/a/asm_cmpunordss_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17464 run: llvmdc -O0 -od./obj -ofrun/a/asm_cmpxch8b_01.d.exe run/a/asm_cmpxch8b_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17465 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17466 run/a/asm_cmpxch8b_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17467 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17468
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17469 Torture-Sub-1/32-PASS: run/a/asm_cmpxch8b_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17470 run: llvmdc -O0 -od./obj -ofrun/a/asm_cmpxchg_01_A.d.exe run/a/asm_cmpxchg_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17471 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17472 run/a/asm_cmpxchg_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17473 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17474
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17475 Torture-Sub-1/32-PASS: run/a/asm_cmpxchg_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17476 run: llvmdc -O0 -od./obj -ofrun/a/asm_cmpxchg_01_B.d.exe run/a/asm_cmpxchg_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17477 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17478 run/a/asm_cmpxchg_01_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17479 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17480
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17481 Torture-Sub-1/32-PASS: run/a/asm_cmpxchg_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17482 run: llvmdc -O0 -od./obj -ofrun/a/asm_cmpxchg_01_C.d.exe run/a/asm_cmpxchg_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17483 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17484 run/a/asm_cmpxchg_01_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17485 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17486
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17487 Torture-Sub-1/32-PASS: run/a/asm_cmpxchg_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17488 run: llvmdc -O0 -od./obj -ofrun/a/asm_cmpxchg_02_A.d.exe run/a/asm_cmpxchg_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17489 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17490 run/a/asm_cmpxchg_02_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17491 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17492
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17493 Torture-Sub-1/32-PASS: run/a/asm_cmpxchg_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17494 run: llvmdc -O0 -od./obj -ofrun/a/asm_cmpxchg_02_B.d.exe run/a/asm_cmpxchg_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17495 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17496 run/a/asm_cmpxchg_02_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17497 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17498
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17499 Torture-Sub-1/32-PASS: run/a/asm_cmpxchg_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17500 run: llvmdc -O0 -od./obj -ofrun/a/asm_cmpxchg_02_C.d.exe run/a/asm_cmpxchg_02_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17501 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17502 run/a/asm_cmpxchg_02_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17503 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17504
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17505 Torture-Sub-1/32-PASS: run/a/asm_cmpxchg_02_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17506 run: llvmdc -O0 -od./obj -ofrun/a/asm_comisd_01_A.d.exe run/a/asm_comisd_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17507 /tmp/cc7lDuKu.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17508 (.text+0x84): undefined reference to `.LDASM_error'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17509 /tmp/cc7lDuKu.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17510 (.text+0x8a): undefined reference to `.LDASM_error'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17511 /tmp/cc7lDuKu.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17512 (.text+0x90): undefined reference to `.LDASM_error'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17513 collect2: ld returned 1 exit status
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17514 llvm-ld:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17515 Warning: addon/cpuinfo.d(176): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17516 --- errorlevel 1
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17517 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17518 Torture-Sub-1/32-FAIL: run/a/asm_comisd_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17519 run: llvmdc -O0 -od./obj -ofrun/a/asm_comiss_01_A.d.exe run/a/asm_comiss_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17520 /tmp/ccK9vPPQ.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17521 (.text+0x99): undefined reference to `.LDASM_error'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17522 /tmp/ccK9vPPQ.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17523 (.text+0x9f): undefined reference to `.LDASM_error'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17524 /tmp/ccK9vPPQ.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17525 (.text+0xa5): undefined reference to `.LDASM_error'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17526 collect2: ld returned 1 exit status
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17527 llvm-ld:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17528 Warning: addon/cpuinfo.d(154): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17529 --- errorlevel 1
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17530 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17531 Torture-Sub-1/32-FAIL: run/a/asm_comiss_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17532 run: llvmdc -O0 -od./obj -ofrun/a/asm_cvtdq2pd_01_A.d.exe run/a/asm_cvtdq2pd_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17533 Warning: addon/cpuinfo.d(176): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17534 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17535 run/a/asm_cvtdq2pd_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17536 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17537
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17538 Torture-Sub-1/32-PASS: run/a/asm_cvtdq2pd_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17539 run: llvmdc -O0 -od./obj -ofrun/a/asm_cvtdq2ps_01_A.d.exe run/a/asm_cvtdq2ps_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17540 Warning: addon/cpuinfo.d(176): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17541 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17542 run/a/asm_cvtdq2ps_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17543 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17544
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17545 Torture-Sub-1/32-PASS: run/a/asm_cvtdq2ps_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17546 run: llvmdc -O0 -od./obj -ofrun/a/asm_cvtpd2dq_01_A.d.exe run/a/asm_cvtpd2dq_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17547 Warning: addon/cpuinfo.d(176): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17548 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17549 run/a/asm_cvtpd2dq_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17550 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17551
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17552 Torture-Sub-1/32-PASS: run/a/asm_cvtpd2dq_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17553 run: llvmdc -O0 -od./obj -ofrun/a/asm_cvtpd2pi_01_A.d.exe run/a/asm_cvtpd2pi_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17554 Warning: addon/cpuinfo.d(176): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17555 Warning: addon/cpuinfo.d(132): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17556 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17557 run/a/asm_cvtpd2pi_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17558 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17559
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17560 Torture-Sub-1/32-PASS: run/a/asm_cvtpd2pi_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17561 run: llvmdc -O0 -od./obj -ofrun/a/asm_cvtpd2pi_01_B.d.exe run/a/asm_cvtpd2pi_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17562 Warning: addon/cpuinfo.d(176): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17563 Warning: addon/cpuinfo.d(132): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17564 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17565 run/a/asm_cvtpd2pi_01_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17566 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17567
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17568 Torture-Sub-1/32-PASS: run/a/asm_cvtpd2pi_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17569 run: llvmdc -O0 -od./obj -ofrun/a/asm_cvtpi2pd_01_A.d.exe run/a/asm_cvtpi2pd_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17570 Warning: addon/cpuinfo.d(176): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17571 Warning: addon/cpuinfo.d(132): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17572 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17573 run/a/asm_cvtpi2pd_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17574 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17575
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17576 Torture-Sub-1/32-PASS: run/a/asm_cvtpi2pd_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17577 run: llvmdc -O0 -od./obj -ofrun/a/asm_cvtpi2ps_01_A.d.exe run/a/asm_cvtpi2ps_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17578 Warning: addon/cpuinfo.d(176): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17579 Warning: addon/cpuinfo.d(132): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17580 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17581 run/a/asm_cvtpi2ps_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17582 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17583
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17584 Torture-Sub-1/32-PASS: run/a/asm_cvtpi2ps_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17585 run: llvmdc -O0 -od./obj -ofrun/a/asm_cvtps2pi_01_A.d.exe run/a/asm_cvtps2pi_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17586 Warning: addon/cpuinfo.d(176): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17587 Warning: addon/cpuinfo.d(132): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17588 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17589 run/a/asm_cvtps2pi_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17590 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17591
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17592 Torture-Sub-1/32-PASS: run/a/asm_cvtps2pi_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17593 run: llvmdc -O0 -od./obj -ofrun/a/asm_cvtps2pi_01_B.d.exe run/a/asm_cvtps2pi_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17594 Warning: addon/cpuinfo.d(176): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17595 Warning: addon/cpuinfo.d(132): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17596 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17597 run/a/asm_cvtps2pi_01_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17598 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17599
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17600 Torture-Sub-1/32-PASS: run/a/asm_cvtps2pi_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17601 run: llvmdc -O0 -od./obj -ofrun/a/asm_cvtsd2si_01.d.exe run/a/asm_cvtsd2si_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17602 Warning: addon/cpuinfo.d(176): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17603 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17604 run/a/asm_cvtsd2si_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17605 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17606
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17607 Torture-Sub-1/32-PASS: run/a/asm_cvtsd2si_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17608 run: llvmdc -O0 -od./obj -ofrun/a/asm_cvtsd2ss_01.d.exe run/a/asm_cvtsd2ss_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17609 Warning: addon/cpuinfo.d(176): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17610 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17611 run/a/asm_cvtsd2ss_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17612 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17613
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17614 Torture-Sub-1/32-PASS: run/a/asm_cvtsd2ss_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17615 run: llvmdc -O0 -od./obj -ofrun/a/asm_cvtsi2sd_01.d.exe run/a/asm_cvtsi2sd_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17616 Warning: addon/cpuinfo.d(176): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17617 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17618 run/a/asm_cvtsi2sd_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17619 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17620
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17621 Torture-Sub-1/32-PASS: run/a/asm_cvtsi2sd_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17622 run: llvmdc -O0 -od./obj -ofrun/a/asm_cvtsi2ss_01.d.exe run/a/asm_cvtsi2ss_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17623 Warning: addon/cpuinfo.d(154): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17624 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17625 run/a/asm_cvtsi2ss_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17626 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17627
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17628 Torture-Sub-1/32-PASS: run/a/asm_cvtsi2ss_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17629 run: llvmdc -O0 -od./obj -ofrun/a/asm_cvtss2sd_01.d.exe run/a/asm_cvtss2sd_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17630 Warning: addon/cpuinfo.d(176): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17631 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17632 run/a/asm_cvtss2sd_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17633 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17634
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17635 Torture-Sub-1/32-PASS: run/a/asm_cvtss2sd_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17636 run: llvmdc -O0 -od./obj -ofrun/a/asm_cvtss2si_01.d.exe run/a/asm_cvtss2si_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17637 Warning: addon/cpuinfo.d(154): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17638 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17639 run/a/asm_cvtss2si_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17640 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17641
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17642 Torture-Sub-1/32-PASS: run/a/asm_cvtss2si_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17643 run: llvmdc -O0 -od./obj -ofrun/a/asm_cvttpd2pi_01_A.d.exe run/a/asm_cvttpd2pi_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17644 Warning: addon/cpuinfo.d(176): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17645 Warning: addon/cpuinfo.d(132): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17646 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17647 run/a/asm_cvttpd2pi_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17648 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17649
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17650 Torture-Sub-1/32-PASS: run/a/asm_cvttpd2pi_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17651 run: llvmdc -O0 -od./obj -ofrun/a/asm_cvttps2pi_01_A.d.exe run/a/asm_cvttps2pi_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17652 Warning: addon/cpuinfo.d(176): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17653 Warning: addon/cpuinfo.d(132): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17654 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17655 run/a/asm_cvttps2pi_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17656 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17657
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17658 Torture-Sub-1/32-PASS: run/a/asm_cvttps2pi_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17659 run: llvmdc -O0 -od./obj -ofrun/a/asm_cwd_01.d.exe run/a/asm_cwd_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17660 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17661 run/a/asm_cwd_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17662 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17663
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17664 Torture-Sub-1/32-PASS: run/a/asm_cwd_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17665 run: llvmdc -O0 -od./obj -ofrun/a/asm_cwde_01.d.exe run/a/asm_cwde_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17666 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17667 run/a/asm_cwde_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17668 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17669
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17670 Torture-Sub-1/32-PASS: run/a/asm_cwde_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17671 run: llvmdc -O0 -od./obj -ofrun/a/asm_cx_01.d.exe run/a/asm_cx_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17672 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17673 run/a/asm_cx_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17674 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17675
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17676 Torture-Sub-1/32-PASS: run/a/asm_cx_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17677 run: llvmdc -O0 -od./obj -ofrun/a/asm_cx_02.d.exe run/a/asm_cx_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17678 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17679 run/a/asm_cx_02.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17680 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17681
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17682 Torture-Sub-1/32-PASS: run/a/asm_cx_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17683 run: llvmdc -O0 -od./obj -ofrun/a/asm_db_01_A.d.exe run/a/asm_db_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17684 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17685 run/a/asm_db_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17686 Exception: Assertion failure
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17687 Assertion failed:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17688 run/a/asm_db_01_A.d(29)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17689 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17690
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17691 Torture-Sub-1/32-ERROR: run/a/asm_db_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17692 run: llvmdc -O0 -od./obj -ofrun/a/asm_db_01_B.d.exe run/a/asm_db_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17693 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17694 run/a/asm_db_01_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17695 Exception: Assertion failure
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17696 Assertion failed:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17697 run/a/asm_db_01_B.d(28)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17698 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17699
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17700 Torture-Sub-1/32-ERROR: run/a/asm_db_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17701 run: llvmdc -O0 -od./obj -ofrun/a/asm_db_01_C.d.exe run/a/asm_db_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17702 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17703 run/a/asm_db_01_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17704 Exception: Assertion failure
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17705 Assertion failed:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17706 run/a/asm_db_01_C.d(28)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17707 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17708
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17709 Torture-Sub-1/32-ERROR: run/a/asm_db_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17710 run: llvmdc -O0 -od./obj -ofrun/a/asm_dec_01_A.d.exe run/a/asm_dec_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17711 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17712 run/a/asm_dec_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17713 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17714
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17715 Torture-Sub-1/32-PASS: run/a/asm_dec_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17716 run: llvmdc -O0 -od./obj -ofrun/a/asm_dec_01_B.d.exe run/a/asm_dec_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17717 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17718 run/a/asm_dec_01_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17719 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17720
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17721 Torture-Sub-1/32-PASS: run/a/asm_dec_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17722 run: llvmdc -O0 -od./obj -ofrun/a/asm_dec_01_C.d.exe run/a/asm_dec_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17723 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17724 run/a/asm_dec_01_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17725 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17726
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17727 Torture-Sub-1/32-PASS: run/a/asm_dec_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17728 run: llvmdc -O0 -od./obj -ofrun/a/asm_dec_02_A.d.exe run/a/asm_dec_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17729 terminate called after throwing an instance of 'std::out_of_range'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17730 what(): basic_string::replace
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17731 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17732 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17733 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x150)[0x4013e6a0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17734 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3c5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17735 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3f6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17736 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c4fa]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17737 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZSt20__throw_out_of_rangePKc+0x79)[0x400d8f49]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17738 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKcj+0x1aa)[0x4011cbc8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17739 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKc+0x48)[0x4011cdd6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17740 llvmdc[0x8174a4e]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17741 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17742 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17743 Torture-Sub-1/32-ERROR: run/a/asm_dec_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17744 run: llvmdc -O0 -od./obj -ofrun/a/asm_dec_02_B.d.exe run/a/asm_dec_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17745 terminate called after throwing an instance of 'std::out_of_range'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17746 what(): basic_string::replace
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17747 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17748 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17749 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x150)[0x4013e6a0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17750 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3c5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17751 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3f6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17752 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c4fa]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17753 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZSt20__throw_out_of_rangePKc+0x79)[0x400d8f49]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17754 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKcj+0x1aa)[0x4011cbc8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17755 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKc+0x48)[0x4011cdd6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17756 llvmdc[0x8174a4e]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17757 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17758 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17759 Torture-Sub-1/32-ERROR: run/a/asm_dec_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17760 run: llvmdc -O0 -od./obj -ofrun/a/asm_dec_02_C.d.exe run/a/asm_dec_02_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17761 terminate called after throwing an instance of 'std::out_of_range'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17762 what(): basic_string::replace
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17763 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17764 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17765 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x150)[0x4013e6a0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17766 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3c5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17767 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3f6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17768 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c4fa]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17769 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZSt20__throw_out_of_rangePKc+0x79)[0x400d8f49]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17770 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKcj+0x1aa)[0x4011cbc8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17771 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKc+0x48)[0x4011cdd6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17772 llvmdc[0x8174a4e]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17773 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17774 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17775 Torture-Sub-1/32-ERROR: run/a/asm_dec_02_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17776 run: llvmdc -O0 -od./obj -ofrun/a/asm_dh_01.d.exe run/a/asm_dh_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17777 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17778 run/a/asm_dh_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17779 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17780
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17781 Torture-Sub-1/32-PASS: run/a/asm_dh_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17782 run: llvmdc -O0 -od./obj -ofrun/a/asm_di_01.d.exe run/a/asm_di_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17783 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17784 run/a/asm_di_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17785 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17786
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17787 Torture-Sub-1/32-PASS: run/a/asm_di_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17788 run: llvmdc -O0 -od./obj -ofrun/a/asm_di_02_A.d.exe run/a/asm_di_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17789 run/a/asm_di_02_A.d(21): Error: cannot implicitly convert expression (1077952576) of type int to short
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17790 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17791 Torture-Sub-1/32-FAIL: run/a/asm_di_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17792 run: llvmdc -O0 -od./obj -ofrun/a/asm_di_02_B.d.exe run/a/asm_di_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17793 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17794 run/a/asm_di_02_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17795 Exception: Assertion failure
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17796 Assertion failed:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17797 run/a/asm_di_02_B.d(28)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17798 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17799
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17800 Torture-Sub-1/32-ERROR: run/a/asm_di_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17801 run: llvmdc -O0 -od./obj -ofrun/a/asm_di_02_C.d.exe run/a/asm_di_02_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17802 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17803 run/a/asm_di_02_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17804 Exception: Assertion failure
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17805 Assertion failed:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17806 run/a/asm_di_02_C.d(28)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17807 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17808
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17809 Torture-Sub-1/32-ERROR: run/a/asm_di_02_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17810 run: llvmdc -O0 -od./obj -ofrun/a/asm_div_01_A.d.exe run/a/asm_div_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17811 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17812 run/a/asm_div_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17813 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17814
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17815 Torture-Sub-1/32-PASS: run/a/asm_div_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17816 run: llvmdc -O0 -od./obj -ofrun/a/asm_div_01_B.d.exe run/a/asm_div_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17817 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17818 run/a/asm_div_01_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17819 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17820
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17821 Torture-Sub-1/32-PASS: run/a/asm_div_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17822 run: llvmdc -O0 -od./obj -ofrun/a/asm_div_01_C.d.exe run/a/asm_div_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17823 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17824 run/a/asm_div_01_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17825 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17826
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17827 Torture-Sub-1/32-PASS: run/a/asm_div_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17828 run: llvmdc -O0 -od./obj -ofrun/a/asm_div_02_A.d.exe run/a/asm_div_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17829 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17830 run/a/asm_div_02_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17831 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17832
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17833 Torture-Sub-1/32-PASS: run/a/asm_div_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17834 run: llvmdc -O0 -od./obj -ofrun/a/asm_div_02_B.d.exe run/a/asm_div_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17835 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17836 run/a/asm_div_02_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17837 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17838
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17839 Torture-Sub-1/32-PASS: run/a/asm_div_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17840 run: llvmdc -O0 -od./obj -ofrun/a/asm_div_02_C.d.exe run/a/asm_div_02_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17841 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17842 run/a/asm_div_02_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17843 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17844
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17845 Torture-Sub-1/32-PASS: run/a/asm_div_02_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17846 run: llvmdc -O0 -od./obj -ofrun/a/asm_divpd_01_A.d.exe run/a/asm_divpd_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17847 Warning: addon/cpuinfo.d(176): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17848 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17849 run/a/asm_divpd_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17850 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17851
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17852 Torture-Sub-1/32-PASS: run/a/asm_divpd_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17853 run: llvmdc -O0 -od./obj -ofrun/a/asm_divps_01_A.d.exe run/a/asm_divps_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17854 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17855 run/a/asm_divps_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17856 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17857
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17858 Torture-Sub-1/32-PASS: run/a/asm_divps_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17859 run: llvmdc -O0 -od./obj -ofrun/a/asm_divsd_01_A.d.exe run/a/asm_divsd_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17860 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17861 run/a/asm_divsd_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17862 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17863
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17864 Torture-Sub-1/32-PASS: run/a/asm_divsd_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17865 run: llvmdc -O0 -od./obj -ofrun/a/asm_divss_01_A.d.exe run/a/asm_divss_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17866 Warning: addon/cpuinfo.d(154): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17867 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17868 run/a/asm_divss_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17869 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17870
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17871 Torture-Sub-1/32-PASS: run/a/asm_divss_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17872 run: llvmdc -O0 -od./obj -ofrun/a/asm_dl_01.d.exe run/a/asm_dl_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17873 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17874 run/a/asm_dl_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17875 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17876
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17877 Torture-Sub-1/32-PASS: run/a/asm_dl_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17878 run: llvmdc -O0 -od./obj -ofrun/a/asm_dl_02_A.d.exe run/a/asm_dl_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17879 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17880 run/a/asm_dl_02_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17881 Exception: Assertion failure
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17882 Assertion failed:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17883 run/a/asm_dl_02_A.d(28)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17884 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17885
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17886 Torture-Sub-1/32-ERROR: run/a/asm_dl_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17887 run: llvmdc -O0 -od./obj -ofrun/a/asm_dl_02_B.d.exe run/a/asm_dl_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17888 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17889 run/a/asm_dl_02_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17890 Exception: Assertion failure
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17891 Assertion failed:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17892 run/a/asm_dl_02_B.d(28)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17893 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17894
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17895 Torture-Sub-1/32-ERROR: run/a/asm_dl_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17896 run: llvmdc -O0 -od./obj -ofrun/a/asm_dl_02_C.d.exe run/a/asm_dl_02_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17897 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17898 run/a/asm_dl_02_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17899 Exception: Assertion failure
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17900 Assertion failed:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17901 run/a/asm_dl_02_C.d(28)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17902 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17903
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17904 Torture-Sub-1/32-ERROR: run/a/asm_dl_02_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17905 run: llvmdc -O0 -od./obj -ofrun/a/asm_ds_01_A.d.exe run/a/asm_ds_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17906 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17907 run/a/asm_ds_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17908 Exception: Assertion failure
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17909 Assertion failed:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17910 run/a/asm_ds_01_A.d(29)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17911 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17912
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17913 Torture-Sub-1/32-ERROR: run/a/asm_ds_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17914 run: llvmdc -O0 -od./obj -ofrun/a/asm_ds_01_B.d.exe run/a/asm_ds_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17915 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17916 run/a/asm_ds_01_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17917 Exception: Assertion failure
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17918 Assertion failed:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17919 run/a/asm_ds_01_B.d(28)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17920 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17921
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17922 Torture-Sub-1/32-ERROR: run/a/asm_ds_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17923 run: llvmdc -O0 -od./obj -ofrun/a/asm_ds_01_C.d.exe run/a/asm_ds_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17924 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17925 run/a/asm_ds_01_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17926 Exception: Assertion failure
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17927 Assertion failed:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17928 run/a/asm_ds_01_C.d(28)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17929 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17930
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17931 Torture-Sub-1/32-ERROR: run/a/asm_ds_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17932 run: llvmdc -O0 -od./obj -ofrun/a/asm_dx_01.d.exe run/a/asm_dx_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17933 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17934 run/a/asm_dx_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17935 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17936
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17937 Torture-Sub-1/32-PASS: run/a/asm_dx_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17938 run: llvmdc -O0 -od./obj -ofrun/a/asm_dx_02.d.exe run/a/asm_dx_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17939 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17940 run/a/asm_dx_02.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17941 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17942
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17943 Torture-Sub-1/32-PASS: run/a/asm_dx_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17944 run: llvmdc -O0 -od./obj -ofrun/a/asm_eax_01.d.exe run/a/asm_eax_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17945 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17946 run/a/asm_eax_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17947 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17948
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17949 Torture-Sub-1/32-PASS: run/a/asm_eax_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17950 run: llvmdc -O0 -od./obj -ofrun/a/asm_eax_02.d.exe run/a/asm_eax_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17951 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17952 run/a/asm_eax_02.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17953 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17954
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17955 Torture-Sub-1/32-PASS: run/a/asm_eax_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17956 run: llvmdc -O0 -od./obj -ofrun/a/asm_ebx_01.d.exe run/a/asm_ebx_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17957 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17958 run/a/asm_ebx_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17959 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17960
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17961 Torture-Sub-1/32-PASS: run/a/asm_ebx_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17962 run: llvmdc -O0 -od./obj -ofrun/a/asm_ebx_02.d.exe run/a/asm_ebx_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17963 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17964 run/a/asm_ebx_02.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17965 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17966
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17967 Torture-Sub-1/32-PASS: run/a/asm_ebx_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17968 run: llvmdc -O0 -od./obj -ofrun/a/asm_ecx_01.d.exe run/a/asm_ecx_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17969 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17970 run/a/asm_ecx_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17971 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17972
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17973 Torture-Sub-1/32-PASS: run/a/asm_ecx_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17974 run: llvmdc -O0 -od./obj -ofrun/a/asm_ecx_02.d.exe run/a/asm_ecx_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17975 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17976 run/a/asm_ecx_02.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17977 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17978
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17979 Torture-Sub-1/32-PASS: run/a/asm_ecx_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17980 run: llvmdc -O0 -od./obj -ofrun/a/asm_edi_01.d.exe run/a/asm_edi_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17981 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17982 run/a/asm_edi_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17983 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17984
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17985 Torture-Sub-1/32-PASS: run/a/asm_edi_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17986 run: llvmdc -O0 -od./obj -ofrun/a/asm_edi_02.d.exe run/a/asm_edi_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17987 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17988 run/a/asm_edi_02.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17989 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17990
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17991 Torture-Sub-1/32-PASS: run/a/asm_edi_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17992 run: llvmdc -O0 -od./obj -ofrun/a/asm_edx_01.d.exe run/a/asm_edx_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17993 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17994 run/a/asm_edx_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17995 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17996
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17997 Torture-Sub-1/32-PASS: run/a/asm_edx_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17998 run: llvmdc -O0 -od./obj -ofrun/a/asm_edx_02.d.exe run/a/asm_edx_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
17999 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18000 run/a/asm_edx_02.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18001 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18002
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18003 Torture-Sub-1/32-PASS: run/a/asm_edx_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18004 run: llvmdc -O0 -od./obj -ofrun/a/asm_emms_01.d.exe run/a/asm_emms_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18005 Warning: addon/cpuinfo.d(132): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18006 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18007 run/a/asm_emms_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18008 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18009
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18010 Torture-Sub-1/32-PASS: run/a/asm_emms_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18011 run: llvmdc -O0 -od./obj -ofrun/a/asm_enter_01_A.d.exe run/a/asm_enter_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18012 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18013 run/a/asm_enter_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18014 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18015
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18016 Torture-Sub-1/32-PASS: run/a/asm_enter_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18017 run: llvmdc -O0 -od./obj -ofrun/a/asm_enter_01_B.d.exe run/a/asm_enter_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18018 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18019 run/a/asm_enter_01_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18020 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18021
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18022 Torture-Sub-1/32-PASS: run/a/asm_enter_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18023 run: llvmdc -O0 -od./obj -ofrun/a/asm_enter_01_C.d.exe run/a/asm_enter_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18024 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18025 run/a/asm_enter_01_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18026 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18027
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18028 Torture-Sub-1/32-PASS: run/a/asm_enter_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18029 run: llvmdc -O0 -od./obj -ofrun/a/asm_esi_01.d.exe run/a/asm_esi_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18030 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18031 run/a/asm_esi_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18032 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18033
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18034 Torture-Sub-1/32-PASS: run/a/asm_esi_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18035 run: llvmdc -O0 -od./obj -ofrun/a/asm_esi_02.d.exe run/a/asm_esi_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18036 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18037 run/a/asm_esi_02.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18038 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18039
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18040 Torture-Sub-1/32-PASS: run/a/asm_esi_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18041 run: llvmdc -O0 -od./obj -ofrun/a/asm_f2xm1_01.d.exe run/a/asm_f2xm1_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18042 Warning: addon/cpuinfo.d(110): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18043 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18044 run/a/asm_f2xm1_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18045 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18046
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18047 Torture-Sub-1/32-PASS: run/a/asm_f2xm1_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18048 run: llvmdc -O0 -od./obj -ofrun/a/asm_fabs_01.d.exe run/a/asm_fabs_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18049 Warning: addon/cpuinfo.d(110): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18050 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18051 run/a/asm_fabs_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18052 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18053
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18054 Torture-Sub-1/32-PASS: run/a/asm_fabs_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18055 run: llvmdc -O0 -od./obj -ofrun/a/asm_fadd_01_A.d.exe run/a/asm_fadd_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18056 Warning: addon/cpuinfo.d(110): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18057 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18058 run/a/asm_fadd_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18059 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18060
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18061 Torture-Sub-1/32-PASS: run/a/asm_fadd_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18062 run: llvmdc -O0 -od./obj -ofrun/a/asm_fadd_01_B.d.exe run/a/asm_fadd_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18063 Warning: addon/cpuinfo.d(110): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18064 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18065 run/a/asm_fadd_01_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18066 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18067
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18068 Torture-Sub-1/32-PASS: run/a/asm_fadd_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18069 run: llvmdc -O0 -od./obj -ofrun/a/asm_fadd_02_A.d.exe run/a/asm_fadd_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18070 Warning: addon/cpuinfo.d(110): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18071 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18072 run/a/asm_fadd_02_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18073 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18074
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18075 Torture-Sub-1/32-PASS: run/a/asm_fadd_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18076 run: llvmdc -O0 -od./obj -ofrun/a/asm_fadd_02_B.d.exe run/a/asm_fadd_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18077 Warning: addon/cpuinfo.d(110): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18078 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18079 run/a/asm_fadd_02_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18080 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18081
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18082 Torture-Sub-1/32-PASS: run/a/asm_fadd_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18083 run: llvmdc -O0 -od./obj -ofrun/a/asm_faddp_01_A.d.exe run/a/asm_faddp_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18084 Warning: addon/cpuinfo.d(110): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18085 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18086 run/a/asm_faddp_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18087 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18088
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18089 Torture-Sub-1/32-PASS: run/a/asm_faddp_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18090 run: llvmdc -O0 -od./obj -ofrun/a/asm_faddp_01_B.d.exe run/a/asm_faddp_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18091 Warning: addon/cpuinfo.d(110): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18092 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18093 run/a/asm_faddp_01_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18094 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18095
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18096 Torture-Sub-1/32-PASS: run/a/asm_faddp_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18097 run: llvmdc -O0 -od./obj -ofrun/a/asm_fbld_01.d.exe run/a/asm_fbld_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18098 Warning: addon/cpuinfo.d(110): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18099 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18100 run/a/asm_fbld_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18101 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18102
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18103 Torture-Sub-1/32-ERROR: run/a/asm_fbld_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18104 run: llvmdc -O0 -od./obj -ofrun/a/asm_fbstp_01.d.exe run/a/asm_fbstp_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18105 Warning: addon/cpuinfo.d(110): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18106 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18107 run/a/asm_fbstp_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18108 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18109
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18110 Torture-Sub-1/32-ERROR: run/a/asm_fbstp_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18111 run: llvmdc -O0 -od./obj -ofrun/a/asm_fchs_01.d.exe run/a/asm_fchs_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18112 Warning: addon/cpuinfo.d(110): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18113 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18114 run/a/asm_fchs_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18115 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18116
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18117 Torture-Sub-1/32-ERROR: run/a/asm_fchs_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18118 run: llvmdc -O0 -od./obj -ofrun/a/asm_fclex_01_A.d.exe run/a/asm_fclex_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18119 Warning: addon/cpuinfo.d(110): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18120 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18121 run/a/asm_fclex_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18122 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18123
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18124 Torture-Sub-1/32-PASS: run/a/asm_fclex_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18125 run: llvmdc -O0 -od./obj -ofrun/a/asm_fcmovb_01_A.d.exe run/a/asm_fcmovb_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18126 Warning: addon/cpuinfo.d(110): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18127 Warning: addon/cpuinfo.d(70): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18128 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18129 run/a/asm_fcmovb_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18130 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18131
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18132 Torture-Sub-1/32-PASS: run/a/asm_fcmovb_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18133 run: llvmdc -O0 -od./obj -ofrun/a/asm_fcmovbe_01_A.d.exe run/a/asm_fcmovbe_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18134 Warning: addon/cpuinfo.d(110): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18135 Warning: addon/cpuinfo.d(70): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18136 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18137 run/a/asm_fcmovbe_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18138 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18139
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18140 Torture-Sub-1/32-PASS: run/a/asm_fcmovbe_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18141 run: llvmdc -O0 -od./obj -ofrun/a/asm_fcmove_01_A.d.exe run/a/asm_fcmove_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18142 Warning: addon/cpuinfo.d(110): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18143 Warning: addon/cpuinfo.d(70): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18144 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18145 run/a/asm_fcmove_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18146 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18147
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18148 Torture-Sub-1/32-PASS: run/a/asm_fcmove_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18149 run: llvmdc -O0 -od./obj -ofrun/a/asm_fcmovnb_01_A.d.exe run/a/asm_fcmovnb_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18150 Warning: addon/cpuinfo.d(110): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18151 Warning: addon/cpuinfo.d(70): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18152 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18153 run/a/asm_fcmovnb_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18154 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18155
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18156 Torture-Sub-1/32-PASS: run/a/asm_fcmovnb_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18157 run: llvmdc -O0 -od./obj -ofrun/a/asm_fcmovnbe_01_A.d.exe run/a/asm_fcmovnbe_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18158 Warning: addon/cpuinfo.d(110): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18159 Warning: addon/cpuinfo.d(70): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18160 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18161 run/a/asm_fcmovnbe_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18162 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18163
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18164 Torture-Sub-1/32-PASS: run/a/asm_fcmovnbe_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18165 run: llvmdc -O0 -od./obj -ofrun/a/asm_fcmovne_01_A.d.exe run/a/asm_fcmovne_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18166 Warning: addon/cpuinfo.d(110): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18167 Warning: addon/cpuinfo.d(70): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18168 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18169 run/a/asm_fcmovne_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18170 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18171
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18172 Torture-Sub-1/32-PASS: run/a/asm_fcmovne_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18173 run: llvmdc -O0 -od./obj -ofrun/a/asm_fcmovnu_01_A.d.exe run/a/asm_fcmovnu_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18174 run/a/asm_fcmovnu_01_A.d(25): Error: wrong number of operands
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18175 run/a/asm_fcmovnu_01_A.d(38): Error: wrong number of operands
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18176 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18177 Torture-Sub-1/32-FAIL: run/a/asm_fcmovnu_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18178 run: llvmdc -O0 -od./obj -ofrun/a/asm_fcmovu_01_A.d.exe run/a/asm_fcmovu_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18179 run/a/asm_fcmovu_01_A.d(25): Error: wrong number of operands
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18180 run/a/asm_fcmovu_01_A.d(38): Error: wrong number of operands
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18181 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18182 Torture-Sub-1/32-FAIL: run/a/asm_fcmovu_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18183 run: llvmdc -O0 -od./obj -ofrun/a/asm_fcom_01_A.d.exe run/a/asm_fcom_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18184 Warning: addon/cpuinfo.d(110): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18185 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18186 run/a/asm_fcom_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18187 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18188
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18189 Torture-Sub-1/32-PASS: run/a/asm_fcom_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18190 run: llvmdc -O0 -od./obj -ofrun/a/asm_fcom_01_B.d.exe run/a/asm_fcom_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18191 Warning: addon/cpuinfo.d(110): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18192 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18193 run/a/asm_fcom_01_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18194 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18195
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18196 Torture-Sub-1/32-PASS: run/a/asm_fcom_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18197 run: llvmdc -O0 -od./obj -ofrun/a/asm_fcom_01_C.d.exe run/a/asm_fcom_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18198 Warning: addon/cpuinfo.d(110): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18199 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18200 run/a/asm_fcom_01_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18201 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18202
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18203 Torture-Sub-1/32-PASS: run/a/asm_fcom_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18204 run: llvmdc -O0 -od./obj -ofrun/a/asm_fcom_01_D.d.exe run/a/asm_fcom_01_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18205 Warning: addon/cpuinfo.d(110): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18206 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18207 run/a/asm_fcom_01_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18208 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18209
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18210 Torture-Sub-1/32-PASS: run/a/asm_fcom_01_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18211 run: llvmdc -O0 -od./obj -ofrun/a/asm_fcomi_01_A.d.exe run/a/asm_fcomi_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18212 Warning: addon/cpuinfo.d(110): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18213 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18214 run/a/asm_fcomi_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18215 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18216
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18217 Torture-Sub-1/32-PASS: run/a/asm_fcomi_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18218 run: llvmdc -O0 -od./obj -ofrun/a/asm_fcomip_01_A.d.exe run/a/asm_fcomip_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18219 Warning: addon/cpuinfo.d(110): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18220 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18221 run/a/asm_fcomip_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18222 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18223
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18224 Torture-Sub-1/32-PASS: run/a/asm_fcomip_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18225 run: llvmdc -O0 -od./obj -ofrun/a/asm_fcomp_01_A.d.exe run/a/asm_fcomp_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18226 Warning: addon/cpuinfo.d(110): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18227 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18228 run/a/asm_fcomp_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18229 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18230
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18231 Torture-Sub-1/32-PASS: run/a/asm_fcomp_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18232 run: llvmdc -O0 -od./obj -ofrun/a/asm_fcomp_01_B.d.exe run/a/asm_fcomp_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18233 Warning: addon/cpuinfo.d(110): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18234 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18235 run/a/asm_fcomp_01_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18236 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18237
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18238 Torture-Sub-1/32-PASS: run/a/asm_fcomp_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18239 run: llvmdc -O0 -od./obj -ofrun/a/asm_fcomp_01_C.d.exe run/a/asm_fcomp_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18240 Warning: addon/cpuinfo.d(110): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18241 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18242 run/a/asm_fcomp_01_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18243 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18244
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18245 Torture-Sub-1/32-PASS: run/a/asm_fcomp_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18246 run: llvmdc -O0 -od./obj -ofrun/a/asm_fcomp_01_D.d.exe run/a/asm_fcomp_01_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18247 Warning: addon/cpuinfo.d(110): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18248 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18249 run/a/asm_fcomp_01_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18250 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18251
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18252 Torture-Sub-1/32-PASS: run/a/asm_fcomp_01_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18253 run: llvmdc -O0 -od./obj -ofrun/a/asm_fcompp_01.d.exe run/a/asm_fcompp_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18254 Warning: addon/cpuinfo.d(110): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18255 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18256 run/a/asm_fcompp_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18257 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18258
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18259 Torture-Sub-1/32-PASS: run/a/asm_fcompp_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18260 run: llvmdc -O0 -od./obj -ofrun/a/asm_fcos_01.d.exe run/a/asm_fcos_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18261 Warning: addon/cpuinfo.d(110): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18262 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18263 run/a/asm_fcos_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18264 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18265
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18266 Torture-Sub-1/32-PASS: run/a/asm_fcos_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18267 run: llvmdc -O0 -od./obj -ofrun/a/asm_fdecstp_01.d.exe run/a/asm_fdecstp_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18268 Warning: addon/cpuinfo.d(110): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18269 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18270 run/a/asm_fdecstp_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18271 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18272
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18273 Torture-Sub-1/32-PASS: run/a/asm_fdecstp_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18274 run: llvmdc -O0 -od./obj -ofrun/a/asm_fdiv_01_A.d.exe run/a/asm_fdiv_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18275 Warning: addon/cpuinfo.d(110): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18276 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18277 run/a/asm_fdiv_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18278 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18279
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18280 Torture-Sub-1/32-PASS: run/a/asm_fdiv_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18281 run: llvmdc -O0 -od./obj -ofrun/a/asm_fdiv_01_B.d.exe run/a/asm_fdiv_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18282 Warning: addon/cpuinfo.d(110): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18283 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18284 run/a/asm_fdiv_01_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18285 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18286
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18287 Torture-Sub-1/32-PASS: run/a/asm_fdiv_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18288 run: llvmdc -O0 -od./obj -ofrun/a/asm_fdiv_01_C.d.exe run/a/asm_fdiv_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18289 Warning: addon/cpuinfo.d(110): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18290 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18291 run/a/asm_fdiv_01_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18292 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18293
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18294 Torture-Sub-1/32-PASS: run/a/asm_fdiv_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18295 run: llvmdc -O0 -od./obj -ofrun/a/asm_fdiv_01_D.d.exe run/a/asm_fdiv_01_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18296 Warning: addon/cpuinfo.d(110): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18297 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18298 run/a/asm_fdiv_01_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18299 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18300
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18301 Torture-Sub-1/32-PASS: run/a/asm_fdiv_01_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18302 run: llvmdc -O0 -od./obj -ofrun/a/asm_fdivp_01_A.d.exe run/a/asm_fdivp_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18303 Warning: addon/cpuinfo.d(110): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18304 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18305 run/a/asm_fdivp_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18306 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18307
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18308 Torture-Sub-1/32-PASS: run/a/asm_fdivp_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18309 run: llvmdc -O0 -od./obj -ofrun/a/asm_fdivp_01_B.d.exe run/a/asm_fdivp_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18310 Warning: addon/cpuinfo.d(110): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18311 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18312 run/a/asm_fdivp_01_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18313 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18314
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18315 Torture-Sub-1/32-PASS: run/a/asm_fdivp_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18316 run: llvmdc -O0 -od./obj -ofrun/a/asm_fdivr_01_A.d.exe run/a/asm_fdivr_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18317 Warning: addon/cpuinfo.d(110): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18318 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18319 run/a/asm_fdivr_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18320 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18321
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18322 Torture-Sub-1/32-PASS: run/a/asm_fdivr_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18323 run: llvmdc -O0 -od./obj -ofrun/a/asm_fdivr_01_B.d.exe run/a/asm_fdivr_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18324 Warning: addon/cpuinfo.d(110): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18325 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18326 run/a/asm_fdivr_01_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18327 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18328
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18329 Torture-Sub-1/32-PASS: run/a/asm_fdivr_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18330 run: llvmdc -O0 -od./obj -ofrun/a/asm_fdivr_01_C.d.exe run/a/asm_fdivr_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18331 Warning: addon/cpuinfo.d(110): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18332 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18333 run/a/asm_fdivr_01_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18334 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18335
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18336 Torture-Sub-1/32-PASS: run/a/asm_fdivr_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18337 run: llvmdc -O0 -od./obj -ofrun/a/asm_fdivr_01_D.d.exe run/a/asm_fdivr_01_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18338 Warning: addon/cpuinfo.d(110): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18339 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18340 run/a/asm_fdivr_01_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18341 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18342
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18343 Torture-Sub-1/32-PASS: run/a/asm_fdivr_01_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18344 run: llvmdc -O0 -od./obj -ofrun/a/asm_fdivrp_01_A.d.exe run/a/asm_fdivrp_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18345 Warning: addon/cpuinfo.d(110): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18346 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18347 run/a/asm_fdivrp_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18348 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18349
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18350 Torture-Sub-1/32-PASS: run/a/asm_fdivrp_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18351 run: llvmdc -O0 -od./obj -ofrun/a/asm_fdivrp_01_B.d.exe run/a/asm_fdivrp_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18352 Warning: addon/cpuinfo.d(110): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18353 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18354 run/a/asm_fdivrp_01_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18355 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18356
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18357 Torture-Sub-1/32-PASS: run/a/asm_fdivrp_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18358 run: llvmdc -O0 -od./obj -ofrun/a/asm_ffree_01_A.d.exe run/a/asm_ffree_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18359 Warning: addon/cpuinfo.d(110): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18360 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18361 run/a/asm_ffree_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18362 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18363
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18364 Torture-Sub-1/32-PASS: run/a/asm_ffree_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18365 run: llvmdc -O0 -od./obj -ofrun/a/asm_fiadd_01_A.d.exe run/a/asm_fiadd_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18366 Warning: addon/cpuinfo.d(110): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18367 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18368 run/a/asm_fiadd_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18369 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18370
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18371 Torture-Sub-1/32-PASS: run/a/asm_fiadd_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18372 run: llvmdc -O0 -od./obj -ofrun/a/asm_fiadd_01_B.d.exe run/a/asm_fiadd_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18373 Warning: addon/cpuinfo.d(110): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18374 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18375 run/a/asm_fiadd_01_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18376 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18377
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18378 Torture-Sub-1/32-PASS: run/a/asm_fiadd_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18379 run: llvmdc -O0 -od./obj -ofrun/a/asm_ficom_01_A.d.exe run/a/asm_ficom_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18380 Warning: addon/cpuinfo.d(110): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18381 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18382 run/a/asm_ficom_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18383 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18384
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18385 Torture-Sub-1/32-PASS: run/a/asm_ficom_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18386 run: llvmdc -O0 -od./obj -ofrun/a/asm_ficom_01_B.d.exe run/a/asm_ficom_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18387 Warning: addon/cpuinfo.d(110): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18388 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18389 run/a/asm_ficom_01_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18390 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18391
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18392 Torture-Sub-1/32-PASS: run/a/asm_ficom_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18393 run: llvmdc -O0 -od./obj -ofrun/a/asm_ficomp_01_A.d.exe run/a/asm_ficomp_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18394 Warning: addon/cpuinfo.d(110): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18395 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18396 run/a/asm_ficomp_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18397 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18398
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18399 Torture-Sub-1/32-PASS: run/a/asm_ficomp_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18400 run: llvmdc -O0 -od./obj -ofrun/a/asm_ficomp_01_B.d.exe run/a/asm_ficomp_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18401 Warning: addon/cpuinfo.d(110): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18402 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18403 run/a/asm_ficomp_01_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18404 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18405
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18406 Torture-Sub-1/32-PASS: run/a/asm_ficomp_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18407 run: llvmdc -O0 -od./obj -ofrun/a/asm_fidiv_01_A.d.exe run/a/asm_fidiv_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18408 Warning: addon/cpuinfo.d(110): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18409 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18410 run/a/asm_fidiv_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18411 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18412
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18413 Torture-Sub-1/32-PASS: run/a/asm_fidiv_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18414 run: llvmdc -O0 -od./obj -ofrun/a/asm_fidiv_01_B.d.exe run/a/asm_fidiv_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18415 Warning: addon/cpuinfo.d(110): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18416 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18417 run/a/asm_fidiv_01_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18418 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18419
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18420 Torture-Sub-1/32-PASS: run/a/asm_fidiv_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18421 run: llvmdc -O0 -od./obj -ofrun/a/asm_fidivr_01_A.d.exe run/a/asm_fidivr_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18422 Warning: addon/cpuinfo.d(110): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18423 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18424 run/a/asm_fidivr_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18425 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18426
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18427 Torture-Sub-1/32-PASS: run/a/asm_fidivr_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18428 run: llvmdc -O0 -od./obj -ofrun/a/asm_fidivr_01_B.d.exe run/a/asm_fidivr_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18429 Warning: addon/cpuinfo.d(110): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18430 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18431 run/a/asm_fidivr_01_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18432 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18433
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18434 Torture-Sub-1/32-PASS: run/a/asm_fidivr_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18435 run: llvmdc -O0 -od./obj -ofrun/a/asm_fild_01_A.d.exe run/a/asm_fild_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18436 Warning: addon/cpuinfo.d(110): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18437 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18438 run/a/asm_fild_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18439 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18440
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18441 Torture-Sub-1/32-PASS: run/a/asm_fild_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18442 run: llvmdc -O0 -od./obj -ofrun/a/asm_fild_01_B.d.exe run/a/asm_fild_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18443 Warning: addon/cpuinfo.d(110): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18444 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18445 run/a/asm_fild_01_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18446 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18447
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18448 Torture-Sub-1/32-PASS: run/a/asm_fild_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18449 run: llvmdc -O0 -od./obj -ofrun/a/asm_fild_01_C.d.exe run/a/asm_fild_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18450 Warning: addon/cpuinfo.d(110): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18451 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18452 run/a/asm_fild_01_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18453 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18454
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18455 Torture-Sub-1/32-PASS: run/a/asm_fild_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18456 run: llvmdc -O0 -od./obj -ofrun/a/asm_fimul_01_A.d.exe run/a/asm_fimul_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18457 Warning: addon/cpuinfo.d(110): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18458 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18459 run/a/asm_fimul_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18460 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18461
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18462 Torture-Sub-1/32-PASS: run/a/asm_fimul_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18463 run: llvmdc -O0 -od./obj -ofrun/a/asm_fimul_01_B.d.exe run/a/asm_fimul_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18464 Warning: addon/cpuinfo.d(110): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18465 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18466 run/a/asm_fimul_01_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18467 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18468
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18469 Torture-Sub-1/32-PASS: run/a/asm_fimul_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18470 run: llvmdc -O0 -od./obj -ofrun/a/asm_fincstp_01.d.exe run/a/asm_fincstp_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18471 Warning: addon/cpuinfo.d(110): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18472 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18473 run/a/asm_fincstp_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18474 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18475
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18476 Torture-Sub-1/32-PASS: run/a/asm_fincstp_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18477 run: llvmdc -O0 -od./obj -ofrun/a/asm_finit_01.d.exe run/a/asm_finit_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18478 Warning: addon/cpuinfo.d(110): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18479 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18480 run/a/asm_finit_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18481 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18482
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18483 Torture-Sub-1/32-PASS: run/a/asm_finit_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18484 run: llvmdc -O0 -od./obj -ofrun/a/asm_fist_01_A.d.exe run/a/asm_fist_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18485 Warning: addon/cpuinfo.d(110): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18486 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18487 run/a/asm_fist_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18488 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18489
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18490 Torture-Sub-1/32-PASS: run/a/asm_fist_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18491 run: llvmdc -O0 -od./obj -ofrun/a/asm_fist_01_B.d.exe run/a/asm_fist_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18492 Warning: addon/cpuinfo.d(110): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18493 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18494 run/a/asm_fist_01_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18495 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18496
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18497 Torture-Sub-1/32-PASS: run/a/asm_fist_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18498 run: llvmdc -O0 -od./obj -ofrun/a/asm_fistp_01_A.d.exe run/a/asm_fistp_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18499 Warning: addon/cpuinfo.d(110): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18500 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18501 run/a/asm_fistp_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18502 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18503
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18504 Torture-Sub-1/32-PASS: run/a/asm_fistp_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18505 run: llvmdc -O0 -od./obj -ofrun/a/asm_fistp_01_B.d.exe run/a/asm_fistp_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18506 Warning: addon/cpuinfo.d(110): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18507 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18508 run/a/asm_fistp_01_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18509 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18510
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18511 Torture-Sub-1/32-PASS: run/a/asm_fistp_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18512 run: llvmdc -O0 -od./obj -ofrun/a/asm_fistp_01_C.d.exe run/a/asm_fistp_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18513 Warning: addon/cpuinfo.d(110): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18514 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18515 run/a/asm_fistp_01_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18516 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18517
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18518 Torture-Sub-1/32-PASS: run/a/asm_fistp_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18519 run: llvmdc -O0 -od./obj -ofrun/a/asm_fisttp_01_A.d.exe run/a/asm_fisttp_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18520 Warning: addon/cpuinfo.d(110): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18521 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18522 run/a/asm_fisttp_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18523 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18524
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18525 Torture-Sub-1/32-PASS: run/a/asm_fisttp_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18526 run: llvmdc -O0 -od./obj -ofrun/a/asm_fisttp_01_B.d.exe run/a/asm_fisttp_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18527 Warning: addon/cpuinfo.d(110): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18528 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18529 run/a/asm_fisttp_01_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18530 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18531
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18532 Torture-Sub-1/32-PASS: run/a/asm_fisttp_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18533 run: llvmdc -O0 -od./obj -ofrun/a/asm_fisttp_01_C.d.exe run/a/asm_fisttp_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18534 Warning: addon/cpuinfo.d(110): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18535 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18536 run/a/asm_fisttp_01_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18537 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18538
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18539 Torture-Sub-1/32-PASS: run/a/asm_fisttp_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18540 run: llvmdc -O0 -od./obj -ofrun/a/asm_fisub_01_A.d.exe run/a/asm_fisub_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18541 Warning: addon/cpuinfo.d(110): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18542 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18543 run/a/asm_fisub_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18544 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18545
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18546 Torture-Sub-1/32-PASS: run/a/asm_fisub_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18547 run: llvmdc -O0 -od./obj -ofrun/a/asm_fisub_01_B.d.exe run/a/asm_fisub_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18548 Warning: addon/cpuinfo.d(110): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18549 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18550 run/a/asm_fisub_01_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18551 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18552
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18553 Torture-Sub-1/32-PASS: run/a/asm_fisub_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18554 run: llvmdc -O0 -od./obj -ofrun/a/asm_fisubr_01_A.d.exe run/a/asm_fisubr_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18555 Warning: addon/cpuinfo.d(110): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18556 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18557 run/a/asm_fisubr_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18558 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18559
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18560 Torture-Sub-1/32-PASS: run/a/asm_fisubr_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18561 run: llvmdc -O0 -od./obj -ofrun/a/asm_fisubr_01_B.d.exe run/a/asm_fisubr_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18562 Warning: addon/cpuinfo.d(110): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18563 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18564 run/a/asm_fisubr_01_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18565 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18566
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18567 Torture-Sub-1/32-PASS: run/a/asm_fisubr_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18568 run: llvmdc -O0 -od./obj -ofrun/a/asm_fld_01_A.d.exe run/a/asm_fld_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18569 Warning: addon/cpuinfo.d(110): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18570 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18571 run/a/asm_fld_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18572 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18573
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18574 Torture-Sub-1/32-PASS: run/a/asm_fld_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18575 run: llvmdc -O0 -od./obj -ofrun/a/asm_fld_01_B.d.exe run/a/asm_fld_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18576 Warning: addon/cpuinfo.d(110): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18577 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18578 run/a/asm_fld_01_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18579 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18580
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18581 Torture-Sub-1/32-PASS: run/a/asm_fld_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18582 run: llvmdc -O0 -od./obj -ofrun/a/asm_fld_01_C.d.exe run/a/asm_fld_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18583 Warning: addon/cpuinfo.d(110): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18584 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18585 run/a/asm_fld_01_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18586 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18587
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18588 Torture-Sub-1/32-ERROR: run/a/asm_fld_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18589 run: llvmdc -O0 -od./obj -ofrun/a/asm_fld_01_D.d.exe run/a/asm_fld_01_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18590 Warning: addon/cpuinfo.d(110): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18591 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18592 run/a/asm_fld_01_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18593 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18594
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18595 Torture-Sub-1/32-PASS: run/a/asm_fld_01_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18596 run: llvmdc -O0 -od./obj -ofrun/a/asm_fld_02_A.d.exe run/a/asm_fld_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18597 Warning: addon/cpuinfo.d(110): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18598 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18599 run/a/asm_fld_02_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18600 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18601
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18602 Torture-Sub-1/32-PASS: run/a/asm_fld_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18603 run: llvmdc -O0 -od./obj -ofrun/a/asm_fld1_01.d.exe run/a/asm_fld1_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18604 Warning: addon/cpuinfo.d(110): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18605 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18606 run/a/asm_fld1_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18607 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18608
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18609 Torture-Sub-1/32-PASS: run/a/asm_fld1_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18610 run: llvmdc -O0 -od./obj -ofrun/a/asm_fldcw_01.d.exe run/a/asm_fldcw_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18611 Warning: addon/cpuinfo.d(110): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18612 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18613 run/a/asm_fldcw_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18614 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18615
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18616 Torture-Sub-1/32-PASS: run/a/asm_fldcw_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18617 run: llvmdc -O0 -od./obj -ofrun/a/asm_fldl2e_01.d.exe run/a/asm_fldl2e_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18618 Warning: addon/cpuinfo.d(110): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18619 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18620 run/a/asm_fldl2e_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18621 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18622
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18623 Torture-Sub-1/32-PASS: run/a/asm_fldl2e_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18624 run: llvmdc -O0 -od./obj -ofrun/a/asm_fldl2t_01.d.exe run/a/asm_fldl2t_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18625 Warning: addon/cpuinfo.d(110): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18626 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18627 run/a/asm_fldl2t_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18628 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18629
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18630 Torture-Sub-1/32-PASS: run/a/asm_fldl2t_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18631 run: llvmdc -O0 -od./obj -ofrun/a/asm_fldlg2_01.d.exe run/a/asm_fldlg2_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18632 Warning: addon/cpuinfo.d(110): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18633 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18634 run/a/asm_fldlg2_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18635 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18636
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18637 Torture-Sub-1/32-PASS: run/a/asm_fldlg2_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18638 run: llvmdc -O0 -od./obj -ofrun/a/asm_fldln2_01.d.exe run/a/asm_fldln2_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18639 Warning: addon/cpuinfo.d(110): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18640 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18641 run/a/asm_fldln2_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18642 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18643
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18644 Torture-Sub-1/32-PASS: run/a/asm_fldln2_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18645 run: llvmdc -O0 -od./obj -ofrun/a/asm_fldpi_01.d.exe run/a/asm_fldpi_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18646 Warning: addon/cpuinfo.d(110): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18647 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18648 run/a/asm_fldpi_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18649 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18650
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18651 Torture-Sub-1/32-PASS: run/a/asm_fldpi_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18652 run: llvmdc -O0 -od./obj -ofrun/a/asm_fldz_01.d.exe run/a/asm_fldz_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18653 Warning: addon/cpuinfo.d(110): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18654 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18655 run/a/asm_fldz_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18656 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18657
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18658 Torture-Sub-1/32-PASS: run/a/asm_fldz_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18659 run: llvmdc -O0 -od./obj -ofrun/a/asm_fmul_01_A.d.exe run/a/asm_fmul_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18660 Warning: addon/cpuinfo.d(110): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18661 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18662 run/a/asm_fmul_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18663 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18664
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18665 Torture-Sub-1/32-PASS: run/a/asm_fmul_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18666 run: llvmdc -O0 -od./obj -ofrun/a/asm_fmul_01_B.d.exe run/a/asm_fmul_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18667 Warning: addon/cpuinfo.d(110): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18668 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18669 run/a/asm_fmul_01_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18670 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18671
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18672 Torture-Sub-1/32-PASS: run/a/asm_fmul_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18673 run: llvmdc -O0 -od./obj -ofrun/a/asm_fmul_01_C.d.exe run/a/asm_fmul_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18674 Warning: addon/cpuinfo.d(110): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18675 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18676 run/a/asm_fmul_01_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18677 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18678
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18679 Torture-Sub-1/32-PASS: run/a/asm_fmul_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18680 run: llvmdc -O0 -od./obj -ofrun/a/asm_fmul_01_D.d.exe run/a/asm_fmul_01_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18681 Warning: addon/cpuinfo.d(110): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18682 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18683 run/a/asm_fmul_01_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18684 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18685
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18686 Torture-Sub-1/32-PASS: run/a/asm_fmul_01_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18687 run: llvmdc -O0 -od./obj -ofrun/a/asm_fmulp_01_A.d.exe run/a/asm_fmulp_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18688 Warning: addon/cpuinfo.d(110): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18689 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18690 run/a/asm_fmulp_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18691 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18692
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18693 Torture-Sub-1/32-PASS: run/a/asm_fmulp_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18694 run: llvmdc -O0 -od./obj -ofrun/a/asm_fmulp_01_B.d.exe run/a/asm_fmulp_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18695 Warning: addon/cpuinfo.d(110): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18696 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18697 run/a/asm_fmulp_01_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18698 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18699
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18700 Torture-Sub-1/32-PASS: run/a/asm_fmulp_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18701 run: llvmdc -O0 -od./obj -ofrun/a/asm_fnclex_01_A.d.exe run/a/asm_fnclex_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18702 Warning: addon/cpuinfo.d(110): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18703 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18704 run/a/asm_fnclex_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18705 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18706
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18707 Torture-Sub-1/32-PASS: run/a/asm_fnclex_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18708 run: llvmdc -O0 -od./obj -ofrun/a/asm_fninit_01.d.exe run/a/asm_fninit_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18709 Warning: addon/cpuinfo.d(110): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18710 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18711 run/a/asm_fninit_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18712 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18713
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18714 Torture-Sub-1/32-PASS: run/a/asm_fninit_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18715 run: llvmdc -O0 -od./obj -ofrun/a/asm_fnop_01.d.exe run/a/asm_fnop_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18716 Warning: addon/cpuinfo.d(110): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18717 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18718 run/a/asm_fnop_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18719 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18720
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18721 Torture-Sub-1/32-PASS: run/a/asm_fnop_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18722 run: llvmdc -O0 -od./obj -ofrun/a/asm_fnsave_01.d.exe run/a/asm_fnsave_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18723 Warning: addon/cpuinfo.d(110): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18724 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18725 run/a/asm_fnsave_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18726 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18727
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18728 Torture-Sub-1/32-PASS: run/a/asm_fnsave_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18729 run: llvmdc -O0 -od./obj -ofrun/a/asm_fnstcw_01.d.exe run/a/asm_fnstcw_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18730 Warning: addon/cpuinfo.d(110): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18731 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18732 run/a/asm_fnstcw_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18733 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18734
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18735 Torture-Sub-1/32-PASS: run/a/asm_fnstcw_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18736 run: llvmdc -O0 -od./obj -ofrun/a/asm_fnstenv_01.d.exe run/a/asm_fnstenv_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18737 Warning: addon/cpuinfo.d(110): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18738 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18739 run/a/asm_fnstenv_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18740 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18741
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18742 Torture-Sub-1/32-PASS: run/a/asm_fnstenv_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18743 run: llvmdc -O0 -od./obj -ofrun/a/asm_fnstsw_01.d.exe run/a/asm_fnstsw_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18744 Warning: addon/cpuinfo.d(110): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18745 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18746 run/a/asm_fnstsw_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18747 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18748
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18749 Torture-Sub-1/32-PASS: run/a/asm_fnstsw_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18750 run: llvmdc -O0 -od./obj -ofrun/a/asm_fpatan_01.d.exe run/a/asm_fpatan_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18751 Warning: addon/cpuinfo.d(110): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18752 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18753 run/a/asm_fpatan_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18754 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18755
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18756 Torture-Sub-1/32-PASS: run/a/asm_fpatan_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18757 run: llvmdc -O0 -od./obj -ofrun/a/asm_fprem_01.d.exe run/a/asm_fprem_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18758 Warning: addon/cpuinfo.d(110): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18759 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18760 run/a/asm_fprem_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18761 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18762
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18763 Torture-Sub-1/32-PASS: run/a/asm_fprem_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18764 run: llvmdc -O0 -od./obj -ofrun/a/asm_fprem1_01.d.exe run/a/asm_fprem1_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18765 Warning: addon/cpuinfo.d(110): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18766 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18767 run/a/asm_fprem1_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18768 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18769
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18770 Torture-Sub-1/32-PASS: run/a/asm_fprem1_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18771 run: llvmdc -O0 -od./obj -ofrun/a/asm_fptan_01.d.exe run/a/asm_fptan_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18772 Warning: addon/cpuinfo.d(110): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18773 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18774 run/a/asm_fptan_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18775 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18776
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18777 Torture-Sub-1/32-PASS: run/a/asm_fptan_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18778 run: llvmdc -O0 -od./obj -ofrun/a/asm_frndint_01.d.exe run/a/asm_frndint_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18779 Warning: addon/cpuinfo.d(110): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18780 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18781 run/a/asm_frndint_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18782 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18783
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18784 Torture-Sub-1/32-PASS: run/a/asm_frndint_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18785 run: llvmdc -O0 -od./obj -ofrun/a/asm_frstor_01.d.exe run/a/asm_frstor_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18786 Warning: addon/cpuinfo.d(110): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18787 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18788 run/a/asm_frstor_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18789 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18790
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18791 Torture-Sub-1/32-PASS: run/a/asm_frstor_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18792 run: llvmdc -O0 -od./obj -ofrun/a/asm_fsave_01.d.exe run/a/asm_fsave_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18793 Warning: addon/cpuinfo.d(110): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18794 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18795 run/a/asm_fsave_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18796 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18797
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18798 Torture-Sub-1/32-PASS: run/a/asm_fsave_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18799 run: llvmdc -O0 -od./obj -ofrun/a/asm_fscale_01.d.exe run/a/asm_fscale_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18800 Warning: addon/cpuinfo.d(110): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18801 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18802 run/a/asm_fscale_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18803 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18804
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18805 Torture-Sub-1/32-PASS: run/a/asm_fscale_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18806 run: llvmdc -O0 -od./obj -ofrun/a/asm_fsin_01.d.exe run/a/asm_fsin_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18807 Warning: addon/cpuinfo.d(110): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18808 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18809 run/a/asm_fsin_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18810 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18811
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18812 Torture-Sub-1/32-PASS: run/a/asm_fsin_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18813 run: llvmdc -O0 -od./obj -ofrun/a/asm_fsincos_01.d.exe run/a/asm_fsincos_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18814 Warning: addon/cpuinfo.d(110): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18815 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18816 run/a/asm_fsincos_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18817 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18818
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18819 Torture-Sub-1/32-PASS: run/a/asm_fsincos_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18820 run: llvmdc -O0 -od./obj -ofrun/a/asm_fsqrt_01.d.exe run/a/asm_fsqrt_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18821 Warning: addon/cpuinfo.d(110): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18822 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18823 run/a/asm_fsqrt_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18824 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18825
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18826 Torture-Sub-1/32-PASS: run/a/asm_fsqrt_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18827 run: llvmdc -O0 -od./obj -ofrun/a/asm_fst_01_A.d.exe run/a/asm_fst_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18828 Warning: addon/cpuinfo.d(110): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18829 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18830 run/a/asm_fst_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18831 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18832
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18833 Torture-Sub-1/32-PASS: run/a/asm_fst_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18834 run: llvmdc -O0 -od./obj -ofrun/a/asm_fst_01_B.d.exe run/a/asm_fst_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18835 Warning: addon/cpuinfo.d(110): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18836 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18837 run/a/asm_fst_01_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18838 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18839
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18840 Torture-Sub-1/32-PASS: run/a/asm_fst_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18841 run: llvmdc -O0 -od./obj -ofrun/a/asm_fst_01_C.d.exe run/a/asm_fst_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18842 Warning: addon/cpuinfo.d(110): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18843 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18844 run/a/asm_fst_01_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18845 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18846
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18847 Torture-Sub-1/32-PASS: run/a/asm_fst_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18848 run: llvmdc -O0 -od./obj -ofrun/a/asm_fstcw_01.d.exe run/a/asm_fstcw_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18849 Warning: addon/cpuinfo.d(110): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18850 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18851 run/a/asm_fstcw_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18852 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18853
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18854 Torture-Sub-1/32-PASS: run/a/asm_fstcw_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18855 run: llvmdc -O0 -od./obj -ofrun/a/asm_fstenv_01.d.exe run/a/asm_fstenv_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18856 Warning: addon/cpuinfo.d(110): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18857 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18858 run/a/asm_fstenv_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18859 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18860
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18861 Torture-Sub-1/32-PASS: run/a/asm_fstenv_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18862 run: llvmdc -O0 -od./obj -ofrun/a/asm_fstp_01_A.d.exe run/a/asm_fstp_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18863 Warning: addon/cpuinfo.d(110): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18864 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18865 run/a/asm_fstp_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18866 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18867
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18868 Torture-Sub-1/32-PASS: run/a/asm_fstp_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18869 run: llvmdc -O0 -od./obj -ofrun/a/asm_fstp_01_B.d.exe run/a/asm_fstp_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18870 Warning: addon/cpuinfo.d(110): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18871 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18872 run/a/asm_fstp_01_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18873 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18874
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18875 Torture-Sub-1/32-PASS: run/a/asm_fstp_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18876 run: llvmdc -O0 -od./obj -ofrun/a/asm_fstp_01_C.d.exe run/a/asm_fstp_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18877 Warning: addon/cpuinfo.d(110): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18878 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18879 run/a/asm_fstp_01_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18880 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18881
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18882 Torture-Sub-1/32-ERROR: run/a/asm_fstp_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18883 run: llvmdc -O0 -od./obj -ofrun/a/asm_fstp_01_D.d.exe run/a/asm_fstp_01_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18884 Warning: addon/cpuinfo.d(110): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18885 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18886 run/a/asm_fstp_01_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18887 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18888
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18889 Torture-Sub-1/32-PASS: run/a/asm_fstp_01_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18890 run: llvmdc -O0 -od./obj -ofrun/a/asm_fstsw_01.d.exe run/a/asm_fstsw_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18891 Warning: addon/cpuinfo.d(110): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18892 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18893 run/a/asm_fstsw_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18894 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18895
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18896 Torture-Sub-1/32-PASS: run/a/asm_fstsw_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18897 run: llvmdc -O0 -od./obj -ofrun/a/asm_fsub_01_A.d.exe run/a/asm_fsub_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18898 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18899 run/a/asm_fsub_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18900 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18901
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18902 Torture-Sub-1/32-PASS: run/a/asm_fsub_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18903 run: llvmdc -O0 -od./obj -ofrun/a/asm_fsub_01_B.d.exe run/a/asm_fsub_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18904 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18905 run/a/asm_fsub_01_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18906 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18907
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18908 Torture-Sub-1/32-PASS: run/a/asm_fsub_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18909 run: llvmdc -O0 -od./obj -ofrun/a/asm_fsub_01_C.d.exe run/a/asm_fsub_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18910 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18911 run/a/asm_fsub_01_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18912 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18913
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18914 Torture-Sub-1/32-PASS: run/a/asm_fsub_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18915 run: llvmdc -O0 -od./obj -ofrun/a/asm_fsub_01_D.d.exe run/a/asm_fsub_01_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18916 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18917 run/a/asm_fsub_01_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18918 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18919
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18920 Torture-Sub-1/32-PASS: run/a/asm_fsub_01_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18921 run: llvmdc -O0 -od./obj -ofrun/a/asm_fsubp_01_A.d.exe run/a/asm_fsubp_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18922 Warning: addon/cpuinfo.d(110): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18923 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18924 run/a/asm_fsubp_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18925 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18926
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18927 Torture-Sub-1/32-PASS: run/a/asm_fsubp_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18928 run: llvmdc -O0 -od./obj -ofrun/a/asm_fsubp_01_B.d.exe run/a/asm_fsubp_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18929 Warning: addon/cpuinfo.d(110): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18930 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18931 run/a/asm_fsubp_01_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18932 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18933
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18934 Torture-Sub-1/32-PASS: run/a/asm_fsubp_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18935 run: llvmdc -O0 -od./obj -ofrun/a/asm_fsubr_01_A.d.exe run/a/asm_fsubr_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18936 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18937 run/a/asm_fsubr_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18938 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18939
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18940 Torture-Sub-1/32-PASS: run/a/asm_fsubr_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18941 run: llvmdc -O0 -od./obj -ofrun/a/asm_fsubr_01_B.d.exe run/a/asm_fsubr_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18942 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18943 run/a/asm_fsubr_01_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18944 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18945
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18946 Torture-Sub-1/32-PASS: run/a/asm_fsubr_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18947 run: llvmdc -O0 -od./obj -ofrun/a/asm_fsubr_01_C.d.exe run/a/asm_fsubr_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18948 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18949 run/a/asm_fsubr_01_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18950 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18951
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18952 Torture-Sub-1/32-PASS: run/a/asm_fsubr_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18953 run: llvmdc -O0 -od./obj -ofrun/a/asm_fsubr_01_D.d.exe run/a/asm_fsubr_01_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18954 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18955 run/a/asm_fsubr_01_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18956 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18957
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18958 Torture-Sub-1/32-PASS: run/a/asm_fsubr_01_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18959 run: llvmdc -O0 -od./obj -ofrun/a/asm_fsubrp_01_A.d.exe run/a/asm_fsubrp_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18960 Warning: addon/cpuinfo.d(110): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18961 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18962 run/a/asm_fsubrp_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18963 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18964
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18965 Torture-Sub-1/32-PASS: run/a/asm_fsubrp_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18966 run: llvmdc -O0 -od./obj -ofrun/a/asm_fsubrp_01_B.d.exe run/a/asm_fsubrp_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18967 Warning: addon/cpuinfo.d(110): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18968 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18969 run/a/asm_fsubrp_01_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18970 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18971
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18972 Torture-Sub-1/32-PASS: run/a/asm_fsubrp_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18973 run: llvmdc -O0 -od./obj -ofrun/a/asm_ftst_01_A.d.exe run/a/asm_ftst_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18974 Warning: addon/cpuinfo.d(110): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18975 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18976 run/a/asm_ftst_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18977 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18978
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18979 Torture-Sub-1/32-PASS: run/a/asm_ftst_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18980 run: llvmdc -O0 -od./obj -ofrun/a/asm_fucom_01_A.d.exe run/a/asm_fucom_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18981 Warning: addon/cpuinfo.d(110): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18982 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18983 run/a/asm_fucom_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18984 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18985
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18986 Torture-Sub-1/32-PASS: run/a/asm_fucom_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18987 run: llvmdc -O0 -od./obj -ofrun/a/asm_fucom_01_B.d.exe run/a/asm_fucom_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18988 Warning: addon/cpuinfo.d(110): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18989 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18990 run/a/asm_fucom_01_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18991 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18992
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18993 Torture-Sub-1/32-PASS: run/a/asm_fucom_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18994 run: llvmdc -O0 -od./obj -ofrun/a/asm_fucomi_01_A.d.exe run/a/asm_fucomi_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18995 Warning: addon/cpuinfo.d(110): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18996 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18997 run/a/asm_fucomi_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18998 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
18999
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19000 Torture-Sub-1/32-PASS: run/a/asm_fucomi_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19001 run: llvmdc -O0 -od./obj -ofrun/a/asm_fucomip_01_A.d.exe run/a/asm_fucomip_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19002 Warning: addon/cpuinfo.d(110): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19003 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19004 run/a/asm_fucomip_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19005 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19006
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19007 Torture-Sub-1/32-PASS: run/a/asm_fucomip_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19008 run: llvmdc -O0 -od./obj -ofrun/a/asm_fucomp_01_A.d.exe run/a/asm_fucomp_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19009 Warning: addon/cpuinfo.d(110): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19010 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19011 run/a/asm_fucomp_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19012 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19013
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19014 Torture-Sub-1/32-PASS: run/a/asm_fucomp_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19015 run: llvmdc -O0 -od./obj -ofrun/a/asm_fucomp_01_B.d.exe run/a/asm_fucomp_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19016 Warning: addon/cpuinfo.d(110): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19017 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19018 run/a/asm_fucomp_01_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19019 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19020
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19021 Torture-Sub-1/32-PASS: run/a/asm_fucomp_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19022 run: llvmdc -O0 -od./obj -ofrun/a/asm_fucompp_01.d.exe run/a/asm_fucompp_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19023 Warning: addon/cpuinfo.d(110): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19024 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19025 run/a/asm_fucompp_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19026 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19027
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19028 Torture-Sub-1/32-PASS: run/a/asm_fucompp_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19029 run: llvmdc -O0 -od./obj -ofrun/a/asm_fwait_01.d.exe run/a/asm_fwait_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19030 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19031 run/a/asm_fwait_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19032 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19033
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19034 Torture-Sub-1/32-PASS: run/a/asm_fwait_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19035 run: llvmdc -O0 -od./obj -ofrun/a/asm_fxam_01_A.d.exe run/a/asm_fxam_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19036 Warning: addon/cpuinfo.d(110): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19037 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19038 run/a/asm_fxam_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19039 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19040
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19041 Torture-Sub-1/32-PASS: run/a/asm_fxam_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19042 run: llvmdc -O0 -od./obj -ofrun/a/asm_fxch_01_A.d.exe run/a/asm_fxch_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19043 Warning: addon/cpuinfo.d(110): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19044 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19045 run/a/asm_fxch_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19046 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19047
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19048 Torture-Sub-1/32-PASS: run/a/asm_fxch_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19049 run: llvmdc -O0 -od./obj -ofrun/a/asm_fxch_01_B.d.exe run/a/asm_fxch_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19050 Warning: addon/cpuinfo.d(110): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19051 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19052 run/a/asm_fxch_01_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19053 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19054
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19055 Torture-Sub-1/32-PASS: run/a/asm_fxch_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19056 run: llvmdc -O0 -od./obj -ofrun/a/asm_fxrstor_01_A.d.exe run/a/asm_fxrstor_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19057 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19058 run/a/asm_fxrstor_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19059 EXIT CODE: 11
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19060
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19061 Torture-Sub-1/32-ERROR: run/a/asm_fxrstor_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19062 run: llvmdc -O0 -od./obj -ofrun/a/asm_fxtract_01.d.exe run/a/asm_fxtract_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19063 Warning: addon/cpuinfo.d(110): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19064 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19065 run/a/asm_fxtract_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19066 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19067
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19068 Torture-Sub-1/32-PASS: run/a/asm_fxtract_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19069 run: llvmdc -O0 -od./obj -ofrun/a/asm_fyl2x_01.d.exe run/a/asm_fyl2x_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19070 Warning: addon/cpuinfo.d(110): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19071 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19072 run/a/asm_fyl2x_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19073 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19074
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19075 Torture-Sub-1/32-PASS: run/a/asm_fyl2x_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19076 run: llvmdc -O0 -od./obj -ofrun/a/asm_fyl2xp1_01.d.exe run/a/asm_fyl2xp1_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19077 Warning: addon/cpuinfo.d(110): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19078 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19079 run/a/asm_fyl2xp1_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19080 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19081
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19082 Torture-Sub-1/32-PASS: run/a/asm_fyl2xp1_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19083 run: llvmdc -O0 -od./obj -ofrun/a/asm_haddpd_01_A.d.exe run/a/asm_haddpd_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19084 Warning: addon/cpuinfo.d(199): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19085 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19086 run/a/asm_haddpd_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19087 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19088
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19089 Torture-Sub-1/32-PASS: run/a/asm_haddpd_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19090 run: llvmdc -O0 -od./obj -ofrun/a/asm_haddps_01_A.d.exe run/a/asm_haddps_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19091 Warning: addon/cpuinfo.d(199): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19092 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19093 run/a/asm_haddps_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19094 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19095
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19096 Torture-Sub-1/32-PASS: run/a/asm_haddps_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19097 run: llvmdc -O0 -od./obj -ofrun/a/asm_hsubpd_01_A.d.exe run/a/asm_hsubpd_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19098 Warning: addon/cpuinfo.d(199): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19099 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19100 run/a/asm_hsubpd_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19101 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19102
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19103 Torture-Sub-1/32-PASS: run/a/asm_hsubpd_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19104 run: llvmdc -O0 -od./obj -ofrun/a/asm_hsubps_01_A.d.exe run/a/asm_hsubps_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19105 Warning: addon/cpuinfo.d(199): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19106 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19107 run/a/asm_hsubps_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19108 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19109
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19110 Torture-Sub-1/32-PASS: run/a/asm_hsubps_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19111 run: llvmdc -O0 -od./obj -ofrun/a/asm_idiv_01_A.d.exe run/a/asm_idiv_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19112 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19113 run/a/asm_idiv_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19114 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19115
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19116 Torture-Sub-1/32-PASS: run/a/asm_idiv_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19117 run: llvmdc -O0 -od./obj -ofrun/a/asm_idiv_01_B.d.exe run/a/asm_idiv_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19118 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19119 run/a/asm_idiv_01_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19120 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19121
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19122 Torture-Sub-1/32-PASS: run/a/asm_idiv_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19123 run: llvmdc -O0 -od./obj -ofrun/a/asm_idiv_01_C.d.exe run/a/asm_idiv_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19124 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19125 run/a/asm_idiv_01_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19126 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19127
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19128 Torture-Sub-1/32-PASS: run/a/asm_idiv_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19129 run: llvmdc -O0 -od./obj -ofrun/a/asm_idiv_02_A.d.exe run/a/asm_idiv_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19130 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19131 run/a/asm_idiv_02_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19132 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19133
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19134 Torture-Sub-1/32-PASS: run/a/asm_idiv_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19135 run: llvmdc -O0 -od./obj -ofrun/a/asm_idiv_02_B.d.exe run/a/asm_idiv_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19136 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19137 run/a/asm_idiv_02_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19138 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19139
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19140 Torture-Sub-1/32-PASS: run/a/asm_idiv_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19141 run: llvmdc -O0 -od./obj -ofrun/a/asm_idiv_02_C.d.exe run/a/asm_idiv_02_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19142 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19143 run/a/asm_idiv_02_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19144 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19145
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19146 Torture-Sub-1/32-PASS: run/a/asm_idiv_02_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19147 run: llvmdc -O0 -od./obj -ofrun/a/asm_imul_01_A.d.exe run/a/asm_imul_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19148 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19149 run/a/asm_imul_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19150 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19151
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19152 Torture-Sub-1/32-PASS: run/a/asm_imul_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19153 run: llvmdc -O0 -od./obj -ofrun/a/asm_imul_01_B.d.exe run/a/asm_imul_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19154 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19155 run/a/asm_imul_01_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19156 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19157
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19158 Torture-Sub-1/32-PASS: run/a/asm_imul_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19159 run: llvmdc -O0 -od./obj -ofrun/a/asm_imul_01_C.d.exe run/a/asm_imul_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19160 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19161 run/a/asm_imul_01_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19162 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19163
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19164 Torture-Sub-1/32-PASS: run/a/asm_imul_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19165 run: llvmdc -O0 -od./obj -ofrun/a/asm_imul_02_A.d.exe run/a/asm_imul_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19166 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19167 run/a/asm_imul_02_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19168 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19169
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19170 Torture-Sub-1/32-PASS: run/a/asm_imul_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19171 run: llvmdc -O0 -od./obj -ofrun/a/asm_imul_02_B.d.exe run/a/asm_imul_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19172 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19173 run/a/asm_imul_02_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19174 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19175
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19176 Torture-Sub-1/32-PASS: run/a/asm_imul_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19177 run: llvmdc -O0 -od./obj -ofrun/a/asm_imul_03_A.d.exe run/a/asm_imul_03_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19178 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19179 run/a/asm_imul_03_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19180 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19181
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19182 Torture-Sub-1/32-PASS: run/a/asm_imul_03_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19183 run: llvmdc -O0 -od./obj -ofrun/a/asm_imul_03_B.d.exe run/a/asm_imul_03_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19184 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19185 run/a/asm_imul_03_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19186 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19187
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19188 Torture-Sub-1/32-PASS: run/a/asm_imul_03_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19189 run: llvmdc -O0 -od./obj -ofrun/a/asm_imul_03_C.d.exe run/a/asm_imul_03_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19190 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19191 run/a/asm_imul_03_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19192 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19193
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19194 Torture-Sub-1/32-PASS: run/a/asm_imul_03_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19195 run: llvmdc -O0 -od./obj -ofrun/a/asm_imul_04_A.d.exe run/a/asm_imul_04_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19196 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19197 run/a/asm_imul_04_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19198 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19199
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19200 Torture-Sub-1/32-PASS: run/a/asm_imul_04_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19201 run: llvmdc -O0 -od./obj -ofrun/a/asm_imul_04_B.d.exe run/a/asm_imul_04_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19202 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19203 run/a/asm_imul_04_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19204 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19205
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19206 Torture-Sub-1/32-PASS: run/a/asm_imul_04_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19207 run: llvmdc -O0 -od./obj -ofrun/a/asm_inc_01_A.d.exe run/a/asm_inc_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19208 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19209 run/a/asm_inc_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19210 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19211
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19212 Torture-Sub-1/32-PASS: run/a/asm_inc_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19213 run: llvmdc -O0 -od./obj -ofrun/a/asm_inc_01_B.d.exe run/a/asm_inc_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19214 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19215 run/a/asm_inc_01_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19216 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19217
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19218 Torture-Sub-1/32-PASS: run/a/asm_inc_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19219 run: llvmdc -O0 -od./obj -ofrun/a/asm_inc_01_C.d.exe run/a/asm_inc_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19220 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19221 run/a/asm_inc_01_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19222 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19223
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19224 Torture-Sub-1/32-PASS: run/a/asm_inc_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19225 run: llvmdc -O0 -od./obj -ofrun/a/asm_inc_02_A.d.exe run/a/asm_inc_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19226 terminate called after throwing an instance of 'std::out_of_range'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19227 what(): basic_string::replace
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19228 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19229 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19230 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x150)[0x4013e6a0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19231 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3c5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19232 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3f6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19233 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c4fa]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19234 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZSt20__throw_out_of_rangePKc+0x79)[0x400d8f49]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19235 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKcj+0x1aa)[0x4011cbc8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19236 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKc+0x48)[0x4011cdd6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19237 llvmdc[0x8174a4e]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19238 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19239 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19240 Torture-Sub-1/32-ERROR: run/a/asm_inc_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19241 run: llvmdc -O0 -od./obj -ofrun/a/asm_inc_02_B.d.exe run/a/asm_inc_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19242 terminate called after throwing an instance of 'std::out_of_range'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19243 what(): basic_string::replace
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19244 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19245 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19246 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x150)[0x4013e6a0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19247 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3c5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19248 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3f6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19249 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c4fa]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19250 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZSt20__throw_out_of_rangePKc+0x79)[0x400d8f49]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19251 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKcj+0x1aa)[0x4011cbc8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19252 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKc+0x48)[0x4011cdd6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19253 llvmdc[0x8174a4e]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19254 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19255 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19256 Torture-Sub-1/32-ERROR: run/a/asm_inc_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19257 run: llvmdc -O0 -od./obj -ofrun/a/asm_inc_02_C.d.exe run/a/asm_inc_02_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19258 terminate called after throwing an instance of 'std::out_of_range'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19259 what(): basic_string::replace
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19260 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19261 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19262 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x150)[0x4013e6a0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19263 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3c5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19264 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3f6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19265 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c4fa]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19266 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZSt20__throw_out_of_rangePKc+0x79)[0x400d8f49]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19267 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKcj+0x1aa)[0x4011cbc8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19268 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKc+0x48)[0x4011cdd6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19269 llvmdc[0x8174a4e]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19270 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19271 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19272 Torture-Sub-1/32-ERROR: run/a/asm_inc_02_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19273 run: llvmdc -O0 -od./obj -ofrun/a/asm_ja_01_A.d.exe run/a/asm_ja_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19274 /tmp/ccY9dIEA.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19275 (.text+0x1b): undefined reference to `.LDASM_error'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19276 collect2: ld returned 1 exit status
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19277 llvm-ld:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19278 --- errorlevel 1
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19279 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19280 Torture-Sub-1/32-FAIL: run/a/asm_ja_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19281 run: llvmdc -O0 -od./obj -ofrun/a/asm_ja_01_B.d.exe run/a/asm_ja_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19282 /tmp/ccthtyj4.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19283 (.text+0x1b): undefined reference to `.LDASM_save'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19284 collect2: ld returned 1 exit status
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19285 llvm-ld:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19286 --- errorlevel 1
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19287 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19288 Torture-Sub-1/32-FAIL: run/a/asm_ja_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19289 run: llvmdc -O0 -od./obj -ofrun/a/asm_ja_01_C.d.exe run/a/asm_ja_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19290 /tmp/ccRCE8Cl.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19291 (.text+0x1b): undefined reference to `.LDASM_error'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19292 collect2: ld returned 1 exit status
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19293 llvm-ld:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19294 --- errorlevel 1
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19295 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19296 Torture-Sub-1/32-FAIL: run/a/asm_ja_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19297 run: llvmdc -O0 -od./obj -ofrun/a/asm_jae_01_A.d.exe run/a/asm_jae_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19298 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19299 run/a/asm_jae_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19300 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19301
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19302 Torture-Sub-1/32-ERROR: run/a/asm_jae_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19303 run: llvmdc -O0 -od./obj -ofrun/a/asm_jae_01_B.d.exe run/a/asm_jae_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19304 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19305 run/a/asm_jae_01_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19306 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19307
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19308 Torture-Sub-1/32-PASS: run/a/asm_jae_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19309 run: llvmdc -O0 -od./obj -ofrun/a/asm_jae_01_C.d.exe run/a/asm_jae_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19310 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19311 run/a/asm_jae_01_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19312 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19313
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19314 Torture-Sub-1/32-PASS: run/a/asm_jae_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19315 run: llvmdc -O0 -od./obj -ofrun/a/asm_jb_01_A.d.exe run/a/asm_jb_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19316 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19317 run/a/asm_jb_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19318 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19319
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19320 Torture-Sub-1/32-PASS: run/a/asm_jb_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19321 run: llvmdc -O0 -od./obj -ofrun/a/asm_jb_01_B.d.exe run/a/asm_jb_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19322 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19323 run/a/asm_jb_01_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19324 Exception: Assertion failure
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19325 Assertion failed:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19326 run/a/asm_jb_01_B.d(26)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19327 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19328
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19329 Torture-Sub-1/32-ERROR: run/a/asm_jb_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19330 run: llvmdc -O0 -od./obj -ofrun/a/asm_jb_01_C.d.exe run/a/asm_jb_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19331 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19332 run/a/asm_jb_01_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19333 Exception: Assertion failure
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19334 Assertion failed:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19335 run/a/asm_jb_01_C.d(26)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19336 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19337
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19338 Torture-Sub-1/32-ERROR: run/a/asm_jb_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19339 run: llvmdc -O0 -od./obj -ofrun/a/asm_jbe_01_A.d.exe run/a/asm_jbe_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19340 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19341 run/a/asm_jbe_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19342 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19343
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19344 Torture-Sub-1/32-PASS: run/a/asm_jbe_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19345 run: llvmdc -O0 -od./obj -ofrun/a/asm_jbe_01_B.d.exe run/a/asm_jbe_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19346 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19347 run/a/asm_jbe_01_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19348 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19349
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19350 Torture-Sub-1/32-PASS: run/a/asm_jbe_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19351 run: llvmdc -O0 -od./obj -ofrun/a/asm_jbe_01_C.d.exe run/a/asm_jbe_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19352 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19353 run/a/asm_jbe_01_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19354 Exception: Assertion failure
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19355 Assertion failed:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19356 run/a/asm_jbe_01_C.d(26)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19357 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19358
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19359 Torture-Sub-1/32-ERROR: run/a/asm_jbe_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19360 run: llvmdc -O0 -od./obj -ofrun/a/asm_jc_01_A.d.exe run/a/asm_jc_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19361 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19362 run/a/asm_jc_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19363 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19364
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19365 Torture-Sub-1/32-PASS: run/a/asm_jc_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19366 run: llvmdc -O0 -od./obj -ofrun/a/asm_jc_01_B.d.exe run/a/asm_jc_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19367 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19368 run/a/asm_jc_01_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19369 Exception: Assertion failure
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19370 Assertion failed:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19371 run/a/asm_jc_01_B.d(25)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19372 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19373
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19374 Torture-Sub-1/32-ERROR: run/a/asm_jc_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19375 run: llvmdc -O0 -od./obj -ofrun/a/asm_jczx_01_A.d.exe run/a/asm_jczx_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19376 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19377 run/a/asm_jczx_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19378 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19379
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19380 Torture-Sub-1/32-PASS: run/a/asm_jczx_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19381 run: llvmdc -O0 -od./obj -ofrun/a/asm_jczx_01_B.d.exe run/a/asm_jczx_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19382 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19383 run/a/asm_jczx_01_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19384 Exception: Assertion failure
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19385 Assertion failed:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19386 run/a/asm_jczx_01_B.d(25)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19387 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19388
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19389 Torture-Sub-1/32-ERROR: run/a/asm_jczx_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19390 run: llvmdc -O0 -od./obj -ofrun/a/asm_je_01_A.d.exe run/a/asm_je_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19391 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19392 run/a/asm_je_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19393 Exception: Assertion failure
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19394 Assertion failed:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19395 run/a/asm_je_01_A.d(25)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19396 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19397
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19398 Torture-Sub-1/32-ERROR: run/a/asm_je_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19399 run: llvmdc -O0 -od./obj -ofrun/a/asm_je_01_B.d.exe run/a/asm_je_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19400 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19401 run/a/asm_je_01_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19402 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19403
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19404 Torture-Sub-1/32-PASS: run/a/asm_je_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19405 run: llvmdc -O0 -od./obj -ofrun/a/asm_jeczx_01_A.d.exe run/a/asm_jeczx_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19406 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19407 run/a/asm_jeczx_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19408 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19409
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19410 Torture-Sub-1/32-PASS: run/a/asm_jeczx_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19411 run: llvmdc -O0 -od./obj -ofrun/a/asm_jeczx_01_B.d.exe run/a/asm_jeczx_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19412 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19413 run/a/asm_jeczx_01_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19414 Exception: Assertion failure
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19415 Assertion failed:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19416 run/a/asm_jeczx_01_B.d(25)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19417 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19418
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19419 Torture-Sub-1/32-ERROR: run/a/asm_jeczx_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19420 run: llvmdc -O0 -od./obj -ofrun/a/asm_jg_01_A.d.exe run/a/asm_jg_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19421 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19422 run/a/asm_jg_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19423 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19424
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19425 Torture-Sub-1/32-PASS: run/a/asm_jg_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19426 run: llvmdc -O0 -od./obj -ofrun/a/asm_jg_01_B.d.exe run/a/asm_jg_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19427 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19428 run/a/asm_jg_01_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19429 Exception: Assertion failure
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19430 Assertion failed:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19431 run/a/asm_jg_01_B.d(26)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19432 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19433
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19434 Torture-Sub-1/32-ERROR: run/a/asm_jg_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19435 run: llvmdc -O0 -od./obj -ofrun/a/asm_jg_01_C.d.exe run/a/asm_jg_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19436 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19437 run/a/asm_jg_01_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19438 Exception: Assertion failure
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19439 Assertion failed:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19440 run/a/asm_jg_01_C.d(26)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19441 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19442
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19443 Torture-Sub-1/32-ERROR: run/a/asm_jg_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19444 run: llvmdc -O0 -od./obj -ofrun/a/asm_jge_01_A.d.exe run/a/asm_jge_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19445 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19446 run/a/asm_jge_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19447 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19448
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19449 Torture-Sub-1/32-PASS: run/a/asm_jge_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19450 run: llvmdc -O0 -od./obj -ofrun/a/asm_jge_01_B.d.exe run/a/asm_jge_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19451 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19452 run/a/asm_jge_01_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19453 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19454
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19455 Torture-Sub-1/32-PASS: run/a/asm_jge_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19456 run: llvmdc -O0 -od./obj -ofrun/a/asm_jge_01_C.d.exe run/a/asm_jge_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19457 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19458 run/a/asm_jge_01_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19459 Exception: Assertion failure
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19460 Assertion failed:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19461 run/a/asm_jge_01_C.d(26)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19462 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19463
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19464 Torture-Sub-1/32-ERROR: run/a/asm_jge_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19465 run: llvmdc -O0 -od./obj -ofrun/a/asm_jl_01_A.d.exe run/a/asm_jl_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19466 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19467 run/a/asm_jl_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19468 Exception: Assertion failure
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19469 Assertion failed:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19470 run/a/asm_jl_01_A.d(26)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19471 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19472
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19473 Torture-Sub-1/32-ERROR: run/a/asm_jl_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19474 run: llvmdc -O0 -od./obj -ofrun/a/asm_jl_01_B.d.exe run/a/asm_jl_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19475 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19476 run/a/asm_jl_01_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19477 Exception: Assertion failure
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19478 Assertion failed:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19479 run/a/asm_jl_01_B.d(26)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19480 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19481
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19482 Torture-Sub-1/32-ERROR: run/a/asm_jl_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19483 run: llvmdc -O0 -od./obj -ofrun/a/asm_jl_01_C.d.exe run/a/asm_jl_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19484 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19485 run/a/asm_jl_01_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19486 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19487
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19488 Torture-Sub-1/32-PASS: run/a/asm_jl_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19489 run: llvmdc -O0 -od./obj -ofrun/a/asm_jle_01_A.d.exe run/a/asm_jle_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19490 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19491 run/a/asm_jle_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19492 Exception: Assertion failure
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19493 Assertion failed:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19494 run/a/asm_jle_01_A.d(26)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19495 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19496
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19497 Torture-Sub-1/32-ERROR: run/a/asm_jle_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19498 run: llvmdc -O0 -od./obj -ofrun/a/asm_jle_01_B.d.exe run/a/asm_jle_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19499 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19500 run/a/asm_jle_01_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19501 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19502
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19503 Torture-Sub-1/32-PASS: run/a/asm_jle_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19504 run: llvmdc -O0 -od./obj -ofrun/a/asm_jle_01_C.d.exe run/a/asm_jle_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19505 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19506 run/a/asm_jle_01_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19507 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19508
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19509 Torture-Sub-1/32-PASS: run/a/asm_jle_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19510 run: llvmdc -O0 -od./obj -ofrun/a/asm_jmp_01.d.exe run/a/asm_jmp_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19511 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19512 run/a/asm_jmp_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19513 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19514
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19515 Torture-Sub-1/32-ERROR: run/a/asm_jmp_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19516 run: llvmdc -O0 -od./obj -ofrun/a/asm_jmp_02_A.d.exe run/a/asm_jmp_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19517 /tmp/ccpLyCTU.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19518 (.text+0x1): undefined reference to `.LDASM_label'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19519 collect2: ld returned 1 exit status
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19520 llvm-ld:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19521 --- errorlevel 1
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19522 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19523 Torture-Sub-1/32-FAIL: run/a/asm_jmp_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19524 run: llvmdc -O0 -od./obj -ofrun/a/asm_jmp_02_B.d.exe run/a/asm_jmp_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19525 /tmp/cc9TbU2d.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19526 (.text+0x1): undefined reference to `.LDASM_label'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19527 collect2: ld returned 1 exit status
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19528 llvm-ld:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19529 --- errorlevel 1
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19530 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19531 Torture-Sub-1/32-FAIL: run/a/asm_jmp_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19532 run: llvmdc -O0 -od./obj -ofrun/a/asm_jmp_02_C.d.exe run/a/asm_jmp_02_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19533 /tmp/cc4FqloF.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19534 (.text+0x1): undefined reference to `.LDASM_label'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19535 collect2: ld returned 1 exit status
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19536 llvm-ld:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19537 --- errorlevel 1
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19538 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19539 Torture-Sub-1/32-FAIL: run/a/asm_jmp_02_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19540 run: llvmdc -O0 -od./obj -ofrun/a/asm_jna_01_A.d.exe run/a/asm_jna_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19541 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19542 run/a/asm_jna_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19543 Exception: Assertion failure
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19544 Assertion failed:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19545 run/a/asm_jna_01_A.d(26)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19546 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19547
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19548 Torture-Sub-1/32-ERROR: run/a/asm_jna_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19549 run: llvmdc -O0 -od./obj -ofrun/a/asm_jna_01_B.d.exe run/a/asm_jna_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19550 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19551 run/a/asm_jna_01_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19552 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19553
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19554 Torture-Sub-1/32-PASS: run/a/asm_jna_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19555 run: llvmdc -O0 -od./obj -ofrun/a/asm_jna_01_C.d.exe run/a/asm_jna_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19556 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19557 run/a/asm_jna_01_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19558 Exception: Assertion failure
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19559 Assertion failed:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19560 run/a/asm_jna_01_C.d(26)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19561 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19562
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19563 Torture-Sub-1/32-ERROR: run/a/asm_jna_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19564 run: llvmdc -O0 -od./obj -ofrun/a/asm_jnae_01_A.d.exe run/a/asm_jnae_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19565 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19566 run/a/asm_jnae_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19567 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19568
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19569 Torture-Sub-1/32-PASS: run/a/asm_jnae_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19570 run: llvmdc -O0 -od./obj -ofrun/a/asm_jnae_01_B.d.exe run/a/asm_jnae_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19571 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19572 run/a/asm_jnae_01_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19573 Exception: Assertion failure
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19574 Assertion failed:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19575 run/a/asm_jnae_01_B.d(26)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19576 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19577
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19578 Torture-Sub-1/32-ERROR: run/a/asm_jnae_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19579 run: llvmdc -O0 -od./obj -ofrun/a/asm_jnae_01_C.d.exe run/a/asm_jnae_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19580 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19581 run/a/asm_jnae_01_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19582 Exception: Assertion failure
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19583 Assertion failed:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19584 run/a/asm_jnae_01_C.d(26)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19585 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19586
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19587 Torture-Sub-1/32-ERROR: run/a/asm_jnae_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19588 run: llvmdc -O0 -od./obj -ofrun/a/asm_jnb_01_A.d.exe run/a/asm_jnb_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19589 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19590 run/a/asm_jnb_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19591 Exception: Assertion failure
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19592 Assertion failed:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19593 run/a/asm_jnb_01_A.d(26)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19594 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19595
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19596 Torture-Sub-1/32-ERROR: run/a/asm_jnb_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19597 run: llvmdc -O0 -od./obj -ofrun/a/asm_jnb_01_B.d.exe run/a/asm_jnb_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19598 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19599 run/a/asm_jnb_01_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19600 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19601
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19602 Torture-Sub-1/32-PASS: run/a/asm_jnb_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19603 run: llvmdc -O0 -od./obj -ofrun/a/asm_jnb_01_C.d.exe run/a/asm_jnb_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19604 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19605 run/a/asm_jnb_01_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19606 Exception: Assertion failure
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19607 Assertion failed:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19608 run/a/asm_jnb_01_C.d(26)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19609 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19610
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19611 Torture-Sub-1/32-ERROR: run/a/asm_jnb_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19612 run: llvmdc -O0 -od./obj -ofrun/a/asm_jnbe_01_A.d.exe run/a/asm_jnbe_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19613 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19614 run/a/asm_jnbe_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19615 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19616
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19617 Torture-Sub-1/32-PASS: run/a/asm_jnbe_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19618 run: llvmdc -O0 -od./obj -ofrun/a/asm_jnbe_01_B.d.exe run/a/asm_jnbe_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19619 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19620 run/a/asm_jnbe_01_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19621 Exception: Assertion failure
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19622 Assertion failed:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19623 run/a/asm_jnbe_01_B.d(26)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19624 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19625
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19626 Torture-Sub-1/32-ERROR: run/a/asm_jnbe_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19627 run: llvmdc -O0 -od./obj -ofrun/a/asm_jnbe_01_C.d.exe run/a/asm_jnbe_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19628 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19629 run/a/asm_jnbe_01_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19630 Exception: Assertion failure
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19631 Assertion failed:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19632 run/a/asm_jnbe_01_C.d(26)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19633 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19634
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19635 Torture-Sub-1/32-ERROR: run/a/asm_jnbe_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19636 run: llvmdc -O0 -od./obj -ofrun/a/asm_jnc_01_A.d.exe run/a/asm_jnc_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19637 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19638 run/a/asm_jnc_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19639 Exception: Assertion failure
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19640 Assertion failed:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19641 run/a/asm_jnc_01_A.d(25)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19642 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19643
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19644 Torture-Sub-1/32-ERROR: run/a/asm_jnc_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19645 run: llvmdc -O0 -od./obj -ofrun/a/asm_jnc_01_B.d.exe run/a/asm_jnc_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19646 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19647 run/a/asm_jnc_01_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19648 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19649
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19650 Torture-Sub-1/32-PASS: run/a/asm_jnc_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19651 run: llvmdc -O0 -od./obj -ofrun/a/asm_jne_01_A.d.exe run/a/asm_jne_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19652 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19653 run/a/asm_jne_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19654 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19655
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19656 Torture-Sub-1/32-PASS: run/a/asm_jne_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19657 run: llvmdc -O0 -od./obj -ofrun/a/asm_jne_01_B.d.exe run/a/asm_jne_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19658 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19659 run/a/asm_jne_01_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19660 Exception: Assertion failure
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19661 Assertion failed:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19662 run/a/asm_jne_01_B.d(26)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19663 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19664
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19665 Torture-Sub-1/32-ERROR: run/a/asm_jne_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19666 run: llvmdc -O0 -od./obj -ofrun/a/asm_jne_01_C.d.exe run/a/asm_jne_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19667 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19668 run/a/asm_jne_01_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19669 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19670
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19671 Torture-Sub-1/32-PASS: run/a/asm_jne_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19672 run: llvmdc -O0 -od./obj -ofrun/a/asm_jng_01_A.d.exe run/a/asm_jng_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19673 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19674 run/a/asm_jng_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19675 Exception: Assertion failure
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19676 Assertion failed:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19677 run/a/asm_jng_01_A.d(26)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19678 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19679
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19680 Torture-Sub-1/32-ERROR: run/a/asm_jng_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19681 run: llvmdc -O0 -od./obj -ofrun/a/asm_jng_01_B.d.exe run/a/asm_jng_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19682 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19683 run/a/asm_jng_01_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19684 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19685
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19686 Torture-Sub-1/32-PASS: run/a/asm_jng_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19687 run: llvmdc -O0 -od./obj -ofrun/a/asm_jng_01_C.d.exe run/a/asm_jng_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19688 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19689 run/a/asm_jng_01_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19690 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19691
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19692 Torture-Sub-1/32-PASS: run/a/asm_jng_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19693 run: llvmdc -O0 -od./obj -ofrun/a/asm_jnge_01_A.d.exe run/a/asm_jnge_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19694 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19695 run/a/asm_jnge_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19696 Exception: Assertion failure
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19697 Assertion failed:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19698 run/a/asm_jnge_01_A.d(26)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19699 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19700
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19701 Torture-Sub-1/32-ERROR: run/a/asm_jnge_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19702 run: llvmdc -O0 -od./obj -ofrun/a/asm_jnge_01_B.d.exe run/a/asm_jnge_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19703 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19704 run/a/asm_jnge_01_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19705 Exception: Assertion failure
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19706 Assertion failed:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19707 run/a/asm_jnge_01_B.d(26)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19708 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19709
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19710 Torture-Sub-1/32-ERROR: run/a/asm_jnge_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19711 run: llvmdc -O0 -od./obj -ofrun/a/asm_jnge_01_C.d.exe run/a/asm_jnge_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19712 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19713 run/a/asm_jnge_01_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19714 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19715
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19716 Torture-Sub-1/32-PASS: run/a/asm_jnge_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19717 run: llvmdc -O0 -od./obj -ofrun/a/asm_jnl_01_A.d.exe run/a/asm_jnl_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19718 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19719 run/a/asm_jnl_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19720 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19721
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19722 Torture-Sub-1/32-PASS: run/a/asm_jnl_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19723 run: llvmdc -O0 -od./obj -ofrun/a/asm_jnl_01_B.d.exe run/a/asm_jnl_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19724 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19725 run/a/asm_jnl_01_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19726 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19727
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19728 Torture-Sub-1/32-PASS: run/a/asm_jnl_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19729 run: llvmdc -O0 -od./obj -ofrun/a/asm_jnl_01_C.d.exe run/a/asm_jnl_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19730 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19731 run/a/asm_jnl_01_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19732 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19733
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19734 Torture-Sub-1/32-PASS: run/a/asm_jnl_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19735 run: llvmdc -O0 -od./obj -ofrun/a/asm_jnle_01_A.d.exe run/a/asm_jnle_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19736 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19737 run/a/asm_jnle_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19738 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19739
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19740 Torture-Sub-1/32-PASS: run/a/asm_jnle_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19741 run: llvmdc -O0 -od./obj -ofrun/a/asm_jnle_01_B.d.exe run/a/asm_jnle_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19742 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19743 run/a/asm_jnle_01_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19744 Exception: Assertion failure
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19745 Assertion failed:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19746 run/a/asm_jnle_01_B.d(26)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19747 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19748
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19749 Torture-Sub-1/32-ERROR: run/a/asm_jnle_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19750 run: llvmdc -O0 -od./obj -ofrun/a/asm_jnle_01_C.d.exe run/a/asm_jnle_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19751 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19752 run/a/asm_jnle_01_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19753 Exception: Assertion failure
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19754 Assertion failed:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19755 run/a/asm_jnle_01_C.d(26)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19756 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19757
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19758 Torture-Sub-1/32-ERROR: run/a/asm_jnle_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19759 run: llvmdc -O0 -od./obj -ofrun/a/asm_jno_01_A.d.exe run/a/asm_jno_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19760 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19761 run/a/asm_jno_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19762 Exception: Assertion failure
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19763 Assertion failed:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19764 run/a/asm_jno_01_A.d(26)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19765 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19766
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19767 Torture-Sub-1/32-ERROR: run/a/asm_jno_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19768 run: llvmdc -O0 -od./obj -ofrun/a/asm_jno_01_B.d.exe run/a/asm_jno_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19769 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19770 run/a/asm_jno_01_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19771 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19772
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19773 Torture-Sub-1/32-PASS: run/a/asm_jno_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19774 run: llvmdc -O0 -od./obj -ofrun/a/asm_jnp_01_A.d.exe run/a/asm_jnp_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19775 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19776 run/a/asm_jnp_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19777 Exception: Assertion failure
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19778 Assertion failed:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19779 run/a/asm_jnp_01_A.d(25)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19780 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19781
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19782 Torture-Sub-1/32-ERROR: run/a/asm_jnp_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19783 run: llvmdc -O0 -od./obj -ofrun/a/asm_jnp_01_B.d.exe run/a/asm_jnp_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19784 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19785 run/a/asm_jnp_01_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19786 Exception: Assertion failure
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19787 Assertion failed:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19788 run/a/asm_jnp_01_B.d(25)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19789 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19790
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19791 Torture-Sub-1/32-ERROR: run/a/asm_jnp_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19792 run: llvmdc -O0 -od./obj -ofrun/a/asm_jnp_01_C.d.exe run/a/asm_jnp_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19793 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19794 run/a/asm_jnp_01_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19795 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19796
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19797 Torture-Sub-1/32-PASS: run/a/asm_jnp_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19798 run: llvmdc -O0 -od./obj -ofrun/a/asm_jnp_01_D.d.exe run/a/asm_jnp_01_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19799 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19800 run/a/asm_jnp_01_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19801 Exception: Assertion failure
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19802 Assertion failed:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19803 run/a/asm_jnp_01_D.d(25)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19804 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19805
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19806 Torture-Sub-1/32-ERROR: run/a/asm_jnp_01_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19807 run: llvmdc -O0 -od./obj -ofrun/a/asm_jns_01_A.d.exe run/a/asm_jns_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19808 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19809 run/a/asm_jns_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19810 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19811
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19812 Torture-Sub-1/32-PASS: run/a/asm_jns_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19813 run: llvmdc -O0 -od./obj -ofrun/a/asm_jns_01_B.d.exe run/a/asm_jns_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19814 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19815 run/a/asm_jns_01_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19816 Exception: Assertion failure
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19817 Assertion failed:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19818 run/a/asm_jns_01_B.d(25)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19819 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19820
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19821 Torture-Sub-1/32-ERROR: run/a/asm_jns_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19822 run: llvmdc -O0 -od./obj -ofrun/a/asm_jnz_01_A.d.exe run/a/asm_jnz_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19823 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19824 run/a/asm_jnz_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19825 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19826
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19827 Torture-Sub-1/32-PASS: run/a/asm_jnz_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19828 run: llvmdc -O0 -od./obj -ofrun/a/asm_jnz_01_B.d.exe run/a/asm_jnz_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19829 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19830 run/a/asm_jnz_01_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19831 Exception: Assertion failure
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19832 Assertion failed:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19833 run/a/asm_jnz_01_B.d(25)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19834 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19835
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19836 Torture-Sub-1/32-ERROR: run/a/asm_jnz_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19837 run: llvmdc -O0 -od./obj -ofrun/a/asm_jnz_01_C.d.exe run/a/asm_jnz_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19838 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19839 run/a/asm_jnz_01_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19840 Exception: Assertion failure
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19841 Assertion failed:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19842 run/a/asm_jnz_01_C.d(25)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19843 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19844
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19845 Torture-Sub-1/32-ERROR: run/a/asm_jnz_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19846 run: llvmdc -O0 -od./obj -ofrun/a/asm_jo_01_A.d.exe run/a/asm_jo_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19847 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19848 run/a/asm_jo_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19849 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19850
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19851 Torture-Sub-1/32-PASS: run/a/asm_jo_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19852 run: llvmdc -O0 -od./obj -ofrun/a/asm_jo_01_B.d.exe run/a/asm_jo_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19853 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19854 run/a/asm_jo_01_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19855 Exception: Assertion failure
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19856 Assertion failed:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19857 run/a/asm_jo_01_B.d(25)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19858 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19859
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19860 Torture-Sub-1/32-ERROR: run/a/asm_jo_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19861 run: llvmdc -O0 -od./obj -ofrun/a/asm_jp_01_A.d.exe run/a/asm_jp_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19862 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19863 run/a/asm_jp_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19864 Exception: Assertion failure
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19865 Assertion failed:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19866 run/a/asm_jp_01_A.d(25)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19867 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19868
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19869 Torture-Sub-1/32-ERROR: run/a/asm_jp_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19870 run: llvmdc -O0 -od./obj -ofrun/a/asm_jp_01_B.d.exe run/a/asm_jp_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19871 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19872 run/a/asm_jp_01_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19873 Exception: Assertion failure
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19874 Assertion failed:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19875 run/a/asm_jp_01_B.d(25)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19876 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19877
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19878 Torture-Sub-1/32-ERROR: run/a/asm_jp_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19879 run: llvmdc -O0 -od./obj -ofrun/a/asm_jpe_01_A.d.exe run/a/asm_jpe_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19880 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19881 run/a/asm_jpe_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19882 Exception: Assertion failure
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19883 Assertion failed:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19884 run/a/asm_jpe_01_A.d(25)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19885 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19886
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19887 Torture-Sub-1/32-ERROR: run/a/asm_jpe_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19888 run: llvmdc -O0 -od./obj -ofrun/a/asm_jpe_01_B.d.exe run/a/asm_jpe_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19889 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19890 run/a/asm_jpe_01_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19891 Exception: Assertion failure
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19892 Assertion failed:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19893 run/a/asm_jpe_01_B.d(25)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19894 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19895
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19896 Torture-Sub-1/32-ERROR: run/a/asm_jpe_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19897 run: llvmdc -O0 -od./obj -ofrun/a/asm_jpo_01_A.d.exe run/a/asm_jpo_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19898 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19899 run/a/asm_jpo_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19900 Exception: Assertion failure
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19901 Assertion failed:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19902 run/a/asm_jpo_01_A.d(25)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19903 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19904
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19905 Torture-Sub-1/32-ERROR: run/a/asm_jpo_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19906 run: llvmdc -O0 -od./obj -ofrun/a/asm_jpo_01_B.d.exe run/a/asm_jpo_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19907 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19908 run/a/asm_jpo_01_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19909 Exception: Assertion failure
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19910 Assertion failed:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19911 run/a/asm_jpo_01_B.d(25)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19912 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19913
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19914 Torture-Sub-1/32-ERROR: run/a/asm_jpo_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19915 run: llvmdc -O0 -od./obj -ofrun/a/asm_js_01_A.d.exe run/a/asm_js_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19916 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19917 run/a/asm_js_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19918 Exception: Assertion failure
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19919 Assertion failed:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19920 run/a/asm_js_01_A.d(25)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19921 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19922
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19923 Torture-Sub-1/32-ERROR: run/a/asm_js_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19924 run: llvmdc -O0 -od./obj -ofrun/a/asm_js_01_B.d.exe run/a/asm_js_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19925 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19926 run/a/asm_js_01_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19927 Exception: Assertion failure
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19928 Assertion failed:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19929 run/a/asm_js_01_B.d(25)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19930 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19931
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19932 Torture-Sub-1/32-ERROR: run/a/asm_js_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19933 run: llvmdc -O0 -od./obj -ofrun/a/asm_js_01_C.d.exe run/a/asm_js_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19934 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19935 run/a/asm_js_01_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19936 Exception: Assertion failure
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19937 Assertion failed:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19938 run/a/asm_js_01_C.d(25)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19939 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19940
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19941 Torture-Sub-1/32-ERROR: run/a/asm_js_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19942 run: llvmdc -O0 -od./obj -ofrun/a/asm_jz_01_A.d.exe run/a/asm_jz_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19943 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19944 run/a/asm_jz_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19945 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19946
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19947 Torture-Sub-1/32-PASS: run/a/asm_jz_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19948 run: llvmdc -O0 -od./obj -ofrun/a/asm_jz_01_B.d.exe run/a/asm_jz_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19949 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19950 run/a/asm_jz_01_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19951 Exception: Assertion failure
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19952 Assertion failed:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19953 run/a/asm_jz_01_B.d(26)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19954 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19955
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19956 Torture-Sub-1/32-ERROR: run/a/asm_jz_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19957 run: llvmdc -O0 -od./obj -ofrun/a/asm_jz_01_C.d.exe run/a/asm_jz_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19958 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19959 run/a/asm_jz_01_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19960 Exception: Assertion failure
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19961 Assertion failed:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19962 run/a/asm_jz_01_C.d(26)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19963 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19964
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19965 Torture-Sub-1/32-ERROR: run/a/asm_jz_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19966 run: llvmdc -O0 -od./obj -ofrun/a/asm_lahf_01_A.d.exe run/a/asm_lahf_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19967 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19968 run/a/asm_lahf_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19969 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19970
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19971 Torture-Sub-1/32-PASS: run/a/asm_lahf_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19972 run: llvmdc -O0 -od./obj -ofrun/a/asm_lar_01_A.d.exe run/a/asm_lar_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19973 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19974 run/a/asm_lar_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19975 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19976
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19977 Torture-Sub-1/32-PASS: run/a/asm_lar_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19978 run: llvmdc -O0 -od./obj -ofrun/a/asm_lar_01.d.exe run/a/asm_lar_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19979 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19980 run/a/asm_lar_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19981 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19982
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19983 Torture-Sub-1/32-PASS: run/a/asm_lar_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19984 run: llvmdc -O0 -od./obj -ofrun/a/asm_lddqu_01.d.exe run/a/asm_lddqu_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19985 Warning: addon/cpuinfo.d(199): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19986 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19987 run/a/asm_lddqu_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19988 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19989
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19990 Torture-Sub-1/32-PASS: run/a/asm_lddqu_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19991 run: llvmdc -O0 -od./obj -ofrun/a/asm_ldmxcsr_01_A.d.exe run/a/asm_ldmxcsr_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19992 Warning: addon/cpuinfo.d(132): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19993 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19994 run/a/asm_ldmxcsr_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19995 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19996
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19997 Torture-Sub-1/32-PASS: run/a/asm_ldmxcsr_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19998 run: llvmdc -O0 -od./obj -ofrun/a/asm_lea_01_A.d.exe run/a/asm_lea_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
19999 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20000 run/a/asm_lea_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20001 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20002
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20003 Torture-Sub-1/32-PASS: run/a/asm_lea_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20004 run: llvmdc -O0 -od./obj -ofrun/a/asm_lea_01_B.d.exe run/a/asm_lea_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20005 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20006 run/a/asm_lea_01_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20007 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20008
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20009 Torture-Sub-1/32-PASS: run/a/asm_lea_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20010 run: llvmdc -O0 -od./obj -ofrun/a/asm_lea_02_A.d.exe run/a/asm_lea_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20011 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20012 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20013 EXIT CODE: 11
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20014 Torture-Sub-1/32-ERROR: run/a/asm_lea_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20015 run: llvmdc -O0 -od./obj -ofrun/a/asm_lea_03_A.d.exe run/a/asm_lea_03_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20016 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20017 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20018 EXIT CODE: 11
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20019 Torture-Sub-1/32-ERROR: run/a/asm_lea_03_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20020 run: llvmdc -O0 -od./obj -ofrun/a/asm_lea_03_B.d.exe run/a/asm_lea_03_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20021 run/a/asm_lea_03_B.d(16): Error: undefined identifier Llabel
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20022 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20023 Torture-Sub-1/32-FAIL: run/a/asm_lea_03_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20024 run: llvmdc -O0 -od./obj -ofrun/a/asm_leave_01.d.exe run/a/asm_leave_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20025 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20026 run/a/asm_leave_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20027 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20028
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20029 Torture-Sub-1/32-PASS: run/a/asm_leave_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20030 run: llvmdc -O0 -od./obj -ofrun/a/asm_lfence_01.d.exe run/a/asm_lfence_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20031 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20032 run/a/asm_lfence_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20033 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20034
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20035 Torture-Sub-1/32-PASS: run/a/asm_lfence_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20036 run: llvmdc -O0 -od./obj -ofrun/a/asm_lock_01.d.exe run/a/asm_lock_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20037 terminate called after throwing an instance of 'std::out_of_range'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20038 what(): basic_string::replace
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20039 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20040 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20041 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x150)[0x4013e6a0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20042 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3c5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20043 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3f6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20044 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c4fa]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20045 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZSt20__throw_out_of_rangePKc+0x79)[0x400d8f49]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20046 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKcj+0x1aa)[0x4011cbc8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20047 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKc+0x48)[0x4011cdd6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20048 llvmdc[0x8174a4e]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20049 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20050 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20051 Torture-Sub-1/32-ERROR: run/a/asm_lock_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20052 run: llvmdc -O0 -od./obj -ofrun/a/asm_loop_01.d.exe run/a/asm_loop_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20053 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20054 run/a/asm_loop_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20055 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20056
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20057 Torture-Sub-1/32-ERROR: run/a/asm_loop_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20058 run: llvmdc -O0 -od./obj -ofrun/a/asm_loop_02_A.d.exe run/a/asm_loop_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20059 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20060 run/a/asm_loop_02_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20061 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20062
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20063 Torture-Sub-1/32-ERROR: run/a/asm_loop_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20064 run: llvmdc -O0 -od./obj -ofrun/a/asm_loop_02_C.d.exe run/a/asm_loop_02_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20065 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20066 run/a/asm_loop_02_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20067 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20068
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20069 Torture-Sub-1/32-ERROR: run/a/asm_loop_02_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20070 run: llvmdc -O0 -od./obj -ofrun/a/asm_loope_01_A.d.exe run/a/asm_loope_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20071 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20072 run/a/asm_loope_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20073 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20074
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20075 Torture-Sub-1/32-ERROR: run/a/asm_loope_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20076 run: llvmdc -O0 -od./obj -ofrun/a/asm_loopne_01_A.d.exe run/a/asm_loopne_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20077 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20078 run/a/asm_loopne_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20079 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20080
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20081 Torture-Sub-1/32-ERROR: run/a/asm_loopne_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20082 run: llvmdc -O0 -od./obj -ofrun/a/asm_maxpd_01_A.d.exe run/a/asm_maxpd_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20083 Warning: addon/cpuinfo.d(176): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20084 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20085 run/a/asm_maxpd_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20086 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20087
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20088 Torture-Sub-1/32-PASS: run/a/asm_maxpd_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20089 run: llvmdc -O0 -od./obj -ofrun/a/asm_maxps_01_A.d.exe run/a/asm_maxps_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20090 Warning: addon/cpuinfo.d(154): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20091 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20092 run/a/asm_maxps_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20093 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20094
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20095 Torture-Sub-1/32-PASS: run/a/asm_maxps_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20096 run: llvmdc -O0 -od./obj -ofrun/a/asm_maxsd_01_A.d.exe run/a/asm_maxsd_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20097 Warning: addon/cpuinfo.d(176): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20098 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20099 run/a/asm_maxsd_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20100 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20101
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20102 Torture-Sub-1/32-PASS: run/a/asm_maxsd_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20103 run: llvmdc -O0 -od./obj -ofrun/a/asm_maxss_01_A.d.exe run/a/asm_maxss_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20104 Warning: addon/cpuinfo.d(154): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20105 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20106 run/a/asm_maxss_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20107 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20108
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20109 Torture-Sub-1/32-PASS: run/a/asm_maxss_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20110 run: llvmdc -O0 -od./obj -ofrun/a/asm_mfence_01.d.exe run/a/asm_mfence_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20111 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20112 run/a/asm_mfence_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20113 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20114
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20115 Torture-Sub-1/32-PASS: run/a/asm_mfence_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20116 run: llvmdc -O0 -od./obj -ofrun/a/asm_minpd_01_A.d.exe run/a/asm_minpd_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20117 Warning: addon/cpuinfo.d(176): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20118 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20119 run/a/asm_minpd_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20120 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20121
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20122 Torture-Sub-1/32-PASS: run/a/asm_minpd_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20123 run: llvmdc -O0 -od./obj -ofrun/a/asm_minps_01_A.d.exe run/a/asm_minps_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20124 Warning: addon/cpuinfo.d(154): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20125 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20126 run/a/asm_minps_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20127 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20128
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20129 Torture-Sub-1/32-PASS: run/a/asm_minps_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20130 run: llvmdc -O0 -od./obj -ofrun/a/asm_minsd_01_A.d.exe run/a/asm_minsd_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20131 Warning: addon/cpuinfo.d(176): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20132 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20133 run/a/asm_minsd_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20134 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20135
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20136 Torture-Sub-1/32-PASS: run/a/asm_minsd_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20137 run: llvmdc -O0 -od./obj -ofrun/a/asm_minsd_01_B.d.exe run/a/asm_minsd_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20138 Warning: addon/cpuinfo.d(176): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20139 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20140 run/a/asm_minsd_01_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20141 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20142
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20143 Torture-Sub-1/32-PASS: run/a/asm_minsd_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20144 run: llvmdc -O0 -od./obj -ofrun/a/asm_minss_01_A.d.exe run/a/asm_minss_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20145 Warning: addon/cpuinfo.d(154): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20146 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20147 run/a/asm_minss_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20148 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20149
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20150 Torture-Sub-1/32-PASS: run/a/asm_minss_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20151 run: llvmdc -O0 -od./obj -ofrun/a/asm_minss_01_B.d.exe run/a/asm_minss_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20152 Warning: addon/cpuinfo.d(154): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20153 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20154 run/a/asm_minss_01_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20155 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20156
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20157 Torture-Sub-1/32-PASS: run/a/asm_minss_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20158 run: llvmdc -O0 -od./obj -ofrun/a/asm_mov_01_A.d.exe run/a/asm_mov_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20159 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20160 run/a/asm_mov_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20161 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20162
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20163 Torture-Sub-1/32-PASS: run/a/asm_mov_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20164 run: llvmdc -O0 -od./obj -ofrun/a/asm_mov_01_B.d.exe run/a/asm_mov_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20165 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20166 run/a/asm_mov_01_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20167 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20168
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20169 Torture-Sub-1/32-PASS: run/a/asm_mov_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20170 run: llvmdc -O0 -od./obj -ofrun/a/asm_mov_01_C.d.exe run/a/asm_mov_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20171 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20172 run/a/asm_mov_01_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20173 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20174
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20175 Torture-Sub-1/32-PASS: run/a/asm_mov_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20176 run: llvmdc -O0 -od./obj -ofrun/a/asm_mov_01_D.d.exe run/a/asm_mov_01_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20177 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20178 run/a/asm_mov_01_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20179 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20180
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20181 Torture-Sub-1/32-PASS: run/a/asm_mov_01_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20182 run: llvmdc -O0 -od./obj -ofrun/a/asm_mov_01_E.d.exe run/a/asm_mov_01_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20183 terminate called after throwing an instance of 'std::out_of_range'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20184 what(): basic_string::replace
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20185 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20186 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20187 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x150)[0x4013e6a0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20188 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3c5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20189 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3f6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20190 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c4fa]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20191 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZSt20__throw_out_of_rangePKc+0x79)[0x400d8f49]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20192 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKcj+0x1aa)[0x4011cbc8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20193 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKc+0x48)[0x4011cdd6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20194 llvmdc[0x8174a4e]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20195 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20196 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20197 Torture-Sub-1/32-ERROR: run/a/asm_mov_01_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20198 run: llvmdc -O0 -od./obj -ofrun/a/asm_mov_02_A.d.exe run/a/asm_mov_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20199 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20200 run/a/asm_mov_02_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20201 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20202
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20203 Torture-Sub-1/32-PASS: run/a/asm_mov_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20204 run: llvmdc -O0 -od./obj -ofrun/a/asm_mov_02_B.d.exe run/a/asm_mov_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20205 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20206 run/a/asm_mov_02_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20207 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20208
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20209 Torture-Sub-1/32-PASS: run/a/asm_mov_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20210 run: llvmdc -O0 -od./obj -ofrun/a/asm_mov_02_C.d.exe run/a/asm_mov_02_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20211 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20212 run/a/asm_mov_02_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20213 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20214
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20215 Torture-Sub-1/32-PASS: run/a/asm_mov_02_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20216 run: llvmdc -O0 -od./obj -ofrun/a/asm_mov_02_D.d.exe run/a/asm_mov_02_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20217 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20218 run/a/asm_mov_02_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20219 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20220
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20221 Torture-Sub-1/32-PASS: run/a/asm_mov_02_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20222 run: llvmdc -O0 -od./obj -ofrun/a/asm_mov_02_E.d.exe run/a/asm_mov_02_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20223 terminate called after throwing an instance of 'std::out_of_range'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20224 what(): basic_string::replace
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20225 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20226 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20227 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x150)[0x4013e6a0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20228 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3c5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20229 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3f6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20230 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c4fa]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20231 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZSt20__throw_out_of_rangePKc+0x79)[0x400d8f49]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20232 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKcj+0x1aa)[0x4011cbc8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20233 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKc+0x48)[0x4011cdd6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20234 llvmdc[0x8174a4e]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20235 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20236 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20237 Torture-Sub-1/32-ERROR: run/a/asm_mov_02_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20238 run: llvmdc -O0 -od./obj -ofrun/a/asm_mov_03_A.d.exe run/a/asm_mov_03_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20239 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20240 run/a/asm_mov_03_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20241 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20242
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20243 Torture-Sub-1/32-PASS: run/a/asm_mov_03_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20244 run: llvmdc -O0 -od./obj -ofrun/a/asm_mov_03_B.d.exe run/a/asm_mov_03_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20245 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20246 run/a/asm_mov_03_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20247 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20248
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20249 Torture-Sub-1/32-PASS: run/a/asm_mov_03_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20250 run: llvmdc -O0 -od./obj -ofrun/a/asm_mov_03_C.d.exe run/a/asm_mov_03_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20251 terminate called after throwing an instance of 'std::out_of_range'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20252 what(): basic_string::replace
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20253 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20254 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20255 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x150)[0x4013e6a0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20256 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3c5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20257 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3f6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20258 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c4fa]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20259 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZSt20__throw_out_of_rangePKc+0x79)[0x400d8f49]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20260 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKcj+0x1aa)[0x4011cbc8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20261 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKc+0x48)[0x4011cdd6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20262 llvmdc[0x8174a4e]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20263 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20264 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20265 Torture-Sub-1/32-ERROR: run/a/asm_mov_03_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20266 run: llvmdc -O0 -od./obj -ofrun/a/asm_mov_04_A.d.exe run/a/asm_mov_04_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20267 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20268 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20269 EXIT CODE: 11
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20270 Torture-Sub-1/32-ERROR: run/a/asm_mov_04_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20271 run: llvmdc -O0 -od./obj -ofrun/a/asm_movapd_01_A.d.exe run/a/asm_movapd_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20272 Warning: addon/cpuinfo.d(176): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20273 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20274 run/a/asm_movapd_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20275 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20276
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20277 Torture-Sub-1/32-PASS: run/a/asm_movapd_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20278 run: llvmdc -O0 -od./obj -ofrun/a/asm_movaps_01_A.d.exe run/a/asm_movaps_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20279 Warning: addon/cpuinfo.d(154): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20280 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20281 run/a/asm_movaps_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20282 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20283
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20284 Torture-Sub-1/32-PASS: run/a/asm_movaps_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20285 run: llvmdc -O0 -od./obj -ofrun/a/asm_movd_01.d.exe run/a/asm_movd_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20286 Warning: addon/cpuinfo.d(132): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20287 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20288 run/a/asm_movd_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20289 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20290
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20291 Torture-Sub-1/32-PASS: run/a/asm_movd_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20292 run: llvmdc -O0 -od./obj -ofrun/a/asm_movd_02_A.d.exe run/a/asm_movd_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20293 /tmp/cc2NlTfr.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20294 (.text+0x2d): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20295 /tmp/cc2NlTfr.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20296 (.text+0x3a): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20297 /tmp/cc2NlTfr.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20298 (.text+0x47): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20299 collect2: ld returned 1 exit status
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20300 llvm-ld:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20301 --- errorlevel 1
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20302 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20303 Torture-Sub-1/32-FAIL: run/a/asm_movd_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20304 run: llvmdc -O0 -od./obj -ofrun/a/asm_movd_02_B.d.exe run/a/asm_movd_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20305 /tmp/cctB7hSS.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20306 (.text+0x2d): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20307 /tmp/cctB7hSS.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20308 (.text+0x3a): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20309 /tmp/cctB7hSS.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20310 (.text+0x47): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20311 collect2: ld returned 1 exit status
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20312 llvm-ld:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20313 --- errorlevel 1
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20314 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20315 Torture-Sub-1/32-FAIL: run/a/asm_movd_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20316 run: llvmdc -O0 -od./obj -ofrun/a/asm_movd_02_C.d.exe run/a/asm_movd_02_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20317 /tmp/ccqZ6Rgh.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20318 (.text+0x2d): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20319 /tmp/ccqZ6Rgh.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20320 (.text+0x3a): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20321 /tmp/ccqZ6Rgh.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20322 (.text+0x47): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20323 collect2: ld returned 1 exit status
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20324 llvm-ld:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20325 --- errorlevel 1
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20326 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20327 Torture-Sub-1/32-FAIL: run/a/asm_movd_02_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20328 run: llvmdc -O0 -od./obj -ofrun/a/asm_movd_02_D.d.exe run/a/asm_movd_02_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20329 /tmp/ccIT0tnw.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20330 (.text+0x2d): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20331 /tmp/ccIT0tnw.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20332 (.text+0x3a): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20333 /tmp/ccIT0tnw.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20334 (.text+0x47): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20335 collect2: ld returned 1 exit status
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20336 llvm-ld:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20337 --- errorlevel 1
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20338 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20339 Torture-Sub-1/32-FAIL: run/a/asm_movd_02_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20340 run: llvmdc -O0 -od./obj -ofrun/a/asm_movd_02_E.d.exe run/a/asm_movd_02_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20341 /tmp/cczsYWY0.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20342 (.text+0x2d): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20343 /tmp/cczsYWY0.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20344 (.text+0x3a): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20345 /tmp/cczsYWY0.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20346 (.text+0x47): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20347 collect2: ld returned 1 exit status
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20348 llvm-ld:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20349 --- errorlevel 1
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20350 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20351 Torture-Sub-1/32-FAIL: run/a/asm_movd_02_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20352 run: llvmdc -O0 -od./obj -ofrun/a/asm_movd_02_F.d.exe run/a/asm_movd_02_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20353 /tmp/cchAHNrd.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20354 (.text+0x2d): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20355 /tmp/cchAHNrd.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20356 (.text+0x3a): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20357 /tmp/cchAHNrd.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20358 (.text+0x47): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20359 collect2: ld returned 1 exit status
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20360 llvm-ld:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20361 --- errorlevel 1
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20362 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20363 Torture-Sub-1/32-FAIL: run/a/asm_movd_02_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20364 run: llvmdc -O0 -od./obj -ofrun/a/asm_movd_02_G.d.exe run/a/asm_movd_02_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20365 /tmp/ccEDBGOD.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20366 (.text+0x2d): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20367 /tmp/ccEDBGOD.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20368 (.text+0x3a): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20369 /tmp/ccEDBGOD.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20370 (.text+0x47): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20371 collect2: ld returned 1 exit status
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20372 llvm-ld:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20373 --- errorlevel 1
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20374 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20375 Torture-Sub-1/32-FAIL: run/a/asm_movd_02_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20376 run: llvmdc -O0 -od./obj -ofrun/a/asm_movd_02_H.d.exe run/a/asm_movd_02_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20377 /tmp/ccFhfI12.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20378 (.text+0x2d): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20379 /tmp/ccFhfI12.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20380 (.text+0x3a): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20381 /tmp/ccFhfI12.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20382 (.text+0x47): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20383 collect2: ld returned 1 exit status
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20384 llvm-ld:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20385 --- errorlevel 1
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20386 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20387 Torture-Sub-1/32-FAIL: run/a/asm_movd_02_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20388 run: llvmdc -O0 -od./obj -ofrun/a/asm_movd_02_I.d.exe run/a/asm_movd_02_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20389 /tmp/ccHTQJBh.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20390 (.text+0x2c): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20391 /tmp/ccHTQJBh.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20392 (.text+0x39): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20393 /tmp/ccHTQJBh.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20394 (.text+0x46): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20395 collect2: ld returned 1 exit status
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20396 llvm-ld:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20397 --- errorlevel 1
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20398 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20399 Torture-Sub-1/32-FAIL: run/a/asm_movd_02_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20400 run: llvmdc -O0 -od./obj -ofrun/a/asm_movd_02_J.d.exe run/a/asm_movd_02_J.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20401 /tmp/cceEwWRM.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20402 (.text+0x2c): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20403 /tmp/cceEwWRM.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20404 (.text+0x39): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20405 /tmp/cceEwWRM.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20406 (.text+0x46): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20407 collect2: ld returned 1 exit status
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20408 llvm-ld:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20409 --- errorlevel 1
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20410 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20411 Torture-Sub-1/32-FAIL: run/a/asm_movd_02_J.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20412 run: llvmdc -O0 -od./obj -ofrun/a/asm_movd_02_K.d.exe run/a/asm_movd_02_K.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20413 /tmp/ccbqP9vb.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20414 (.text+0x2c): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20415 /tmp/ccbqP9vb.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20416 (.text+0x39): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20417 /tmp/ccbqP9vb.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20418 (.text+0x46): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20419 collect2: ld returned 1 exit status
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20420 llvm-ld:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20421 --- errorlevel 1
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20422 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20423 Torture-Sub-1/32-FAIL: run/a/asm_movd_02_K.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20424 run: llvmdc -O0 -od./obj -ofrun/a/asm_movd_02_L.d.exe run/a/asm_movd_02_L.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20425 /tmp/ccTJmbtw.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20426 (.text+0x2c): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20427 /tmp/ccTJmbtw.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20428 (.text+0x39): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20429 /tmp/ccTJmbtw.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20430 (.text+0x46): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20431 collect2: ld returned 1 exit status
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20432 llvm-ld:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20433 --- errorlevel 1
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20434 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20435 Torture-Sub-1/32-FAIL: run/a/asm_movd_02_L.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20436 run: llvmdc -O0 -od./obj -ofrun/a/asm_movd_02_M.d.exe run/a/asm_movd_02_M.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20437 /tmp/cc2VA07V.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20438 (.text+0x2c): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20439 /tmp/cc2VA07V.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20440 (.text+0x39): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20441 /tmp/cc2VA07V.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20442 (.text+0x46): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20443 collect2: ld returned 1 exit status
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20444 llvm-ld:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20445 --- errorlevel 1
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20446 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20447 Torture-Sub-1/32-FAIL: run/a/asm_movd_02_M.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20448 run: llvmdc -O0 -od./obj -ofrun/a/asm_movd_02_N.d.exe run/a/asm_movd_02_N.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20449 /tmp/ccQQfuFf.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20450 (.text+0x2c): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20451 /tmp/ccQQfuFf.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20452 (.text+0x39): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20453 /tmp/ccQQfuFf.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20454 (.text+0x46): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20455 collect2: ld returned 1 exit status
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20456 llvm-ld:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20457 --- errorlevel 1
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20458 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20459 Torture-Sub-1/32-FAIL: run/a/asm_movd_02_N.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20460 run: llvmdc -O0 -od./obj -ofrun/a/asm_movd_02_O.d.exe run/a/asm_movd_02_O.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20461 /tmp/ccn51TOF.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20462 (.text+0x2c): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20463 /tmp/ccn51TOF.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20464 (.text+0x39): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20465 /tmp/ccn51TOF.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20466 (.text+0x46): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20467 collect2: ld returned 1 exit status
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20468 llvm-ld:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20469 --- errorlevel 1
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20470 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20471 Torture-Sub-1/32-FAIL: run/a/asm_movd_02_O.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20472 run: llvmdc -O0 -od./obj -ofrun/a/asm_movd_02_P.d.exe run/a/asm_movd_02_P.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20473 /tmp/ccS4l9x8.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20474 (.text+0x2c): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20475 /tmp/ccS4l9x8.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20476 (.text+0x39): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20477 /tmp/ccS4l9x8.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20478 (.text+0x46): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20479 collect2: ld returned 1 exit status
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20480 llvm-ld:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20481 --- errorlevel 1
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20482 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20483 Torture-Sub-1/32-FAIL: run/a/asm_movd_02_P.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20484 run: llvmdc -O0 -od./obj -ofrun/a/asm_movd_03_A.d.exe run/a/asm_movd_03_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20485 /tmp/ccWUK65p.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20486 (.text+0x2d): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20487 /tmp/ccWUK65p.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20488 (.text+0x3a): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20489 /tmp/ccWUK65p.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20490 (.text+0x47): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20491 collect2: ld returned 1 exit status
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20492 llvm-ld:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20493 --- errorlevel 1
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20494 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20495 Torture-Sub-1/32-FAIL: run/a/asm_movd_03_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20496 run: llvmdc -O0 -od./obj -ofrun/a/asm_movd_03_B.d.exe run/a/asm_movd_03_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20497 /tmp/cc3113QO.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20498 (.text+0x2d): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20499 /tmp/cc3113QO.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20500 (.text+0x3a): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20501 /tmp/cc3113QO.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20502 (.text+0x47): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20503 collect2: ld returned 1 exit status
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20504 llvm-ld:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20505 --- errorlevel 1
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20506 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20507 Torture-Sub-1/32-FAIL: run/a/asm_movd_03_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20508 run: llvmdc -O0 -od./obj -ofrun/a/asm_movd_03_C.d.exe run/a/asm_movd_03_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20509 /tmp/cc28AJtf.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20510 (.text+0x2d): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20511 /tmp/cc28AJtf.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20512 (.text+0x3a): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20513 /tmp/cc28AJtf.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20514 (.text+0x47): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20515 collect2: ld returned 1 exit status
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20516 llvm-ld:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20517 --- errorlevel 1
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20518 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20519 Torture-Sub-1/32-FAIL: run/a/asm_movd_03_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20520 run: llvmdc -O0 -od./obj -ofrun/a/asm_movd_03_D.d.exe run/a/asm_movd_03_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20521 /tmp/cciACP5t.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20522 (.text+0x2d): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20523 /tmp/cciACP5t.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20524 (.text+0x3a): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20525 /tmp/cciACP5t.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20526 (.text+0x47): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20527 collect2: ld returned 1 exit status
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20528 llvm-ld:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20529 --- errorlevel 1
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20530 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20531 Torture-Sub-1/32-FAIL: run/a/asm_movd_03_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20532 run: llvmdc -O0 -od./obj -ofrun/a/asm_movd_03_E.d.exe run/a/asm_movd_03_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20533 /tmp/cchvhIdT.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20534 (.text+0x2d): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20535 /tmp/cchvhIdT.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20536 (.text+0x3a): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20537 /tmp/cchvhIdT.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20538 (.text+0x47): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20539 collect2: ld returned 1 exit status
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20540 llvm-ld:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20541 --- errorlevel 1
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20542 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20543 Torture-Sub-1/32-FAIL: run/a/asm_movd_03_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20544 run: llvmdc -O0 -od./obj -ofrun/a/asm_movd_03_F.d.exe run/a/asm_movd_03_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20545 /tmp/ccdcoILc.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20546 (.text+0x2d): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20547 /tmp/ccdcoILc.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20548 (.text+0x3a): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20549 /tmp/ccdcoILc.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20550 (.text+0x47): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20551 collect2: ld returned 1 exit status
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20552 llvm-ld:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20553 --- errorlevel 1
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20554 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20555 Torture-Sub-1/32-FAIL: run/a/asm_movd_03_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20556 run: llvmdc -O0 -od./obj -ofrun/a/asm_movd_03_G.d.exe run/a/asm_movd_03_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20557 /tmp/ccw7NvHx.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20558 (.text+0x2d): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20559 /tmp/ccw7NvHx.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20560 (.text+0x3a): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20561 /tmp/ccw7NvHx.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20562 (.text+0x47): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20563 collect2: ld returned 1 exit status
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20564 llvm-ld:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20565 --- errorlevel 1
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20566 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20567 Torture-Sub-1/32-FAIL: run/a/asm_movd_03_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20568 run: llvmdc -O0 -od./obj -ofrun/a/asm_movd_03_H.d.exe run/a/asm_movd_03_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20569 /tmp/ccrKEfAX.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20570 (.text+0x2d): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20571 /tmp/ccrKEfAX.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20572 (.text+0x3a): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20573 /tmp/ccrKEfAX.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20574 (.text+0x47): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20575 collect2: ld returned 1 exit status
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20576 llvm-ld:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20577 --- errorlevel 1
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20578 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20579 Torture-Sub-1/32-FAIL: run/a/asm_movd_03_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20580 run: llvmdc -O0 -od./obj -ofrun/a/asm_movd_03_I.d.exe run/a/asm_movd_03_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20581 /tmp/ccPp7xbf.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20582 (.text+0x2d): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20583 /tmp/ccPp7xbf.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20584 (.text+0x3a): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20585 /tmp/ccPp7xbf.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20586 (.text+0x47): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20587 collect2: ld returned 1 exit status
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20588 llvm-ld:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20589 --- errorlevel 1
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20590 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20591 Torture-Sub-1/32-FAIL: run/a/asm_movd_03_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20592 run: llvmdc -O0 -od./obj -ofrun/a/asm_movd_03_J.d.exe run/a/asm_movd_03_J.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20593 /tmp/ccYNEKQH.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20594 (.text+0x2d): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20595 /tmp/ccYNEKQH.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20596 (.text+0x3a): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20597 /tmp/ccYNEKQH.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20598 (.text+0x47): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20599 collect2: ld returned 1 exit status
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20600 llvm-ld:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20601 --- errorlevel 1
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20602 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20603 Torture-Sub-1/32-FAIL: run/a/asm_movd_03_J.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20604 run: llvmdc -O0 -od./obj -ofrun/a/asm_movd_03_K.d.exe run/a/asm_movd_03_K.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20605 /tmp/ccXg3xs8.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20606 (.text+0x2d): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20607 /tmp/ccXg3xs8.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20608 (.text+0x3a): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20609 /tmp/ccXg3xs8.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20610 (.text+0x47): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20611 collect2: ld returned 1 exit status
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20612 llvm-ld:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20613 --- errorlevel 1
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20614 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20615 Torture-Sub-1/32-FAIL: run/a/asm_movd_03_K.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20616 run: llvmdc -O0 -od./obj -ofrun/a/asm_movd_03_L.d.exe run/a/asm_movd_03_L.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20617 /tmp/ccqni0un.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20618 (.text+0x2d): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20619 /tmp/ccqni0un.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20620 (.text+0x3a): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20621 /tmp/ccqni0un.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20622 (.text+0x47): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20623 collect2: ld returned 1 exit status
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20624 llvm-ld:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20625 --- errorlevel 1
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20626 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20627 Torture-Sub-1/32-FAIL: run/a/asm_movd_03_L.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20628 run: llvmdc -O0 -od./obj -ofrun/a/asm_movd_03_M.d.exe run/a/asm_movd_03_M.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20629 /tmp/ccB59HFK.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20630 (.text+0x2d): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20631 /tmp/ccB59HFK.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20632 (.text+0x3a): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20633 /tmp/ccB59HFK.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20634 (.text+0x47): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20635 collect2: ld returned 1 exit status
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20636 llvm-ld:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20637 --- errorlevel 1
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20638 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20639 Torture-Sub-1/32-FAIL: run/a/asm_movd_03_M.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20640 run: llvmdc -O0 -od./obj -ofrun/a/asm_movd_03_N.d.exe run/a/asm_movd_03_N.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20641 /tmp/ccS66Vc8.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20642 (.text+0x2d): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20643 /tmp/ccS66Vc8.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20644 (.text+0x3a): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20645 /tmp/ccS66Vc8.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20646 (.text+0x47): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20647 collect2: ld returned 1 exit status
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20648 llvm-ld:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20649 --- errorlevel 1
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20650 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20651 Torture-Sub-1/32-FAIL: run/a/asm_movd_03_N.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20652 run: llvmdc -O0 -od./obj -ofrun/a/asm_movd_03_O.d.exe run/a/asm_movd_03_O.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20653 /tmp/ccMesRZi.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20654 (.text+0x2d): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20655 /tmp/ccMesRZi.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20656 (.text+0x3a): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20657 /tmp/ccMesRZi.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20658 (.text+0x47): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20659 collect2: ld returned 1 exit status
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20660 llvm-ld:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20661 --- errorlevel 1
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20662 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20663 Torture-Sub-1/32-FAIL: run/a/asm_movd_03_O.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20664 run: llvmdc -O0 -od./obj -ofrun/a/asm_movd_03_P.d.exe run/a/asm_movd_03_P.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20665 /tmp/ccNdnxlF.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20666 (.text+0x2d): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20667 /tmp/ccNdnxlF.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20668 (.text+0x3a): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20669 /tmp/ccNdnxlF.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20670 (.text+0x47): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20671 collect2: ld returned 1 exit status
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20672 llvm-ld:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20673 --- errorlevel 1
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20674 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20675 Torture-Sub-1/32-FAIL: run/a/asm_movd_03_P.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20676 run: llvmdc -O0 -od./obj -ofrun/a/asm_movd_04_A.d.exe run/a/asm_movd_04_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20677 /tmp/ccusube3.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20678 (.text+0x2d): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20679 /tmp/ccusube3.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20680 (.text+0x3a): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20681 /tmp/ccusube3.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20682 (.text+0x47): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20683 collect2: ld returned 1 exit status
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20684 llvm-ld:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20685 --- errorlevel 1
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20686 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20687 Torture-Sub-1/32-FAIL: run/a/asm_movd_04_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20688 run: llvmdc -O0 -od./obj -ofrun/a/asm_movd_04_B.d.exe run/a/asm_movd_04_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20689 /tmp/cca3Lg0h.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20690 (.text+0x2d): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20691 /tmp/cca3Lg0h.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20692 (.text+0x3a): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20693 /tmp/cca3Lg0h.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20694 (.text+0x47): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20695 collect2: ld returned 1 exit status
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20696 llvm-ld:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20697 --- errorlevel 1
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20698 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20699 Torture-Sub-1/32-FAIL: run/a/asm_movd_04_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20700 run: llvmdc -O0 -od./obj -ofrun/a/asm_movd_04_C.d.exe run/a/asm_movd_04_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20701 /tmp/ccFL2tpI.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20702 (.text+0x2d): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20703 /tmp/ccFL2tpI.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20704 (.text+0x3a): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20705 /tmp/ccFL2tpI.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20706 (.text+0x47): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20707 collect2: ld returned 1 exit status
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20708 llvm-ld:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20709 --- errorlevel 1
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20710 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20711 Torture-Sub-1/32-FAIL: run/a/asm_movd_04_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20712 run: llvmdc -O0 -od./obj -ofrun/a/asm_movd_04_D.d.exe run/a/asm_movd_04_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20713 /tmp/ccCYyWu7.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20714 (.text+0x2d): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20715 /tmp/ccCYyWu7.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20716 (.text+0x3a): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20717 /tmp/ccCYyWu7.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20718 (.text+0x47): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20719 collect2: ld returned 1 exit status
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20720 llvm-ld:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20721 --- errorlevel 1
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20722 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20723 Torture-Sub-1/32-FAIL: run/a/asm_movd_04_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20724 run: llvmdc -O0 -od./obj -ofrun/a/asm_movd_04_E.d.exe run/a/asm_movd_04_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20725 /tmp/cc0piR3r.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20726 (.text+0x2d): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20727 /tmp/cc0piR3r.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20728 (.text+0x3a): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20729 /tmp/cc0piR3r.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20730 (.text+0x47): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20731 collect2: ld returned 1 exit status
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20732 llvm-ld:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20733 --- errorlevel 1
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20734 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20735 Torture-Sub-1/32-FAIL: run/a/asm_movd_04_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20736 run: llvmdc -O0 -od./obj -ofrun/a/asm_movd_04_F.d.exe run/a/asm_movd_04_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20737 /tmp/cc5OtfPS.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20738 (.text+0x2d): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20739 /tmp/cc5OtfPS.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20740 (.text+0x3a): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20741 /tmp/cc5OtfPS.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20742 (.text+0x47): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20743 collect2: ld returned 1 exit status
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20744 llvm-ld:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20745 --- errorlevel 1
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20746 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20747 Torture-Sub-1/32-FAIL: run/a/asm_movd_04_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20748 run: llvmdc -O0 -od./obj -ofrun/a/asm_movd_04_G.d.exe run/a/asm_movd_04_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20749 /tmp/ccOCUiKg.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20750 (.text+0x2d): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20751 /tmp/ccOCUiKg.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20752 (.text+0x3a): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20753 /tmp/ccOCUiKg.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20754 (.text+0x47): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20755 collect2: ld returned 1 exit status
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20756 llvm-ld:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20757 --- errorlevel 1
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20758 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20759 Torture-Sub-1/32-FAIL: run/a/asm_movd_04_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20760 run: llvmdc -O0 -od./obj -ofrun/a/asm_movd_04_H.d.exe run/a/asm_movd_04_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20761 /tmp/ccijkpLG.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20762 (.text+0x2d): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20763 /tmp/ccijkpLG.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20764 (.text+0x3a): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20765 /tmp/ccijkpLG.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20766 (.text+0x47): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20767 collect2: ld returned 1 exit status
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20768 llvm-ld:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20769 --- errorlevel 1
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20770 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20771 Torture-Sub-1/32-FAIL: run/a/asm_movd_04_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20772 run: llvmdc -O0 -od./obj -ofrun/a/asm_movd_04_I.d.exe run/a/asm_movd_04_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20773 /tmp/ccllo1i8.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20774 (.text+0x2c): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20775 /tmp/ccllo1i8.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20776 (.text+0x39): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20777 /tmp/ccllo1i8.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20778 (.text+0x46): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20779 collect2: ld returned 1 exit status
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20780 llvm-ld:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20781 --- errorlevel 1
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20782 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20783 Torture-Sub-1/32-FAIL: run/a/asm_movd_04_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20784 run: llvmdc -O0 -od./obj -ofrun/a/asm_movd_04_J.d.exe run/a/asm_movd_04_J.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20785 /tmp/ccLTCeBo.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20786 (.text+0x2c): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20787 /tmp/ccLTCeBo.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20788 (.text+0x39): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20789 /tmp/ccLTCeBo.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20790 (.text+0x46): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20791 collect2: ld returned 1 exit status
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20792 llvm-ld:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20793 --- errorlevel 1
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20794 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20795 Torture-Sub-1/32-FAIL: run/a/asm_movd_04_J.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20796 run: llvmdc -O0 -od./obj -ofrun/a/asm_movd_04_K.d.exe run/a/asm_movd_04_K.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20797 /tmp/ccj5ltvR.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20798 (.text+0x2c): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20799 /tmp/ccj5ltvR.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20800 (.text+0x39): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20801 /tmp/ccj5ltvR.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20802 (.text+0x46): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20803 collect2: ld returned 1 exit status
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20804 llvm-ld:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20805 --- errorlevel 1
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20806 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20807 Torture-Sub-1/32-FAIL: run/a/asm_movd_04_K.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20808 run: llvmdc -O0 -od./obj -ofrun/a/asm_movd_04_L.d.exe run/a/asm_movd_04_L.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20809 /tmp/ccr8CTSa.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20810 (.text+0x2c): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20811 /tmp/ccr8CTSa.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20812 (.text+0x39): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20813 /tmp/ccr8CTSa.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20814 (.text+0x46): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20815 collect2: ld returned 1 exit status
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20816 llvm-ld:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20817 --- errorlevel 1
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20818 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20819 Torture-Sub-1/32-FAIL: run/a/asm_movd_04_L.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20820 run: llvmdc -O0 -od./obj -ofrun/a/asm_movd_04_M.d.exe run/a/asm_movd_04_M.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20821 /tmp/cc2UncKA.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20822 (.text+0x2c): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20823 /tmp/cc2UncKA.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20824 (.text+0x39): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20825 /tmp/cc2UncKA.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20826 (.text+0x46): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20827 collect2: ld returned 1 exit status
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20828 llvm-ld:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20829 --- errorlevel 1
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20830 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20831 Torture-Sub-1/32-FAIL: run/a/asm_movd_04_M.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20832 run: llvmdc -O0 -od./obj -ofrun/a/asm_movd_04_N.d.exe run/a/asm_movd_04_N.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20833 /tmp/cc3yniD6.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20834 (.text+0x2c): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20835 /tmp/cc3yniD6.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20836 (.text+0x39): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20837 /tmp/cc3yniD6.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20838 (.text+0x46): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20839 collect2: ld returned 1 exit status
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20840 llvm-ld:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20841 --- errorlevel 1
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20842 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20843 Torture-Sub-1/32-FAIL: run/a/asm_movd_04_N.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20844 run: llvmdc -O0 -od./obj -ofrun/a/asm_movd_04_O.d.exe run/a/asm_movd_04_O.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20845 /tmp/ccrEVOff.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20846 (.text+0x2c): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20847 /tmp/ccrEVOff.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20848 (.text+0x39): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20849 /tmp/ccrEVOff.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20850 (.text+0x46): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20851 collect2: ld returned 1 exit status
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20852 llvm-ld:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20853 --- errorlevel 1
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20854 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20855 Torture-Sub-1/32-FAIL: run/a/asm_movd_04_O.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20856 run: llvmdc -O0 -od./obj -ofrun/a/asm_movd_04_P.d.exe run/a/asm_movd_04_P.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20857 /tmp/cccytnGH.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20858 (.text+0x2c): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20859 /tmp/cccytnGH.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20860 (.text+0x39): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20861 /tmp/cccytnGH.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20862 (.text+0x46): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20863 collect2: ld returned 1 exit status
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20864 llvm-ld:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20865 --- errorlevel 1
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20866 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20867 Torture-Sub-1/32-FAIL: run/a/asm_movd_04_P.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20868 run: llvmdc -O0 -od./obj -ofrun/a/asm_movd_05_A.d.exe run/a/asm_movd_05_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20869 /tmp/ccxenTDc.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20870 (.text+0x2d): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20871 /tmp/ccxenTDc.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20872 (.text+0x3a): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20873 /tmp/ccxenTDc.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20874 (.text+0x47): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20875 collect2: ld returned 1 exit status
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20876 llvm-ld:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20877 --- errorlevel 1
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20878 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20879 Torture-Sub-1/32-FAIL: run/a/asm_movd_05_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20880 run: llvmdc -O0 -od./obj -ofrun/a/asm_movd_05_B.d.exe run/a/asm_movd_05_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20881 /tmp/ccBpHGex.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20882 (.text+0x2d): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20883 /tmp/ccBpHGex.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20884 (.text+0x3a): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20885 /tmp/ccBpHGex.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20886 (.text+0x47): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20887 collect2: ld returned 1 exit status
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20888 llvm-ld:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20889 --- errorlevel 1
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20890 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20891 Torture-Sub-1/32-FAIL: run/a/asm_movd_05_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20892 run: llvmdc -O0 -od./obj -ofrun/a/asm_movd_05_C.d.exe run/a/asm_movd_05_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20893 /tmp/ccwKITgT.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20894 (.text+0x2d): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20895 /tmp/ccwKITgT.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20896 (.text+0x3a): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20897 /tmp/ccwKITgT.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20898 (.text+0x47): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20899 collect2: ld returned 1 exit status
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20900 llvm-ld:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20901 --- errorlevel 1
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20902 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20903 Torture-Sub-1/32-FAIL: run/a/asm_movd_05_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20904 run: llvmdc -O0 -od./obj -ofrun/a/asm_movd_05_D.d.exe run/a/asm_movd_05_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20905 /tmp/cciIOzue.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20906 (.text+0x2d): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20907 /tmp/cciIOzue.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20908 (.text+0x3a): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20909 /tmp/cciIOzue.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20910 (.text+0x47): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20911 collect2: ld returned 1 exit status
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20912 llvm-ld:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20913 --- errorlevel 1
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20914 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20915 Torture-Sub-1/32-FAIL: run/a/asm_movd_05_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20916 run: llvmdc -O0 -od./obj -ofrun/a/asm_movd_05_E.d.exe run/a/asm_movd_05_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20917 /tmp/ccTWZr3E.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20918 (.text+0x2d): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20919 /tmp/ccTWZr3E.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20920 (.text+0x3a): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20921 /tmp/ccTWZr3E.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20922 (.text+0x47): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20923 collect2: ld returned 1 exit status
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20924 llvm-ld:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20925 --- errorlevel 1
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20926 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20927 Torture-Sub-1/32-FAIL: run/a/asm_movd_05_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20928 run: llvmdc -O0 -od./obj -ofrun/a/asm_movd_05_F.d.exe run/a/asm_movd_05_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20929 /tmp/ccAoA2ya.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20930 (.text+0x2d): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20931 /tmp/ccAoA2ya.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20932 (.text+0x3a): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20933 /tmp/ccAoA2ya.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20934 (.text+0x47): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20935 collect2: ld returned 1 exit status
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20936 llvm-ld:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20937 --- errorlevel 1
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20938 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20939 Torture-Sub-1/32-FAIL: run/a/asm_movd_05_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20940 run: llvmdc -O0 -od./obj -ofrun/a/asm_movd_05_G.d.exe run/a/asm_movd_05_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20941 /tmp/ccA1P2jm.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20942 (.text+0x2d): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20943 /tmp/ccA1P2jm.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20944 (.text+0x3a): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20945 /tmp/ccA1P2jm.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20946 (.text+0x47): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20947 collect2: ld returned 1 exit status
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20948 llvm-ld:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20949 --- errorlevel 1
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20950 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20951 Torture-Sub-1/32-FAIL: run/a/asm_movd_05_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20952 run: llvmdc -O0 -od./obj -ofrun/a/asm_movd_05_H.d.exe run/a/asm_movd_05_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20953 /tmp/cc5YRsFS.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20954 (.text+0x2d): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20955 /tmp/cc5YRsFS.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20956 (.text+0x3a): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20957 /tmp/cc5YRsFS.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20958 (.text+0x47): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20959 collect2: ld returned 1 exit status
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20960 llvm-ld:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20961 --- errorlevel 1
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20962 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20963 Torture-Sub-1/32-FAIL: run/a/asm_movd_05_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20964 run: llvmdc -O0 -od./obj -ofrun/a/asm_movd_05_I.d.exe run/a/asm_movd_05_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20965 /tmp/ccUOkh9g.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20966 (.text+0x2c): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20967 /tmp/ccUOkh9g.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20968 (.text+0x39): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20969 /tmp/ccUOkh9g.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20970 (.text+0x46): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20971 collect2: ld returned 1 exit status
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20972 llvm-ld:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20973 --- errorlevel 1
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20974 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20975 Torture-Sub-1/32-FAIL: run/a/asm_movd_05_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20976 run: llvmdc -O0 -od./obj -ofrun/a/asm_movd_05_J.d.exe run/a/asm_movd_05_J.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20977 /tmp/cc0ScTtD.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20978 (.text+0x2c): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20979 /tmp/cc0ScTtD.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20980 (.text+0x39): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20981 /tmp/cc0ScTtD.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20982 (.text+0x46): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20983 collect2: ld returned 1 exit status
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20984 llvm-ld:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20985 --- errorlevel 1
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20986 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20987 Torture-Sub-1/32-FAIL: run/a/asm_movd_05_J.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20988 run: llvmdc -O0 -od./obj -ofrun/a/asm_movd_05_K.d.exe run/a/asm_movd_05_K.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20989 /tmp/ccdR1Gy2.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20990 (.text+0x2c): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20991 /tmp/ccdR1Gy2.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20992 (.text+0x39): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20993 /tmp/ccdR1Gy2.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20994 (.text+0x46): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20995 collect2: ld returned 1 exit status
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20996 llvm-ld:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20997 --- errorlevel 1
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20998 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
20999 Torture-Sub-1/32-FAIL: run/a/asm_movd_05_K.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21000 run: llvmdc -O0 -od./obj -ofrun/a/asm_movd_05_L.d.exe run/a/asm_movd_05_L.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21001 /tmp/ccXhXAYo.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21002 (.text+0x2c): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21003 /tmp/ccXhXAYo.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21004 (.text+0x39): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21005 /tmp/ccXhXAYo.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21006 (.text+0x46): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21007 collect2: ld returned 1 exit status
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21008 llvm-ld:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21009 --- errorlevel 1
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21010 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21011 Torture-Sub-1/32-FAIL: run/a/asm_movd_05_L.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21012 run: llvmdc -O0 -od./obj -ofrun/a/asm_movd_05_M.d.exe run/a/asm_movd_05_M.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21013 /tmp/cc4FRQ4S.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21014 (.text+0x2c): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21015 /tmp/cc4FRQ4S.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21016 (.text+0x39): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21017 /tmp/cc4FRQ4S.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21018 (.text+0x46): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21019 collect2: ld returned 1 exit status
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21020 llvm-ld:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21021 --- errorlevel 1
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21022 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21023 Torture-Sub-1/32-FAIL: run/a/asm_movd_05_M.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21024 run: llvmdc -O0 -od./obj -ofrun/a/asm_movd_05_N.d.exe run/a/asm_movd_05_N.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21025 /tmp/ccCCXXea.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21026 (.text+0x2c): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21027 /tmp/ccCCXXea.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21028 (.text+0x39): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21029 /tmp/ccCCXXea.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21030 (.text+0x46): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21031 collect2: ld returned 1 exit status
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21032 llvm-ld:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21033 --- errorlevel 1
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21034 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21035 Torture-Sub-1/32-FAIL: run/a/asm_movd_05_N.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21036 run: llvmdc -O0 -od./obj -ofrun/a/asm_movd_05_O.d.exe run/a/asm_movd_05_O.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21037 /tmp/cctZyGgE.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21038 (.text+0x2c): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21039 /tmp/cctZyGgE.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21040 (.text+0x39): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21041 /tmp/cctZyGgE.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21042 (.text+0x46): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21043 collect2: ld returned 1 exit status
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21044 llvm-ld:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21045 --- errorlevel 1
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21046 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21047 Torture-Sub-1/32-FAIL: run/a/asm_movd_05_O.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21048 run: llvmdc -O0 -od./obj -ofrun/a/asm_movd_05_P.d.exe run/a/asm_movd_05_P.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21049 /tmp/cckQAeW4.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21050 (.text+0x2c): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21051 /tmp/cckQAeW4.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21052 (.text+0x39): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21053 /tmp/cckQAeW4.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21054 (.text+0x46): undefined reference to `.LDASM_bug'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21055 collect2: ld returned 1 exit status
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21056 llvm-ld:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21057 --- errorlevel 1
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21058 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21059 Torture-Sub-1/32-FAIL: run/a/asm_movd_05_P.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21060 run: llvmdc -O0 -od./obj -ofrun/a/asm_movddup_01_A.d.exe run/a/asm_movddup_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21061 Warning: addon/cpuinfo.d(199): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21062 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21063 run/a/asm_movddup_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21064 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21065
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21066 Torture-Sub-1/32-PASS: run/a/asm_movddup_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21067 run: llvmdc -O0 -od./obj -ofrun/a/asm_movddup_01_B.d.exe run/a/asm_movddup_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21068 Warning: addon/cpuinfo.d(199): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21069 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21070 run/a/asm_movddup_01_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21071 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21072
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21073 Torture-Sub-1/32-PASS: run/a/asm_movddup_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21074 run: llvmdc -O0 -od./obj -ofrun/a/asm_movdq2q_01.d.exe run/a/asm_movdq2q_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21075 Warning: addon/cpuinfo.d(176): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21076 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21077 run/a/asm_movdq2q_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21078 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21079
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21080 Torture-Sub-1/32-PASS: run/a/asm_movdq2q_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21081 run: llvmdc -O0 -od./obj -ofrun/a/asm_movdqa_01.d.exe run/a/asm_movdqa_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21082 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21083 run/a/asm_movdqa_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21084 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21085
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21086 Torture-Sub-1/32-PASS: run/a/asm_movdqa_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21087 run: llvmdc -O0 -od./obj -ofrun/a/asm_movdqu_01.d.exe run/a/asm_movdqu_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21088 Invalid operand found in inline asm: 'movl $0, %eax ; movdqu ${1:a}(%eax), %xmm0 ; movl $2, %eax ; movdqu %xmm0, ${3:a}(%eax)'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21089 INLINEASM <es:movl $0, %eax ; movdqu ${1:a}(%eax), %xmm0 ; movl $2, %eax ; movdqu %xmm0, ${3:a}(%eax)>, 36, %ESP, 1, %reg0, 4, 11, 1, 36, %ESP, 1, %reg0, 0, 11, 1, 10, %EAX<def,dead>, 10, %XMM0<def,dead>
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21090 llvm-ld:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21091 --- errorlevel 1
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21092 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21093 Torture-Sub-1/32-FAIL: run/a/asm_movdqu_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21094 run: llvmdc -O0 -od./obj -ofrun/a/asm_movhlps_01_A.d.exe run/a/asm_movhlps_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21095 Warning: addon/cpuinfo.d(154): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21096 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21097 run/a/asm_movhlps_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21098 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21099
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21100 Torture-Sub-1/32-PASS: run/a/asm_movhlps_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21101 run: llvmdc -O0 -od./obj -ofrun/a/asm_movhpd_01_A.d.exe run/a/asm_movhpd_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21102 Warning: addon/cpuinfo.d(176): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21103 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21104 run/a/asm_movhpd_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21105 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21106
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21107 Torture-Sub-1/32-PASS: run/a/asm_movhpd_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21108 run: llvmdc -O0 -od./obj -ofrun/a/asm_movhpd_01_B.d.exe run/a/asm_movhpd_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21109 terminate called after throwing an instance of 'std::out_of_range'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21110 what(): basic_string::replace
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21111 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21112 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21113 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x150)[0x4013e6a0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21114 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3c5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21115 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3f6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21116 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c4fa]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21117 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZSt20__throw_out_of_rangePKc+0x79)[0x400d8f49]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21118 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKcj+0x1aa)[0x4011cbc8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21119 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKc+0x48)[0x4011cdd6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21120 llvmdc[0x8174a4e]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21121 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21122 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21123 Torture-Sub-1/32-ERROR: run/a/asm_movhpd_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21124 run: llvmdc -O0 -od./obj -ofrun/a/asm_movhps_01_A.d.exe run/a/asm_movhps_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21125 Warning: addon/cpuinfo.d(154): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21126 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21127 run/a/asm_movhps_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21128 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21129
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21130 Torture-Sub-1/32-PASS: run/a/asm_movhps_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21131 run: llvmdc -O0 -od./obj -ofrun/a/asm_movhps_01_B.d.exe run/a/asm_movhps_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21132 Warning: addon/cpuinfo.d(154): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21133 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21134 run/a/asm_movhps_01_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21135 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21136
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21137 Torture-Sub-1/32-PASS: run/a/asm_movhps_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21138 run: llvmdc -O0 -od./obj -ofrun/a/asm_movlhps_01_A.d.exe run/a/asm_movlhps_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21139 Warning: addon/cpuinfo.d(154): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21140 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21141 run/a/asm_movlhps_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21142 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21143
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21144 Torture-Sub-1/32-PASS: run/a/asm_movlhps_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21145 run: llvmdc -O0 -od./obj -ofrun/a/asm_movlpd_01_A.d.exe run/a/asm_movlpd_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21146 Warning: addon/cpuinfo.d(176): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21147 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21148 run/a/asm_movlpd_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21149 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21150
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21151 Torture-Sub-1/32-PASS: run/a/asm_movlpd_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21152 run: llvmdc -O0 -od./obj -ofrun/a/asm_movlpd_01_B.d.exe run/a/asm_movlpd_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21153 terminate called after throwing an instance of 'std::out_of_range'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21154 what(): basic_string::replace
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21155 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21156 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21157 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x150)[0x4013e6a0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21158 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3c5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21159 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3f6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21160 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c4fa]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21161 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZSt20__throw_out_of_rangePKc+0x79)[0x400d8f49]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21162 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKcj+0x1aa)[0x4011cbc8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21163 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKc+0x48)[0x4011cdd6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21164 llvmdc[0x8174a4e]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21165 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21166 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21167 Torture-Sub-1/32-ERROR: run/a/asm_movlpd_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21168 run: llvmdc -O0 -od./obj -ofrun/a/asm_movlps_01_A.d.exe run/a/asm_movlps_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21169 Warning: addon/cpuinfo.d(154): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21170 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21171 run/a/asm_movlps_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21172 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21173
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21174 Torture-Sub-1/32-PASS: run/a/asm_movlps_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21175 run: llvmdc -O0 -od./obj -ofrun/a/asm_movlps_01_B.d.exe run/a/asm_movlps_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21176 Warning: addon/cpuinfo.d(154): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21177 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21178 run/a/asm_movlps_01_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21179 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21180
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21181 Torture-Sub-1/32-PASS: run/a/asm_movlps_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21182 run: llvmdc -O0 -od./obj -ofrun/a/asm_movmskpd_01_A.d.exe run/a/asm_movmskpd_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21183 Warning: addon/cpuinfo.d(176): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21184 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21185 run/a/asm_movmskpd_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21186 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21187
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21188 Torture-Sub-1/32-PASS: run/a/asm_movmskpd_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21189 run: llvmdc -O0 -od./obj -ofrun/a/asm_movmskps_01_A.d.exe run/a/asm_movmskps_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21190 Warning: addon/cpuinfo.d(154): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21191 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21192 run/a/asm_movmskps_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21193 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21194
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21195 Torture-Sub-1/32-PASS: run/a/asm_movmskps_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21196 run: llvmdc -O0 -od./obj -ofrun/a/asm_movntdq_01.d.exe run/a/asm_movntdq_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21197 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21198 run/a/asm_movntdq_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21199 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21200
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21201 Torture-Sub-1/32-PASS: run/a/asm_movntdq_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21202 run: llvmdc -O0 -od./obj -ofrun/a/asm_movnti_01.d.exe run/a/asm_movnti_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21203 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21204 run/a/asm_movnti_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21205 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21206
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21207 Torture-Sub-1/32-PASS: run/a/asm_movnti_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21208 run: llvmdc -O0 -od./obj -ofrun/a/asm_movntpd_01_A.d.exe run/a/asm_movntpd_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21209 Warning: addon/cpuinfo.d(176): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21210 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21211 run/a/asm_movntpd_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21212 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21213
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21214 Torture-Sub-1/32-PASS: run/a/asm_movntpd_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21215 run: llvmdc -O0 -od./obj -ofrun/a/asm_movntps_01_A.d.exe run/a/asm_movntps_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21216 Warning: addon/cpuinfo.d(154): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21217 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21218 run/a/asm_movntps_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21219 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21220
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21221 Torture-Sub-1/32-PASS: run/a/asm_movntps_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21222 run: llvmdc -O0 -od./obj -ofrun/a/asm_movntq_01_A.d.exe run/a/asm_movntq_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21223 Warning: addon/cpuinfo.d(132): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21224 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21225 run/a/asm_movntq_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21226 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21227
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21228 Torture-Sub-1/32-PASS: run/a/asm_movntq_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21229 run: llvmdc -O0 -od./obj -ofrun/a/asm_movq_01_A.d.exe run/a/asm_movq_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21230 Warning: addon/cpuinfo.d(176): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21231 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21232 run/a/asm_movq_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21233 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21234
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21235 Torture-Sub-1/32-PASS: run/a/asm_movq_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21236 run: llvmdc -O0 -od./obj -ofrun/a/asm_movq_01_B.d.exe run/a/asm_movq_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21237 Warning: addon/cpuinfo.d(176): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21238 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21239 run/a/asm_movq_01_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21240 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21241
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21242 Torture-Sub-1/32-PASS: run/a/asm_movq_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21243 run: llvmdc -O0 -od./obj -ofrun/a/asm_movq_01_C.d.exe run/a/asm_movq_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21244 Warning: addon/cpuinfo.d(176): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21245 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21246 run/a/asm_movq_01_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21247 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21248
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21249 Torture-Sub-1/32-PASS: run/a/asm_movq_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21250 run: llvmdc -O0 -od./obj -ofrun/a/asm_movq_02_A.d.exe run/a/asm_movq_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21251 Warning: addon/cpuinfo.d(176): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21252 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21253 run/a/asm_movq_02_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21254 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21255
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21256 Torture-Sub-1/32-PASS: run/a/asm_movq_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21257 run: llvmdc -O0 -od./obj -ofrun/a/asm_movq_02_B.d.exe run/a/asm_movq_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21258 Warning: addon/cpuinfo.d(176): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21259 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21260 run/a/asm_movq_02_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21261 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21262
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21263 Torture-Sub-1/32-PASS: run/a/asm_movq_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21264 run: llvmdc -O0 -od./obj -ofrun/a/asm_movq_02_C.d.exe run/a/asm_movq_02_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21265 Warning: addon/cpuinfo.d(176): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21266 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21267 run/a/asm_movq_02_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21268 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21269
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21270 Torture-Sub-1/32-PASS: run/a/asm_movq_02_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21271 run: llvmdc -O0 -od./obj -ofrun/a/asm_movq_02_D.d.exe run/a/asm_movq_02_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21272 Warning: addon/cpuinfo.d(176): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21273 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21274 run/a/asm_movq_02_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21275 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21276
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21277 Torture-Sub-1/32-PASS: run/a/asm_movq_02_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21278 run: llvmdc -O0 -od./obj -ofrun/a/asm_movq_02_E.d.exe run/a/asm_movq_02_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21279 Warning: addon/cpuinfo.d(176): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21280 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21281 run/a/asm_movq_02_E.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21282 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21283
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21284 Torture-Sub-1/32-PASS: run/a/asm_movq_02_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21285 run: llvmdc -O0 -od./obj -ofrun/a/asm_movq_02_F.d.exe run/a/asm_movq_02_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21286 Warning: addon/cpuinfo.d(176): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21287 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21288 run/a/asm_movq_02_F.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21289 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21290
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21291 Torture-Sub-1/32-PASS: run/a/asm_movq_02_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21292 run: llvmdc -O0 -od./obj -ofrun/a/asm_movq_02_G.d.exe run/a/asm_movq_02_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21293 Warning: addon/cpuinfo.d(176): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21294 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21295 run/a/asm_movq_02_G.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21296 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21297
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21298 Torture-Sub-1/32-PASS: run/a/asm_movq_02_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21299 run: llvmdc -O0 -od./obj -ofrun/a/asm_movq_02_H.d.exe run/a/asm_movq_02_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21300 Warning: addon/cpuinfo.d(176): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21301 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21302 run/a/asm_movq_02_H.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21303 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21304
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21305 Torture-Sub-1/32-PASS: run/a/asm_movq_02_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21306 run: llvmdc -O0 -od./obj -ofrun/a/asm_movq_02_I.d.exe run/a/asm_movq_02_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21307 Warning: addon/cpuinfo.d(176): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21308 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21309 run/a/asm_movq_02_I.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21310 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21311
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21312 Torture-Sub-1/32-PASS: run/a/asm_movq_02_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21313 run: llvmdc -O0 -od./obj -ofrun/a/asm_movq_02_J.d.exe run/a/asm_movq_02_J.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21314 Warning: addon/cpuinfo.d(176): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21315 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21316 run/a/asm_movq_02_J.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21317 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21318
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21319 Torture-Sub-1/32-PASS: run/a/asm_movq_02_J.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21320 run: llvmdc -O0 -od./obj -ofrun/a/asm_movq_02_K.d.exe run/a/asm_movq_02_K.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21321 Warning: addon/cpuinfo.d(176): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21322 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21323 run/a/asm_movq_02_K.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21324 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21325
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21326 Torture-Sub-1/32-PASS: run/a/asm_movq_02_K.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21327 run: llvmdc -O0 -od./obj -ofrun/a/asm_movq_02_L.d.exe run/a/asm_movq_02_L.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21328 Warning: addon/cpuinfo.d(176): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21329 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21330 run/a/asm_movq_02_L.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21331 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21332
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21333 Torture-Sub-1/32-PASS: run/a/asm_movq_02_L.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21334 run: llvmdc -O0 -od./obj -ofrun/a/asm_movq_02_M.d.exe run/a/asm_movq_02_M.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21335 Warning: addon/cpuinfo.d(176): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21336 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21337 run/a/asm_movq_02_M.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21338 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21339
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21340 Torture-Sub-1/32-PASS: run/a/asm_movq_02_M.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21341 run: llvmdc -O0 -od./obj -ofrun/a/asm_movq_02_N.d.exe run/a/asm_movq_02_N.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21342 Warning: addon/cpuinfo.d(176): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21343 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21344 run/a/asm_movq_02_N.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21345 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21346
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21347 Torture-Sub-1/32-PASS: run/a/asm_movq_02_N.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21348 run: llvmdc -O0 -od./obj -ofrun/a/asm_movq_02_O.d.exe run/a/asm_movq_02_O.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21349 Warning: addon/cpuinfo.d(176): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21350 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21351 run/a/asm_movq_02_O.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21352 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21353
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21354 Torture-Sub-1/32-PASS: run/a/asm_movq_02_O.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21355 run: llvmdc -O0 -od./obj -ofrun/a/asm_movq_02_P.d.exe run/a/asm_movq_02_P.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21356 Warning: addon/cpuinfo.d(176): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21357 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21358 run/a/asm_movq_02_P.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21359 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21360
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21361 Torture-Sub-1/32-PASS: run/a/asm_movq_02_P.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21362 run: llvmdc -O0 -od./obj -ofrun/a/asm_movq2dq_01.d.exe run/a/asm_movq2dq_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21363 Warning: addon/cpuinfo.d(154): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21364 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21365 run/a/asm_movq2dq_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21366 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21367
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21368 Torture-Sub-1/32-PASS: run/a/asm_movq2dq_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21369 run: llvmdc -O0 -od./obj -ofrun/a/asm_movsd_01_A.d.exe run/a/asm_movsd_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21370 terminate called after throwing an instance of 'std::out_of_range'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21371 what(): basic_string::replace
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21372 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21373 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21374 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x150)[0x4013e6a0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21375 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3c5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21376 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3f6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21377 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c4fa]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21378 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZSt20__throw_out_of_rangePKc+0x79)[0x400d8f49]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21379 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKcj+0x1aa)[0x4011cbc8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21380 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKc+0x48)[0x4011cdd6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21381 llvmdc[0x8174a4e]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21382 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21383 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21384 Torture-Sub-1/32-ERROR: run/a/asm_movsd_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21385 run: llvmdc -O0 -od./obj -ofrun/a/asm_movsd_01_B.d.exe run/a/asm_movsd_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21386 Warning: addon/cpuinfo.d(176): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21387 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21388 run/a/asm_movsd_01_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21389 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21390
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21391 Torture-Sub-1/32-PASS: run/a/asm_movsd_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21392 run: llvmdc -O0 -od./obj -ofrun/a/asm_movsd_01_C.d.exe run/a/asm_movsd_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21393 Warning: addon/cpuinfo.d(176): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21394 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21395 run/a/asm_movsd_01_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21396 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21397
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21398 Torture-Sub-1/32-PASS: run/a/asm_movsd_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21399 run: llvmdc -O0 -od./obj -ofrun/a/asm_movshdup_01_A.d.exe run/a/asm_movshdup_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21400 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21401 run/a/asm_movshdup_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21402 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21403
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21404 Torture-Sub-1/32-PASS: run/a/asm_movshdup_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21405 run: llvmdc -O0 -od./obj -ofrun/a/asm_movsldup_01_A.d.exe run/a/asm_movsldup_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21406 Warning: addon/cpuinfo.d(199): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21407 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21408 run/a/asm_movsldup_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21409 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21410
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21411 Torture-Sub-1/32-PASS: run/a/asm_movsldup_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21412 run: llvmdc -O0 -od./obj -ofrun/a/asm_movss_01_A.d.exe run/a/asm_movss_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21413 Warning: addon/cpuinfo.d(154): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21414 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21415 run/a/asm_movss_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21416 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21417
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21418 Torture-Sub-1/32-PASS: run/a/asm_movss_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21419 run: llvmdc -O0 -od./obj -ofrun/a/asm_movss_01_B.d.exe run/a/asm_movss_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21420 Warning: addon/cpuinfo.d(154): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21421 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21422 run/a/asm_movss_01_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21423 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21424
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21425 Torture-Sub-1/32-PASS: run/a/asm_movss_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21426 run: llvmdc -O0 -od./obj -ofrun/a/asm_movss_01_C.d.exe run/a/asm_movss_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21427 terminate called after throwing an instance of 'std::out_of_range'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21428 what(): basic_string::replace
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21429 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21430 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21431 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x150)[0x4013e6a0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21432 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3c5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21433 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3f6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21434 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c4fa]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21435 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZSt20__throw_out_of_rangePKc+0x79)[0x400d8f49]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21436 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKcj+0x1aa)[0x4011cbc8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21437 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKc+0x48)[0x4011cdd6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21438 llvmdc[0x8174a4e]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21439 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21440 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21441 Torture-Sub-1/32-ERROR: run/a/asm_movss_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21442 run: llvmdc -O0 -od./obj -ofrun/a/asm_movsx_01_A.d.exe run/a/asm_movsx_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21443 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21444 run/a/asm_movsx_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21445 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21446
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21447 Torture-Sub-1/32-PASS: run/a/asm_movsx_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21448 run: llvmdc -O0 -od./obj -ofrun/a/asm_movsx_01_B.d.exe run/a/asm_movsx_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21449 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21450 run/a/asm_movsx_01_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21451 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21452
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21453 Torture-Sub-1/32-PASS: run/a/asm_movsx_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21454 run: llvmdc -O0 -od./obj -ofrun/a/asm_movsx_01_C.d.exe run/a/asm_movsx_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21455 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21456 run/a/asm_movsx_01_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21457 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21458
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21459 Torture-Sub-1/32-PASS: run/a/asm_movsx_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21460 run: llvmdc -O0 -od./obj -ofrun/a/asm_movupd_01_A.d.exe run/a/asm_movupd_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21461 Warning: addon/cpuinfo.d(176): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21462 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21463 run/a/asm_movupd_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21464 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21465
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21466 Torture-Sub-1/32-PASS: run/a/asm_movupd_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21467 run: llvmdc -O0 -od./obj -ofrun/a/asm_movupd_01_B.d.exe run/a/asm_movupd_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21468 Warning: addon/cpuinfo.d(176): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21469 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21470 run/a/asm_movupd_01_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21471 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21472
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21473 Torture-Sub-1/32-PASS: run/a/asm_movupd_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21474 run: llvmdc -O0 -od./obj -ofrun/a/asm_movupd_01_C.d.exe run/a/asm_movupd_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21475 Warning: addon/cpuinfo.d(176): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21476 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21477 run/a/asm_movupd_01_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21478 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21479
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21480 Torture-Sub-1/32-PASS: run/a/asm_movupd_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21481 run: llvmdc -O0 -od./obj -ofrun/a/asm_movups_01_A.d.exe run/a/asm_movups_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21482 terminate called after throwing an instance of 'std::out_of_range'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21483 what(): basic_string::replace
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21484 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21485 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21486 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x150)[0x4013e6a0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21487 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3c5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21488 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3f6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21489 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c4fa]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21490 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZSt20__throw_out_of_rangePKc+0x79)[0x400d8f49]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21491 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKcj+0x1aa)[0x4011cbc8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21492 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKc+0x48)[0x4011cdd6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21493 llvmdc[0x8174a4e]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21494 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21495 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21496 Torture-Sub-1/32-ERROR: run/a/asm_movups_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21497 run: llvmdc -O0 -od./obj -ofrun/a/asm_movups_01_B.d.exe run/a/asm_movups_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21498 terminate called after throwing an instance of 'std::out_of_range'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21499 what(): basic_string::replace
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21500 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21501 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21502 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x150)[0x4013e6a0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21503 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3c5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21504 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3f6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21505 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c4fa]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21506 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZSt20__throw_out_of_rangePKc+0x79)[0x400d8f49]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21507 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKcj+0x1aa)[0x4011cbc8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21508 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKc+0x48)[0x4011cdd6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21509 llvmdc[0x8174a4e]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21510 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21511 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21512 Torture-Sub-1/32-ERROR: run/a/asm_movups_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21513 run: llvmdc -O0 -od./obj -ofrun/a/asm_movups_01_C.d.exe run/a/asm_movups_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21514 terminate called after throwing an instance of 'std::out_of_range'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21515 what(): basic_string::replace
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21516 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21517 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21518 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x150)[0x4013e6a0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21519 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3c5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21520 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3f6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21521 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c4fa]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21522 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZSt20__throw_out_of_rangePKc+0x79)[0x400d8f49]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21523 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKcj+0x1aa)[0x4011cbc8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21524 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKc+0x48)[0x4011cdd6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21525 llvmdc[0x8174a4e]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21526 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21527 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21528 Torture-Sub-1/32-ERROR: run/a/asm_movups_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21529 run: llvmdc -O0 -od./obj -ofrun/a/asm_movzx_01_A.d.exe run/a/asm_movzx_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21530 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21531 run/a/asm_movzx_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21532 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21533
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21534 Torture-Sub-1/32-PASS: run/a/asm_movzx_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21535 run: llvmdc -O0 -od./obj -ofrun/a/asm_movzx_01_B.d.exe run/a/asm_movzx_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21536 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21537 run/a/asm_movzx_01_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21538 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21539
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21540 Torture-Sub-1/32-PASS: run/a/asm_movzx_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21541 run: llvmdc -O0 -od./obj -ofrun/a/asm_movzx_01_C.d.exe run/a/asm_movzx_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21542 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21543 run/a/asm_movzx_01_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21544 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21545
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21546 Torture-Sub-1/32-PASS: run/a/asm_movzx_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21547 run: llvmdc -O0 -od./obj -ofrun/a/asm_movzx_02_A.d.exe run/a/asm_movzx_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21548 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21549 run/a/asm_movzx_02_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21550 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21551
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21552 Torture-Sub-1/32-PASS: run/a/asm_movzx_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21553 run: llvmdc -O0 -od./obj -ofrun/a/asm_movzx_02_B.d.exe run/a/asm_movzx_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21554 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21555 run/a/asm_movzx_02_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21556 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21557
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21558 Torture-Sub-1/32-PASS: run/a/asm_movzx_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21559 run: llvmdc -O0 -od./obj -ofrun/a/asm_movzx_02_C.d.exe run/a/asm_movzx_02_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21560 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21561 run/a/asm_movzx_02_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21562 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21563
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21564 Torture-Sub-1/32-PASS: run/a/asm_movzx_02_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21565 run: llvmdc -O0 -od./obj -ofrun/a/asm_mul_01_A.d.exe run/a/asm_mul_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21566 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21567 run/a/asm_mul_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21568 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21569
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21570 Torture-Sub-1/32-PASS: run/a/asm_mul_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21571 run: llvmdc -O0 -od./obj -ofrun/a/asm_mul_01_B.d.exe run/a/asm_mul_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21572 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21573 run/a/asm_mul_01_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21574 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21575
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21576 Torture-Sub-1/32-PASS: run/a/asm_mul_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21577 run: llvmdc -O0 -od./obj -ofrun/a/asm_mul_01_C.d.exe run/a/asm_mul_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21578 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21579 run/a/asm_mul_01_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21580 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21581
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21582 Torture-Sub-1/32-PASS: run/a/asm_mul_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21583 run: llvmdc -O0 -od./obj -ofrun/a/asm_mul_02_A.d.exe run/a/asm_mul_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21584 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21585 run/a/asm_mul_02_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21586 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21587
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21588 Torture-Sub-1/32-PASS: run/a/asm_mul_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21589 run: llvmdc -O0 -od./obj -ofrun/a/asm_mul_02_B.d.exe run/a/asm_mul_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21590 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21591 run/a/asm_mul_02_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21592 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21593
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21594 Torture-Sub-1/32-PASS: run/a/asm_mul_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21595 run: llvmdc -O0 -od./obj -ofrun/a/asm_mul_02_C.d.exe run/a/asm_mul_02_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21596 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21597 run/a/asm_mul_02_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21598 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21599
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21600 Torture-Sub-1/32-PASS: run/a/asm_mul_02_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21601 run: llvmdc -O0 -od./obj -ofrun/a/asm_mulpd_01_B.d.exe run/a/asm_mulpd_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21602 Warning: addon/cpuinfo.d(176): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21603 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21604 run/a/asm_mulpd_01_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21605 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21606
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21607 Torture-Sub-1/32-PASS: run/a/asm_mulpd_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21608 run: llvmdc -O0 -od./obj -ofrun/a/asm_mulps_01_B.d.exe run/a/asm_mulps_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21609 Warning: addon/cpuinfo.d(154): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21610 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21611 run/a/asm_mulps_01_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21612 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21613
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21614 Torture-Sub-1/32-PASS: run/a/asm_mulps_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21615 run: llvmdc -O0 -od./obj -ofrun/a/asm_mulsd_01_A.d.exe run/a/asm_mulsd_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21616 Warning: addon/cpuinfo.d(176): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21617 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21618 run/a/asm_mulsd_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21619 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21620
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21621 Torture-Sub-1/32-PASS: run/a/asm_mulsd_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21622 run: llvmdc -O0 -od./obj -ofrun/a/asm_mulsd_01_B.d.exe run/a/asm_mulsd_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21623 Warning: addon/cpuinfo.d(176): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21624 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21625 run/a/asm_mulsd_01_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21626 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21627
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21628 Torture-Sub-1/32-PASS: run/a/asm_mulsd_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21629 run: llvmdc -O0 -od./obj -ofrun/a/asm_mulss_01_A.d.exe run/a/asm_mulss_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21630 Warning: addon/cpuinfo.d(154): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21631 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21632 run/a/asm_mulss_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21633 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21634
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21635 Torture-Sub-1/32-PASS: run/a/asm_mulss_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21636 run: llvmdc -O0 -od./obj -ofrun/a/asm_mulss_01_B.d.exe run/a/asm_mulss_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21637 Warning: addon/cpuinfo.d(154): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21638 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21639 run/a/asm_mulss_01_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21640 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21641
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21642 Torture-Sub-1/32-PASS: run/a/asm_mulss_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21643 run: llvmdc -O0 -od./obj -ofrun/a/asm_naked_01.d.exe run/a/asm_naked_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21644 Invalid operand found in inline asm: 'movl ${0:a}(%esp), %edx ; movl ${1:a}(%esp), %eax ; addl $2, %eax ; adcl $3, %edx ; ret $4'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21645 INLINEASM <es:movl ${0:a}(%esp), %edx ; movl ${1:a}(%esp), %eax ; addl $2, %eax ; adcl $3, %edx ; ret $4>, 11, 8, 11, 4, 11, 1, 11, 1, 11, 8, 10, %EAX<def,dead>, 10, %EDX<def,dead>
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21646 llvm-ld:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21647 --- errorlevel 1
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21648 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21649 Torture-Sub-1/32-FAIL: run/a/asm_naked_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21650 run: llvmdc -O0 -od./obj -ofrun/a/asm_neg_01_A.d.exe run/a/asm_neg_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21651 terminate called after throwing an instance of 'std::out_of_range'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21652 what(): basic_string::replace
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21653 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21654 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21655 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x150)[0x4013e6a0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21656 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3c5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21657 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3f6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21658 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c4fa]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21659 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZSt20__throw_out_of_rangePKc+0x79)[0x400d8f49]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21660 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKcj+0x1aa)[0x4011cbc8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21661 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKc+0x48)[0x4011cdd6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21662 llvmdc[0x8174a4e]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21663 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21664 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21665 Torture-Sub-1/32-ERROR: run/a/asm_neg_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21666 run: llvmdc -O0 -od./obj -ofrun/a/asm_neg_01_B.d.exe run/a/asm_neg_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21667 terminate called after throwing an instance of 'std::out_of_range'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21668 what(): basic_string::replace
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21669 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21670 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21671 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x150)[0x4013e6a0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21672 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3c5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21673 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3f6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21674 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c4fa]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21675 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZSt20__throw_out_of_rangePKc+0x79)[0x400d8f49]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21676 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKcj+0x1aa)[0x4011cbc8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21677 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKc+0x48)[0x4011cdd6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21678 llvmdc[0x8174a4e]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21679 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21680 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21681 Torture-Sub-1/32-ERROR: run/a/asm_neg_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21682 run: llvmdc -O0 -od./obj -ofrun/a/asm_neg_01_C.d.exe run/a/asm_neg_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21683 terminate called after throwing an instance of 'std::out_of_range'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21684 what(): basic_string::replace
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21685 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21686 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21687 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x150)[0x4013e6a0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21688 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3c5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21689 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3f6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21690 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c4fa]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21691 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZSt20__throw_out_of_rangePKc+0x79)[0x400d8f49]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21692 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKcj+0x1aa)[0x4011cbc8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21693 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKc+0x48)[0x4011cdd6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21694 llvmdc[0x8174a4e]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21695 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21696 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21697 Torture-Sub-1/32-ERROR: run/a/asm_neg_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21698 run: llvmdc -O0 -od./obj -ofrun/a/asm_neg_02_A.d.exe run/a/asm_neg_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21699 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21700 run/a/asm_neg_02_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21701 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21702
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21703 Torture-Sub-1/32-PASS: run/a/asm_neg_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21704 run: llvmdc -O0 -od./obj -ofrun/a/asm_neg_02_B.d.exe run/a/asm_neg_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21705 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21706 run/a/asm_neg_02_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21707 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21708
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21709 Torture-Sub-1/32-PASS: run/a/asm_neg_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21710 run: llvmdc -O0 -od./obj -ofrun/a/asm_neg_02_C.d.exe run/a/asm_neg_02_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21711 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21712 run/a/asm_neg_02_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21713 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21714
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21715 Torture-Sub-1/32-PASS: run/a/asm_neg_02_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21716 run: llvmdc -O0 -od./obj -ofrun/a/asm_nop_01.d.exe run/a/asm_nop_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21717 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21718 run/a/asm_nop_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21719 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21720
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21721 Torture-Sub-1/32-PASS: run/a/asm_nop_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21722 run: llvmdc -O0 -od./obj -ofrun/a/asm_not_01_A.d.exe run/a/asm_not_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21723 terminate called after throwing an instance of 'std::out_of_range'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21724 what(): basic_string::replace
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21725 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21726 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21727 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x150)[0x4013e6a0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21728 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3c5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21729 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3f6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21730 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c4fa]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21731 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZSt20__throw_out_of_rangePKc+0x79)[0x400d8f49]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21732 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKcj+0x1aa)[0x4011cbc8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21733 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKc+0x48)[0x4011cdd6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21734 llvmdc[0x8174a4e]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21735 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21736 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21737 Torture-Sub-1/32-ERROR: run/a/asm_not_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21738 run: llvmdc -O0 -od./obj -ofrun/a/asm_not_01_B.d.exe run/a/asm_not_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21739 terminate called after throwing an instance of 'std::out_of_range'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21740 what(): basic_string::replace
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21741 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21742 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21743 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x150)[0x4013e6a0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21744 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3c5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21745 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3f6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21746 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c4fa]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21747 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZSt20__throw_out_of_rangePKc+0x79)[0x400d8f49]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21748 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKcj+0x1aa)[0x4011cbc8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21749 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKc+0x48)[0x4011cdd6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21750 llvmdc[0x8174a4e]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21751 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21752 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21753 Torture-Sub-1/32-ERROR: run/a/asm_not_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21754 run: llvmdc -O0 -od./obj -ofrun/a/asm_not_01_C.d.exe run/a/asm_not_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21755 terminate called after throwing an instance of 'std::out_of_range'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21756 what(): basic_string::replace
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21757 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21758 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21759 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x150)[0x4013e6a0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21760 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3c5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21761 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3f6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21762 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c4fa]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21763 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZSt20__throw_out_of_rangePKc+0x79)[0x400d8f49]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21764 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKcj+0x1aa)[0x4011cbc8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21765 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKc+0x48)[0x4011cdd6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21766 llvmdc[0x8174a4e]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21767 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21768 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21769 Torture-Sub-1/32-ERROR: run/a/asm_not_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21770 run: llvmdc -O0 -od./obj -ofrun/a/asm_not_02_A.d.exe run/a/asm_not_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21771 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21772 run/a/asm_not_02_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21773 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21774
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21775 Torture-Sub-1/32-PASS: run/a/asm_not_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21776 run: llvmdc -O0 -od./obj -ofrun/a/asm_not_02_B.d.exe run/a/asm_not_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21777 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21778 run/a/asm_not_02_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21779 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21780
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21781 Torture-Sub-1/32-PASS: run/a/asm_not_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21782 run: llvmdc -O0 -od./obj -ofrun/a/asm_not_02_C.d.exe run/a/asm_not_02_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21783 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21784 run/a/asm_not_02_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21785 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21786
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21787 Torture-Sub-1/32-PASS: run/a/asm_not_02_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21788 run: llvmdc -O0 -od./obj -ofrun/a/asm_offset_01_A.d.exe run/a/asm_offset_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21789 run/a/asm_offset_01_A.d(30): Error: offset deprecated, use offsetof
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21790 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21791 Torture-Sub-1/32-FAIL: run/a/asm_offset_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21792 run: llvmdc -O0 -od./obj -ofrun/a/asm_offset_01_B.d.exe run/a/asm_offset_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21793 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21794 run/a/asm_offset_01_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21795 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21796
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21797 Torture-Sub-1/32-PASS: run/a/asm_offset_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21798 run: llvmdc -O0 -od./obj -ofrun/a/asm_or_01_A.d.exe run/a/asm_or_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21799 terminate called after throwing an instance of 'std::out_of_range'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21800 what(): basic_string::replace
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21801 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21802 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21803 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x150)[0x4013e6a0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21804 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3c5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21805 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3f6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21806 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c4fa]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21807 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZSt20__throw_out_of_rangePKc+0x79)[0x400d8f49]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21808 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKcj+0x1aa)[0x4011cbc8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21809 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKc+0x48)[0x4011cdd6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21810 llvmdc[0x8174a4e]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21811 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21812 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21813 Torture-Sub-1/32-ERROR: run/a/asm_or_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21814 run: llvmdc -O0 -od./obj -ofrun/a/asm_or_01_B.d.exe run/a/asm_or_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21815 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21816 run/a/asm_or_01_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21817 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21818
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21819 Torture-Sub-1/32-PASS: run/a/asm_or_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21820 run: llvmdc -O0 -od./obj -ofrun/a/asm_or_01_C.d.exe run/a/asm_or_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21821 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21822 run/a/asm_or_01_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21823 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21824
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21825 Torture-Sub-1/32-PASS: run/a/asm_or_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21826 run: llvmdc -O0 -od./obj -ofrun/a/asm_or_01_D.d.exe run/a/asm_or_01_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21827 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21828 run/a/asm_or_01_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21829 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21830
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21831 Torture-Sub-1/32-PASS: run/a/asm_or_01_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21832 run: llvmdc -O0 -od./obj -ofrun/a/asm_or_01_E.d.exe run/a/asm_or_01_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21833 terminate called after throwing an instance of 'std::out_of_range'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21834 what(): basic_string::replace
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21835 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21836 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21837 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x150)[0x4013e6a0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21838 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3c5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21839 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3f6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21840 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c4fa]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21841 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZSt20__throw_out_of_rangePKc+0x79)[0x400d8f49]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21842 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKcj+0x1aa)[0x4011cbc8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21843 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKc+0x48)[0x4011cdd6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21844 llvmdc[0x8174a4e]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21845 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21846 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21847 Torture-Sub-1/32-ERROR: run/a/asm_or_01_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21848 run: llvmdc -O0 -od./obj -ofrun/a/asm_or_01_F.d.exe run/a/asm_or_01_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21849 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21850 run/a/asm_or_01_F.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21851 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21852
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21853 Torture-Sub-1/32-PASS: run/a/asm_or_01_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21854 run: llvmdc -O0 -od./obj -ofrun/a/asm_or_02_A.d.exe run/a/asm_or_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21855 terminate called after throwing an instance of 'std::out_of_range'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21856 what(): basic_string::replace
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21857 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21858 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21859 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x150)[0x4013e6a0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21860 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3c5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21861 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3f6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21862 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c4fa]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21863 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZSt20__throw_out_of_rangePKc+0x79)[0x400d8f49]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21864 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKcj+0x1aa)[0x4011cbc8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21865 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKc+0x48)[0x4011cdd6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21866 llvmdc[0x8174a4e]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21867 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21868 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21869 Torture-Sub-1/32-ERROR: run/a/asm_or_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21870 run: llvmdc -O0 -od./obj -ofrun/a/asm_or_02_B.d.exe run/a/asm_or_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21871 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21872 run/a/asm_or_02_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21873 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21874
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21875 Torture-Sub-1/32-PASS: run/a/asm_or_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21876 run: llvmdc -O0 -od./obj -ofrun/a/asm_or_02_C.d.exe run/a/asm_or_02_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21877 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21878 run/a/asm_or_02_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21879 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21880
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21881 Torture-Sub-1/32-PASS: run/a/asm_or_02_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21882 run: llvmdc -O0 -od./obj -ofrun/a/asm_or_02_D.d.exe run/a/asm_or_02_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21883 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21884 run/a/asm_or_02_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21885 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21886
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21887 Torture-Sub-1/32-PASS: run/a/asm_or_02_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21888 run: llvmdc -O0 -od./obj -ofrun/a/asm_or_02_E.d.exe run/a/asm_or_02_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21889 terminate called after throwing an instance of 'std::out_of_range'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21890 what(): basic_string::replace
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21891 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21892 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21893 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x150)[0x4013e6a0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21894 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3c5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21895 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3f6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21896 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c4fa]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21897 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZSt20__throw_out_of_rangePKc+0x79)[0x400d8f49]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21898 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKcj+0x1aa)[0x4011cbc8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21899 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKc+0x48)[0x4011cdd6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21900 llvmdc[0x8174a4e]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21901 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21902 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21903 Torture-Sub-1/32-ERROR: run/a/asm_or_02_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21904 run: llvmdc -O0 -od./obj -ofrun/a/asm_or_02_F.d.exe run/a/asm_or_02_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21905 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21906 run/a/asm_or_02_F.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21907 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21908
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21909 Torture-Sub-1/32-PASS: run/a/asm_or_02_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21910 run: llvmdc -O0 -od./obj -ofrun/a/asm_or_03_A.d.exe run/a/asm_or_03_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21911 terminate called after throwing an instance of 'std::out_of_range'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21912 what(): basic_string::replace
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21913 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21914 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21915 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x150)[0x4013e6a0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21916 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3c5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21917 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3f6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21918 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c4fa]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21919 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZSt20__throw_out_of_rangePKc+0x79)[0x400d8f49]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21920 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKcj+0x1aa)[0x4011cbc8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21921 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKc+0x48)[0x4011cdd6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21922 llvmdc[0x8174a4e]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21923 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21924 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21925 Torture-Sub-1/32-ERROR: run/a/asm_or_03_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21926 run: llvmdc -O0 -od./obj -ofrun/a/asm_or_03_B.d.exe run/a/asm_or_03_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21927 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21928 run/a/asm_or_03_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21929 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21930
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21931 Torture-Sub-1/32-PASS: run/a/asm_or_03_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21932 run: llvmdc -O0 -od./obj -ofrun/a/asm_or_03_C.d.exe run/a/asm_or_03_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21933 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21934 run/a/asm_or_03_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21935 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21936
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21937 Torture-Sub-1/32-PASS: run/a/asm_or_03_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21938 run: llvmdc -O0 -od./obj -ofrun/a/asm_or_03_D.d.exe run/a/asm_or_03_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21939 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21940 run/a/asm_or_03_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21941 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21942
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21943 Torture-Sub-1/32-PASS: run/a/asm_or_03_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21944 run: llvmdc -O0 -od./obj -ofrun/a/asm_or_03_E.d.exe run/a/asm_or_03_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21945 terminate called after throwing an instance of 'std::out_of_range'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21946 what(): basic_string::replace
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21947 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21948 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21949 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x150)[0x4013e6a0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21950 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3c5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21951 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3f6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21952 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c4fa]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21953 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZSt20__throw_out_of_rangePKc+0x79)[0x400d8f49]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21954 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKcj+0x1aa)[0x4011cbc8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21955 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKc+0x48)[0x4011cdd6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21956 llvmdc[0x8174a4e]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21957 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21958 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21959 Torture-Sub-1/32-ERROR: run/a/asm_or_03_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21960 run: llvmdc -O0 -od./obj -ofrun/a/asm_or_03_F.d.exe run/a/asm_or_03_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21961 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21962 run/a/asm_or_03_F.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21963 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21964
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21965 Torture-Sub-1/32-PASS: run/a/asm_or_03_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21966 run: llvmdc -O0 -od./obj -ofrun/a/asm_orpd_01_A.d.exe run/a/asm_orpd_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21967 Warning: addon/cpuinfo.d(176): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21968 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21969 run/a/asm_orpd_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21970 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21971
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21972 Torture-Sub-1/32-PASS: run/a/asm_orpd_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21973 run: llvmdc -O0 -od./obj -ofrun/a/asm_orps_01_A.d.exe run/a/asm_orps_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21974 Warning: addon/cpuinfo.d(154): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21975 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21976 run/a/asm_orps_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21977 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21978
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21979 Torture-Sub-1/32-PASS: run/a/asm_orps_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21980 run: llvmdc -O0 -od./obj -ofrun/a/asm_packssdw_01_A.d.exe run/a/asm_packssdw_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21981 Warning: addon/cpuinfo.d(176): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21982 Warning: addon/cpuinfo.d(132): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21983 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21984 run/a/asm_packssdw_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21985 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21986
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21987 Torture-Sub-1/32-PASS: run/a/asm_packssdw_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21988 run: llvmdc -O0 -od./obj -ofrun/a/asm_packsswb_01_A.d.exe run/a/asm_packsswb_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21989 Warning: addon/cpuinfo.d(176): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21990 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21991 run/a/asm_packsswb_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21992 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21993
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21994 Torture-Sub-1/32-PASS: run/a/asm_packsswb_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21995 run: llvmdc -O0 -od./obj -ofrun/a/asm_packuswb_01_A.d.exe run/a/asm_packuswb_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21996 Warning: addon/cpuinfo.d(176): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21997 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21998 run/a/asm_packuswb_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
21999 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22000
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22001 Torture-Sub-1/32-PASS: run/a/asm_packuswb_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22002 run: llvmdc -O0 -od./obj -ofrun/a/asm_paddb_01_A.d.exe run/a/asm_paddb_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22003 Warning: addon/cpuinfo.d(176): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22004 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22005 run/a/asm_paddb_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22006 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22007
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22008 Torture-Sub-1/32-PASS: run/a/asm_paddb_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22009 run: llvmdc -O0 -od./obj -ofrun/a/asm_paddd_01_A.d.exe run/a/asm_paddd_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22010 Warning: addon/cpuinfo.d(176): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22011 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22012 run/a/asm_paddd_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22013 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22014
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22015 Torture-Sub-1/32-PASS: run/a/asm_paddd_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22016 run: llvmdc -O0 -od./obj -ofrun/a/asm_paddq_01_A.d.exe run/a/asm_paddq_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22017 Warning: addon/cpuinfo.d(176): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22018 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22019 run/a/asm_paddq_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22020 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22021
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22022 Torture-Sub-1/32-PASS: run/a/asm_paddq_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22023 run: llvmdc -O0 -od./obj -ofrun/a/asm_paddsb_01_A.d.exe run/a/asm_paddsb_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22024 Warning: addon/cpuinfo.d(176): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22025 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22026 run/a/asm_paddsb_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22027 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22028
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22029 Torture-Sub-1/32-PASS: run/a/asm_paddsb_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22030 run: llvmdc -O0 -od./obj -ofrun/a/asm_paddsw_01_A.d.exe run/a/asm_paddsw_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22031 Warning: addon/cpuinfo.d(176): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22032 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22033 run/a/asm_paddsw_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22034 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22035
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22036 Torture-Sub-1/32-PASS: run/a/asm_paddsw_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22037 run: llvmdc -O0 -od./obj -ofrun/a/asm_paddusb_01_A.d.exe run/a/asm_paddusb_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22038 Warning: addon/cpuinfo.d(176): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22039 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22040 run/a/asm_paddusb_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22041 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22042
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22043 Torture-Sub-1/32-PASS: run/a/asm_paddusb_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22044 run: llvmdc -O0 -od./obj -ofrun/a/asm_paddusw_01_A.d.exe run/a/asm_paddusw_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22045 Warning: addon/cpuinfo.d(176): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22046 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22047 run/a/asm_paddusw_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22048 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22049
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22050 Torture-Sub-1/32-PASS: run/a/asm_paddusw_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22051 run: llvmdc -O0 -od./obj -ofrun/a/asm_paddw_01_A.d.exe run/a/asm_paddw_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22052 Warning: addon/cpuinfo.d(176): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22053 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22054 run/a/asm_paddw_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22055 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22056
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22057 Torture-Sub-1/32-PASS: run/a/asm_paddw_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22058 run: llvmdc -O0 -od./obj -ofrun/a/asm_pand_01_A.d.exe run/a/asm_pand_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22059 Warning: addon/cpuinfo.d(176): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22060 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22061 run/a/asm_pand_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22062 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22063
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22064 Torture-Sub-1/32-PASS: run/a/asm_pand_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22065 run: llvmdc -O0 -od./obj -ofrun/a/asm_pandn_01_A.d.exe run/a/asm_pandn_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22066 Warning: addon/cpuinfo.d(176): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22067 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22068 run/a/asm_pandn_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22069 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22070
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22071 Torture-Sub-1/32-PASS: run/a/asm_pandn_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22072 run: llvmdc -O0 -od./obj -ofrun/a/asm_pause_01_A.d.exe run/a/asm_pause_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22073 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22074 run/a/asm_pause_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22075 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22076
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22077 Torture-Sub-1/32-PASS: run/a/asm_pause_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22078 run: llvmdc -O0 -od./obj -ofrun/a/asm_pavgb_01_A.d.exe run/a/asm_pavgb_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22079 Warning: addon/cpuinfo.d(154): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22080 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22081 run/a/asm_pavgb_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22082 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22083
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22084 Torture-Sub-1/32-PASS: run/a/asm_pavgb_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22085 run: llvmdc -O0 -od./obj -ofrun/a/asm_pavgb_01_B.d.exe run/a/asm_pavgb_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22086 Warning: addon/cpuinfo.d(154): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22087 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22088 run/a/asm_pavgb_01_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22089 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22090
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22091 Torture-Sub-1/32-PASS: run/a/asm_pavgb_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22092 run: llvmdc -O0 -od./obj -ofrun/a/asm_pavgw_01_A.d.exe run/a/asm_pavgw_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22093 Warning: addon/cpuinfo.d(154): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22094 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22095 run/a/asm_pavgw_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22096 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22097
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22098 Torture-Sub-1/32-PASS: run/a/asm_pavgw_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22099 run: llvmdc -O0 -od./obj -ofrun/a/asm_pcmpeqb_01_A.d.exe run/a/asm_pcmpeqb_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22100 Warning: addon/cpuinfo.d(176): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22101 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22102 run/a/asm_pcmpeqb_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22103 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22104
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22105 Torture-Sub-1/32-PASS: run/a/asm_pcmpeqb_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22106 run: llvmdc -O0 -od./obj -ofrun/a/asm_pcmpeqd_01_A.d.exe run/a/asm_pcmpeqd_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22107 Warning: addon/cpuinfo.d(176): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22108 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22109 run/a/asm_pcmpeqd_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22110 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22111
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22112 Torture-Sub-1/32-PASS: run/a/asm_pcmpeqd_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22113 run: llvmdc -O0 -od./obj -ofrun/a/asm_pcmpeqw_01_A.d.exe run/a/asm_pcmpeqw_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22114 Warning: addon/cpuinfo.d(176): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22115 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22116 run/a/asm_pcmpeqw_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22117 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22118
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22119 Torture-Sub-1/32-PASS: run/a/asm_pcmpeqw_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22120 run: llvmdc -O0 -od./obj -ofrun/a/asm_pcmpgtb_01_A.d.exe run/a/asm_pcmpgtb_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22121 Warning: addon/cpuinfo.d(176): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22122 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22123 run/a/asm_pcmpgtb_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22124 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22125
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22126 Torture-Sub-1/32-PASS: run/a/asm_pcmpgtb_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22127 run: llvmdc -O0 -od./obj -ofrun/a/asm_pcmpgtd_01_A.d.exe run/a/asm_pcmpgtd_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22128 Warning: addon/cpuinfo.d(176): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22129 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22130 run/a/asm_pcmpgtd_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22131 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22132
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22133 Torture-Sub-1/32-PASS: run/a/asm_pcmpgtd_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22134 run: llvmdc -O0 -od./obj -ofrun/a/asm_pcmpgtw_01_A.d.exe run/a/asm_pcmpgtw_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22135 Warning: addon/cpuinfo.d(176): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22136 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22137 run/a/asm_pcmpgtw_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22138 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22139
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22140 Torture-Sub-1/32-PASS: run/a/asm_pcmpgtw_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22141 run: llvmdc -O0 -od./obj -ofrun/a/asm_pextrw_01_A.d.exe run/a/asm_pextrw_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22142 Warning: addon/cpuinfo.d(154): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22143 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22144 run/a/asm_pextrw_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22145 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22146
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22147 Torture-Sub-1/32-PASS: run/a/asm_pextrw_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22148 run: llvmdc -O0 -od./obj -ofrun/a/asm_pextrw_01_B.d.exe run/a/asm_pextrw_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22149 Warning: addon/cpuinfo.d(154): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22150 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22151 run/a/asm_pextrw_01_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22152 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22153
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22154 Torture-Sub-1/32-PASS: run/a/asm_pextrw_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22155 run: llvmdc -O0 -od./obj -ofrun/a/asm_pf2id_01_A.d.exe run/a/asm_pf2id_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22156 run/a/asm_pf2id_01_A.d(28): Error: unknown opcode 'pf2id'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22157 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22158 Torture-Sub-1/32-FAIL: run/a/asm_pf2id_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22159 run: llvmdc -O0 -od./obj -ofrun/a/asm_pf2id_01_B.d.exe run/a/asm_pf2id_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22160 run/a/asm_pf2id_01_B.d(29): Error: unknown opcode 'pf2id'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22161 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22162 Torture-Sub-1/32-FAIL: run/a/asm_pf2id_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22163 run: llvmdc -O0 -od./obj -ofrun/a/asm_pfacc_01_A.d.exe run/a/asm_pfacc_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22164 run/a/asm_pfacc_01_A.d(34): Error: unknown opcode 'pfacc'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22165 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22166 Torture-Sub-1/32-FAIL: run/a/asm_pfacc_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22167 run: llvmdc -O0 -od./obj -ofrun/a/asm_pfacc_01_B.d.exe run/a/asm_pfacc_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22168 run/a/asm_pfacc_01_B.d(35): Error: unknown opcode 'pfacc'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22169 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22170 Torture-Sub-1/32-FAIL: run/a/asm_pfacc_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22171 run: llvmdc -O0 -od./obj -ofrun/a/asm_pfadd_01_A.d.exe run/a/asm_pfadd_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22172 run/a/asm_pfadd_01_A.d(34): Error: unknown opcode 'pfadd'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22173 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22174 Torture-Sub-1/32-FAIL: run/a/asm_pfadd_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22175 run: llvmdc -O0 -od./obj -ofrun/a/asm_pfadd_01_B.d.exe run/a/asm_pfadd_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22176 run/a/asm_pfadd_01_B.d(35): Error: unknown opcode 'pfadd'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22177 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22178 Torture-Sub-1/32-FAIL: run/a/asm_pfadd_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22179 run: llvmdc -O0 -od./obj -ofrun/a/asm_pfcmpeq_01_A.d.exe run/a/asm_pfcmpeq_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22180 run/a/asm_pfcmpeq_01_A.d(34): Error: unknown opcode 'pfcmpeq'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22181 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22182 Torture-Sub-1/32-FAIL: run/a/asm_pfcmpeq_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22183 run: llvmdc -O0 -od./obj -ofrun/a/asm_pfcmpeq_01_B.d.exe run/a/asm_pfcmpeq_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22184 run/a/asm_pfcmpeq_01_B.d(35): Error: unknown opcode 'pfcmpeq'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22185 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22186 Torture-Sub-1/32-FAIL: run/a/asm_pfcmpeq_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22187 run: llvmdc -O0 -od./obj -ofrun/a/asm_pfcmpge_01_A.d.exe run/a/asm_pfcmpge_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22188 run/a/asm_pfcmpge_01_A.d(32): Error: unknown opcode 'pfcmpge'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22189 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22190 Torture-Sub-1/32-FAIL: run/a/asm_pfcmpge_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22191 run: llvmdc -O0 -od./obj -ofrun/a/asm_pfcmpge_01_B.d.exe run/a/asm_pfcmpge_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22192 run/a/asm_pfcmpge_01_B.d(33): Error: unknown opcode 'pfcmpge'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22193 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22194 Torture-Sub-1/32-FAIL: run/a/asm_pfcmpge_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22195 run: llvmdc -O0 -od./obj -ofrun/a/asm_pfcmpgt_01_A.d.exe run/a/asm_pfcmpgt_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22196 run/a/asm_pfcmpgt_01_A.d(33): Error: unknown opcode 'pfcmpgt'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22197 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22198 Torture-Sub-1/32-FAIL: run/a/asm_pfcmpgt_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22199 run: llvmdc -O0 -od./obj -ofrun/a/asm_pfcmpgt_01_B.d.exe run/a/asm_pfcmpgt_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22200 run/a/asm_pfcmpgt_01_B.d(34): Error: unknown opcode 'pfcmpgt'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22201 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22202 Torture-Sub-1/32-FAIL: run/a/asm_pfcmpgt_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22203 run: llvmdc -O0 -od./obj -ofrun/a/asm_pfmax_01_A.d.exe run/a/asm_pfmax_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22204 run/a/asm_pfmax_01_A.d(34): Error: unknown opcode 'pfmax'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22205 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22206 Torture-Sub-1/32-FAIL: run/a/asm_pfmax_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22207 run: llvmdc -O0 -od./obj -ofrun/a/asm_pfmax_01_B.d.exe run/a/asm_pfmax_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22208 run/a/asm_pfmax_01_B.d(35): Error: unknown opcode 'pfmax'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22209 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22210 Torture-Sub-1/32-FAIL: run/a/asm_pfmax_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22211 run: llvmdc -O0 -od./obj -ofrun/a/asm_pfmin_01_A.d.exe run/a/asm_pfmin_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22212 run/a/asm_pfmin_01_A.d(34): Error: unknown opcode 'pfmin'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22213 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22214 Torture-Sub-1/32-FAIL: run/a/asm_pfmin_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22215 run: llvmdc -O0 -od./obj -ofrun/a/asm_pfmin_01_B.d.exe run/a/asm_pfmin_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22216 run/a/asm_pfmin_01_B.d(35): Error: unknown opcode 'pfmin'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22217 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22218 Torture-Sub-1/32-FAIL: run/a/asm_pfmin_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22219 run: llvmdc -O0 -od./obj -ofrun/a/asm_pfmul_01_A.d.exe run/a/asm_pfmul_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22220 run/a/asm_pfmul_01_A.d(34): Error: unknown opcode 'pfmul'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22221 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22222 Torture-Sub-1/32-FAIL: run/a/asm_pfmul_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22223 run: llvmdc -O0 -od./obj -ofrun/a/asm_pfmul_01_B.d.exe run/a/asm_pfmul_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22224 run/a/asm_pfmul_01_B.d(35): Error: unknown opcode 'pfmul'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22225 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22226 Torture-Sub-1/32-FAIL: run/a/asm_pfmul_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22227 run: llvmdc -O0 -od./obj -ofrun/a/asm_pfrcp_01_A.d.exe run/a/asm_pfrcp_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22228 run/a/asm_pfrcp_01_A.d(27): Error: unknown opcode 'pfrcp'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22229 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22230 Torture-Sub-1/32-FAIL: run/a/asm_pfrcp_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22231 run: llvmdc -O0 -od./obj -ofrun/a/asm_pfrcp_01_B.d.exe run/a/asm_pfrcp_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22232 run/a/asm_pfrcp_01_B.d(28): Error: unknown opcode 'pfrcp'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22233 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22234 Torture-Sub-1/32-FAIL: run/a/asm_pfrcp_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22235 run: llvmdc -O0 -od./obj -ofrun/a/asm_pfrcpit1_01_A.d.exe run/a/asm_pfrcpit1_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22236 run/a/asm_pfrcpit1_01_A.d(29): Error: unknown opcode 'pfrcp'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22237 run/a/asm_pfrcpit1_01_A.d(30): Error: unknown opcode 'pfrcpit1'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22238 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22239 Torture-Sub-1/32-FAIL: run/a/asm_pfrcpit1_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22240 run: llvmdc -O0 -od./obj -ofrun/a/asm_pfrcpit1_01_B.d.exe run/a/asm_pfrcpit1_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22241 run/a/asm_pfrcpit1_01_B.d(30): Error: unknown opcode 'pfrcp'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22242 run/a/asm_pfrcpit1_01_B.d(31): Error: unknown opcode 'pfrcpit1'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22243 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22244 Torture-Sub-1/32-FAIL: run/a/asm_pfrcpit1_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22245 run: llvmdc -O0 -od./obj -ofrun/a/asm_pfrcpit2_01_A.d.exe run/a/asm_pfrcpit2_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22246 run/a/asm_pfrcpit2_01_A.d(28): Error: unknown opcode 'pfrcp'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22247 run/a/asm_pfrcpit2_01_A.d(29): Error: unknown opcode 'pfrcpit1'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22248 run/a/asm_pfrcpit2_01_A.d(30): Error: unknown opcode 'pfrcpit2'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22249 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22250 Torture-Sub-1/32-FAIL: run/a/asm_pfrcpit2_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22251 run: llvmdc -O0 -od./obj -ofrun/a/asm_pfrcpit2_01_B.d.exe run/a/asm_pfrcpit2_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22252 run/a/asm_pfrcpit2_01_B.d(29): Error: unknown opcode 'pfrcp'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22253 run/a/asm_pfrcpit2_01_B.d(30): Error: unknown opcode 'pfrcpit1'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22254 run/a/asm_pfrcpit2_01_B.d(31): Error: unknown opcode 'pfrcpit2'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22255 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22256 Torture-Sub-1/32-FAIL: run/a/asm_pfrcpit2_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22257 run: llvmdc -O0 -od./obj -ofrun/a/asm_pfrsqrt_01_A.d.exe run/a/asm_pfrsqrt_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22258 run/a/asm_pfrsqrt_01_A.d(26): Error: unknown opcode 'pfrsqrt'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22259 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22260 Torture-Sub-1/32-FAIL: run/a/asm_pfrsqrt_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22261 run: llvmdc -O0 -od./obj -ofrun/a/asm_pfrsqrt_01_B.d.exe run/a/asm_pfrsqrt_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22262 run/a/asm_pfrsqrt_01_B.d(27): Error: unknown opcode 'pfrsqrt'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22263 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22264 Torture-Sub-1/32-FAIL: run/a/asm_pfrsqrt_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22265 run: llvmdc -O0 -od./obj -ofrun/a/asm_pfrsqrtit1_01_A.d.exe run/a/asm_pfrsqrtit1_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22266 run/a/asm_pfrsqrtit1_01_A.d(26): Error: unknown opcode 'pfrsqrt'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22267 run/a/asm_pfrsqrtit1_01_A.d(27): Error: unknown opcode 'pfrsqit1'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22268 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22269 Torture-Sub-1/32-FAIL: run/a/asm_pfrsqrtit1_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22270 run: llvmdc -O0 -od./obj -ofrun/a/asm_pfrsqrtit1_01_B.d.exe run/a/asm_pfrsqrtit1_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22271 run/a/asm_pfrsqrtit1_01_B.d(27): Error: unknown opcode 'pfrsqrt'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22272 run/a/asm_pfrsqrtit1_01_B.d(28): Error: unknown opcode 'pfrsqit1'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22273 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22274 Torture-Sub-1/32-FAIL: run/a/asm_pfrsqrtit1_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22275 run: llvmdc -O0 -od./obj -ofrun/a/asm_pfsub_01_A.d.exe run/a/asm_pfsub_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22276 run/a/asm_pfsub_01_A.d(35): Error: unknown opcode 'pfsub'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22277 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22278 Torture-Sub-1/32-FAIL: run/a/asm_pfsub_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22279 run: llvmdc -O0 -od./obj -ofrun/a/asm_pfsub_01_B.d.exe run/a/asm_pfsub_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22280 run/a/asm_pfsub_01_B.d(34): Error: unknown opcode 'pfsub'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22281 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22282 Torture-Sub-1/32-FAIL: run/a/asm_pfsub_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22283 run: llvmdc -O0 -od./obj -ofrun/a/asm_pfsubr_01_A.d.exe run/a/asm_pfsubr_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22284 run/a/asm_pfsubr_01_A.d(35): Error: unknown opcode 'pfsubr'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22285 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22286 Torture-Sub-1/32-FAIL: run/a/asm_pfsubr_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22287 run: llvmdc -O0 -od./obj -ofrun/a/asm_pfsubr_01_B.d.exe run/a/asm_pfsubr_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22288 run/a/asm_pfsubr_01_B.d(34): Error: unknown opcode 'pfsubr'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22289 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22290 Torture-Sub-1/32-FAIL: run/a/asm_pfsubr_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22291 run: llvmdc -O0 -od./obj -ofrun/a/asm_pi2fd_01_A.d.exe run/a/asm_pi2fd_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22292 run/a/asm_pi2fd_01_A.d(29): Error: unknown opcode 'pi2fd'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22293 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22294 Torture-Sub-1/32-FAIL: run/a/asm_pi2fd_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22295 run: llvmdc -O0 -od./obj -ofrun/a/asm_pi2fd_01_B.d.exe run/a/asm_pi2fd_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22296 run/a/asm_pi2fd_01_B.d(28): Error: unknown opcode 'pi2fd'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22297 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22298 Torture-Sub-1/32-FAIL: run/a/asm_pi2fd_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22299 run: llvmdc -O0 -od./obj -ofrun/a/asm_pinsrw_01_A.d.exe run/a/asm_pinsrw_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22300 Warning: addon/cpuinfo.d(154): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22301 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22302 run/a/asm_pinsrw_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22303 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22304
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22305 Torture-Sub-1/32-PASS: run/a/asm_pinsrw_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22306 run: llvmdc -O0 -od./obj -ofrun/a/asm_pinsrw_01_B.d.exe run/a/asm_pinsrw_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22307 Warning: addon/cpuinfo.d(154): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22308 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22309 run/a/asm_pinsrw_01_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22310 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22311
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22312 Torture-Sub-1/32-PASS: run/a/asm_pinsrw_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22313 run: llvmdc -O0 -od./obj -ofrun/a/asm_pinsrw_01_C.d.exe run/a/asm_pinsrw_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22314 Warning: addon/cpuinfo.d(154): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22315 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22316 run/a/asm_pinsrw_01_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22317 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22318
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22319 Torture-Sub-1/32-PASS: run/a/asm_pinsrw_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22320 run: llvmdc -O0 -od./obj -ofrun/a/asm_pinsrw_01_D.d.exe run/a/asm_pinsrw_01_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22321 Warning: addon/cpuinfo.d(154): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22322 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22323 run/a/asm_pinsrw_01_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22324 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22325
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22326 Torture-Sub-1/32-PASS: run/a/asm_pinsrw_01_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22327 run: llvmdc -O0 -od./obj -ofrun/a/asm_pmaddwd_01_A.d.exe run/a/asm_pmaddwd_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22328 Warning: addon/cpuinfo.d(176): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22329 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22330 run/a/asm_pmaddwd_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22331 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22332
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22333 Torture-Sub-1/32-PASS: run/a/asm_pmaddwd_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22334 run: llvmdc -O0 -od./obj -ofrun/a/asm_pmaxsw_01_A.d.exe run/a/asm_pmaxsw_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22335 Warning: addon/cpuinfo.d(154): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22336 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22337 run/a/asm_pmaxsw_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22338 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22339
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22340 Torture-Sub-1/32-PASS: run/a/asm_pmaxsw_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22341 run: llvmdc -O0 -od./obj -ofrun/a/asm_pmaxub_01_A.d.exe run/a/asm_pmaxub_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22342 Warning: addon/cpuinfo.d(154): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22343 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22344 run/a/asm_pmaxub_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22345 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22346
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22347 Torture-Sub-1/32-PASS: run/a/asm_pmaxub_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22348 run: llvmdc -O0 -od./obj -ofrun/a/asm_pminsub_01_A.d.exe run/a/asm_pminsub_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22349 Warning: addon/cpuinfo.d(154): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22350 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22351 run/a/asm_pminsub_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22352 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22353
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22354 Torture-Sub-1/32-PASS: run/a/asm_pminsub_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22355 run: llvmdc -O0 -od./obj -ofrun/a/asm_pminsw_01_A.d.exe run/a/asm_pminsw_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22356 Warning: addon/cpuinfo.d(154): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22357 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22358 run/a/asm_pminsw_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22359 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22360
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22361 Torture-Sub-1/32-PASS: run/a/asm_pminsw_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22362 run: llvmdc -O0 -od./obj -ofrun/a/asm_pmovmskb_01_A.d.exe run/a/asm_pmovmskb_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22363 Warning: addon/cpuinfo.d(176): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22364 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22365 run/a/asm_pmovmskb_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22366 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22367
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22368 Torture-Sub-1/32-PASS: run/a/asm_pmovmskb_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22369 run: llvmdc -O0 -od./obj -ofrun/a/asm_pmovmskb_01_B.d.exe run/a/asm_pmovmskb_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22370 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22371 run/a/asm_pmovmskb_01_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22372 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22373
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22374 Torture-Sub-1/32-PASS: run/a/asm_pmovmskb_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22375 run: llvmdc -O0 -od./obj -ofrun/a/asm_pmulhrw_01_A.d.exe run/a/asm_pmulhrw_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22376 run/a/asm_pmulhrw_01_A.d(26): Error: unknown opcode 'pmulhrw'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22377 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22378 Torture-Sub-1/32-FAIL: run/a/asm_pmulhrw_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22379 run: llvmdc -O0 -od./obj -ofrun/a/asm_pmulhuw_01_A.d.exe run/a/asm_pmulhuw_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22380 Warning: addon/cpuinfo.d(154): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22381 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22382 run/a/asm_pmulhuw_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22383 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22384
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22385 Torture-Sub-1/32-PASS: run/a/asm_pmulhuw_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22386 run: llvmdc -O0 -od./obj -ofrun/a/asm_pmulhw_01_A.d.exe run/a/asm_pmulhw_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22387 Warning: addon/cpuinfo.d(176): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22388 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22389 run/a/asm_pmulhw_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22390 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22391
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22392 Torture-Sub-1/32-PASS: run/a/asm_pmulhw_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22393 run: llvmdc -O0 -od./obj -ofrun/a/asm_pmullw_01_A.d.exe run/a/asm_pmullw_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22394 Warning: addon/cpuinfo.d(176): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22395 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22396 run/a/asm_pmullw_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22397 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22398
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22399 Torture-Sub-1/32-PASS: run/a/asm_pmullw_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22400 run: llvmdc -O0 -od./obj -ofrun/a/asm_pmuludq_01_A.d.exe run/a/asm_pmuludq_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22401 Warning: addon/cpuinfo.d(176): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22402 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22403 run/a/asm_pmuludq_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22404 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22405
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22406 Torture-Sub-1/32-PASS: run/a/asm_pmuludq_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22407 run: llvmdc -O0 -od./obj -ofrun/a/asm_pop_01_A.d.exe run/a/asm_pop_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22408 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22409 run/a/asm_pop_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22410 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22411
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22412 Torture-Sub-1/32-ERROR: run/a/asm_pop_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22413 run: llvmdc -O0 -od./obj -ofrun/a/asm_pop_01_B.d.exe run/a/asm_pop_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22414 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22415 run/a/asm_pop_01_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22416 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22417
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22418 Torture-Sub-1/32-ERROR: run/a/asm_pop_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22419 run: llvmdc -O0 -od./obj -ofrun/a/asm_pop_02_A.d.exe run/a/asm_pop_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22420 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22421 run/a/asm_pop_02_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22422 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22423
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22424 Torture-Sub-1/32-ERROR: run/a/asm_pop_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22425 run: llvmdc -O0 -od./obj -ofrun/a/asm_pop_02_B.d.exe run/a/asm_pop_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22426 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22427 run/a/asm_pop_02_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22428 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22429
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22430 Torture-Sub-1/32-ERROR: run/a/asm_pop_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22431 run: llvmdc -O0 -od./obj -ofrun/a/asm_popa_01_A.d.exe run/a/asm_popa_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22432 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22433 run/a/asm_popa_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22434 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22435
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22436 Torture-Sub-1/32-ERROR: run/a/asm_popa_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22437 run: llvmdc -O0 -od./obj -ofrun/a/asm_popad_01_A.d.exe run/a/asm_popad_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22438 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22439 run/a/asm_popad_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22440 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22441
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22442 Torture-Sub-1/32-ERROR: run/a/asm_popad_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22443 run: llvmdc -O0 -od./obj -ofrun/a/asm_por_01.d.exe run/a/asm_por_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22444 Warning: addon/cpuinfo.d(132): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22445 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22446 run/a/asm_por_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22447 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22448
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22449 Torture-Sub-1/32-PASS: run/a/asm_por_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22450 run: llvmdc -O0 -od./obj -ofrun/a/asm_por_02_A.d.exe run/a/asm_por_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22451 terminate called after throwing an instance of 'std::out_of_range'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22452 what(): basic_string::replace
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22453 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22454 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22455 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x150)[0x4013e6a0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22456 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3c5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22457 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3f6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22458 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c4fa]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22459 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZSt20__throw_out_of_rangePKc+0x79)[0x400d8f49]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22460 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKcj+0x1aa)[0x4011cbc8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22461 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKc+0x48)[0x4011cdd6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22462 llvmdc[0x8174a4e]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22463 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22464 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22465 Torture-Sub-1/32-ERROR: run/a/asm_por_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22466 run: llvmdc -O0 -od./obj -ofrun/a/asm_prefetchnta_01.d.exe run/a/asm_prefetchnta_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22467 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22468 run/a/asm_prefetchnta_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22469 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22470
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22471 Torture-Sub-1/32-PASS: run/a/asm_prefetchnta_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22472 run: llvmdc -O0 -od./obj -ofrun/a/asm_prefetcht0_01.d.exe run/a/asm_prefetcht0_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22473 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22474 run/a/asm_prefetcht0_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22475 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22476
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22477 Torture-Sub-1/32-PASS: run/a/asm_prefetcht0_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22478 run: llvmdc -O0 -od./obj -ofrun/a/asm_prefetcht1_01.d.exe run/a/asm_prefetcht1_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22479 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22480 run/a/asm_prefetcht1_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22481 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22482
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22483 Torture-Sub-1/32-PASS: run/a/asm_prefetcht1_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22484 run: llvmdc -O0 -od./obj -ofrun/a/asm_prefetcht2_01.d.exe run/a/asm_prefetcht2_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22485 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22486 run/a/asm_prefetcht2_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22487 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22488
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22489 Torture-Sub-1/32-PASS: run/a/asm_prefetcht2_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22490 run: llvmdc -O0 -od./obj -ofrun/a/asm_psadbw_01_A.d.exe run/a/asm_psadbw_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22491 Warning: addon/cpuinfo.d(154): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22492 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22493 run/a/asm_psadbw_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22494 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22495
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22496 Torture-Sub-1/32-PASS: run/a/asm_psadbw_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22497 run: llvmdc -O0 -od./obj -ofrun/a/asm_pshufd_01_A.d.exe run/a/asm_pshufd_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22498 Warning: addon/cpuinfo.d(176): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22499 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22500 run/a/asm_pshufd_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22501 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22502
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22503 Torture-Sub-1/32-PASS: run/a/asm_pshufd_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22504 run: llvmdc -O0 -od./obj -ofrun/a/asm_pshufhw_01_A.d.exe run/a/asm_pshufhw_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22505 Warning: addon/cpuinfo.d(176): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22506 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22507 run/a/asm_pshufhw_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22508 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22509
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22510 Torture-Sub-1/32-PASS: run/a/asm_pshufhw_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22511 run: llvmdc -O0 -od./obj -ofrun/a/asm_pshuflw_01_A.d.exe run/a/asm_pshuflw_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22512 Warning: addon/cpuinfo.d(176): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22513 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22514 run/a/asm_pshuflw_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22515 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22516
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22517 Torture-Sub-1/32-PASS: run/a/asm_pshuflw_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22518 run: llvmdc -O0 -od./obj -ofrun/a/asm_pshufw_01_A.d.exe run/a/asm_pshufw_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22519 Warning: addon/cpuinfo.d(176): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22520 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22521 run/a/asm_pshufw_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22522 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22523
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22524 Torture-Sub-1/32-PASS: run/a/asm_pshufw_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22525 run: llvmdc -O0 -od./obj -ofrun/a/asm_pslld_01_A.d.exe run/a/asm_pslld_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22526 terminate called after throwing an instance of 'std::out_of_range'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22527 what(): basic_string::replace
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22528 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22529 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22530 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x150)[0x4013e6a0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22531 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3c5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22532 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3f6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22533 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c4fa]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22534 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZSt20__throw_out_of_rangePKc+0x79)[0x400d8f49]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22535 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKcj+0x1aa)[0x4011cbc8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22536 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKc+0x48)[0x4011cdd6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22537 llvmdc[0x8174a4e]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22538 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22539 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22540 Torture-Sub-1/32-ERROR: run/a/asm_pslld_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22541 run: llvmdc -O0 -od./obj -ofrun/a/asm_pslld_01_B.d.exe run/a/asm_pslld_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22542 terminate called after throwing an instance of 'std::out_of_range'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22543 what(): basic_string::replace
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22544 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22545 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22546 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x150)[0x4013e6a0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22547 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3c5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22548 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3f6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22549 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c4fa]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22550 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZSt20__throw_out_of_rangePKc+0x79)[0x400d8f49]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22551 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKcj+0x1aa)[0x4011cbc8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22552 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKc+0x48)[0x4011cdd6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22553 llvmdc[0x8174a4e]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22554 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22555 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22556 Torture-Sub-1/32-ERROR: run/a/asm_pslld_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22557 run: llvmdc -O0 -od./obj -ofrun/a/asm_pslldq_01_A.d.exe run/a/asm_pslldq_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22558 run/a/asm_pslldq_01_A.d(12): module stdio cannot read file 'std/stdio.d'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22559 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22560 Torture-Sub-1/32-FAIL: run/a/asm_pslldq_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22561 run: llvmdc -O0 -od./obj -ofrun/a/asm_psllq_01_A.d.exe run/a/asm_psllq_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22562 Error: shift by 63 is outside the range 0..32
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22563 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22564 Torture-Sub-1/32-FAIL: run/a/asm_psllq_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22565 run: llvmdc -O0 -od./obj -ofrun/a/asm_psllq_01_B.d.exe run/a/asm_psllq_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22566 Error: shift by 63 is outside the range 0..32
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22567 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22568 Torture-Sub-1/32-FAIL: run/a/asm_psllq_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22569 run: llvmdc -O0 -od./obj -ofrun/a/asm_psllw_01_A.d.exe run/a/asm_psllw_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22570 terminate called after throwing an instance of 'std::out_of_range'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22571 what(): basic_string::replace
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22572 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22573 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22574 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x150)[0x4013e6a0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22575 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3c5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22576 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3f6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22577 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c4fa]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22578 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZSt20__throw_out_of_rangePKc+0x79)[0x400d8f49]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22579 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKcj+0x1aa)[0x4011cbc8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22580 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKc+0x48)[0x4011cdd6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22581 llvmdc[0x8174a4e]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22582 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22583 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22584 Torture-Sub-1/32-ERROR: run/a/asm_psllw_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22585 run: llvmdc -O0 -od./obj -ofrun/a/asm_psllw_01_B.d.exe run/a/asm_psllw_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22586 terminate called after throwing an instance of 'std::out_of_range'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22587 what(): basic_string::replace
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22588 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22589 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22590 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x150)[0x4013e6a0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22591 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3c5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22592 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3f6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22593 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c4fa]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22594 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZSt20__throw_out_of_rangePKc+0x79)[0x400d8f49]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22595 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKcj+0x1aa)[0x4011cbc8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22596 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKc+0x48)[0x4011cdd6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22597 llvmdc[0x8174a4e]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22598 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22599 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22600 Torture-Sub-1/32-ERROR: run/a/asm_psllw_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22601 run: llvmdc -O0 -od./obj -ofrun/a/asm_psrad_01_A.d.exe run/a/asm_psrad_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22602 terminate called after throwing an instance of 'std::out_of_range'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22603 what(): basic_string::replace
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22604 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22605 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22606 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x150)[0x4013e6a0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22607 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3c5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22608 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3f6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22609 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c4fa]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22610 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZSt20__throw_out_of_rangePKc+0x79)[0x400d8f49]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22611 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKcj+0x1aa)[0x4011cbc8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22612 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKc+0x48)[0x4011cdd6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22613 llvmdc[0x8174a4e]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22614 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22615 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22616 Torture-Sub-1/32-ERROR: run/a/asm_psrad_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22617 run: llvmdc -O0 -od./obj -ofrun/a/asm_psrad_01_B.d.exe run/a/asm_psrad_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22618 terminate called after throwing an instance of 'std::out_of_range'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22619 what(): basic_string::replace
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22620 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22621 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22622 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x150)[0x4013e6a0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22623 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3c5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22624 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3f6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22625 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c4fa]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22626 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZSt20__throw_out_of_rangePKc+0x79)[0x400d8f49]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22627 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKcj+0x1aa)[0x4011cbc8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22628 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKc+0x48)[0x4011cdd6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22629 llvmdc[0x8174a4e]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22630 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22631 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22632 Torture-Sub-1/32-ERROR: run/a/asm_psrad_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22633 run: llvmdc -O0 -od./obj -ofrun/a/asm_psraw_01_A.d.exe run/a/asm_psraw_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22634 terminate called after throwing an instance of 'std::out_of_range'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22635 what(): basic_string::replace
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22636 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22637 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22638 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x150)[0x4013e6a0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22639 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3c5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22640 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3f6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22641 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c4fa]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22642 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZSt20__throw_out_of_rangePKc+0x79)[0x400d8f49]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22643 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKcj+0x1aa)[0x4011cbc8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22644 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKc+0x48)[0x4011cdd6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22645 llvmdc[0x8174a4e]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22646 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22647 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22648 Torture-Sub-1/32-ERROR: run/a/asm_psraw_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22649 run: llvmdc -O0 -od./obj -ofrun/a/asm_psraw_01_B.d.exe run/a/asm_psraw_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22650 terminate called after throwing an instance of 'std::out_of_range'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22651 what(): basic_string::replace
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22652 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22653 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22654 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x150)[0x4013e6a0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22655 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3c5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22656 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3f6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22657 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c4fa]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22658 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZSt20__throw_out_of_rangePKc+0x79)[0x400d8f49]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22659 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKcj+0x1aa)[0x4011cbc8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22660 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKc+0x48)[0x4011cdd6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22661 llvmdc[0x8174a4e]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22662 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22663 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22664 Torture-Sub-1/32-ERROR: run/a/asm_psraw_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22665 run: llvmdc -O0 -od./obj -ofrun/a/asm_psrld_01_A.d.exe run/a/asm_psrld_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22666 terminate called after throwing an instance of 'std::out_of_range'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22667 what(): basic_string::replace
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22668 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22669 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22670 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x150)[0x4013e6a0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22671 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3c5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22672 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3f6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22673 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c4fa]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22674 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZSt20__throw_out_of_rangePKc+0x79)[0x400d8f49]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22675 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKcj+0x1aa)[0x4011cbc8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22676 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKc+0x48)[0x4011cdd6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22677 llvmdc[0x8174a4e]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22678 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22679 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22680 Torture-Sub-1/32-ERROR: run/a/asm_psrld_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22681 run: llvmdc -O0 -od./obj -ofrun/a/asm_psrld_01_B.d.exe run/a/asm_psrld_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22682 terminate called after throwing an instance of 'std::out_of_range'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22683 what(): basic_string::replace
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22684 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22685 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22686 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x150)[0x4013e6a0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22687 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3c5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22688 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3f6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22689 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c4fa]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22690 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZSt20__throw_out_of_rangePKc+0x79)[0x400d8f49]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22691 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKcj+0x1aa)[0x4011cbc8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22692 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKc+0x48)[0x4011cdd6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22693 llvmdc[0x8174a4e]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22694 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22695 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22696 Torture-Sub-1/32-ERROR: run/a/asm_psrld_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22697 run: llvmdc -O0 -od./obj -ofrun/a/asm_psrldq_01_A.d.exe run/a/asm_psrldq_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22698 terminate called after throwing an instance of 'std::out_of_range'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22699 what(): basic_string::replace
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22700 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22701 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22702 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x150)[0x4013e6a0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22703 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3c5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22704 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3f6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22705 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c4fa]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22706 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZSt20__throw_out_of_rangePKc+0x79)[0x400d8f49]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22707 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKcj+0x1aa)[0x4011cbc8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22708 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKc+0x48)[0x4011cdd6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22709 llvmdc[0x8174a4e]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22710 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22711 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22712 Torture-Sub-1/32-ERROR: run/a/asm_psrldq_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22713 run: llvmdc -O0 -od./obj -ofrun/a/asm_psrlq_01_A.d.exe run/a/asm_psrlq_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22714 Error: shift by 63 is outside the range 0..32
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22715 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22716 Torture-Sub-1/32-FAIL: run/a/asm_psrlq_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22717 run: llvmdc -O0 -od./obj -ofrun/a/asm_psrlw_01_A.d.exe run/a/asm_psrlw_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22718 terminate called after throwing an instance of 'std::out_of_range'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22719 what(): basic_string::replace
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22720 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22721 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22722 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x150)[0x4013e6a0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22723 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3c5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22724 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3f6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22725 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c4fa]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22726 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZSt20__throw_out_of_rangePKc+0x79)[0x400d8f49]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22727 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKcj+0x1aa)[0x4011cbc8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22728 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKc+0x48)[0x4011cdd6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22729 llvmdc[0x8174a4e]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22730 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22731 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22732 Torture-Sub-1/32-ERROR: run/a/asm_psrlw_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22733 run: llvmdc -O0 -od./obj -ofrun/a/asm_psrlw_01_B.d.exe run/a/asm_psrlw_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22734 terminate called after throwing an instance of 'std::out_of_range'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22735 what(): basic_string::replace
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22736 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22737 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22738 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x150)[0x4013e6a0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22739 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3c5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22740 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3f6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22741 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c4fa]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22742 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZSt20__throw_out_of_rangePKc+0x79)[0x400d8f49]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22743 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKcj+0x1aa)[0x4011cbc8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22744 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKc+0x48)[0x4011cdd6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22745 llvmdc[0x8174a4e]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22746 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22747 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22748 Torture-Sub-1/32-ERROR: run/a/asm_psrlw_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22749 run: llvmdc -O0 -od./obj -ofrun/a/asm_psubb_01_A.d.exe run/a/asm_psubb_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22750 terminate called after throwing an instance of 'std::out_of_range'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22751 what(): basic_string::replace
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22752 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22753 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22754 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x150)[0x4013e6a0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22755 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3c5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22756 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3f6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22757 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c4fa]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22758 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZSt20__throw_out_of_rangePKc+0x79)[0x400d8f49]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22759 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKcj+0x1aa)[0x4011cbc8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22760 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKc+0x48)[0x4011cdd6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22761 llvmdc[0x8174a4e]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22762 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22763 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22764 Torture-Sub-1/32-ERROR: run/a/asm_psubb_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22765 run: llvmdc -O0 -od./obj -ofrun/a/asm_psubd_01_A.d.exe run/a/asm_psubd_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22766 terminate called after throwing an instance of 'std::out_of_range'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22767 what(): basic_string::replace
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22768 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22769 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22770 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x150)[0x4013e6a0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22771 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3c5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22772 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3f6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22773 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c4fa]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22774 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZSt20__throw_out_of_rangePKc+0x79)[0x400d8f49]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22775 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKcj+0x1aa)[0x4011cbc8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22776 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKc+0x48)[0x4011cdd6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22777 llvmdc[0x8174a4e]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22778 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22779 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22780 Torture-Sub-1/32-ERROR: run/a/asm_psubd_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22781 run: llvmdc -O0 -od./obj -ofrun/a/asm_psubq_01_A.d.exe run/a/asm_psubq_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22782 terminate called after throwing an instance of 'std::out_of_range'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22783 what(): basic_string::replace
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22784 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22785 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22786 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x150)[0x4013e6a0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22787 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3c5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22788 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3f6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22789 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c4fa]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22790 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZSt20__throw_out_of_rangePKc+0x79)[0x400d8f49]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22791 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKcj+0x1aa)[0x4011cbc8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22792 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKc+0x48)[0x4011cdd6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22793 llvmdc[0x8174a4e]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22794 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22795 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22796 Torture-Sub-1/32-ERROR: run/a/asm_psubq_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22797 run: llvmdc -O0 -od./obj -ofrun/a/asm_psubsb_01_A.d.exe run/a/asm_psubsb_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22798 terminate called after throwing an instance of 'std::out_of_range'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22799 what(): basic_string::replace
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22800 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22801 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22802 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x150)[0x4013e6a0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22803 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3c5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22804 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3f6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22805 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c4fa]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22806 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZSt20__throw_out_of_rangePKc+0x79)[0x400d8f49]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22807 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKcj+0x1aa)[0x4011cbc8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22808 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKc+0x48)[0x4011cdd6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22809 llvmdc[0x8174a4e]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22810 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22811 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22812 Torture-Sub-1/32-ERROR: run/a/asm_psubsb_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22813 run: llvmdc -O0 -od./obj -ofrun/a/asm_psubsw_01_A.d.exe run/a/asm_psubsw_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22814 terminate called after throwing an instance of 'std::out_of_range'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22815 what(): basic_string::replace
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22816 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22817 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22818 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x150)[0x4013e6a0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22819 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3c5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22820 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3f6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22821 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c4fa]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22822 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZSt20__throw_out_of_rangePKc+0x79)[0x400d8f49]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22823 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKcj+0x1aa)[0x4011cbc8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22824 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKc+0x48)[0x4011cdd6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22825 llvmdc[0x8174a4e]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22826 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22827 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22828 Torture-Sub-1/32-ERROR: run/a/asm_psubsw_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22829 run: llvmdc -O0 -od./obj -ofrun/a/asm_psubusb_01_A.d.exe run/a/asm_psubusb_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22830 terminate called after throwing an instance of 'std::out_of_range'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22831 what(): basic_string::replace
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22832 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22833 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22834 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x150)[0x4013e6a0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22835 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3c5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22836 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3f6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22837 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c4fa]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22838 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZSt20__throw_out_of_rangePKc+0x79)[0x400d8f49]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22839 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKcj+0x1aa)[0x4011cbc8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22840 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKc+0x48)[0x4011cdd6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22841 llvmdc[0x8174a4e]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22842 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22843 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22844 Torture-Sub-1/32-ERROR: run/a/asm_psubusb_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22845 run: llvmdc -O0 -od./obj -ofrun/a/asm_psubusw_01_A.d.exe run/a/asm_psubusw_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22846 terminate called after throwing an instance of 'std::out_of_range'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22847 what(): basic_string::replace
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22848 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22849 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22850 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x150)[0x4013e6a0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22851 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3c5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22852 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3f6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22853 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c4fa]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22854 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZSt20__throw_out_of_rangePKc+0x79)[0x400d8f49]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22855 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKcj+0x1aa)[0x4011cbc8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22856 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKc+0x48)[0x4011cdd6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22857 llvmdc[0x8174a4e]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22858 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22859 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22860 Torture-Sub-1/32-ERROR: run/a/asm_psubusw_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22861 run: llvmdc -O0 -od./obj -ofrun/a/asm_psubw_01_A.d.exe run/a/asm_psubw_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22862 terminate called after throwing an instance of 'std::out_of_range'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22863 what(): basic_string::replace
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22864 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22865 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22866 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x150)[0x4013e6a0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22867 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3c5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22868 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3f6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22869 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c4fa]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22870 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZSt20__throw_out_of_rangePKc+0x79)[0x400d8f49]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22871 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKcj+0x1aa)[0x4011cbc8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22872 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKc+0x48)[0x4011cdd6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22873 llvmdc[0x8174a4e]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22874 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22875 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22876 Torture-Sub-1/32-ERROR: run/a/asm_psubw_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22877 run: llvmdc -O0 -od./obj -ofrun/a/asm_punpckhbw_01_A.d.exe run/a/asm_punpckhbw_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22878 terminate called after throwing an instance of 'std::out_of_range'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22879 what(): basic_string::replace
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22880 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22881 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22882 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x150)[0x4013e6a0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22883 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3c5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22884 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3f6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22885 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c4fa]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22886 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZSt20__throw_out_of_rangePKc+0x79)[0x400d8f49]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22887 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKcj+0x1aa)[0x4011cbc8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22888 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKc+0x48)[0x4011cdd6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22889 llvmdc[0x8174a4e]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22890 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22891 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22892 Torture-Sub-1/32-ERROR: run/a/asm_punpckhbw_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22893 run: llvmdc -O0 -od./obj -ofrun/a/asm_punpckhdq_01_A.d.exe run/a/asm_punpckhdq_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22894 terminate called after throwing an instance of 'std::out_of_range'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22895 what(): basic_string::replace
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22896 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22897 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22898 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x150)[0x4013e6a0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22899 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3c5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22900 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3f6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22901 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c4fa]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22902 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZSt20__throw_out_of_rangePKc+0x79)[0x400d8f49]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22903 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKcj+0x1aa)[0x4011cbc8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22904 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKc+0x48)[0x4011cdd6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22905 llvmdc[0x8174a4e]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22906 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22907 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22908 Torture-Sub-1/32-ERROR: run/a/asm_punpckhdq_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22909 run: llvmdc -O0 -od./obj -ofrun/a/asm_punpckhqdq_01_A.d.exe run/a/asm_punpckhqdq_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22910 terminate called after throwing an instance of 'std::out_of_range'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22911 what(): basic_string::replace
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22912 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22913 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22914 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x150)[0x4013e6a0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22915 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3c5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22916 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3f6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22917 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c4fa]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22918 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZSt20__throw_out_of_rangePKc+0x79)[0x400d8f49]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22919 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKcj+0x1aa)[0x4011cbc8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22920 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKc+0x48)[0x4011cdd6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22921 llvmdc[0x8174a4e]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22922 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22923 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22924 Torture-Sub-1/32-ERROR: run/a/asm_punpckhqdq_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22925 run: llvmdc -O0 -od./obj -ofrun/a/asm_punpckhwd_01_A.d.exe run/a/asm_punpckhwd_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22926 terminate called after throwing an instance of 'std::out_of_range'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22927 what(): basic_string::replace
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22928 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22929 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22930 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x150)[0x4013e6a0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22931 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3c5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22932 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3f6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22933 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c4fa]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22934 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZSt20__throw_out_of_rangePKc+0x79)[0x400d8f49]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22935 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKcj+0x1aa)[0x4011cbc8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22936 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKc+0x48)[0x4011cdd6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22937 llvmdc[0x8174a4e]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22938 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22939 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22940 Torture-Sub-1/32-ERROR: run/a/asm_punpckhwd_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22941 run: llvmdc -O0 -od./obj -ofrun/a/asm_punpcklbw_01_A.d.exe run/a/asm_punpcklbw_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22942 terminate called after throwing an instance of 'std::out_of_range'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22943 what(): basic_string::replace
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22944 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22945 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22946 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x150)[0x4013e6a0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22947 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3c5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22948 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3f6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22949 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c4fa]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22950 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZSt20__throw_out_of_rangePKc+0x79)[0x400d8f49]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22951 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKcj+0x1aa)[0x4011cbc8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22952 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKc+0x48)[0x4011cdd6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22953 llvmdc[0x8174a4e]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22954 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22955 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22956 Torture-Sub-1/32-ERROR: run/a/asm_punpcklbw_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22957 run: llvmdc -O0 -od./obj -ofrun/a/asm_punpckldq_01_A.d.exe run/a/asm_punpckldq_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22958 terminate called after throwing an instance of 'std::out_of_range'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22959 what(): basic_string::replace
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22960 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22961 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22962 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x150)[0x4013e6a0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22963 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3c5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22964 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3f6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22965 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c4fa]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22966 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZSt20__throw_out_of_rangePKc+0x79)[0x400d8f49]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22967 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKcj+0x1aa)[0x4011cbc8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22968 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKc+0x48)[0x4011cdd6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22969 llvmdc[0x8174a4e]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22970 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22971 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22972 Torture-Sub-1/32-ERROR: run/a/asm_punpckldq_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22973 run: llvmdc -O0 -od./obj -ofrun/a/asm_punpcklqdq_01_A.d.exe run/a/asm_punpcklqdq_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22974 terminate called after throwing an instance of 'std::out_of_range'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22975 what(): basic_string::replace
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22976 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22977 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22978 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x150)[0x4013e6a0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22979 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3c5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22980 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3f6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22981 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c4fa]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22982 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZSt20__throw_out_of_rangePKc+0x79)[0x400d8f49]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22983 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKcj+0x1aa)[0x4011cbc8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22984 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKc+0x48)[0x4011cdd6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22985 llvmdc[0x8174a4e]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22986 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22987 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22988 Torture-Sub-1/32-ERROR: run/a/asm_punpcklqdq_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22989 run: llvmdc -O0 -od./obj -ofrun/a/asm_punpcklwd_01_A.d.exe run/a/asm_punpcklwd_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22990 terminate called after throwing an instance of 'std::out_of_range'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22991 what(): basic_string::replace
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22992 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22993 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22994 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x150)[0x4013e6a0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22995 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3c5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22996 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3f6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22997 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c4fa]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22998 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZSt20__throw_out_of_rangePKc+0x79)[0x400d8f49]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
22999 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKcj+0x1aa)[0x4011cbc8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23000 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKc+0x48)[0x4011cdd6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23001 llvmdc[0x8174a4e]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23002 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23003 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23004 Torture-Sub-1/32-ERROR: run/a/asm_punpcklwd_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23005 run: llvmdc -O0 -od./obj -ofrun/a/asm_push_02_A.d.exe run/a/asm_push_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23006 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23007 run/a/asm_push_02_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23008 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23009
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23010 Torture-Sub-1/32-ERROR: run/a/asm_push_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23011 run: llvmdc -O0 -od./obj -ofrun/a/asm_pxor_01_A.d.exe run/a/asm_pxor_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23012 Warning: addon/cpuinfo.d(176): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23013 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23014 run/a/asm_pxor_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23015 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23016
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23017 Torture-Sub-1/32-PASS: run/a/asm_pxor_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23018 run: llvmdc -O0 -od./obj -ofrun/a/asm_pxor_02_A.d.exe run/a/asm_pxor_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23019 Warning: addon/cpuinfo.d(176): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23020 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23021 run/a/asm_pxor_02_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23022 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23023
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23024 Torture-Sub-1/32-PASS: run/a/asm_pxor_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23025 run: llvmdc -O0 -od./obj -ofrun/a/asm_rcl_01_A.d.exe run/a/asm_rcl_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23026 terminate called after throwing an instance of 'std::out_of_range'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23027 what(): basic_string::replace
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23028 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23029 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23030 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x150)[0x4013e6a0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23031 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3c5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23032 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3f6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23033 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c4fa]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23034 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZSt20__throw_out_of_rangePKc+0x79)[0x400d8f49]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23035 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKcj+0x1aa)[0x4011cbc8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23036 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKc+0x48)[0x4011cdd6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23037 llvmdc[0x8174a4e]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23038 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23039 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23040 Torture-Sub-1/32-ERROR: run/a/asm_rcl_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23041 run: llvmdc -O0 -od./obj -ofrun/a/asm_rcl_01_B.d.exe run/a/asm_rcl_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23042 terminate called after throwing an instance of 'std::out_of_range'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23043 what(): basic_string::replace
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23044 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23045 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23046 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x150)[0x4013e6a0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23047 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3c5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23048 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3f6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23049 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c4fa]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23050 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZSt20__throw_out_of_rangePKc+0x79)[0x400d8f49]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23051 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKcj+0x1aa)[0x4011cbc8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23052 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKc+0x48)[0x4011cdd6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23053 llvmdc[0x8174a4e]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23054 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23055 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23056 Torture-Sub-1/32-ERROR: run/a/asm_rcl_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23057 run: llvmdc -O0 -od./obj -ofrun/a/asm_rcl_01_C.d.exe run/a/asm_rcl_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23058 terminate called after throwing an instance of 'std::out_of_range'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23059 what(): basic_string::replace
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23060 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23061 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23062 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x150)[0x4013e6a0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23063 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3c5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23064 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3f6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23065 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c4fa]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23066 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZSt20__throw_out_of_rangePKc+0x79)[0x400d8f49]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23067 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKcj+0x1aa)[0x4011cbc8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23068 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKc+0x48)[0x4011cdd6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23069 llvmdc[0x8174a4e]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23070 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23071 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23072 Torture-Sub-1/32-ERROR: run/a/asm_rcl_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23073 run: llvmdc -O0 -od./obj -ofrun/a/asm_rcl_01_D.d.exe run/a/asm_rcl_01_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23074 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23075 run/a/asm_rcl_01_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23076 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23077
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23078 Torture-Sub-1/32-PASS: run/a/asm_rcl_01_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23079 run: llvmdc -O0 -od./obj -ofrun/a/asm_rcl_01_E.d.exe run/a/asm_rcl_01_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23080 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23081 run/a/asm_rcl_01_E.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23082 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23083
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23084 Torture-Sub-1/32-PASS: run/a/asm_rcl_01_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23085 run: llvmdc -O0 -od./obj -ofrun/a/asm_rcl_01_F.d.exe run/a/asm_rcl_01_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23086 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23087 run/a/asm_rcl_01_F.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23088 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23089
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23090 Torture-Sub-1/32-PASS: run/a/asm_rcl_01_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23091 run: llvmdc -O0 -od./obj -ofrun/a/asm_rcl_02_A.d.exe run/a/asm_rcl_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23092 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23093 run/a/asm_rcl_02_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23094 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23095
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23096 Torture-Sub-1/32-PASS: run/a/asm_rcl_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23097 run: llvmdc -O0 -od./obj -ofrun/a/asm_rcl_02_B.d.exe run/a/asm_rcl_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23098 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23099 run/a/asm_rcl_02_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23100 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23101
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23102 Torture-Sub-1/32-PASS: run/a/asm_rcl_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23103 run: llvmdc -O0 -od./obj -ofrun/a/asm_rcl_02_C.d.exe run/a/asm_rcl_02_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23104 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23105 run/a/asm_rcl_02_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23106 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23107
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23108 Torture-Sub-1/32-PASS: run/a/asm_rcl_02_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23109 run: llvmdc -O0 -od./obj -ofrun/a/asm_rcl_02_D.d.exe run/a/asm_rcl_02_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23110 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23111 run/a/asm_rcl_02_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23112 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23113
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23114 Torture-Sub-1/32-PASS: run/a/asm_rcl_02_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23115 run: llvmdc -O0 -od./obj -ofrun/a/asm_rcl_02_E.d.exe run/a/asm_rcl_02_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23116 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23117 run/a/asm_rcl_02_E.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23118 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23119
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23120 Torture-Sub-1/32-PASS: run/a/asm_rcl_02_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23121 run: llvmdc -O0 -od./obj -ofrun/a/asm_rcl_02_F.d.exe run/a/asm_rcl_02_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23122 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23123 run/a/asm_rcl_02_F.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23124 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23125
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23126 Torture-Sub-1/32-PASS: run/a/asm_rcl_02_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23127 run: llvmdc -O0 -od./obj -ofrun/a/asm_rcpps_01_A.d.exe run/a/asm_rcpps_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23128 Warning: addon/cpuinfo.d(176): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23129 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23130 run/a/asm_rcpps_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23131 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23132
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23133 Torture-Sub-1/32-PASS: run/a/asm_rcpps_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23134 run: llvmdc -O0 -od./obj -ofrun/a/asm_rcpss_01_A.d.exe run/a/asm_rcpss_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23135 Warning: addon/cpuinfo.d(176): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23136 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23137 run/a/asm_rcpss_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23138 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23139
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23140 Torture-Sub-1/32-PASS: run/a/asm_rcpss_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23141 run: llvmdc -O0 -od./obj -ofrun/a/asm_rcr_01_A.d.exe run/a/asm_rcr_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23142 terminate called after throwing an instance of 'std::out_of_range'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23143 what(): basic_string::replace
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23144 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23145 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23146 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x150)[0x4013e6a0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23147 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3c5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23148 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3f6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23149 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c4fa]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23150 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZSt20__throw_out_of_rangePKc+0x79)[0x400d8f49]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23151 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKcj+0x1aa)[0x4011cbc8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23152 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKc+0x48)[0x4011cdd6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23153 llvmdc[0x8174a4e]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23154 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23155 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23156 Torture-Sub-1/32-ERROR: run/a/asm_rcr_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23157 run: llvmdc -O0 -od./obj -ofrun/a/asm_rcr_01_B.d.exe run/a/asm_rcr_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23158 terminate called after throwing an instance of 'std::out_of_range'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23159 what(): basic_string::replace
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23160 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23161 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23162 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x150)[0x4013e6a0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23163 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3c5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23164 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3f6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23165 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c4fa]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23166 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZSt20__throw_out_of_rangePKc+0x79)[0x400d8f49]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23167 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKcj+0x1aa)[0x4011cbc8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23168 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKc+0x48)[0x4011cdd6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23169 llvmdc[0x8174a4e]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23170 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23171 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23172 Torture-Sub-1/32-ERROR: run/a/asm_rcr_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23173 run: llvmdc -O0 -od./obj -ofrun/a/asm_rcr_01_C.d.exe run/a/asm_rcr_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23174 terminate called after throwing an instance of 'std::out_of_range'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23175 what(): basic_string::replace
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23176 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23177 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23178 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x150)[0x4013e6a0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23179 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3c5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23180 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3f6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23181 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c4fa]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23182 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZSt20__throw_out_of_rangePKc+0x79)[0x400d8f49]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23183 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKcj+0x1aa)[0x4011cbc8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23184 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKc+0x48)[0x4011cdd6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23185 llvmdc[0x8174a4e]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23186 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23187 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23188 Torture-Sub-1/32-ERROR: run/a/asm_rcr_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23189 run: llvmdc -O0 -od./obj -ofrun/a/asm_rcr_01_D.d.exe run/a/asm_rcr_01_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23190 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23191 run/a/asm_rcr_01_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23192 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23193
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23194 Torture-Sub-1/32-PASS: run/a/asm_rcr_01_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23195 run: llvmdc -O0 -od./obj -ofrun/a/asm_rcr_01_E.d.exe run/a/asm_rcr_01_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23196 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23197 run/a/asm_rcr_01_E.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23198 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23199
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23200 Torture-Sub-1/32-PASS: run/a/asm_rcr_01_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23201 run: llvmdc -O0 -od./obj -ofrun/a/asm_rcr_01_F.d.exe run/a/asm_rcr_01_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23202 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23203 run/a/asm_rcr_01_F.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23204 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23205
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23206 Torture-Sub-1/32-PASS: run/a/asm_rcr_01_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23207 run: llvmdc -O0 -od./obj -ofrun/a/asm_rcr_01_G.d.exe run/a/asm_rcr_01_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23208 terminate called after throwing an instance of 'std::out_of_range'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23209 what(): basic_string::replace
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23210 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23211 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23212 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x150)[0x4013e6a0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23213 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3c5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23214 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3f6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23215 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c4fa]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23216 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZSt20__throw_out_of_rangePKc+0x79)[0x400d8f49]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23217 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKcj+0x1aa)[0x4011cbc8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23218 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKc+0x48)[0x4011cdd6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23219 llvmdc[0x8174a4e]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23220 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23221 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23222 Torture-Sub-1/32-ERROR: run/a/asm_rcr_01_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23223 run: llvmdc -O0 -od./obj -ofrun/a/asm_rcr_01_H.d.exe run/a/asm_rcr_01_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23224 terminate called after throwing an instance of 'std::out_of_range'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23225 what(): basic_string::replace
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23226 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23227 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23228 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x150)[0x4013e6a0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23229 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3c5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23230 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3f6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23231 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c4fa]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23232 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZSt20__throw_out_of_rangePKc+0x79)[0x400d8f49]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23233 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKcj+0x1aa)[0x4011cbc8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23234 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKc+0x48)[0x4011cdd6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23235 llvmdc[0x8174a4e]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23236 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23237 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23238 Torture-Sub-1/32-ERROR: run/a/asm_rcr_01_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23239 run: llvmdc -O0 -od./obj -ofrun/a/asm_rcr_01_I.d.exe run/a/asm_rcr_01_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23240 terminate called after throwing an instance of 'std::out_of_range'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23241 what(): basic_string::replace
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23242 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23243 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23244 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x150)[0x4013e6a0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23245 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3c5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23246 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3f6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23247 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c4fa]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23248 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZSt20__throw_out_of_rangePKc+0x79)[0x400d8f49]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23249 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKcj+0x1aa)[0x4011cbc8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23250 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKc+0x48)[0x4011cdd6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23251 llvmdc[0x8174a4e]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23252 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23253 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23254 Torture-Sub-1/32-ERROR: run/a/asm_rcr_01_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23255 run: llvmdc -O0 -od./obj -ofrun/a/asm_rcr_02_A.d.exe run/a/asm_rcr_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23256 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23257 run/a/asm_rcr_02_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23258 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23259
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23260 Torture-Sub-1/32-PASS: run/a/asm_rcr_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23261 run: llvmdc -O0 -od./obj -ofrun/a/asm_rcr_02_B.d.exe run/a/asm_rcr_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23262 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23263 run/a/asm_rcr_02_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23264 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23265
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23266 Torture-Sub-1/32-PASS: run/a/asm_rcr_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23267 run: llvmdc -O0 -od./obj -ofrun/a/asm_rcr_02_C.d.exe run/a/asm_rcr_02_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23268 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23269 run/a/asm_rcr_02_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23270 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23271
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23272 Torture-Sub-1/32-PASS: run/a/asm_rcr_02_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23273 run: llvmdc -O0 -od./obj -ofrun/a/asm_rcr_02_D.d.exe run/a/asm_rcr_02_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23274 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23275 run/a/asm_rcr_02_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23276 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23277
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23278 Torture-Sub-1/32-PASS: run/a/asm_rcr_02_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23279 run: llvmdc -O0 -od./obj -ofrun/a/asm_rcr_02_E.d.exe run/a/asm_rcr_02_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23280 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23281 run/a/asm_rcr_02_E.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23282 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23283
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23284 Torture-Sub-1/32-PASS: run/a/asm_rcr_02_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23285 run: llvmdc -O0 -od./obj -ofrun/a/asm_rcr_02_F.d.exe run/a/asm_rcr_02_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23286 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23287 run/a/asm_rcr_02_F.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23288 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23289
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23290 Torture-Sub-1/32-PASS: run/a/asm_rcr_02_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23291 run: llvmdc -O0 -od./obj -ofrun/a/asm_rcr_02_G.d.exe run/a/asm_rcr_02_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23292 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23293 run/a/asm_rcr_02_G.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23294 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23295
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23296 Torture-Sub-1/32-PASS: run/a/asm_rcr_02_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23297 run: llvmdc -O0 -od./obj -ofrun/a/asm_rcr_02_H.d.exe run/a/asm_rcr_02_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23298 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23299 run/a/asm_rcr_02_H.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23300 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23301
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23302 Torture-Sub-1/32-PASS: run/a/asm_rcr_02_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23303 run: llvmdc -O0 -od./obj -ofrun/a/asm_rcr_02_I.d.exe run/a/asm_rcr_02_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23304 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23305 run/a/asm_rcr_02_I.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23306 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23307
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23308 Torture-Sub-1/32-PASS: run/a/asm_rcr_02_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23309 run: llvmdc -O0 -od./obj -ofrun/a/asm_rdtsc_01.d.exe run/a/asm_rdtsc_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23310 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23311 run/a/asm_rdtsc_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23312 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23313
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23314 Torture-Sub-1/32-PASS: run/a/asm_rdtsc_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23315 run: llvmdc -O0 -od./obj -ofrun/a/asm_rol_01_A.d.exe run/a/asm_rol_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23316 terminate called after throwing an instance of 'std::out_of_range'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23317 what(): basic_string::replace
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23318 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23319 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23320 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x150)[0x4013e6a0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23321 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3c5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23322 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3f6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23323 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c4fa]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23324 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZSt20__throw_out_of_rangePKc+0x79)[0x400d8f49]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23325 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKcj+0x1aa)[0x4011cbc8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23326 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKc+0x48)[0x4011cdd6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23327 llvmdc[0x8174a4e]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23328 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23329 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23330 Torture-Sub-1/32-ERROR: run/a/asm_rol_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23331 run: llvmdc -O0 -od./obj -ofrun/a/asm_rol_01_B.d.exe run/a/asm_rol_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23332 terminate called after throwing an instance of 'std::out_of_range'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23333 what(): basic_string::replace
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23334 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23335 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23336 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x150)[0x4013e6a0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23337 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3c5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23338 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3f6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23339 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c4fa]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23340 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZSt20__throw_out_of_rangePKc+0x79)[0x400d8f49]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23341 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKcj+0x1aa)[0x4011cbc8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23342 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKc+0x48)[0x4011cdd6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23343 llvmdc[0x8174a4e]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23344 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23345 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23346 Torture-Sub-1/32-ERROR: run/a/asm_rol_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23347 run: llvmdc -O0 -od./obj -ofrun/a/asm_rol_01_C.d.exe run/a/asm_rol_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23348 terminate called after throwing an instance of 'std::out_of_range'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23349 what(): basic_string::replace
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23350 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23351 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23352 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x150)[0x4013e6a0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23353 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3c5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23354 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3f6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23355 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c4fa]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23356 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZSt20__throw_out_of_rangePKc+0x79)[0x400d8f49]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23357 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKcj+0x1aa)[0x4011cbc8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23358 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKc+0x48)[0x4011cdd6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23359 llvmdc[0x8174a4e]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23360 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23361 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23362 Torture-Sub-1/32-ERROR: run/a/asm_rol_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23363 run: llvmdc -O0 -od./obj -ofrun/a/asm_rol_01_D.d.exe run/a/asm_rol_01_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23364 terminate called after throwing an instance of 'std::out_of_range'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23365 what(): basic_string::replace
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23366 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23367 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23368 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x150)[0x4013e6a0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23369 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3c5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23370 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3f6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23371 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c4fa]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23372 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZSt20__throw_out_of_rangePKc+0x79)[0x400d8f49]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23373 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKcj+0x1aa)[0x4011cbc8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23374 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKc+0x48)[0x4011cdd6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23375 llvmdc[0x8174a4e]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23376 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23377 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23378 Torture-Sub-1/32-ERROR: run/a/asm_rol_01_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23379 run: llvmdc -O0 -od./obj -ofrun/a/asm_rol_01_E.d.exe run/a/asm_rol_01_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23380 terminate called after throwing an instance of 'std::out_of_range'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23381 what(): basic_string::replace
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23382 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23383 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23384 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x150)[0x4013e6a0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23385 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3c5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23386 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3f6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23387 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c4fa]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23388 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZSt20__throw_out_of_rangePKc+0x79)[0x400d8f49]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23389 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKcj+0x1aa)[0x4011cbc8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23390 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKc+0x48)[0x4011cdd6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23391 llvmdc[0x8174a4e]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23392 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23393 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23394 Torture-Sub-1/32-ERROR: run/a/asm_rol_01_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23395 run: llvmdc -O0 -od./obj -ofrun/a/asm_rol_01_F.d.exe run/a/asm_rol_01_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23396 run/a/asm_rol_01_F.d(12): module stdio cannot read file 'std/stdio.d'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23397 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23398 Torture-Sub-1/32-FAIL: run/a/asm_rol_01_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23399 run: llvmdc -O0 -od./obj -ofrun/a/asm_rol_01_G.d.exe run/a/asm_rol_01_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23400 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23401 run/a/asm_rol_01_G.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23402 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23403
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23404 Torture-Sub-1/32-PASS: run/a/asm_rol_01_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23405 run: llvmdc -O0 -od./obj -ofrun/a/asm_rol_01_H.d.exe run/a/asm_rol_01_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23406 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23407 run/a/asm_rol_01_H.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23408 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23409
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23410 Torture-Sub-1/32-PASS: run/a/asm_rol_01_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23411 run: llvmdc -O0 -od./obj -ofrun/a/asm_rol_01_I.d.exe run/a/asm_rol_01_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23412 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23413 run/a/asm_rol_01_I.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23414 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23415
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23416 Torture-Sub-1/32-PASS: run/a/asm_rol_01_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23417 run: llvmdc -O0 -od./obj -ofrun/a/asm_rol_02_A.d.exe run/a/asm_rol_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23418 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23419 run/a/asm_rol_02_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23420 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23421
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23422 Torture-Sub-1/32-PASS: run/a/asm_rol_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23423 run: llvmdc -O0 -od./obj -ofrun/a/asm_rol_02_B.d.exe run/a/asm_rol_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23424 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23425 run/a/asm_rol_02_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23426 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23427
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23428 Torture-Sub-1/32-PASS: run/a/asm_rol_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23429 run: llvmdc -O0 -od./obj -ofrun/a/asm_rol_02_C.d.exe run/a/asm_rol_02_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23430 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23431 run/a/asm_rol_02_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23432 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23433
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23434 Torture-Sub-1/32-PASS: run/a/asm_rol_02_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23435 run: llvmdc -O0 -od./obj -ofrun/a/asm_rol_02_D.d.exe run/a/asm_rol_02_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23436 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23437 run/a/asm_rol_02_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23438 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23439
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23440 Torture-Sub-1/32-PASS: run/a/asm_rol_02_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23441 run: llvmdc -O0 -od./obj -ofrun/a/asm_rol_02_E.d.exe run/a/asm_rol_02_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23442 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23443 run/a/asm_rol_02_E.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23444 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23445
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23446 Torture-Sub-1/32-PASS: run/a/asm_rol_02_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23447 run: llvmdc -O0 -od./obj -ofrun/a/asm_rol_02_F.d.exe run/a/asm_rol_02_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23448 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23449 run/a/asm_rol_02_F.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23450 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23451
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23452 Torture-Sub-1/32-PASS: run/a/asm_rol_02_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23453 run: llvmdc -O0 -od./obj -ofrun/a/asm_rol_02_G.d.exe run/a/asm_rol_02_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23454 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23455 run/a/asm_rol_02_G.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23456 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23457
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23458 Torture-Sub-1/32-PASS: run/a/asm_rol_02_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23459 run: llvmdc -O0 -od./obj -ofrun/a/asm_rol_02_H.d.exe run/a/asm_rol_02_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23460 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23461 run/a/asm_rol_02_H.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23462 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23463
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23464 Torture-Sub-1/32-PASS: run/a/asm_rol_02_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23465 run: llvmdc -O0 -od./obj -ofrun/a/asm_rol_02_I.d.exe run/a/asm_rol_02_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23466 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23467 run/a/asm_rol_02_I.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23468 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23469
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23470 Torture-Sub-1/32-PASS: run/a/asm_rol_02_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23471 run: llvmdc -O0 -od./obj -ofrun/a/asm_ror_01_A.d.exe run/a/asm_ror_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23472 terminate called after throwing an instance of 'std::out_of_range'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23473 what(): basic_string::replace
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23474 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23475 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23476 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x150)[0x4013e6a0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23477 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3c5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23478 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3f6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23479 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c4fa]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23480 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZSt20__throw_out_of_rangePKc+0x79)[0x400d8f49]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23481 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKcj+0x1aa)[0x4011cbc8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23482 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKc+0x48)[0x4011cdd6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23483 llvmdc[0x8174a4e]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23484 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23485 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23486 Torture-Sub-1/32-ERROR: run/a/asm_ror_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23487 run: llvmdc -O0 -od./obj -ofrun/a/asm_ror_01_B.d.exe run/a/asm_ror_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23488 terminate called after throwing an instance of 'std::out_of_range'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23489 what(): basic_string::replace
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23490 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23491 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23492 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x150)[0x4013e6a0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23493 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3c5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23494 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3f6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23495 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c4fa]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23496 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZSt20__throw_out_of_rangePKc+0x79)[0x400d8f49]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23497 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKcj+0x1aa)[0x4011cbc8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23498 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKc+0x48)[0x4011cdd6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23499 llvmdc[0x8174a4e]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23500 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23501 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23502 Torture-Sub-1/32-ERROR: run/a/asm_ror_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23503 run: llvmdc -O0 -od./obj -ofrun/a/asm_ror_01_C.d.exe run/a/asm_ror_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23504 terminate called after throwing an instance of 'std::out_of_range'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23505 what(): basic_string::replace
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23506 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23507 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23508 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x150)[0x4013e6a0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23509 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3c5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23510 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3f6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23511 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c4fa]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23512 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZSt20__throw_out_of_rangePKc+0x79)[0x400d8f49]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23513 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKcj+0x1aa)[0x4011cbc8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23514 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKc+0x48)[0x4011cdd6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23515 llvmdc[0x8174a4e]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23516 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23517 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23518 Torture-Sub-1/32-ERROR: run/a/asm_ror_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23519 run: llvmdc -O0 -od./obj -ofrun/a/asm_ror_01_D.d.exe run/a/asm_ror_01_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23520 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23521 run/a/asm_ror_01_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23522 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23523
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23524 Torture-Sub-1/32-PASS: run/a/asm_ror_01_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23525 run: llvmdc -O0 -od./obj -ofrun/a/asm_ror_01_E.d.exe run/a/asm_ror_01_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23526 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23527 run/a/asm_ror_01_E.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23528 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23529
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23530 Torture-Sub-1/32-PASS: run/a/asm_ror_01_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23531 run: llvmdc -O0 -od./obj -ofrun/a/asm_ror_01_F.d.exe run/a/asm_ror_01_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23532 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23533 run/a/asm_ror_01_F.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23534 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23535
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23536 Torture-Sub-1/32-PASS: run/a/asm_ror_01_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23537 run: llvmdc -O0 -od./obj -ofrun/a/asm_ror_01_G.d.exe run/a/asm_ror_01_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23538 terminate called after throwing an instance of 'std::out_of_range'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23539 what(): basic_string::replace
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23540 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23541 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23542 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x150)[0x4013e6a0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23543 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3c5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23544 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3f6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23545 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c4fa]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23546 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZSt20__throw_out_of_rangePKc+0x79)[0x400d8f49]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23547 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKcj+0x1aa)[0x4011cbc8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23548 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKc+0x48)[0x4011cdd6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23549 llvmdc[0x8174a4e]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23550 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23551 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23552 Torture-Sub-1/32-ERROR: run/a/asm_ror_01_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23553 run: llvmdc -O0 -od./obj -ofrun/a/asm_ror_01_H.d.exe run/a/asm_ror_01_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23554 terminate called after throwing an instance of 'std::out_of_range'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23555 what(): basic_string::replace
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23556 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23557 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23558 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x150)[0x4013e6a0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23559 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3c5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23560 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3f6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23561 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c4fa]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23562 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZSt20__throw_out_of_rangePKc+0x79)[0x400d8f49]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23563 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKcj+0x1aa)[0x4011cbc8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23564 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKc+0x48)[0x4011cdd6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23565 llvmdc[0x8174a4e]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23566 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23567 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23568 Torture-Sub-1/32-ERROR: run/a/asm_ror_01_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23569 run: llvmdc -O0 -od./obj -ofrun/a/asm_ror_01_I.d.exe run/a/asm_ror_01_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23570 terminate called after throwing an instance of 'std::out_of_range'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23571 what(): basic_string::replace
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23572 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23573 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23574 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x150)[0x4013e6a0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23575 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3c5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23576 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3f6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23577 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c4fa]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23578 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZSt20__throw_out_of_rangePKc+0x79)[0x400d8f49]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23579 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKcj+0x1aa)[0x4011cbc8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23580 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKc+0x48)[0x4011cdd6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23581 llvmdc[0x8174a4e]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23582 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23583 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23584 Torture-Sub-1/32-ERROR: run/a/asm_ror_01_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23585 run: llvmdc -O0 -od./obj -ofrun/a/asm_ror_02_A.d.exe run/a/asm_ror_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23586 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23587 run/a/asm_ror_02_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23588 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23589
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23590 Torture-Sub-1/32-PASS: run/a/asm_ror_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23591 run: llvmdc -O0 -od./obj -ofrun/a/asm_ror_02_B.d.exe run/a/asm_ror_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23592 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23593 run/a/asm_ror_02_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23594 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23595
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23596 Torture-Sub-1/32-PASS: run/a/asm_ror_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23597 run: llvmdc -O0 -od./obj -ofrun/a/asm_ror_02_C.d.exe run/a/asm_ror_02_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23598 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23599 run/a/asm_ror_02_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23600 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23601
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23602 Torture-Sub-1/32-PASS: run/a/asm_ror_02_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23603 run: llvmdc -O0 -od./obj -ofrun/a/asm_ror_02_D.d.exe run/a/asm_ror_02_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23604 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23605 run/a/asm_ror_02_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23606 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23607
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23608 Torture-Sub-1/32-PASS: run/a/asm_ror_02_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23609 run: llvmdc -O0 -od./obj -ofrun/a/asm_ror_02_E.d.exe run/a/asm_ror_02_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23610 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23611 run/a/asm_ror_02_E.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23612 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23613
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23614 Torture-Sub-1/32-PASS: run/a/asm_ror_02_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23615 run: llvmdc -O0 -od./obj -ofrun/a/asm_ror_02_F.d.exe run/a/asm_ror_02_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23616 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23617 run/a/asm_ror_02_F.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23618 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23619
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23620 Torture-Sub-1/32-PASS: run/a/asm_ror_02_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23621 run: llvmdc -O0 -od./obj -ofrun/a/asm_ror_02_G.d.exe run/a/asm_ror_02_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23622 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23623 run/a/asm_ror_02_G.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23624 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23625
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23626 Torture-Sub-1/32-PASS: run/a/asm_ror_02_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23627 run: llvmdc -O0 -od./obj -ofrun/a/asm_ror_02_H.d.exe run/a/asm_ror_02_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23628 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23629 run/a/asm_ror_02_H.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23630 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23631
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23632 Torture-Sub-1/32-PASS: run/a/asm_ror_02_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23633 run: llvmdc -O0 -od./obj -ofrun/a/asm_ror_02_I.d.exe run/a/asm_ror_02_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23634 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23635 run/a/asm_ror_02_I.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23636 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23637
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23638 Torture-Sub-1/32-PASS: run/a/asm_ror_02_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23639 run: llvmdc -O0 -od./obj -ofrun/a/asm_rsqrtps_01_A.d.exe run/a/asm_rsqrtps_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23640 Warning: addon/cpuinfo.d(154): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23641 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23642 run/a/asm_rsqrtps_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23643 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23644
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23645 Torture-Sub-1/32-ERROR: run/a/asm_rsqrtps_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23646 run: llvmdc -O0 -od./obj -ofrun/a/asm_rsqrtss_01_A.d.exe run/a/asm_rsqrtss_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23647 Warning: addon/cpuinfo.d(154): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23648 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23649 run/a/asm_rsqrtss_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23650 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23651
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23652 Torture-Sub-1/32-PASS: run/a/asm_rsqrtss_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23653 run: llvmdc -O0 -od./obj -ofrun/a/asm_sahf_01_A.d.exe run/a/asm_sahf_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23654 /tmp/cchcIs4a.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23655 (.text+0x5): undefined reference to `.LDASM_error'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23656 /tmp/cchcIs4a.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23657 (.text+0xb): undefined reference to `.LDASM_error'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23658 /tmp/cchcIs4a.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23659 (.text+0x11): undefined reference to `.LDASM_error'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23660 collect2: ld returned 1 exit status
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23661 llvm-ld:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23662 --- errorlevel 1
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23663 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23664 Torture-Sub-1/32-FAIL: run/a/asm_sahf_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23665 run: llvmdc -O0 -od./obj -ofrun/a/asm_sal_01_A.d.exe run/a/asm_sal_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23666 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23667 run/a/asm_sal_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23668 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23669
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23670 Torture-Sub-1/32-PASS: run/a/asm_sal_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23671 run: llvmdc -O0 -od./obj -ofrun/a/asm_sal_01_B.d.exe run/a/asm_sal_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23672 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23673 run/a/asm_sal_01_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23674 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23675
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23676 Torture-Sub-1/32-PASS: run/a/asm_sal_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23677 run: llvmdc -O0 -od./obj -ofrun/a/asm_sal_01_C.d.exe run/a/asm_sal_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23678 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23679 run/a/asm_sal_01_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23680 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23681
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23682 Torture-Sub-1/32-PASS: run/a/asm_sal_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23683 run: llvmdc -O0 -od./obj -ofrun/a/asm_sal_01_D.d.exe run/a/asm_sal_01_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23684 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23685 run/a/asm_sal_01_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23686 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23687
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23688 Torture-Sub-1/32-PASS: run/a/asm_sal_01_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23689 run: llvmdc -O0 -od./obj -ofrun/a/asm_sal_01_E.d.exe run/a/asm_sal_01_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23690 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23691 run/a/asm_sal_01_E.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23692 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23693
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23694 Torture-Sub-1/32-PASS: run/a/asm_sal_01_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23695 run: llvmdc -O0 -od./obj -ofrun/a/asm_sal_01_F.d.exe run/a/asm_sal_01_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23696 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23697 run/a/asm_sal_01_F.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23698 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23699
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23700 Torture-Sub-1/32-PASS: run/a/asm_sal_01_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23701 run: llvmdc -O0 -od./obj -ofrun/a/asm_sal_01_G.d.exe run/a/asm_sal_01_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23702 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23703 run/a/asm_sal_01_G.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23704 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23705
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23706 Torture-Sub-1/32-PASS: run/a/asm_sal_01_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23707 run: llvmdc -O0 -od./obj -ofrun/a/asm_sal_01_H.d.exe run/a/asm_sal_01_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23708 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23709 run/a/asm_sal_01_H.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23710 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23711
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23712 Torture-Sub-1/32-PASS: run/a/asm_sal_01_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23713 run: llvmdc -O0 -od./obj -ofrun/a/asm_sal_01_I.d.exe run/a/asm_sal_01_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23714 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23715 run/a/asm_sal_01_I.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23716 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23717
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23718 Torture-Sub-1/32-PASS: run/a/asm_sal_01_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23719 run: llvmdc -O0 -od./obj -ofrun/a/asm_sal_02_A.d.exe run/a/asm_sal_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23720 terminate called after throwing an instance of 'std::out_of_range'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23721 what(): basic_string::replace
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23722 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23723 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23724 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x150)[0x4013e6a0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23725 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3c5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23726 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3f6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23727 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c4fa]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23728 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZSt20__throw_out_of_rangePKc+0x79)[0x400d8f49]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23729 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKcj+0x1aa)[0x4011cbc8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23730 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKc+0x48)[0x4011cdd6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23731 llvmdc[0x8174a4e]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23732 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23733 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23734 Torture-Sub-1/32-ERROR: run/a/asm_sal_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23735 run: llvmdc -O0 -od./obj -ofrun/a/asm_sal_02_B.d.exe run/a/asm_sal_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23736 terminate called after throwing an instance of 'std::out_of_range'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23737 what(): basic_string::replace
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23738 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23739 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23740 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x150)[0x4013e6a0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23741 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3c5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23742 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3f6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23743 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c4fa]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23744 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZSt20__throw_out_of_rangePKc+0x79)[0x400d8f49]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23745 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKcj+0x1aa)[0x4011cbc8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23746 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKc+0x48)[0x4011cdd6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23747 llvmdc[0x8174a4e]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23748 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23749 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23750 Torture-Sub-1/32-ERROR: run/a/asm_sal_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23751 run: llvmdc -O0 -od./obj -ofrun/a/asm_sal_02_C.d.exe run/a/asm_sal_02_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23752 terminate called after throwing an instance of 'std::out_of_range'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23753 what(): basic_string::replace
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23754 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23755 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23756 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x150)[0x4013e6a0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23757 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3c5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23758 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3f6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23759 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c4fa]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23760 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZSt20__throw_out_of_rangePKc+0x79)[0x400d8f49]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23761 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKcj+0x1aa)[0x4011cbc8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23762 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKc+0x48)[0x4011cdd6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23763 llvmdc[0x8174a4e]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23764 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23765 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23766 Torture-Sub-1/32-ERROR: run/a/asm_sal_02_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23767 run: llvmdc -O0 -od./obj -ofrun/a/asm_sal_02_D.d.exe run/a/asm_sal_02_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23768 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23769 run/a/asm_sal_02_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23770 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23771
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23772 Torture-Sub-1/32-PASS: run/a/asm_sal_02_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23773 run: llvmdc -O0 -od./obj -ofrun/a/asm_sal_02_E.d.exe run/a/asm_sal_02_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23774 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23775 run/a/asm_sal_02_E.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23776 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23777
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23778 Torture-Sub-1/32-PASS: run/a/asm_sal_02_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23779 run: llvmdc -O0 -od./obj -ofrun/a/asm_sal_02_F.d.exe run/a/asm_sal_02_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23780 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23781 run/a/asm_sal_02_F.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23782 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23783
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23784 Torture-Sub-1/32-PASS: run/a/asm_sal_02_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23785 run: llvmdc -O0 -od./obj -ofrun/a/asm_sal_02_G.d.exe run/a/asm_sal_02_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23786 terminate called after throwing an instance of 'std::out_of_range'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23787 what(): basic_string::replace
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23788 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23789 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23790 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x150)[0x4013e6a0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23791 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3c5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23792 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3f6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23793 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c4fa]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23794 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZSt20__throw_out_of_rangePKc+0x79)[0x400d8f49]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23795 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKcj+0x1aa)[0x4011cbc8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23796 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKc+0x48)[0x4011cdd6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23797 llvmdc[0x8174a4e]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23798 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23799 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23800 Torture-Sub-1/32-ERROR: run/a/asm_sal_02_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23801 run: llvmdc -O0 -od./obj -ofrun/a/asm_sal_02_H.d.exe run/a/asm_sal_02_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23802 terminate called after throwing an instance of 'std::out_of_range'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23803 what(): basic_string::replace
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23804 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23805 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23806 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x150)[0x4013e6a0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23807 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3c5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23808 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3f6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23809 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c4fa]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23810 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZSt20__throw_out_of_rangePKc+0x79)[0x400d8f49]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23811 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKcj+0x1aa)[0x4011cbc8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23812 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKc+0x48)[0x4011cdd6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23813 llvmdc[0x8174a4e]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23814 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23815 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23816 Torture-Sub-1/32-ERROR: run/a/asm_sal_02_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23817 run: llvmdc -O0 -od./obj -ofrun/a/asm_sal_02_I.d.exe run/a/asm_sal_02_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23818 terminate called after throwing an instance of 'std::out_of_range'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23819 what(): basic_string::replace
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23820 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23821 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23822 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x150)[0x4013e6a0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23823 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3c5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23824 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3f6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23825 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c4fa]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23826 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZSt20__throw_out_of_rangePKc+0x79)[0x400d8f49]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23827 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKcj+0x1aa)[0x4011cbc8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23828 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKc+0x48)[0x4011cdd6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23829 llvmdc[0x8174a4e]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23830 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23831 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23832 Torture-Sub-1/32-ERROR: run/a/asm_sal_02_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23833 run: llvmdc -O0 -od./obj -ofrun/a/asm_sar_01_A.d.exe run/a/asm_sar_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23834 terminate called after throwing an instance of 'std::out_of_range'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23835 what(): basic_string::replace
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23836 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23837 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23838 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x150)[0x4013e6a0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23839 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3c5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23840 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3f6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23841 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c4fa]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23842 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZSt20__throw_out_of_rangePKc+0x79)[0x400d8f49]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23843 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKcj+0x1aa)[0x4011cbc8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23844 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKc+0x48)[0x4011cdd6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23845 llvmdc[0x8174a4e]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23846 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23847 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23848 Torture-Sub-1/32-ERROR: run/a/asm_sar_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23849 run: llvmdc -O0 -od./obj -ofrun/a/asm_sar_01_B.d.exe run/a/asm_sar_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23850 terminate called after throwing an instance of 'std::out_of_range'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23851 what(): basic_string::replace
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23852 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23853 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23854 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x150)[0x4013e6a0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23855 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3c5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23856 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3f6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23857 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c4fa]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23858 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZSt20__throw_out_of_rangePKc+0x79)[0x400d8f49]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23859 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKcj+0x1aa)[0x4011cbc8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23860 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKc+0x48)[0x4011cdd6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23861 llvmdc[0x8174a4e]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23862 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23863 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23864 Torture-Sub-1/32-ERROR: run/a/asm_sar_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23865 run: llvmdc -O0 -od./obj -ofrun/a/asm_sar_01_C.d.exe run/a/asm_sar_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23866 terminate called after throwing an instance of 'std::out_of_range'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23867 what(): basic_string::replace
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23868 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23869 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23870 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x150)[0x4013e6a0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23871 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3c5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23872 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3f6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23873 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c4fa]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23874 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZSt20__throw_out_of_rangePKc+0x79)[0x400d8f49]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23875 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKcj+0x1aa)[0x4011cbc8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23876 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKc+0x48)[0x4011cdd6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23877 llvmdc[0x8174a4e]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23878 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23879 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23880 Torture-Sub-1/32-ERROR: run/a/asm_sar_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23881 run: llvmdc -O0 -od./obj -ofrun/a/asm_sar_01_D.d.exe run/a/asm_sar_01_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23882 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23883 run/a/asm_sar_01_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23884 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23885
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23886 Torture-Sub-1/32-PASS: run/a/asm_sar_01_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23887 run: llvmdc -O0 -od./obj -ofrun/a/asm_sar_01_E.d.exe run/a/asm_sar_01_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23888 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23889 run/a/asm_sar_01_E.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23890 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23891
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23892 Torture-Sub-1/32-PASS: run/a/asm_sar_01_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23893 run: llvmdc -O0 -od./obj -ofrun/a/asm_sar_01_F.d.exe run/a/asm_sar_01_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23894 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23895 run/a/asm_sar_01_F.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23896 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23897
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23898 Torture-Sub-1/32-PASS: run/a/asm_sar_01_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23899 run: llvmdc -O0 -od./obj -ofrun/a/asm_sar_01_G.d.exe run/a/asm_sar_01_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23900 terminate called after throwing an instance of 'std::out_of_range'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23901 what(): basic_string::replace
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23902 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23903 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23904 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x150)[0x4013e6a0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23905 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3c5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23906 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3f6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23907 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c4fa]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23908 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZSt20__throw_out_of_rangePKc+0x79)[0x400d8f49]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23909 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKcj+0x1aa)[0x4011cbc8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23910 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKc+0x48)[0x4011cdd6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23911 llvmdc[0x8174a4e]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23912 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23913 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23914 Torture-Sub-1/32-ERROR: run/a/asm_sar_01_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23915 run: llvmdc -O0 -od./obj -ofrun/a/asm_sar_01_H.d.exe run/a/asm_sar_01_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23916 terminate called after throwing an instance of 'std::out_of_range'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23917 what(): basic_string::replace
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23918 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23919 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23920 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x150)[0x4013e6a0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23921 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3c5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23922 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3f6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23923 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c4fa]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23924 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZSt20__throw_out_of_rangePKc+0x79)[0x400d8f49]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23925 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKcj+0x1aa)[0x4011cbc8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23926 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKc+0x48)[0x4011cdd6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23927 llvmdc[0x8174a4e]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23928 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23929 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23930 Torture-Sub-1/32-ERROR: run/a/asm_sar_01_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23931 run: llvmdc -O0 -od./obj -ofrun/a/asm_sar_01_I.d.exe run/a/asm_sar_01_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23932 terminate called after throwing an instance of 'std::out_of_range'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23933 what(): basic_string::replace
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23934 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23935 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23936 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x150)[0x4013e6a0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23937 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3c5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23938 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3f6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23939 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c4fa]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23940 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZSt20__throw_out_of_rangePKc+0x79)[0x400d8f49]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23941 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKcj+0x1aa)[0x4011cbc8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23942 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKc+0x48)[0x4011cdd6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23943 llvmdc[0x8174a4e]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23944 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23945 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23946 Torture-Sub-1/32-ERROR: run/a/asm_sar_01_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23947 run: llvmdc -O0 -od./obj -ofrun/a/asm_sar_02_A.d.exe run/a/asm_sar_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23948 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23949 run/a/asm_sar_02_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23950 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23951
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23952 Torture-Sub-1/32-PASS: run/a/asm_sar_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23953 run: llvmdc -O0 -od./obj -ofrun/a/asm_sar_02_B.d.exe run/a/asm_sar_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23954 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23955 run/a/asm_sar_02_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23956 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23957
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23958 Torture-Sub-1/32-PASS: run/a/asm_sar_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23959 run: llvmdc -O0 -od./obj -ofrun/a/asm_sar_02_C.d.exe run/a/asm_sar_02_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23960 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23961 run/a/asm_sar_02_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23962 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23963
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23964 Torture-Sub-1/32-PASS: run/a/asm_sar_02_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23965 run: llvmdc -O0 -od./obj -ofrun/a/asm_sar_02_D.d.exe run/a/asm_sar_02_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23966 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23967 run/a/asm_sar_02_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23968 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23969
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23970 Torture-Sub-1/32-PASS: run/a/asm_sar_02_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23971 run: llvmdc -O0 -od./obj -ofrun/a/asm_sar_02_E.d.exe run/a/asm_sar_02_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23972 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23973 run/a/asm_sar_02_E.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23974 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23975
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23976 Torture-Sub-1/32-PASS: run/a/asm_sar_02_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23977 run: llvmdc -O0 -od./obj -ofrun/a/asm_sar_02_F.d.exe run/a/asm_sar_02_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23978 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23979 run/a/asm_sar_02_F.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23980 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23981
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23982 Torture-Sub-1/32-PASS: run/a/asm_sar_02_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23983 run: llvmdc -O0 -od./obj -ofrun/a/asm_sar_02_G.d.exe run/a/asm_sar_02_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23984 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23985 run/a/asm_sar_02_G.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23986 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23987
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23988 Torture-Sub-1/32-PASS: run/a/asm_sar_02_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23989 run: llvmdc -O0 -od./obj -ofrun/a/asm_sar_02_H.d.exe run/a/asm_sar_02_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23990 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23991 run/a/asm_sar_02_H.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23992 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23993
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23994 Torture-Sub-1/32-PASS: run/a/asm_sar_02_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23995 run: llvmdc -O0 -od./obj -ofrun/a/asm_sar_02_I.d.exe run/a/asm_sar_02_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23996 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23997 run/a/asm_sar_02_I.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23998 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
23999
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24000 Torture-Sub-1/32-PASS: run/a/asm_sar_02_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24001 run: llvmdc -O0 -od./obj -ofrun/a/asm_sbb_01_A.d.exe run/a/asm_sbb_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24002 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24003 run/a/asm_sbb_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24004 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24005
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24006 Torture-Sub-1/32-PASS: run/a/asm_sbb_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24007 run: llvmdc -O0 -od./obj -ofrun/a/asm_sbb_01_B.d.exe run/a/asm_sbb_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24008 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24009 run/a/asm_sbb_01_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24010 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24011
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24012 Torture-Sub-1/32-PASS: run/a/asm_sbb_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24013 run: llvmdc -O0 -od./obj -ofrun/a/asm_sbb_01_C.d.exe run/a/asm_sbb_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24014 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24015 run/a/asm_sbb_01_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24016 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24017
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24018 Torture-Sub-1/32-PASS: run/a/asm_sbb_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24019 run: llvmdc -O0 -od./obj -ofrun/a/asm_sbb_01_D.d.exe run/a/asm_sbb_01_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24020 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24021 run/a/asm_sbb_01_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24022 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24023
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24024 Torture-Sub-1/32-PASS: run/a/asm_sbb_01_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24025 run: llvmdc -O0 -od./obj -ofrun/a/asm_sbb_01_E.d.exe run/a/asm_sbb_01_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24026 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24027 run/a/asm_sbb_01_E.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24028 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24029
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24030 Torture-Sub-1/32-PASS: run/a/asm_sbb_01_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24031 run: llvmdc -O0 -od./obj -ofrun/a/asm_sbb_01_F.d.exe run/a/asm_sbb_01_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24032 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24033 run/a/asm_sbb_01_F.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24034 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24035
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24036 Torture-Sub-1/32-PASS: run/a/asm_sbb_01_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24037 run: llvmdc -O0 -od./obj -ofrun/a/asm_sbb_01_G.d.exe run/a/asm_sbb_01_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24038 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24039 run/a/asm_sbb_01_G.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24040 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24041
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24042 Torture-Sub-1/32-PASS: run/a/asm_sbb_01_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24043 run: llvmdc -O0 -od./obj -ofrun/a/asm_sbb_01_H.d.exe run/a/asm_sbb_01_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24044 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24045 run/a/asm_sbb_01_H.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24046 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24047
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24048 Torture-Sub-1/32-PASS: run/a/asm_sbb_01_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24049 run: llvmdc -O0 -od./obj -ofrun/a/asm_sbb_01_I.d.exe run/a/asm_sbb_01_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24050 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24051 run/a/asm_sbb_01_I.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24052 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24053
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24054 Torture-Sub-1/32-PASS: run/a/asm_sbb_01_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24055 run: llvmdc -O0 -od./obj -ofrun/a/asm_sbb_02_A.d.exe run/a/asm_sbb_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24056 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24057 run/a/asm_sbb_02_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24058 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24059
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24060 Torture-Sub-1/32-PASS: run/a/asm_sbb_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24061 run: llvmdc -O0 -od./obj -ofrun/a/asm_sbb_02_B.d.exe run/a/asm_sbb_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24062 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24063 run/a/asm_sbb_02_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24064 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24065
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24066 Torture-Sub-1/32-PASS: run/a/asm_sbb_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24067 run: llvmdc -O0 -od./obj -ofrun/a/asm_sbb_02_C.d.exe run/a/asm_sbb_02_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24068 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24069 run/a/asm_sbb_02_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24070 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24071
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24072 Torture-Sub-1/32-PASS: run/a/asm_sbb_02_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24073 run: llvmdc -O0 -od./obj -ofrun/a/asm_sbb_03_D.d.exe run/a/asm_sbb_03_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24074 terminate called after throwing an instance of 'std::out_of_range'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24075 what(): basic_string::replace
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24076 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24077 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24078 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x150)[0x4013e6a0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24079 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3c5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24080 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3f6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24081 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c4fa]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24082 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZSt20__throw_out_of_rangePKc+0x79)[0x400d8f49]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24083 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKcj+0x1aa)[0x4011cbc8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24084 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKc+0x48)[0x4011cdd6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24085 llvmdc[0x8174a4e]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24086 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24087 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24088 Torture-Sub-1/32-ERROR: run/a/asm_sbb_03_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24089 run: llvmdc -O0 -od./obj -ofrun/a/asm_sbb_03_E.d.exe run/a/asm_sbb_03_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24090 terminate called after throwing an instance of 'std::out_of_range'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24091 what(): basic_string::replace
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24092 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24093 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24094 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x150)[0x4013e6a0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24095 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3c5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24096 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3f6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24097 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c4fa]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24098 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZSt20__throw_out_of_rangePKc+0x79)[0x400d8f49]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24099 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKcj+0x1aa)[0x4011cbc8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24100 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKc+0x48)[0x4011cdd6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24101 llvmdc[0x8174a4e]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24102 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24103 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24104 Torture-Sub-1/32-ERROR: run/a/asm_sbb_03_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24105 run: llvmdc -O0 -od./obj -ofrun/a/asm_sbb_03_F.d.exe run/a/asm_sbb_03_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24106 terminate called after throwing an instance of 'std::out_of_range'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24107 what(): basic_string::replace
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24108 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24109 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24110 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x150)[0x4013e6a0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24111 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3c5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24112 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3f6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24113 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c4fa]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24114 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZSt20__throw_out_of_rangePKc+0x79)[0x400d8f49]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24115 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKcj+0x1aa)[0x4011cbc8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24116 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKc+0x48)[0x4011cdd6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24117 llvmdc[0x8174a4e]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24118 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24119 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24120 Torture-Sub-1/32-ERROR: run/a/asm_sbb_03_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24121 run: llvmdc -O0 -od./obj -ofrun/a/asm_sbb_03_G.d.exe run/a/asm_sbb_03_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24122 terminate called after throwing an instance of 'std::out_of_range'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24123 what(): basic_string::replace
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24124 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24125 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24126 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x150)[0x4013e6a0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24127 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3c5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24128 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3f6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24129 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c4fa]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24130 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZSt20__throw_out_of_rangePKc+0x79)[0x400d8f49]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24131 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKcj+0x1aa)[0x4011cbc8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24132 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKc+0x48)[0x4011cdd6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24133 llvmdc[0x8174a4e]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24134 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24135 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24136 Torture-Sub-1/32-ERROR: run/a/asm_sbb_03_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24137 run: llvmdc -O0 -od./obj -ofrun/a/asm_sbb_03_H.d.exe run/a/asm_sbb_03_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24138 terminate called after throwing an instance of 'std::out_of_range'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24139 what(): basic_string::replace
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24140 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24141 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24142 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x150)[0x4013e6a0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24143 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3c5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24144 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3f6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24145 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c4fa]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24146 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZSt20__throw_out_of_rangePKc+0x79)[0x400d8f49]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24147 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKcj+0x1aa)[0x4011cbc8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24148 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKc+0x48)[0x4011cdd6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24149 llvmdc[0x8174a4e]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24150 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24151 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24152 Torture-Sub-1/32-ERROR: run/a/asm_sbb_03_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24153 run: llvmdc -O0 -od./obj -ofrun/a/asm_sbb_03_I.d.exe run/a/asm_sbb_03_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24154 terminate called after throwing an instance of 'std::out_of_range'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24155 what(): basic_string::replace
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24156 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24157 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24158 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x150)[0x4013e6a0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24159 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3c5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24160 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3f6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24161 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c4fa]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24162 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZSt20__throw_out_of_rangePKc+0x79)[0x400d8f49]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24163 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKcj+0x1aa)[0x4011cbc8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24164 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKc+0x48)[0x4011cdd6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24165 llvmdc[0x8174a4e]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24166 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24167 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24168 Torture-Sub-1/32-ERROR: run/a/asm_sbb_03_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24169 run: llvmdc -O0 -od./obj -ofrun/a/asm_seta_01_A.d.exe run/a/asm_seta_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24170 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24171 run/a/asm_seta_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24172 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24173
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24174 Torture-Sub-1/32-PASS: run/a/asm_seta_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24175 run: llvmdc -O0 -od./obj -ofrun/a/asm_seta_01_B.d.exe run/a/asm_seta_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24176 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24177 run/a/asm_seta_01_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24178 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24179
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24180 Torture-Sub-1/32-PASS: run/a/asm_seta_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24181 run: llvmdc -O0 -od./obj -ofrun/a/asm_setae_01_A.d.exe run/a/asm_setae_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24182 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24183 run/a/asm_setae_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24184 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24185
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24186 Torture-Sub-1/32-PASS: run/a/asm_setae_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24187 run: llvmdc -O0 -od./obj -ofrun/a/asm_setae_01_B.d.exe run/a/asm_setae_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24188 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24189 run/a/asm_setae_01_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24190 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24191
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24192 Torture-Sub-1/32-PASS: run/a/asm_setae_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24193 run: llvmdc -O0 -od./obj -ofrun/a/asm_setb_01_A.d.exe run/a/asm_setb_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24194 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24195 run/a/asm_setb_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24196 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24197
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24198 Torture-Sub-1/32-PASS: run/a/asm_setb_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24199 run: llvmdc -O0 -od./obj -ofrun/a/asm_setb_01_B.d.exe run/a/asm_setb_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24200 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24201 run/a/asm_setb_01_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24202 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24203
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24204 Torture-Sub-1/32-PASS: run/a/asm_setb_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24205 run: llvmdc -O0 -od./obj -ofrun/a/asm_setbe_01_A.d.exe run/a/asm_setbe_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24206 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24207 run/a/asm_setbe_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24208 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24209
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24210 Torture-Sub-1/32-PASS: run/a/asm_setbe_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24211 run: llvmdc -O0 -od./obj -ofrun/a/asm_setbe_01_B.d.exe run/a/asm_setbe_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24212 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24213 run/a/asm_setbe_01_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24214 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24215
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24216 Torture-Sub-1/32-PASS: run/a/asm_setbe_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24217 run: llvmdc -O0 -od./obj -ofrun/a/asm_setc_01_A.d.exe run/a/asm_setc_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24218 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24219 run/a/asm_setc_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24220 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24221
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24222 Torture-Sub-1/32-PASS: run/a/asm_setc_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24223 run: llvmdc -O0 -od./obj -ofrun/a/asm_setc_01_B.d.exe run/a/asm_setc_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24224 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24225 run/a/asm_setc_01_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24226 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24227
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24228 Torture-Sub-1/32-PASS: run/a/asm_setc_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24229 run: llvmdc -O0 -od./obj -ofrun/a/asm_sete_01_A.d.exe run/a/asm_sete_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24230 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24231 run/a/asm_sete_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24232 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24233
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24234 Torture-Sub-1/32-PASS: run/a/asm_sete_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24235 run: llvmdc -O0 -od./obj -ofrun/a/asm_sete_01_B.d.exe run/a/asm_sete_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24236 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24237 run/a/asm_sete_01_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24238 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24239
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24240 Torture-Sub-1/32-PASS: run/a/asm_sete_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24241 run: llvmdc -O0 -od./obj -ofrun/a/asm_setg_01_A.d.exe run/a/asm_setg_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24242 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24243 run/a/asm_setg_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24244 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24245
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24246 Torture-Sub-1/32-PASS: run/a/asm_setg_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24247 run: llvmdc -O0 -od./obj -ofrun/a/asm_setg_01_B.d.exe run/a/asm_setg_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24248 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24249 run/a/asm_setg_01_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24250 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24251
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24252 Torture-Sub-1/32-PASS: run/a/asm_setg_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24253 run: llvmdc -O0 -od./obj -ofrun/a/asm_setge_01_A.d.exe run/a/asm_setge_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24254 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24255 run/a/asm_setge_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24256 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24257
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24258 Torture-Sub-1/32-PASS: run/a/asm_setge_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24259 run: llvmdc -O0 -od./obj -ofrun/a/asm_setge_01_B.d.exe run/a/asm_setge_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24260 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24261 run/a/asm_setge_01_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24262 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24263
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24264 Torture-Sub-1/32-PASS: run/a/asm_setge_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24265 run: llvmdc -O0 -od./obj -ofrun/a/asm_setl_01_A.d.exe run/a/asm_setl_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24266 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24267 run/a/asm_setl_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24268 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24269
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24270 Torture-Sub-1/32-PASS: run/a/asm_setl_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24271 run: llvmdc -O0 -od./obj -ofrun/a/asm_setl_01_B.d.exe run/a/asm_setl_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24272 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24273 run/a/asm_setl_01_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24274 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24275
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24276 Torture-Sub-1/32-PASS: run/a/asm_setl_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24277 run: llvmdc -O0 -od./obj -ofrun/a/asm_setle_01_A.d.exe run/a/asm_setle_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24278 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24279 run/a/asm_setle_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24280 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24281
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24282 Torture-Sub-1/32-PASS: run/a/asm_setle_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24283 run: llvmdc -O0 -od./obj -ofrun/a/asm_setle_01_B.d.exe run/a/asm_setle_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24284 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24285 run/a/asm_setle_01_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24286 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24287
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24288 Torture-Sub-1/32-PASS: run/a/asm_setle_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24289 run: llvmdc -O0 -od./obj -ofrun/a/asm_setna_01_A.d.exe run/a/asm_setna_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24290 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24291 run/a/asm_setna_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24292 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24293
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24294 Torture-Sub-1/32-PASS: run/a/asm_setna_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24295 run: llvmdc -O0 -od./obj -ofrun/a/asm_setna_01_B.d.exe run/a/asm_setna_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24296 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24297 run/a/asm_setna_01_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24298 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24299
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24300 Torture-Sub-1/32-PASS: run/a/asm_setna_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24301 run: llvmdc -O0 -od./obj -ofrun/a/asm_setnae_01_A.d.exe run/a/asm_setnae_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24302 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24303 run/a/asm_setnae_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24304 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24305
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24306 Torture-Sub-1/32-PASS: run/a/asm_setnae_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24307 run: llvmdc -O0 -od./obj -ofrun/a/asm_setnae_01_B.d.exe run/a/asm_setnae_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24308 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24309 run/a/asm_setnae_01_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24310 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24311
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24312 Torture-Sub-1/32-PASS: run/a/asm_setnae_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24313 run: llvmdc -O0 -od./obj -ofrun/a/asm_setnb_01_A.d.exe run/a/asm_setnb_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24314 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24315 run/a/asm_setnb_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24316 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24317
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24318 Torture-Sub-1/32-PASS: run/a/asm_setnb_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24319 run: llvmdc -O0 -od./obj -ofrun/a/asm_setnb_01_B.d.exe run/a/asm_setnb_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24320 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24321 run/a/asm_setnb_01_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24322 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24323
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24324 Torture-Sub-1/32-PASS: run/a/asm_setnb_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24325 run: llvmdc -O0 -od./obj -ofrun/a/asm_setnbe_01.d.exe run/a/asm_setnbe_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24326 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24327 run/a/asm_setnbe_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24328 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24329
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24330 Torture-Sub-1/32-PASS: run/a/asm_setnbe_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24331 run: llvmdc -O0 -od./obj -ofrun/a/asm_setnc_01.d.exe run/a/asm_setnc_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24332 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24333 run/a/asm_setnc_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24334 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24335
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24336 Torture-Sub-1/32-PASS: run/a/asm_setnc_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24337 run: llvmdc -O0 -od./obj -ofrun/a/asm_setne_01.d.exe run/a/asm_setne_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24338 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24339 run/a/asm_setne_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24340 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24341
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24342 Torture-Sub-1/32-PASS: run/a/asm_setne_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24343 run: llvmdc -O0 -od./obj -ofrun/a/asm_setng_01.d.exe run/a/asm_setng_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24344 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24345 run/a/asm_setng_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24346 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24347
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24348 Torture-Sub-1/32-PASS: run/a/asm_setng_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24349 run: llvmdc -O0 -od./obj -ofrun/a/asm_setnge_01.d.exe run/a/asm_setnge_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24350 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24351 run/a/asm_setnge_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24352 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24353
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24354 Torture-Sub-1/32-PASS: run/a/asm_setnge_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24355 run: llvmdc -O0 -od./obj -ofrun/a/asm_setnl_01.d.exe run/a/asm_setnl_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24356 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24357 run/a/asm_setnl_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24358 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24359
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24360 Torture-Sub-1/32-PASS: run/a/asm_setnl_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24361 run: llvmdc -O0 -od./obj -ofrun/a/asm_setnle_01.d.exe run/a/asm_setnle_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24362 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24363 run/a/asm_setnle_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24364 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24365
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24366 Torture-Sub-1/32-PASS: run/a/asm_setnle_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24367 run: llvmdc -O0 -od./obj -ofrun/a/asm_setno_01.d.exe run/a/asm_setno_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24368 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24369 run/a/asm_setno_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24370 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24371
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24372 Torture-Sub-1/32-PASS: run/a/asm_setno_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24373 run: llvmdc -O0 -od./obj -ofrun/a/asm_setnp_01.d.exe run/a/asm_setnp_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24374 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24375 run/a/asm_setnp_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24376 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24377
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24378 Torture-Sub-1/32-PASS: run/a/asm_setnp_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24379 run: llvmdc -O0 -od./obj -ofrun/a/asm_setns_01.d.exe run/a/asm_setns_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24380 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24381 run/a/asm_setns_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24382 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24383
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24384 Torture-Sub-1/32-PASS: run/a/asm_setns_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24385 run: llvmdc -O0 -od./obj -ofrun/a/asm_setnz_01.d.exe run/a/asm_setnz_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24386 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24387 run/a/asm_setnz_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24388 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24389
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24390 Torture-Sub-1/32-PASS: run/a/asm_setnz_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24391 run: llvmdc -O0 -od./obj -ofrun/a/asm_setp_01.d.exe run/a/asm_setp_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24392 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24393 run/a/asm_setp_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24394 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24395
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24396 Torture-Sub-1/32-PASS: run/a/asm_setp_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24397 run: llvmdc -O0 -od./obj -ofrun/a/asm_setpe_01.d.exe run/a/asm_setpe_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24398 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24399 run/a/asm_setpe_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24400 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24401
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24402 Torture-Sub-1/32-PASS: run/a/asm_setpe_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24403 run: llvmdc -O0 -od./obj -ofrun/a/asm_setpo_01.d.exe run/a/asm_setpo_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24404 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24405 run/a/asm_setpo_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24406 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24407
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24408 Torture-Sub-1/32-PASS: run/a/asm_setpo_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24409 run: llvmdc -O0 -od./obj -ofrun/a/asm_sets_01.d.exe run/a/asm_sets_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24410 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24411 run/a/asm_sets_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24412 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24413
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24414 Torture-Sub-1/32-PASS: run/a/asm_sets_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24415 run: llvmdc -O0 -od./obj -ofrun/a/asm_setz_01.d.exe run/a/asm_setz_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24416 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24417 run/a/asm_setz_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24418 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24419
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24420 Torture-Sub-1/32-PASS: run/a/asm_setz_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24421 run: llvmdc -O0 -od./obj -ofrun/a/asm_sfence_01.d.exe run/a/asm_sfence_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24422 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24423 run/a/asm_sfence_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24424 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24425
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24426 Torture-Sub-1/32-PASS: run/a/asm_sfence_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24427 run: llvmdc -O0 -od./obj -ofrun/a/asm_sgdt_01.d.exe run/a/asm_sgdt_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24428 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24429 run/a/asm_sgdt_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24430 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24431
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24432 Torture-Sub-1/32-PASS: run/a/asm_sgdt_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24433 run: llvmdc -O0 -od./obj -ofrun/a/asm_shl_01_A.d.exe run/a/asm_shl_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24434 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24435 run/a/asm_shl_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24436 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24437
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24438 Torture-Sub-1/32-PASS: run/a/asm_shl_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24439 run: llvmdc -O0 -od./obj -ofrun/a/asm_shl_01_B.d.exe run/a/asm_shl_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24440 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24441 run/a/asm_shl_01_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24442 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24443
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24444 Torture-Sub-1/32-PASS: run/a/asm_shl_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24445 run: llvmdc -O0 -od./obj -ofrun/a/asm_shl_01_C.d.exe run/a/asm_shl_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24446 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24447 run/a/asm_shl_01_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24448 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24449
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24450 Torture-Sub-1/32-PASS: run/a/asm_shl_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24451 run: llvmdc -O0 -od./obj -ofrun/a/asm_shl_01_D.d.exe run/a/asm_shl_01_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24452 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24453 run/a/asm_shl_01_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24454 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24455
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24456 Torture-Sub-1/32-PASS: run/a/asm_shl_01_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24457 run: llvmdc -O0 -od./obj -ofrun/a/asm_shl_01_E.d.exe run/a/asm_shl_01_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24458 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24459 run/a/asm_shl_01_E.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24460 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24461
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24462 Torture-Sub-1/32-PASS: run/a/asm_shl_01_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24463 run: llvmdc -O0 -od./obj -ofrun/a/asm_shl_01_F.d.exe run/a/asm_shl_01_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24464 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24465 run/a/asm_shl_01_F.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24466 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24467
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24468 Torture-Sub-1/32-PASS: run/a/asm_shl_01_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24469 run: llvmdc -O0 -od./obj -ofrun/a/asm_shl_01_G.d.exe run/a/asm_shl_01_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24470 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24471 run/a/asm_shl_01_G.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24472 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24473
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24474 Torture-Sub-1/32-PASS: run/a/asm_shl_01_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24475 run: llvmdc -O0 -od./obj -ofrun/a/asm_shl_01_H.d.exe run/a/asm_shl_01_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24476 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24477 run/a/asm_shl_01_H.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24478 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24479
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24480 Torture-Sub-1/32-PASS: run/a/asm_shl_01_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24481 run: llvmdc -O0 -od./obj -ofrun/a/asm_shl_01_I.d.exe run/a/asm_shl_01_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24482 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24483 run/a/asm_shl_01_I.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24484 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24485
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24486 Torture-Sub-1/32-PASS: run/a/asm_shl_01_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24487 run: llvmdc -O0 -od./obj -ofrun/a/asm_shl_02_A.d.exe run/a/asm_shl_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24488 terminate called after throwing an instance of 'std::out_of_range'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24489 what(): basic_string::replace
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24490 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24491 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24492 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x150)[0x4013e6a0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24493 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3c5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24494 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3f6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24495 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c4fa]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24496 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZSt20__throw_out_of_rangePKc+0x79)[0x400d8f49]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24497 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKcj+0x1aa)[0x4011cbc8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24498 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKc+0x48)[0x4011cdd6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24499 llvmdc[0x8174a4e]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24500 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24501 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24502 Torture-Sub-1/32-ERROR: run/a/asm_shl_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24503 run: llvmdc -O0 -od./obj -ofrun/a/asm_shl_02_B.d.exe run/a/asm_shl_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24504 terminate called after throwing an instance of 'std::out_of_range'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24505 what(): basic_string::replace
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24506 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24507 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24508 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x150)[0x4013e6a0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24509 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3c5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24510 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3f6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24511 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c4fa]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24512 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZSt20__throw_out_of_rangePKc+0x79)[0x400d8f49]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24513 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKcj+0x1aa)[0x4011cbc8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24514 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKc+0x48)[0x4011cdd6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24515 llvmdc[0x8174a4e]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24516 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24517 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24518 Torture-Sub-1/32-ERROR: run/a/asm_shl_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24519 run: llvmdc -O0 -od./obj -ofrun/a/asm_shl_02_C.d.exe run/a/asm_shl_02_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24520 terminate called after throwing an instance of 'std::out_of_range'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24521 what(): basic_string::replace
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24522 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24523 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24524 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x150)[0x4013e6a0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24525 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3c5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24526 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3f6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24527 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c4fa]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24528 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZSt20__throw_out_of_rangePKc+0x79)[0x400d8f49]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24529 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKcj+0x1aa)[0x4011cbc8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24530 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKc+0x48)[0x4011cdd6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24531 llvmdc[0x8174a4e]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24532 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24533 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24534 Torture-Sub-1/32-ERROR: run/a/asm_shl_02_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24535 run: llvmdc -O0 -od./obj -ofrun/a/asm_shl_02_D.d.exe run/a/asm_shl_02_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24536 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24537 run/a/asm_shl_02_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24538 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24539
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24540 Torture-Sub-1/32-PASS: run/a/asm_shl_02_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24541 run: llvmdc -O0 -od./obj -ofrun/a/asm_shl_02_E.d.exe run/a/asm_shl_02_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24542 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24543 run/a/asm_shl_02_E.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24544 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24545
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24546 Torture-Sub-1/32-PASS: run/a/asm_shl_02_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24547 run: llvmdc -O0 -od./obj -ofrun/a/asm_shl_02_F.d.exe run/a/asm_shl_02_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24548 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24549 run/a/asm_shl_02_F.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24550 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24551
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24552 Torture-Sub-1/32-PASS: run/a/asm_shl_02_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24553 run: llvmdc -O0 -od./obj -ofrun/a/asm_shl_02_G.d.exe run/a/asm_shl_02_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24554 terminate called after throwing an instance of 'std::out_of_range'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24555 what(): basic_string::replace
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24556 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24557 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24558 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x150)[0x4013e6a0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24559 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3c5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24560 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3f6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24561 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c4fa]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24562 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZSt20__throw_out_of_rangePKc+0x79)[0x400d8f49]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24563 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKcj+0x1aa)[0x4011cbc8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24564 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKc+0x48)[0x4011cdd6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24565 llvmdc[0x8174a4e]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24566 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24567 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24568 Torture-Sub-1/32-ERROR: run/a/asm_shl_02_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24569 run: llvmdc -O0 -od./obj -ofrun/a/asm_shl_02_H.d.exe run/a/asm_shl_02_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24570 terminate called after throwing an instance of 'std::out_of_range'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24571 what(): basic_string::replace
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24572 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24573 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24574 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x150)[0x4013e6a0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24575 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3c5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24576 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3f6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24577 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c4fa]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24578 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZSt20__throw_out_of_rangePKc+0x79)[0x400d8f49]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24579 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKcj+0x1aa)[0x4011cbc8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24580 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKc+0x48)[0x4011cdd6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24581 llvmdc[0x8174a4e]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24582 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24583 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24584 Torture-Sub-1/32-ERROR: run/a/asm_shl_02_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24585 run: llvmdc -O0 -od./obj -ofrun/a/asm_shl_02_I.d.exe run/a/asm_shl_02_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24586 terminate called after throwing an instance of 'std::out_of_range'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24587 what(): basic_string::replace
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24588 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24589 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24590 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x150)[0x4013e6a0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24591 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3c5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24592 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3f6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24593 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c4fa]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24594 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZSt20__throw_out_of_rangePKc+0x79)[0x400d8f49]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24595 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKcj+0x1aa)[0x4011cbc8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24596 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKc+0x48)[0x4011cdd6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24597 llvmdc[0x8174a4e]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24598 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24599 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24600 Torture-Sub-1/32-ERROR: run/a/asm_shl_02_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24601 run: llvmdc -O0 -od./obj -ofrun/a/asm_shld_01_A.d.exe run/a/asm_shld_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24602 terminate called after throwing an instance of 'std::out_of_range'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24603 what(): basic_string::replace
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24604 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24605 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24606 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x150)[0x4013e6a0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24607 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3c5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24608 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3f6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24609 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c4fa]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24610 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZSt20__throw_out_of_rangePKc+0x79)[0x400d8f49]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24611 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKcj+0x1aa)[0x4011cbc8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24612 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKc+0x48)[0x4011cdd6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24613 llvmdc[0x8174a4e]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24614 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24615 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24616 Torture-Sub-1/32-ERROR: run/a/asm_shld_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24617 run: llvmdc -O0 -od./obj -ofrun/a/asm_shld_01_B.d.exe run/a/asm_shld_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24618 terminate called after throwing an instance of 'std::out_of_range'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24619 what(): basic_string::replace
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24620 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24621 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24622 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x150)[0x4013e6a0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24623 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3c5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24624 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3f6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24625 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c4fa]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24626 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZSt20__throw_out_of_rangePKc+0x79)[0x400d8f49]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24627 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKcj+0x1aa)[0x4011cbc8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24628 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKc+0x48)[0x4011cdd6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24629 llvmdc[0x8174a4e]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24630 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24631 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24632 Torture-Sub-1/32-ERROR: run/a/asm_shld_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24633 run: llvmdc -O0 -od./obj -ofrun/a/asm_shld_01_C.d.exe run/a/asm_shld_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24634 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24635 run/a/asm_shld_01_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24636 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24637
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24638 Torture-Sub-1/32-PASS: run/a/asm_shld_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24639 run: llvmdc -O0 -od./obj -ofrun/a/asm_shld_01_D.d.exe run/a/asm_shld_01_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24640 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24641 run/a/asm_shld_01_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24642 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24643
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24644 Torture-Sub-1/32-PASS: run/a/asm_shld_01_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24645 run: llvmdc -O0 -od./obj -ofrun/a/asm_shld_02_A.d.exe run/a/asm_shld_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24646 terminate called after throwing an instance of 'std::out_of_range'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24647 what(): basic_string::replace
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24648 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24649 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24650 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x150)[0x4013e6a0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24651 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3c5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24652 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3f6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24653 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c4fa]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24654 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZSt20__throw_out_of_rangePKc+0x79)[0x400d8f49]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24655 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKcj+0x1aa)[0x4011cbc8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24656 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKc+0x48)[0x4011cdd6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24657 llvmdc[0x8174a4e]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24658 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24659 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24660 Torture-Sub-1/32-ERROR: run/a/asm_shld_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24661 run: llvmdc -O0 -od./obj -ofrun/a/asm_shld_02_B.d.exe run/a/asm_shld_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24662 terminate called after throwing an instance of 'std::out_of_range'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24663 what(): basic_string::replace
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24664 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24665 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24666 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x150)[0x4013e6a0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24667 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3c5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24668 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3f6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24669 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c4fa]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24670 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZSt20__throw_out_of_rangePKc+0x79)[0x400d8f49]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24671 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKcj+0x1aa)[0x4011cbc8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24672 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKc+0x48)[0x4011cdd6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24673 llvmdc[0x8174a4e]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24674 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24675 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24676 Torture-Sub-1/32-ERROR: run/a/asm_shld_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24677 run: llvmdc -O0 -od./obj -ofrun/a/asm_shld_02_C.d.exe run/a/asm_shld_02_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24678 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24679 run/a/asm_shld_02_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24680 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24681
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24682 Torture-Sub-1/32-PASS: run/a/asm_shld_02_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24683 run: llvmdc -O0 -od./obj -ofrun/a/asm_shld_02_D.d.exe run/a/asm_shld_02_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24684 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24685 run/a/asm_shld_02_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24686 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24687
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24688 Torture-Sub-1/32-PASS: run/a/asm_shld_02_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24689 run: llvmdc -O0 -od./obj -ofrun/a/asm_shr_01_A.d.exe run/a/asm_shr_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24690 terminate called after throwing an instance of 'std::out_of_range'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24691 what(): basic_string::replace
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24692 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24693 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24694 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x150)[0x4013e6a0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24695 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3c5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24696 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3f6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24697 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c4fa]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24698 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZSt20__throw_out_of_rangePKc+0x79)[0x400d8f49]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24699 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKcj+0x1aa)[0x4011cbc8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24700 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKc+0x48)[0x4011cdd6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24701 llvmdc[0x8174a4e]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24702 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24703 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24704 Torture-Sub-1/32-ERROR: run/a/asm_shr_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24705 run: llvmdc -O0 -od./obj -ofrun/a/asm_shr_01_B.d.exe run/a/asm_shr_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24706 terminate called after throwing an instance of 'std::out_of_range'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24707 what(): basic_string::replace
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24708 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24709 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24710 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x150)[0x4013e6a0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24711 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3c5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24712 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3f6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24713 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c4fa]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24714 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZSt20__throw_out_of_rangePKc+0x79)[0x400d8f49]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24715 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKcj+0x1aa)[0x4011cbc8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24716 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKc+0x48)[0x4011cdd6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24717 llvmdc[0x8174a4e]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24718 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24719 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24720 Torture-Sub-1/32-ERROR: run/a/asm_shr_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24721 run: llvmdc -O0 -od./obj -ofrun/a/asm_shr_01_C.d.exe run/a/asm_shr_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24722 terminate called after throwing an instance of 'std::out_of_range'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24723 what(): basic_string::replace
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24724 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24725 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24726 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x150)[0x4013e6a0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24727 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3c5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24728 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3f6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24729 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c4fa]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24730 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZSt20__throw_out_of_rangePKc+0x79)[0x400d8f49]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24731 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKcj+0x1aa)[0x4011cbc8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24732 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKc+0x48)[0x4011cdd6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24733 llvmdc[0x8174a4e]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24734 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24735 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24736 Torture-Sub-1/32-ERROR: run/a/asm_shr_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24737 run: llvmdc -O0 -od./obj -ofrun/a/asm_shr_01_D.d.exe run/a/asm_shr_01_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24738 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24739 run/a/asm_shr_01_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24740 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24741
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24742 Torture-Sub-1/32-PASS: run/a/asm_shr_01_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24743 run: llvmdc -O0 -od./obj -ofrun/a/asm_shr_01_E.d.exe run/a/asm_shr_01_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24744 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24745 run/a/asm_shr_01_E.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24746 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24747
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24748 Torture-Sub-1/32-PASS: run/a/asm_shr_01_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24749 run: llvmdc -O0 -od./obj -ofrun/a/asm_shr_01_F.d.exe run/a/asm_shr_01_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24750 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24751 run/a/asm_shr_01_F.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24752 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24753
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24754 Torture-Sub-1/32-PASS: run/a/asm_shr_01_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24755 run: llvmdc -O0 -od./obj -ofrun/a/asm_shr_01_G.d.exe run/a/asm_shr_01_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24756 terminate called after throwing an instance of 'std::out_of_range'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24757 what(): basic_string::replace
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24758 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24759 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24760 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x150)[0x4013e6a0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24761 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3c5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24762 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3f6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24763 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c4fa]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24764 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZSt20__throw_out_of_rangePKc+0x79)[0x400d8f49]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24765 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKcj+0x1aa)[0x4011cbc8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24766 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKc+0x48)[0x4011cdd6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24767 llvmdc[0x8174a4e]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24768 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24769 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24770 Torture-Sub-1/32-ERROR: run/a/asm_shr_01_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24771 run: llvmdc -O0 -od./obj -ofrun/a/asm_shr_01_H.d.exe run/a/asm_shr_01_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24772 terminate called after throwing an instance of 'std::out_of_range'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24773 what(): basic_string::replace
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24774 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24775 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24776 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x150)[0x4013e6a0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24777 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3c5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24778 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3f6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24779 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c4fa]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24780 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZSt20__throw_out_of_rangePKc+0x79)[0x400d8f49]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24781 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKcj+0x1aa)[0x4011cbc8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24782 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKc+0x48)[0x4011cdd6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24783 llvmdc[0x8174a4e]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24784 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24785 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24786 Torture-Sub-1/32-ERROR: run/a/asm_shr_01_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24787 run: llvmdc -O0 -od./obj -ofrun/a/asm_shr_01_I.d.exe run/a/asm_shr_01_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24788 terminate called after throwing an instance of 'std::out_of_range'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24789 what(): basic_string::replace
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24790 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24791 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24792 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x150)[0x4013e6a0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24793 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3c5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24794 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3f6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24795 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c4fa]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24796 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZSt20__throw_out_of_rangePKc+0x79)[0x400d8f49]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24797 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKcj+0x1aa)[0x4011cbc8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24798 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKc+0x48)[0x4011cdd6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24799 llvmdc[0x8174a4e]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24800 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24801 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24802 Torture-Sub-1/32-ERROR: run/a/asm_shr_01_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24803 run: llvmdc -O0 -od./obj -ofrun/a/asm_shr_02_A.d.exe run/a/asm_shr_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24804 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24805 run/a/asm_shr_02_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24806 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24807
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24808 Torture-Sub-1/32-PASS: run/a/asm_shr_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24809 run: llvmdc -O0 -od./obj -ofrun/a/asm_shr_02_B.d.exe run/a/asm_shr_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24810 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24811 run/a/asm_shr_02_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24812 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24813
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24814 Torture-Sub-1/32-PASS: run/a/asm_shr_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24815 run: llvmdc -O0 -od./obj -ofrun/a/asm_shr_02_C.d.exe run/a/asm_shr_02_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24816 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24817 run/a/asm_shr_02_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24818 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24819
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24820 Torture-Sub-1/32-PASS: run/a/asm_shr_02_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24821 run: llvmdc -O0 -od./obj -ofrun/a/asm_shr_02_D.d.exe run/a/asm_shr_02_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24822 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24823 run/a/asm_shr_02_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24824 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24825
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24826 Torture-Sub-1/32-PASS: run/a/asm_shr_02_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24827 run: llvmdc -O0 -od./obj -ofrun/a/asm_shr_02_E.d.exe run/a/asm_shr_02_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24828 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24829 run/a/asm_shr_02_E.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24830 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24831
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24832 Torture-Sub-1/32-PASS: run/a/asm_shr_02_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24833 run: llvmdc -O0 -od./obj -ofrun/a/asm_shr_02_F.d.exe run/a/asm_shr_02_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24834 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24835 run/a/asm_shr_02_F.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24836 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24837
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24838 Torture-Sub-1/32-PASS: run/a/asm_shr_02_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24839 run: llvmdc -O0 -od./obj -ofrun/a/asm_shr_02_G.d.exe run/a/asm_shr_02_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24840 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24841 run/a/asm_shr_02_G.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24842 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24843
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24844 Torture-Sub-1/32-PASS: run/a/asm_shr_02_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24845 run: llvmdc -O0 -od./obj -ofrun/a/asm_shr_02_H.d.exe run/a/asm_shr_02_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24846 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24847 run/a/asm_shr_02_H.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24848 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24849
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24850 Torture-Sub-1/32-PASS: run/a/asm_shr_02_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24851 run: llvmdc -O0 -od./obj -ofrun/a/asm_shr_02_I.d.exe run/a/asm_shr_02_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24852 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24853 run/a/asm_shr_02_I.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24854 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24855
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24856 Torture-Sub-1/32-PASS: run/a/asm_shr_02_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24857 run: llvmdc -O0 -od./obj -ofrun/a/asm_shrd_01_A.d.exe run/a/asm_shrd_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24858 terminate called after throwing an instance of 'std::out_of_range'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24859 what(): basic_string::replace
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24860 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24861 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24862 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x150)[0x4013e6a0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24863 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3c5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24864 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3f6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24865 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c4fa]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24866 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZSt20__throw_out_of_rangePKc+0x79)[0x400d8f49]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24867 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKcj+0x1aa)[0x4011cbc8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24868 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKc+0x48)[0x4011cdd6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24869 llvmdc[0x8174a4e]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24870 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24871 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24872 Torture-Sub-1/32-ERROR: run/a/asm_shrd_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24873 run: llvmdc -O0 -od./obj -ofrun/a/asm_shrd_01_B.d.exe run/a/asm_shrd_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24874 terminate called after throwing an instance of 'std::out_of_range'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24875 what(): basic_string::replace
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24876 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24877 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24878 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x150)[0x4013e6a0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24879 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3c5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24880 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3f6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24881 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c4fa]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24882 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZSt20__throw_out_of_rangePKc+0x79)[0x400d8f49]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24883 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKcj+0x1aa)[0x4011cbc8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24884 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKc+0x48)[0x4011cdd6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24885 llvmdc[0x8174a4e]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24886 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24887 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24888 Torture-Sub-1/32-ERROR: run/a/asm_shrd_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24889 run: llvmdc -O0 -od./obj -ofrun/a/asm_shrd_01_C.d.exe run/a/asm_shrd_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24890 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24891 run/a/asm_shrd_01_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24892 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24893
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24894 Torture-Sub-1/32-PASS: run/a/asm_shrd_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24895 run: llvmdc -O0 -od./obj -ofrun/a/asm_shrd_01_D.d.exe run/a/asm_shrd_01_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24896 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24897 run/a/asm_shrd_01_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24898 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24899
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24900 Torture-Sub-1/32-PASS: run/a/asm_shrd_01_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24901 run: llvmdc -O0 -od./obj -ofrun/a/asm_shrd_02_A.d.exe run/a/asm_shrd_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24902 terminate called after throwing an instance of 'std::out_of_range'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24903 what(): basic_string::replace
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24904 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24905 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24906 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x150)[0x4013e6a0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24907 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3c5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24908 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3f6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24909 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c4fa]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24910 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZSt20__throw_out_of_rangePKc+0x79)[0x400d8f49]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24911 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKcj+0x1aa)[0x4011cbc8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24912 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKc+0x48)[0x4011cdd6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24913 llvmdc[0x8174a4e]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24914 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24915 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24916 Torture-Sub-1/32-ERROR: run/a/asm_shrd_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24917 run: llvmdc -O0 -od./obj -ofrun/a/asm_shrd_02_B.d.exe run/a/asm_shrd_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24918 terminate called after throwing an instance of 'std::out_of_range'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24919 what(): basic_string::replace
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24920 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24921 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24922 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x150)[0x4013e6a0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24923 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3c5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24924 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3f6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24925 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c4fa]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24926 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZSt20__throw_out_of_rangePKc+0x79)[0x400d8f49]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24927 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKcj+0x1aa)[0x4011cbc8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24928 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKc+0x48)[0x4011cdd6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24929 llvmdc[0x8174a4e]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24930 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24931 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24932 Torture-Sub-1/32-ERROR: run/a/asm_shrd_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24933 run: llvmdc -O0 -od./obj -ofrun/a/asm_shrd_02_C.d.exe run/a/asm_shrd_02_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24934 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24935 run/a/asm_shrd_02_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24936 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24937
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24938 Torture-Sub-1/32-PASS: run/a/asm_shrd_02_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24939 run: llvmdc -O0 -od./obj -ofrun/a/asm_shrd_02_D.d.exe run/a/asm_shrd_02_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24940 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24941 run/a/asm_shrd_02_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24942 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24943
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24944 Torture-Sub-1/32-PASS: run/a/asm_shrd_02_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24945 run: llvmdc -O0 -od./obj -ofrun/a/asm_si_01.d.exe run/a/asm_si_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24946 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24947 run/a/asm_si_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24948 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24949
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24950 Torture-Sub-1/32-PASS: run/a/asm_si_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24951 run: llvmdc -O0 -od./obj -ofrun/a/asm_sidt_01.d.exe run/a/asm_sidt_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24952 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24953 run/a/asm_sidt_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24954 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24955
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24956 Torture-Sub-1/32-PASS: run/a/asm_sidt_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24957 run: llvmdc -O0 -od./obj -ofrun/a/asm_sldt_01_A.d.exe run/a/asm_sldt_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24958 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24959 run/a/asm_sldt_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24960 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24961
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24962 Torture-Sub-1/32-PASS: run/a/asm_sldt_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24963 run: llvmdc -O0 -od./obj -ofrun/a/asm_sldt_01_B.d.exe run/a/asm_sldt_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24964 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24965 run/a/asm_sldt_01_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24966 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24967
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24968 Torture-Sub-1/32-PASS: run/a/asm_sldt_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24969 run: llvmdc -O0 -od./obj -ofrun/a/asm_smsw_01_A.d.exe run/a/asm_smsw_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24970 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24971 run/a/asm_smsw_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24972 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24973
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24974 Torture-Sub-1/32-PASS: run/a/asm_smsw_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24975 run: llvmdc -O0 -od./obj -ofrun/a/asm_smsw_01_B.d.exe run/a/asm_smsw_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24976 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24977 run/a/asm_smsw_01_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24978 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24979
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24980 Torture-Sub-1/32-PASS: run/a/asm_smsw_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24981 run: llvmdc -O0 -od./obj -ofrun/a/asm_smsw_02_A.d.exe run/a/asm_smsw_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24982 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24983 run/a/asm_smsw_02_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24984 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24985
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24986 Torture-Sub-1/32-PASS: run/a/asm_smsw_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24987 run: llvmdc -O0 -od./obj -ofrun/a/asm_stc_01.d.exe run/a/asm_stc_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24988 /tmp/ccdbMiih.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24989 (.text+0x3): undefined reference to `.LDASM_error'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24990 collect2: ld returned 1 exit status
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24991 llvm-ld:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24992 --- errorlevel 1
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24993 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24994 Torture-Sub-1/32-FAIL: run/a/asm_stc_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24995 run: llvmdc -O0 -od./obj -ofrun/a/asm_stmxcsr_01_A.d.exe run/a/asm_stmxcsr_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24996 Warning: addon/cpuinfo.d(132): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24997 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24998 run/a/asm_stmxcsr_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
24999 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25000
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25001 Torture-Sub-1/32-PASS: run/a/asm_stmxcsr_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25002 run: llvmdc -O0 -od./obj -ofrun/a/asm_str_01.d.exe run/a/asm_str_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25003 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25004 run/a/asm_str_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25005 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25006
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25007 Torture-Sub-1/32-PASS: run/a/asm_str_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25008 run: llvmdc -O0 -od./obj -ofrun/a/asm_sub_01_A.d.exe run/a/asm_sub_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25009 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25010 run/a/asm_sub_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25011 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25012
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25013 Torture-Sub-1/32-PASS: run/a/asm_sub_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25014 run: llvmdc -O0 -od./obj -ofrun/a/asm_sub_01_B.d.exe run/a/asm_sub_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25015 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25016 run/a/asm_sub_01_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25017 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25018
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25019 Torture-Sub-1/32-PASS: run/a/asm_sub_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25020 run: llvmdc -O0 -od./obj -ofrun/a/asm_sub_01_C.d.exe run/a/asm_sub_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25021 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25022 run/a/asm_sub_01_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25023 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25024
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25025 Torture-Sub-1/32-PASS: run/a/asm_sub_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25026 run: llvmdc -O0 -od./obj -ofrun/a/asm_sub_02_A.d.exe run/a/asm_sub_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25027 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25028 run/a/asm_sub_02_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25029 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25030
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25031 Torture-Sub-1/32-PASS: run/a/asm_sub_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25032 run: llvmdc -O0 -od./obj -ofrun/a/asm_sub_02_B.d.exe run/a/asm_sub_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25033 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25034 run/a/asm_sub_02_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25035 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25036
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25037 Torture-Sub-1/32-PASS: run/a/asm_sub_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25038 run: llvmdc -O0 -od./obj -ofrun/a/asm_sub_02_C.d.exe run/a/asm_sub_02_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25039 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25040 run/a/asm_sub_02_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25041 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25042
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25043 Torture-Sub-1/32-PASS: run/a/asm_sub_02_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25044 run: llvmdc -O0 -od./obj -ofrun/a/asm_sub_02_D.d.exe run/a/asm_sub_02_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25045 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25046 run/a/asm_sub_02_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25047 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25048
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25049 Torture-Sub-1/32-PASS: run/a/asm_sub_02_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25050 run: llvmdc -O0 -od./obj -ofrun/a/asm_sub_02_E.d.exe run/a/asm_sub_02_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25051 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25052 run/a/asm_sub_02_E.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25053 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25054
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25055 Torture-Sub-1/32-PASS: run/a/asm_sub_02_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25056 run: llvmdc -O0 -od./obj -ofrun/a/asm_sub_02_F.d.exe run/a/asm_sub_02_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25057 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25058 run/a/asm_sub_02_F.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25059 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25060
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25061 Torture-Sub-1/32-PASS: run/a/asm_sub_02_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25062 run: llvmdc -O0 -od./obj -ofrun/a/asm_sub_02_G.d.exe run/a/asm_sub_02_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25063 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25064 run/a/asm_sub_02_G.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25065 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25066
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25067 Torture-Sub-1/32-PASS: run/a/asm_sub_02_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25068 run: llvmdc -O0 -od./obj -ofrun/a/asm_sub_02_H.d.exe run/a/asm_sub_02_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25069 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25070 run/a/asm_sub_02_H.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25071 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25072
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25073 Torture-Sub-1/32-PASS: run/a/asm_sub_02_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25074 run: llvmdc -O0 -od./obj -ofrun/a/asm_sub_02_I.d.exe run/a/asm_sub_02_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25075 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25076 run/a/asm_sub_02_I.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25077 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25078
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25079 Torture-Sub-1/32-PASS: run/a/asm_sub_02_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25080 run: llvmdc -O0 -od./obj -ofrun/a/asm_sub_03_A.d.exe run/a/asm_sub_03_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25081 terminate called after throwing an instance of 'std::out_of_range'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25082 what(): basic_string::replace
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25083 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25084 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25085 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x150)[0x4013e6a0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25086 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3c5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25087 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3f6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25088 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c4fa]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25089 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZSt20__throw_out_of_rangePKc+0x79)[0x400d8f49]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25090 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKcj+0x1aa)[0x4011cbc8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25091 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKc+0x48)[0x4011cdd6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25092 llvmdc[0x8174a4e]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25093 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25094 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25095 Torture-Sub-1/32-ERROR: run/a/asm_sub_03_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25096 run: llvmdc -O0 -od./obj -ofrun/a/asm_sub_03_B.d.exe run/a/asm_sub_03_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25097 terminate called after throwing an instance of 'std::out_of_range'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25098 what(): basic_string::replace
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25099 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25100 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25101 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x150)[0x4013e6a0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25102 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3c5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25103 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3f6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25104 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c4fa]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25105 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZSt20__throw_out_of_rangePKc+0x79)[0x400d8f49]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25106 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKcj+0x1aa)[0x4011cbc8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25107 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKc+0x48)[0x4011cdd6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25108 llvmdc[0x8174a4e]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25109 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25110 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25111 Torture-Sub-1/32-ERROR: run/a/asm_sub_03_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25112 run: llvmdc -O0 -od./obj -ofrun/a/asm_sub_03_C.d.exe run/a/asm_sub_03_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25113 terminate called after throwing an instance of 'std::out_of_range'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25114 what(): basic_string::replace
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25115 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25116 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25117 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x150)[0x4013e6a0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25118 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3c5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25119 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3f6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25120 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c4fa]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25121 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZSt20__throw_out_of_rangePKc+0x79)[0x400d8f49]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25122 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKcj+0x1aa)[0x4011cbc8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25123 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKc+0x48)[0x4011cdd6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25124 llvmdc[0x8174a4e]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25125 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25126 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25127 Torture-Sub-1/32-ERROR: run/a/asm_sub_03_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25128 run: llvmdc -O0 -od./obj -ofrun/a/asm_sub_03_D.d.exe run/a/asm_sub_03_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25129 terminate called after throwing an instance of 'std::out_of_range'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25130 what(): basic_string::replace
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25131 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25132 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25133 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x150)[0x4013e6a0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25134 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3c5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25135 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3f6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25136 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c4fa]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25137 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZSt20__throw_out_of_rangePKc+0x79)[0x400d8f49]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25138 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKcj+0x1aa)[0x4011cbc8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25139 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKc+0x48)[0x4011cdd6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25140 llvmdc[0x8174a4e]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25141 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25142 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25143 Torture-Sub-1/32-ERROR: run/a/asm_sub_03_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25144 run: llvmdc -O0 -od./obj -ofrun/a/asm_sub_03_E.d.exe run/a/asm_sub_03_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25145 terminate called after throwing an instance of 'std::out_of_range'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25146 what(): basic_string::replace
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25147 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25148 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25149 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x150)[0x4013e6a0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25150 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3c5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25151 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3f6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25152 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c4fa]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25153 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZSt20__throw_out_of_rangePKc+0x79)[0x400d8f49]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25154 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKcj+0x1aa)[0x4011cbc8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25155 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKc+0x48)[0x4011cdd6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25156 llvmdc[0x8174a4e]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25157 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25158 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25159 Torture-Sub-1/32-ERROR: run/a/asm_sub_03_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25160 run: llvmdc -O0 -od./obj -ofrun/a/asm_sub_03_F.d.exe run/a/asm_sub_03_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25161 terminate called after throwing an instance of 'std::out_of_range'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25162 what(): basic_string::replace
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25163 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25164 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25165 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x150)[0x4013e6a0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25166 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3c5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25167 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3f6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25168 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c4fa]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25169 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZSt20__throw_out_of_rangePKc+0x79)[0x400d8f49]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25170 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKcj+0x1aa)[0x4011cbc8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25171 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKc+0x48)[0x4011cdd6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25172 llvmdc[0x8174a4e]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25173 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25174 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25175 Torture-Sub-1/32-ERROR: run/a/asm_sub_03_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25176 run: llvmdc -O0 -od./obj -ofrun/a/asm_test_01_A.d.exe run/a/asm_test_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25177 /tmp/ccNVCG0c.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25178 (.text+0x15): undefined reference to `.LDASM_error'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25179 /tmp/ccNVCG0c.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25180 (.text+0x1b): undefined reference to `.LDASM_error'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25181 /tmp/ccNVCG0c.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25182 (.text+0x21): undefined reference to `.LDASM_error'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25183 collect2: ld returned 1 exit status
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25184 llvm-ld:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25185 --- errorlevel 1
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25186 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25187 Torture-Sub-1/32-FAIL: run/a/asm_test_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25188 run: llvmdc -O0 -od./obj -ofrun/a/asm_test_01_B.d.exe run/a/asm_test_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25189 /tmp/cc2SOLdD.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25190 (.text+0x1b): undefined reference to `.LDASM_error'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25191 /tmp/cc2SOLdD.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25192 (.text+0x21): undefined reference to `.LDASM_error'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25193 /tmp/cc2SOLdD.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25194 (.text+0x27): undefined reference to `.LDASM_error'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25195 collect2: ld returned 1 exit status
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25196 llvm-ld:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25197 --- errorlevel 1
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25198 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25199 Torture-Sub-1/32-FAIL: run/a/asm_test_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25200 run: llvmdc -O0 -od./obj -ofrun/a/asm_test_01_C.d.exe run/a/asm_test_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25201 /tmp/ccJCQCc4.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25202 (.text+0x1b): undefined reference to `.LDASM_error'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25203 /tmp/ccJCQCc4.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25204 (.text+0x21): undefined reference to `.LDASM_error'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25205 /tmp/ccJCQCc4.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25206 (.text+0x27): undefined reference to `.LDASM_error'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25207 collect2: ld returned 1 exit status
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25208 llvm-ld:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25209 --- errorlevel 1
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25210 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25211 Torture-Sub-1/32-FAIL: run/a/asm_test_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25212 run: llvmdc -O0 -od./obj -ofrun/a/asm_test_01_D.d.exe run/a/asm_test_01_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25213 /tmp/ccxdC3Hg.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25214 (.text+0xd): undefined reference to `.LDASM_error'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25215 /tmp/ccxdC3Hg.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25216 (.text+0x13): undefined reference to `.LDASM_error'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25217 /tmp/ccxdC3Hg.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25218 (.text+0x19): undefined reference to `.LDASM_error'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25219 collect2: ld returned 1 exit status
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25220 llvm-ld:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25221 --- errorlevel 1
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25222 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25223 Torture-Sub-1/32-FAIL: run/a/asm_test_01_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25224 run: llvmdc -O0 -od./obj -ofrun/a/asm_test_01_E.d.exe run/a/asm_test_01_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25225 /tmp/ccO1yulD.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25226 (.text+0x11): undefined reference to `.LDASM_error'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25227 /tmp/ccO1yulD.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25228 (.text+0x17): undefined reference to `.LDASM_error'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25229 /tmp/ccO1yulD.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25230 (.text+0x1d): undefined reference to `.LDASM_error'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25231 collect2: ld returned 1 exit status
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25232 llvm-ld:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25233 --- errorlevel 1
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25234 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25235 Torture-Sub-1/32-FAIL: run/a/asm_test_01_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25236 run: llvmdc -O0 -od./obj -ofrun/a/asm_test_01_F.d.exe run/a/asm_test_01_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25237 /tmp/ccrnhai5.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25238 (.text+0x13): undefined reference to `.LDASM_error'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25239 /tmp/ccrnhai5.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25240 (.text+0x19): undefined reference to `.LDASM_error'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25241 /tmp/ccrnhai5.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25242 (.text+0x1f): undefined reference to `.LDASM_error'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25243 collect2: ld returned 1 exit status
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25244 llvm-ld:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25245 --- errorlevel 1
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25246 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25247 Torture-Sub-1/32-FAIL: run/a/asm_test_01_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25248 run: llvmdc -O0 -od./obj -ofrun/a/asm_test_02_A.d.exe run/a/asm_test_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25249 /tmp/cc5e0Joj.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25250 (.text+0x18): undefined reference to `.LDASM_error'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25251 /tmp/cc5e0Joj.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25252 (.text+0x1e): undefined reference to `.LDASM_error'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25253 /tmp/cc5e0Joj.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25254 (.text+0x24): undefined reference to `.LDASM_error'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25255 collect2: ld returned 1 exit status
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25256 llvm-ld:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25257 --- errorlevel 1
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25258 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25259 Torture-Sub-1/32-FAIL: run/a/asm_test_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25260 run: llvmdc -O0 -od./obj -ofrun/a/asm_test_02_B.d.exe run/a/asm_test_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25261 /tmp/cccIgGhH.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25262 (.text+0x1f): undefined reference to `.LDASM_error'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25263 /tmp/cccIgGhH.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25264 (.text+0x25): undefined reference to `.LDASM_error'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25265 /tmp/cccIgGhH.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25266 (.text+0x2b): undefined reference to `.LDASM_error'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25267 collect2: ld returned 1 exit status
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25268 llvm-ld:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25269 --- errorlevel 1
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25270 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25271 Torture-Sub-1/32-FAIL: run/a/asm_test_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25272 run: llvmdc -O0 -od./obj -ofrun/a/asm_test_02_C.d.exe run/a/asm_test_02_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25273 /tmp/cclK8ED4.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25274 (.text+0x1e): undefined reference to `.LDASM_error'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25275 /tmp/cclK8ED4.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25276 (.text+0x24): undefined reference to `.LDASM_error'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25277 /tmp/cclK8ED4.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25278 (.text+0x2a): undefined reference to `.LDASM_error'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25279 collect2: ld returned 1 exit status
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25280 llvm-ld:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25281 --- errorlevel 1
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25282 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25283 Torture-Sub-1/32-FAIL: run/a/asm_test_02_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25284 run: llvmdc -O0 -od./obj -ofrun/a/asm_test_02_D.d.exe run/a/asm_test_02_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25285 /tmp/ccD6gjjq.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25286 (.text+0x10): undefined reference to `.LDASM_error'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25287 /tmp/ccD6gjjq.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25288 (.text+0x16): undefined reference to `.LDASM_error'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25289 /tmp/ccD6gjjq.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25290 (.text+0x1c): undefined reference to `.LDASM_error'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25291 collect2: ld returned 1 exit status
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25292 llvm-ld:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25293 --- errorlevel 1
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25294 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25295 Torture-Sub-1/32-FAIL: run/a/asm_test_02_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25296 run: llvmdc -O0 -od./obj -ofrun/a/asm_test_02_E.d.exe run/a/asm_test_02_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25297 /tmp/ccUiacDJ.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25298 (.text+0x15): undefined reference to `.LDASM_error'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25299 /tmp/ccUiacDJ.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25300 (.text+0x1b): undefined reference to `.LDASM_error'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25301 /tmp/ccUiacDJ.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25302 (.text+0x21): undefined reference to `.LDASM_error'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25303 collect2: ld returned 1 exit status
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25304 llvm-ld:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25305 --- errorlevel 1
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25306 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25307 Torture-Sub-1/32-FAIL: run/a/asm_test_02_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25308 run: llvmdc -O0 -od./obj -ofrun/a/asm_test_02_F.d.exe run/a/asm_test_02_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25309 /tmp/ccpPBv3a.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25310 (.text+0x16): undefined reference to `.LDASM_error'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25311 /tmp/ccpPBv3a.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25312 (.text+0x1c): undefined reference to `.LDASM_error'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25313 /tmp/ccpPBv3a.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25314 (.text+0x22): undefined reference to `.LDASM_error'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25315 collect2: ld returned 1 exit status
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25316 llvm-ld:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25317 --- errorlevel 1
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25318 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25319 Torture-Sub-1/32-FAIL: run/a/asm_test_02_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25320 run: llvmdc -O0 -od./obj -ofrun/a/asm_test_03_A.d.exe run/a/asm_test_03_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25321 /tmp/ccR2vZ8j.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25322 (.text+0xe): undefined reference to `.LDASM_error'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25323 /tmp/ccR2vZ8j.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25324 (.text+0x14): undefined reference to `.LDASM_error'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25325 /tmp/ccR2vZ8j.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25326 (.text+0x1a): undefined reference to `.LDASM_error'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25327 collect2: ld returned 1 exit status
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25328 llvm-ld:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25329 --- errorlevel 1
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25330 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25331 Torture-Sub-1/32-FAIL: run/a/asm_test_03_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25332 run: llvmdc -O0 -od./obj -ofrun/a/asm_test_03_B.d.exe run/a/asm_test_03_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25333 /tmp/ccstUyoN.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25334 (.text+0x13): undefined reference to `.LDASM_error'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25335 /tmp/ccstUyoN.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25336 (.text+0x19): undefined reference to `.LDASM_error'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25337 /tmp/ccstUyoN.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25338 (.text+0x1f): undefined reference to `.LDASM_error'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25339 collect2: ld returned 1 exit status
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25340 llvm-ld:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25341 --- errorlevel 1
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25342 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25343 Torture-Sub-1/32-FAIL: run/a/asm_test_03_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25344 run: llvmdc -O0 -od./obj -ofrun/a/asm_test_03_C.d.exe run/a/asm_test_03_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25345 /tmp/ccDEcfNc.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25346 (.text+0x14): undefined reference to `.LDASM_error'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25347 /tmp/ccDEcfNc.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25348 (.text+0x1a): undefined reference to `.LDASM_error'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25349 /tmp/ccDEcfNc.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25350 (.text+0x20): undefined reference to `.LDASM_error'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25351 collect2: ld returned 1 exit status
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25352 llvm-ld:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25353 --- errorlevel 1
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25354 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25355 Torture-Sub-1/32-FAIL: run/a/asm_test_03_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25356 run: llvmdc -O0 -od./obj -ofrun/a/asm_wait_01.d.exe run/a/asm_wait_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25357 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25358 run/a/asm_wait_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25359 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25360
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25361 Torture-Sub-1/32-PASS: run/a/asm_wait_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25362 run: llvmdc -O0 -od./obj -ofrun/a/asm_xadd_01_A.d.exe run/a/asm_xadd_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25363 terminate called after throwing an instance of 'std::out_of_range'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25364 what(): basic_string::replace
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25365 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25366 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25367 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x150)[0x4013e6a0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25368 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3c5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25369 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3f6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25370 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c4fa]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25371 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZSt20__throw_out_of_rangePKc+0x79)[0x400d8f49]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25372 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKcj+0x1aa)[0x4011cbc8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25373 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKc+0x48)[0x4011cdd6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25374 llvmdc[0x8174a4e]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25375 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25376 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25377 Torture-Sub-1/32-ERROR: run/a/asm_xadd_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25378 run: llvmdc -O0 -od./obj -ofrun/a/asm_xadd_01_B.d.exe run/a/asm_xadd_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25379 terminate called after throwing an instance of 'std::out_of_range'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25380 what(): basic_string::replace
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25381 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25382 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25383 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x150)[0x4013e6a0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25384 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3c5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25385 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3f6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25386 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c4fa]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25387 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZSt20__throw_out_of_rangePKc+0x79)[0x400d8f49]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25388 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKcj+0x1aa)[0x4011cbc8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25389 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKc+0x48)[0x4011cdd6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25390 llvmdc[0x8174a4e]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25391 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25392 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25393 Torture-Sub-1/32-ERROR: run/a/asm_xadd_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25394 run: llvmdc -O0 -od./obj -ofrun/a/asm_xadd_01_C.d.exe run/a/asm_xadd_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25395 terminate called after throwing an instance of 'std::out_of_range'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25396 what(): basic_string::replace
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25397 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25398 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25399 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x150)[0x4013e6a0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25400 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3c5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25401 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3f6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25402 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c4fa]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25403 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZSt20__throw_out_of_rangePKc+0x79)[0x400d8f49]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25404 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKcj+0x1aa)[0x4011cbc8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25405 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKc+0x48)[0x4011cdd6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25406 llvmdc[0x8174a4e]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25407 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25408 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25409 Torture-Sub-1/32-ERROR: run/a/asm_xadd_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25410 run: llvmdc -O0 -od./obj -ofrun/a/asm_xadd_02_A.d.exe run/a/asm_xadd_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25411 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25412 run/a/asm_xadd_02_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25413 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25414
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25415 Torture-Sub-1/32-PASS: run/a/asm_xadd_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25416 run: llvmdc -O0 -od./obj -ofrun/a/asm_xadd_02_B.d.exe run/a/asm_xadd_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25417 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25418 run/a/asm_xadd_02_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25419 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25420
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25421 Torture-Sub-1/32-PASS: run/a/asm_xadd_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25422 run: llvmdc -O0 -od./obj -ofrun/a/asm_xadd_02_C.d.exe run/a/asm_xadd_02_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25423 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25424 run/a/asm_xadd_02_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25425 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25426
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25427 Torture-Sub-1/32-PASS: run/a/asm_xadd_02_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25428 run: llvmdc -O0 -od./obj -ofrun/a/asm_xchg_01_A.d.exe run/a/asm_xchg_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25429 terminate called after throwing an instance of 'std::out_of_range'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25430 what(): basic_string::replace
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25431 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25432 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25433 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x150)[0x4013e6a0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25434 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3c5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25435 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3f6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25436 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c4fa]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25437 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZSt20__throw_out_of_rangePKc+0x79)[0x400d8f49]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25438 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKcj+0x1aa)[0x4011cbc8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25439 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKc+0x48)[0x4011cdd6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25440 llvmdc[0x8174a4e]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25441 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25442 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25443 Torture-Sub-1/32-ERROR: run/a/asm_xchg_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25444 run: llvmdc -O0 -od./obj -ofrun/a/asm_xchg_01_B.d.exe run/a/asm_xchg_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25445 terminate called after throwing an instance of 'std::out_of_range'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25446 what(): basic_string::replace
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25447 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25448 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25449 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x150)[0x4013e6a0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25450 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3c5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25451 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3f6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25452 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c4fa]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25453 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZSt20__throw_out_of_rangePKc+0x79)[0x400d8f49]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25454 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKcj+0x1aa)[0x4011cbc8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25455 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKc+0x48)[0x4011cdd6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25456 llvmdc[0x8174a4e]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25457 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25458 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25459 Torture-Sub-1/32-ERROR: run/a/asm_xchg_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25460 run: llvmdc -O0 -od./obj -ofrun/a/asm_xchg_01_C.d.exe run/a/asm_xchg_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25461 terminate called after throwing an instance of 'std::out_of_range'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25462 what(): basic_string::replace
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25463 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25464 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25465 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x150)[0x4013e6a0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25466 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3c5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25467 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3f6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25468 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c4fa]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25469 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZSt20__throw_out_of_rangePKc+0x79)[0x400d8f49]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25470 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKcj+0x1aa)[0x4011cbc8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25471 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKc+0x48)[0x4011cdd6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25472 llvmdc[0x8174a4e]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25473 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25474 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25475 Torture-Sub-1/32-ERROR: run/a/asm_xchg_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25476 run: llvmdc -O0 -od./obj -ofrun/a/asm_xchg_01_D.d.exe run/a/asm_xchg_01_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25477 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25478 run/a/asm_xchg_01_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25479 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25480
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25481 Torture-Sub-1/32-PASS: run/a/asm_xchg_01_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25482 run: llvmdc -O0 -od./obj -ofrun/a/asm_xchg_01_E.d.exe run/a/asm_xchg_01_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25483 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25484 run/a/asm_xchg_01_E.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25485 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25486
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25487 Torture-Sub-1/32-PASS: run/a/asm_xchg_01_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25488 run: llvmdc -O0 -od./obj -ofrun/a/asm_xchg_01_F.d.exe run/a/asm_xchg_01_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25489 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25490 run/a/asm_xchg_01_F.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25491 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25492
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25493 Torture-Sub-1/32-PASS: run/a/asm_xchg_01_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25494 run: llvmdc -O0 -od./obj -ofrun/a/asm_xchg_02_A.d.exe run/a/asm_xchg_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25495 terminate called after throwing an instance of 'std::out_of_range'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25496 what(): basic_string::replace
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25497 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25498 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25499 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x150)[0x4013e6a0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25500 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3c5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25501 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3f6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25502 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c4fa]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25503 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZSt20__throw_out_of_rangePKc+0x79)[0x400d8f49]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25504 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKcj+0x1aa)[0x4011cbc8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25505 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKc+0x48)[0x4011cdd6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25506 llvmdc[0x8174a4e]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25507 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25508 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25509 Torture-Sub-1/32-ERROR: run/a/asm_xchg_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25510 run: llvmdc -O0 -od./obj -ofrun/a/asm_xchg_02_B.d.exe run/a/asm_xchg_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25511 terminate called after throwing an instance of 'std::out_of_range'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25512 what(): basic_string::replace
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25513 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25514 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25515 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x150)[0x4013e6a0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25516 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3c5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25517 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3f6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25518 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c4fa]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25519 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZSt20__throw_out_of_rangePKc+0x79)[0x400d8f49]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25520 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKcj+0x1aa)[0x4011cbc8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25521 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKc+0x48)[0x4011cdd6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25522 llvmdc[0x8174a4e]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25523 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25524 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25525 Torture-Sub-1/32-ERROR: run/a/asm_xchg_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25526 run: llvmdc -O0 -od./obj -ofrun/a/asm_xchg_02_C.d.exe run/a/asm_xchg_02_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25527 terminate called after throwing an instance of 'std::out_of_range'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25528 what(): basic_string::replace
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25529 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25530 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25531 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x150)[0x4013e6a0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25532 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3c5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25533 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3f6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25534 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c4fa]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25535 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZSt20__throw_out_of_rangePKc+0x79)[0x400d8f49]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25536 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKcj+0x1aa)[0x4011cbc8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25537 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKc+0x48)[0x4011cdd6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25538 llvmdc[0x8174a4e]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25539 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25540 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25541 Torture-Sub-1/32-ERROR: run/a/asm_xchg_02_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25542 run: llvmdc -O0 -od./obj -ofrun/a/asm_xchg_03_A.d.exe run/a/asm_xchg_03_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25543 terminate called after throwing an instance of 'std::out_of_range'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25544 what(): basic_string::replace
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25545 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25546 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25547 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x150)[0x4013e6a0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25548 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3c5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25549 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3f6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25550 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c4fa]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25551 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZSt20__throw_out_of_rangePKc+0x79)[0x400d8f49]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25552 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKcj+0x1aa)[0x4011cbc8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25553 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKc+0x48)[0x4011cdd6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25554 llvmdc[0x8174a4e]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25555 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25556 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25557 Torture-Sub-1/32-ERROR: run/a/asm_xchg_03_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25558 run: llvmdc -O0 -od./obj -ofrun/a/asm_xchg_03_B.d.exe run/a/asm_xchg_03_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25559 terminate called after throwing an instance of 'std::out_of_range'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25560 what(): basic_string::replace
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25561 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25562 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25563 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x150)[0x4013e6a0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25564 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3c5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25565 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3f6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25566 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c4fa]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25567 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZSt20__throw_out_of_rangePKc+0x79)[0x400d8f49]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25568 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKcj+0x1aa)[0x4011cbc8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25569 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKc+0x48)[0x4011cdd6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25570 llvmdc[0x8174a4e]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25571 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25572 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25573 Torture-Sub-1/32-ERROR: run/a/asm_xchg_03_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25574 run: llvmdc -O0 -od./obj -ofrun/a/asm_xchg_03_C.d.exe run/a/asm_xchg_03_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25575 terminate called after throwing an instance of 'std::out_of_range'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25576 what(): basic_string::replace
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25577 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25578 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25579 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x150)[0x4013e6a0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25580 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3c5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25581 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3f6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25582 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c4fa]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25583 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZSt20__throw_out_of_rangePKc+0x79)[0x400d8f49]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25584 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKcj+0x1aa)[0x4011cbc8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25585 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKc+0x48)[0x4011cdd6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25586 llvmdc[0x8174a4e]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25587 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25588 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25589 Torture-Sub-1/32-ERROR: run/a/asm_xchg_03_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25590 run: llvmdc -O0 -od./obj -ofrun/a/asm_xchg_03_D.d.exe run/a/asm_xchg_03_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25591 terminate called after throwing an instance of 'std::out_of_range'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25592 what(): basic_string::replace
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25593 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25594 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25595 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x150)[0x4013e6a0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25596 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3c5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25597 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3f6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25598 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c4fa]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25599 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZSt20__throw_out_of_rangePKc+0x79)[0x400d8f49]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25600 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKcj+0x1aa)[0x4011cbc8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25601 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKc+0x48)[0x4011cdd6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25602 llvmdc[0x8174a4e]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25603 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25604 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25605 Torture-Sub-1/32-ERROR: run/a/asm_xchg_03_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25606 run: llvmdc -O0 -od./obj -ofrun/a/asm_xor_01_A.d.exe run/a/asm_xor_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25607 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25608 run/a/asm_xor_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25609 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25610
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25611 Torture-Sub-1/32-PASS: run/a/asm_xor_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25612 run: llvmdc -O0 -od./obj -ofrun/a/asm_xor_01_B.d.exe run/a/asm_xor_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25613 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25614 run/a/asm_xor_01_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25615 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25616
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25617 Torture-Sub-1/32-PASS: run/a/asm_xor_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25618 run: llvmdc -O0 -od./obj -ofrun/a/asm_xor_01_C.d.exe run/a/asm_xor_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25619 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25620 run/a/asm_xor_01_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25621 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25622
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25623 Torture-Sub-1/32-PASS: run/a/asm_xor_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25624 run: llvmdc -O0 -od./obj -ofrun/a/asm_xor_01_D.d.exe run/a/asm_xor_01_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25625 terminate called after throwing an instance of 'std::out_of_range'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25626 what(): basic_string::replace
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25627 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25628 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25629 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x150)[0x4013e6a0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25630 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3c5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25631 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3f6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25632 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c4fa]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25633 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZSt20__throw_out_of_rangePKc+0x79)[0x400d8f49]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25634 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKcj+0x1aa)[0x4011cbc8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25635 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKc+0x48)[0x4011cdd6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25636 llvmdc[0x8174a4e]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25637 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25638 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25639 Torture-Sub-1/32-ERROR: run/a/asm_xor_01_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25640 run: llvmdc -O0 -od./obj -ofrun/a/asm_xor_01_E.d.exe run/a/asm_xor_01_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25641 terminate called after throwing an instance of 'std::out_of_range'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25642 what(): basic_string::replace
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25643 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25644 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25645 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x150)[0x4013e6a0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25646 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3c5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25647 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3f6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25648 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c4fa]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25649 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZSt20__throw_out_of_rangePKc+0x79)[0x400d8f49]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25650 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKcj+0x1aa)[0x4011cbc8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25651 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKc+0x48)[0x4011cdd6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25652 llvmdc[0x8174a4e]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25653 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25654 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25655 Torture-Sub-1/32-ERROR: run/a/asm_xor_01_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25656 run: llvmdc -O0 -od./obj -ofrun/a/asm_xor_01_F.d.exe run/a/asm_xor_01_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25657 terminate called after throwing an instance of 'std::out_of_range'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25658 what(): basic_string::replace
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25659 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25660 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25661 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x150)[0x4013e6a0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25662 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3c5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25663 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3f6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25664 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c4fa]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25665 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZSt20__throw_out_of_rangePKc+0x79)[0x400d8f49]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25666 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKcj+0x1aa)[0x4011cbc8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25667 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKc+0x48)[0x4011cdd6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25668 llvmdc[0x8174a4e]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25669 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25670 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25671 Torture-Sub-1/32-ERROR: run/a/asm_xor_01_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25672 run: llvmdc -O0 -od./obj -ofrun/a/asm_xor_02_A.d.exe run/a/asm_xor_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25673 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25674 run/a/asm_xor_02_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25675 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25676
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25677 Torture-Sub-1/32-PASS: run/a/asm_xor_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25678 run: llvmdc -O0 -od./obj -ofrun/a/asm_xor_02_B.d.exe run/a/asm_xor_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25679 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25680 run/a/asm_xor_02_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25681 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25682
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25683 Torture-Sub-1/32-PASS: run/a/asm_xor_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25684 run: llvmdc -O0 -od./obj -ofrun/a/asm_xor_02_C.d.exe run/a/asm_xor_02_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25685 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25686 run/a/asm_xor_02_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25687 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25688
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25689 Torture-Sub-1/32-PASS: run/a/asm_xor_02_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25690 run: llvmdc -O0 -od./obj -ofrun/a/asm_xor_02_D.d.exe run/a/asm_xor_02_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25691 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25692 run/a/asm_xor_02_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25693 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25694
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25695 Torture-Sub-1/32-PASS: run/a/asm_xor_02_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25696 run: llvmdc -O0 -od./obj -ofrun/a/asm_xor_02_E.d.exe run/a/asm_xor_02_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25697 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25698 run/a/asm_xor_02_E.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25699 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25700
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25701 Torture-Sub-1/32-PASS: run/a/asm_xor_02_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25702 run: llvmdc -O0 -od./obj -ofrun/a/asm_xor_02_F.d.exe run/a/asm_xor_02_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25703 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25704 run/a/asm_xor_02_F.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25705 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25706
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25707 Torture-Sub-1/32-PASS: run/a/asm_xor_02_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25708 run: llvmdc -O0 -od./obj -ofrun/a/asm_xor_03_A.d.exe run/a/asm_xor_03_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25709 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25710 run/a/asm_xor_03_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25711 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25712
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25713 Torture-Sub-1/32-PASS: run/a/asm_xor_03_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25714 run: llvmdc -O0 -od./obj -ofrun/a/asm_xor_03_B.d.exe run/a/asm_xor_03_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25715 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25716 run/a/asm_xor_03_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25717 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25718
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25719 Torture-Sub-1/32-PASS: run/a/asm_xor_03_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25720 run: llvmdc -O0 -od./obj -ofrun/a/asm_xor_03_C.d.exe run/a/asm_xor_03_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25721 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25722 run/a/asm_xor_03_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25723 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25724
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25725 Torture-Sub-1/32-PASS: run/a/asm_xor_03_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25726 run: llvmdc -O0 -od./obj -ofrun/a/assert_12_A.d.exe run/a/assert_12_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25727 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25728 run/a/assert_12_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25729 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25730
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25731 Torture-Sub-1/32-PASS: run/a/assert_12_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25732 run: llvmdc -O0 -od./obj -ofrun/a/assert_12_B.d.exe run/a/assert_12_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25733 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25734 run/a/assert_12_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25735 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25736
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25737 Torture-Sub-1/32-PASS: run/a/assert_12_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25738 run: llvmdc -O0 -od./obj -ofrun/a/assert_12_C.d.exe run/a/assert_12_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25739 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25740 run/a/assert_12_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25741 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25742
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25743 Torture-Sub-1/32-PASS: run/a/assert_12_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25744 run: llvmdc -O0 -od./obj -ofrun/a/assert_16_A.d.exe run/a/assert_16_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25745 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25746 run/a/assert_16_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25747 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25748
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25749 Torture-Sub-1/32-PASS: run/a/assert_16_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25750 run: llvmdc -O0 -od./obj -ofrun/a/assert_17_A.d.exe run/a/assert_17_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25751 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25752 run/a/assert_17_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25753 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25754
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25755 Torture-Sub-1/32-PASS: run/a/assert_17_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25756 run: llvmdc -O0 -od./obj -ofrun/a/assert_18_A.d.exe run/a/assert_18_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25757 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25758 run/a/assert_18_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25759 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25760
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25761 Torture-Sub-1/32-PASS: run/a/assert_18_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25762 run: llvmdc -O0 -od./obj -ofrun/a/assert_18_B.d.exe run/a/assert_18_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25763 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25764 run/a/assert_18_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25765 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25766
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25767 Torture-Sub-1/32-PASS: run/a/assert_18_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25768 run: llvmdc -O0 -od./obj -ofrun/a/assert_18_C.d.exe run/a/assert_18_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25769 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25770 run/a/assert_18_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25771 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25772
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25773 Torture-Sub-1/32-PASS: run/a/assert_18_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25774 run: llvmdc -O0 -od./obj -ofrun/a/assert_18_D.d.exe run/a/assert_18_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25775 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25776 run/a/assert_18_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25777 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25778
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25779 Torture-Sub-1/32-PASS: run/a/assert_18_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25780 run: llvmdc -O0 -od./obj -ofrun/a/assert_18_E.d.exe run/a/assert_18_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25781 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25782 run/a/assert_18_E.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25783 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25784
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25785 Torture-Sub-1/32-PASS: run/a/assert_18_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25786 run: llvmdc -O0 -od./obj -ofrun/a/assert_18_F.d.exe run/a/assert_18_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25787 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25788 run/a/assert_18_F.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25789 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25790
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25791 Torture-Sub-1/32-PASS: run/a/assert_18_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25792 run: llvmdc -O0 -od./obj -ofrun/a/assert_19_C.d.exe run/a/assert_19_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25793 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25794 run/a/assert_19_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25795 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25796
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25797 Torture-Sub-1/32-PASS: run/a/assert_19_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25798 run: llvmdc -O0 -od./obj -ofrun/a/assert_19_D.d.exe run/a/assert_19_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25799 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25800 run/a/assert_19_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25801 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25802
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25803 Torture-Sub-1/32-PASS: run/a/assert_19_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25804 run: llvmdc -O0 -od./obj -ofrun/a/associative_array_18_A.d.exe run/a/associative_array_18_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25805 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25806 run/a/associative_array_18_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25807 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25808
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25809 Torture-Sub-1/32-PASS: run/a/associative_array_18_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25810 run: llvmdc -O0 -od./obj -ofrun/a/associative_array_18_B.d.exe run/a/associative_array_18_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25811 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25812 run/a/associative_array_18_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25813 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25814
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25815 Torture-Sub-1/32-PASS: run/a/associative_array_18_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25816 run: llvmdc -O0 -od./obj -ofrun/a/associative_array_18_C.d.exe run/a/associative_array_18_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25817 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25818 run/a/associative_array_18_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25819 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25820
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25821 Torture-Sub-1/32-PASS: run/a/associative_array_18_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25822 run: llvmdc -O0 -od./obj -ofrun/a/associative_array_18_D.d.exe run/a/associative_array_18_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25823 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25824 run/a/associative_array_18_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25825 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25826
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25827 Torture-Sub-1/32-PASS: run/a/associative_array_18_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25828 run: llvmdc -O0 -od./obj -ofrun/a/associative_array_19_A.d.exe run/a/associative_array_19_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25829 run/a/associative_array_19_A.d(13): module gc cannot read file 'std/gc.d'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25830 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25831 Torture-Sub-1/32-FAIL: run/a/associative_array_19_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25832 run: llvmdc -O0 -od./obj -ofrun/a/associative_array_19_B.d.exe run/a/associative_array_19_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25833 run/a/associative_array_19_B.d(13): module gc cannot read file 'std/gc.d'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25834 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25835 Torture-Sub-1/32-FAIL: run/a/associative_array_19_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25836 run: llvmdc -O0 -od./obj -ofrun/a/associative_array_19_C.d.exe run/a/associative_array_19_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25837 run/a/associative_array_19_C.d(13): module gc cannot read file 'std/gc.d'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25838 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25839 Torture-Sub-1/32-FAIL: run/a/associative_array_19_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25840 run: llvmdc -O0 -od./obj -ofrun/a/associative_array_19_D.d.exe run/a/associative_array_19_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25841 run/a/associative_array_19_D.d(13): module gc cannot read file 'std/gc.d'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25842 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25843 Torture-Sub-1/32-FAIL: run/a/associative_array_19_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25844 run: llvmdc -O0 -od./obj -ofrun/a/associative_array_19_E.d.exe run/a/associative_array_19_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25845 run/a/associative_array_19_E.d(13): module gc cannot read file 'std/gc.d'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25846 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25847 Torture-Sub-1/32-FAIL: run/a/associative_array_19_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25848 run: llvmdc -O0 -od./obj -ofrun/a/associative_array_19_F.d.exe run/a/associative_array_19_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25849 run/a/associative_array_19_F.d(13): module gc cannot read file 'std/gc.d'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25850 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25851 Torture-Sub-1/32-FAIL: run/a/associative_array_19_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25852 run: llvmdc -O0 -od./obj -ofrun/a/associative_array_19_G.d.exe run/a/associative_array_19_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25853 run/a/associative_array_19_G.d(13): module gc cannot read file 'std/gc.d'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25854 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25855 Torture-Sub-1/32-FAIL: run/a/associative_array_19_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25856 run: llvmdc -O0 -od./obj -ofrun/a/associative_array_19_H.d.exe run/a/associative_array_19_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25857 run/a/associative_array_19_H.d(13): module gc cannot read file 'std/gc.d'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25858 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25859 Torture-Sub-1/32-FAIL: run/a/associative_array_19_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25860 run: llvmdc -O0 -od./obj -ofrun/a/associative_array_19_I.d.exe run/a/associative_array_19_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25861 run/a/associative_array_19_I.d(13): module gc cannot read file 'std/gc.d'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25862 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25863 Torture-Sub-1/32-FAIL: run/a/associative_array_19_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25864 run: llvmdc -O0 -od./obj -ofrun/a/associative_array_19_J.d.exe run/a/associative_array_19_J.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25865 run/a/associative_array_19_J.d(13): module gc cannot read file 'std/gc.d'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25866 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25867 Torture-Sub-1/32-FAIL: run/a/associative_array_19_J.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25868 run: llvmdc -O0 -od./obj -ofrun/a/associative_array_19_K.d.exe run/a/associative_array_19_K.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25869 run/a/associative_array_19_K.d(13): module gc cannot read file 'std/gc.d'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25870 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25871 Torture-Sub-1/32-FAIL: run/a/associative_array_19_K.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25872 run: llvmdc -O0 -od./obj -ofrun/a/associative_array_19_L.d.exe run/a/associative_array_19_L.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25873 run/a/associative_array_19_L.d(13): module gc cannot read file 'std/gc.d'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25874 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25875 Torture-Sub-1/32-FAIL: run/a/associative_array_19_L.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25876 run: llvmdc -O0 -od./obj -ofrun/a/associative_array_19_M.d.exe run/a/associative_array_19_M.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25877 run/a/associative_array_19_M.d(13): module gc cannot read file 'std/gc.d'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25878 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25879 Torture-Sub-1/32-FAIL: run/a/associative_array_19_M.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25880 run: llvmdc -O0 -od./obj -ofrun/a/associative_array_19_N.d.exe run/a/associative_array_19_N.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25881 run/a/associative_array_19_N.d(13): module gc cannot read file 'std/gc.d'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25882 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25883 Torture-Sub-1/32-FAIL: run/a/associative_array_19_N.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25884 run: llvmdc -O0 -od./obj -ofrun/a/associative_array_19_O.d.exe run/a/associative_array_19_O.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25885 run/a/associative_array_19_O.d(13): module gc cannot read file 'std/gc.d'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25886 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25887 Torture-Sub-1/32-FAIL: run/a/associative_array_19_O.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25888 run: llvmdc -O0 -od./obj -ofrun/a/associative_array_19_P.d.exe run/a/associative_array_19_P.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25889 run/a/associative_array_19_P.d(13): module gc cannot read file 'std/gc.d'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25890 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25891 Torture-Sub-1/32-FAIL: run/a/associative_array_19_P.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25892 run: llvmdc -O0 -od./obj -ofrun/a/associative_array_19_Q.d.exe run/a/associative_array_19_Q.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25893 run/a/associative_array_19_Q.d(13): module gc cannot read file 'std/gc.d'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25894 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25895 Torture-Sub-1/32-FAIL: run/a/associative_array_19_Q.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25896 run: llvmdc -O0 -od./obj -ofrun/a/associative_array_19_R.d.exe run/a/associative_array_19_R.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25897 run/a/associative_array_19_R.d(13): module gc cannot read file 'std/gc.d'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25898 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25899 Torture-Sub-1/32-FAIL: run/a/associative_array_19_R.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25900 run: llvmdc -O0 -od./obj -ofrun/a/associative_array_19_S.d.exe run/a/associative_array_19_S.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25901 run/a/associative_array_19_S.d(13): module gc cannot read file 'std/gc.d'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25902 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25903 Torture-Sub-1/32-FAIL: run/a/associative_array_19_S.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25904 run: llvmdc -O0 -od./obj -ofrun/a/associative_array_19_T.d.exe run/a/associative_array_19_T.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25905 run/a/associative_array_19_T.d(13): module gc cannot read file 'std/gc.d'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25906 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25907 Torture-Sub-1/32-FAIL: run/a/associative_array_19_T.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25908 run: llvmdc -O0 -od./obj -ofrun/a/associative_array_19_U.d.exe run/a/associative_array_19_U.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25909 run/a/associative_array_19_U.d(13): module gc cannot read file 'std/gc.d'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25910 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25911 Torture-Sub-1/32-FAIL: run/a/associative_array_19_U.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25912 run: llvmdc -O0 -od./obj -ofrun/a/associative_array_19_V.d.exe run/a/associative_array_19_V.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25913 run/a/associative_array_19_V.d(13): module gc cannot read file 'std/gc.d'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25914 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25915 Torture-Sub-1/32-FAIL: run/a/associative_array_19_V.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25916 run: llvmdc -O0 -od./obj -ofrun/a/associative_array_19_W.d.exe run/a/associative_array_19_W.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25917 run/a/associative_array_19_W.d(13): module gc cannot read file 'std/gc.d'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25918 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25919 Torture-Sub-1/32-FAIL: run/a/associative_array_19_W.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25920 run: llvmdc -O0 -od./obj -ofrun/a/associative_array_19_X.d.exe run/a/associative_array_19_X.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25921 run/a/associative_array_19_X.d(13): module gc cannot read file 'std/gc.d'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25922 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25923 Torture-Sub-1/32-FAIL: run/a/associative_array_19_X.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25924 run: llvmdc -O0 -od./obj -ofrun/a/associative_array_19_Y.d.exe run/a/associative_array_19_Y.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25925 run/a/associative_array_19_Y.d(13): module gc cannot read file 'std/gc.d'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25926 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25927 Torture-Sub-1/32-FAIL: run/a/associative_array_19_Y.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25928 run: llvmdc -O0 -od./obj -ofrun/a/associative_array_19_Z.d.exe run/a/associative_array_19_Z.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25929 run/a/associative_array_19_Z.d(13): module gc cannot read file 'std/gc.d'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25930 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25931 Torture-Sub-1/32-FAIL: run/a/associative_array_19_Z.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25932 run: llvmdc -O0 -od./obj -ofrun/a/associative_array_20_A.d.exe run/a/associative_array_20_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25933 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25934 run/a/associative_array_20_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25935 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25936
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25937 Torture-Sub-1/32-PASS: run/a/associative_array_20_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25938 run: llvmdc -O0 -od./obj -ofrun/a/associative_array_23_A.d.exe run/a/associative_array_23_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25939 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25940 run/a/associative_array_23_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25941 EXIT CODE: 11
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25942
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25943 Torture-Sub-1/32-ERROR: run/a/associative_array_23_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25944 run: llvmdc -O0 -od./obj -ofrun/a/associative_array_23_B.d.exe run/a/associative_array_23_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25945 run/a/associative_array_23_B.d(8): Error: cannot infer type from this array initializer
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25946 run/a/associative_array_23_B.d(8): Error: array initializers as expressions are not allowed
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25947 run/a/associative_array_23_B.d(8): Error: cannot use array to initialize int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25948 run/a/associative_array_23_B.d(8): Error: array initializers as expressions are not allowed
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25949 run/a/associative_array_23_B.d(8): variable dstress.run.a.associative_array_23_B.main.arr is not a static and cannot have static initializer
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25950 run/a/associative_array_23_B.d(10): Error: no property 'length' for type 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25951 run/a/associative_array_23_B.d(17): Error: cannot infer type for index
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25952 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25953 Torture-Sub-1/32-FAIL: run/a/associative_array_23_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25954 run: llvmdc -O0 -od./obj -ofrun/a/associative_array_24_A.d.exe run/a/associative_array_24_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25955 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25956 run/a/associative_array_24_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25957 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25958
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25959 Torture-Sub-1/32-PASS: run/a/associative_array_24_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25960 run: llvmdc -O0 -od./obj -ofrun/a/associative_array_24_B.d.exe run/a/associative_array_24_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25961 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25962 run/a/associative_array_24_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25963 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25964
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25965 Torture-Sub-1/32-PASS: run/a/associative_array_24_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25966 run: llvmdc -O0 -od./obj -ofrun/a/auto_10_A.d.exe run/a/auto_10_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25967 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25968 run/a/auto_10_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25969 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25970
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25971 Torture-Sub-1/32-ERROR: run/a/auto_10_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25972 run: llvmdc -O0 -od./obj -ofrun/a/auto_10_B.d.exe run/a/auto_10_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25973 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25974 run/a/auto_10_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25975 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25976
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25977 Torture-Sub-1/32-ERROR: run/a/auto_10_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25978 run: llvmdc -O0 -od./obj -ofrun/a/auto_11_A.d.exe run/a/auto_11_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25979 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25980 run/a/auto_11_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25981 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25982
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25983 Torture-Sub-1/32-PASS: run/a/auto_11_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25984 run: llvmdc -O0 -od./obj -ofrun/a/auto_11_B.d.exe run/a/auto_11_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25985 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25986 run/a/auto_11_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25987 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25988
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25989 Torture-Sub-1/32-PASS: run/a/auto_11_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25990 run: llvmdc -O0 -od./obj -ofrun/a/auto_11_C.d.exe run/a/auto_11_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25991 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25992 run/a/auto_11_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25993 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25994
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25995 Torture-Sub-1/32-PASS: run/a/auto_11_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25996 run: llvmdc -O0 -od./obj -ofrun/a/auto_12_A.d.exe run/a/auto_12_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25997 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25998 run/a/auto_12_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
25999 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26000
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26001 Torture-Sub-1/32-PASS: run/a/auto_12_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26002 run: llvmdc -O0 -od./obj -ofrun/a/auto_12_B.d.exe run/a/auto_12_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26003 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26004 run/a/auto_12_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26005 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26006
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26007 Torture-Sub-1/32-PASS: run/a/auto_12_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26008 run: llvmdc -O0 -od./obj -ofrun/a/auto_13_A.d.exe run/a/auto_13_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26009 run/a/auto_13_A.d(37): Error: Unimplemented DeclarationExp type. kind: mixin
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26010 llvmdc: gen/toir.cpp:142: virtual DValue* DeclarationExp::toElem(IRState*): Assertion `0' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26011 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26012 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26013 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26014 llvmdc[0x8124447]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26015 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26016 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26017 Torture-Sub-1/32-ERROR: run/a/auto_13_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26018 run: llvmdc -O0 -od./obj -ofrun/a/auto_13_B.d.exe run/a/auto_13_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26019 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26020 run/a/auto_13_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26021 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26022
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26023 Torture-Sub-1/32-PASS: run/a/auto_13_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26024 run: llvmdc -O0 -od./obj -ofrun/a/auto_14_A.d.exe run/a/auto_14_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26025 Warning: run/a/auto_14_A.d(26): try-catch is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26026 Warning: run/a/auto_14_A.d(16): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26027 Warning: run/a/auto_14_A.d(21): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26028 run/a/auto_14_A.d: module dstress.run.a.auto_14_A Terminator found in the middle of a basic block!
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26029 label %entry_dstress.run.a.auto_14_A.MyClass.this
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26030 Broken module found, compilation terminated.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26031 Broken module found, compilation terminated.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26032 Broken module found, compilation terminated.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26033
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26034 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26035 Torture-Sub-1/32-FAIL: run/a/auto_14_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26036 run: llvmdc -O0 -od./obj -ofrun/a/auto_14_B.d.exe run/a/auto_14_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26037 Warning: run/a/auto_14_B.d(27): try-catch is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26038 Warning: run/a/auto_14_B.d(16): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26039 Warning: run/a/auto_14_B.d(21): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26040 run/a/auto_14_B.d: module dstress.run.a.auto_14_B Terminator found in the middle of a basic block!
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26041 label %entry_dstress.run.a.auto_14_B.MyClass.this
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26042 Broken module found, compilation terminated.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26043 Broken module found, compilation terminated.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26044 Broken module found, compilation terminated.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26045
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26046 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26047 Torture-Sub-1/32-FAIL: run/a/auto_14_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26048 run: llvmdc -O0 -od./obj -ofrun/a/auto_16_A.d.exe run/a/auto_16_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26049 run/a/auto_16_A.d(12): Error: identifier 'string' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26050 run/a/auto_16_A.d(12): Error: string is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26051 run/a/auto_16_A.d(12): function dstress.run.a.auto_16_A.C.toString of type void() overrides but is not covariant with object.Object.toString of type char[]()
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26052 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26053 Torture-Sub-1/32-FAIL: run/a/auto_16_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26054 run: llvmdc -O0 -version=always -od./obj/_644B -ofrun/a/auto_16_B.d.exe run/a/auto_16_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26055 run/a/auto_16_B.d(14): Error: identifier 'string' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26056 run/a/auto_16_B.d(14): Error: string is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26057 run/a/auto_16_B.d(14): function dstress.run.a.auto_16_B.C.toString of type void() overrides but is not covariant with object.Object.toString of type char[]()
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26058 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26059 Torture-Sub-1/32-FAIL: run/a/auto_16_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26060 run: llvmdc -O0 -version=always -od./obj/_6457 -ofrun/a/auto_16_C.d.exe run/a/auto_16_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26061 run/a/auto_16_C.d(14): Error: identifier 'string' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26062 run/a/auto_16_C.d(14): Error: string is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26063 run/a/auto_16_C.d(14): function dstress.run.a.auto_16_C.C.toString of type void() overrides but is not covariant with object.Object.toString of type char[]()
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26064 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26065 Torture-Sub-1/32-FAIL: run/a/auto_16_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26066 run: llvmdc -O0 -version=always -od./obj/_6460 -ofrun/a/auto_16_D.d.exe run/a/auto_16_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26067 run/a/auto_16_D.d(14): Error: identifier 'string' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26068 run/a/auto_16_D.d(14): Error: string is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26069 run/a/auto_16_D.d(14): function dstress.run.a.auto_16_D.C.toString of type void() overrides but is not covariant with object.Object.toString of type char[]()
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26070 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26071 Torture-Sub-1/32-FAIL: run/a/auto_16_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26072 run: llvmdc -O0 -version=always -od./obj/_6468 -ofrun/a/auto_16_E.d.exe run/a/auto_16_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26073 run/a/auto_16_E.d(14): Error: identifier 'string' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26074 run/a/auto_16_E.d(14): Error: string is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26075 run/a/auto_16_E.d(14): function dstress.run.a.auto_16_E.C.toString of type void() overrides but is not covariant with object.Object.toString of type char[]()
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26076 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26077 Torture-Sub-1/32-FAIL: run/a/auto_16_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26078 run: llvmdc -O0 -version=always -od./obj/_6483 -ofrun/a/auto_16_F.d.exe run/a/auto_16_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26079 run/a/auto_16_F.d(14): Error: identifier 'string' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26080 run/a/auto_16_F.d(14): Error: string is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26081 run/a/auto_16_F.d(14): function dstress.run.a.auto_16_F.C.toString of type void() overrides but is not covariant with object.Object.toString of type char[]()
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26082 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26083 Torture-Sub-1/32-FAIL: run/a/auto_16_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26084 run: llvmdc -O0 -od./obj -ofrun/a/auto_17_A.d.exe run/a/auto_17_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26085 run/a/auto_17_A.d(17): static assert is false
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26086 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26087 Torture-Sub-1/32-FAIL: run/a/auto_17_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26088 run: llvmdc -O0 -od./obj -ofrun/a/auto_17_B.d.exe run/a/auto_17_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26089 run/a/auto_17_B.d(17): static assert is false
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26090 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26091 Torture-Sub-1/32-FAIL: run/a/auto_17_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26092 run: llvmdc -O0 -od./obj -ofrun/a/auto_17_C.d.exe run/a/auto_17_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26093 run/a/auto_17_C.d(17): static assert is false
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26094 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26095 Torture-Sub-1/32-FAIL: run/a/auto_17_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26096 run: llvmdc -O0 -od./obj -ofrun/a/auto_17_D.d.exe run/a/auto_17_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26097 run/a/auto_17_D.d(17): static assert is false
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26098 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26099 Torture-Sub-1/32-FAIL: run/a/auto_17_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26100 run: llvmdc -O0 -od./obj -ofrun/a/auto_17_E.d.exe run/a/auto_17_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26101 run/a/auto_17_E.d(17): static assert is false
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26102 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26103 Torture-Sub-1/32-FAIL: run/a/auto_17_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26104 run: llvmdc -O0 -od./obj -ofrun/a/auto_17_F.d.exe run/a/auto_17_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26105 run/a/auto_17_F.d(17): static assert is false
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26106 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26107 Torture-Sub-1/32-FAIL: run/a/auto_17_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26108 run: llvmdc -O0 -od./obj -ofrun/a/auto_18_A.d.exe run/a/auto_18_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26109 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26110 run/a/auto_18_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26111 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26112
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26113 Torture-Sub-1/32-PASS: run/a/auto_18_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26114 run: llvmdc -O0 -od./obj -ofrun/a/auto_18_B.d.exe run/a/auto_18_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26115 run/a/auto_18_B.d(42): Error: array index 2 is out of bounds a[1u][0 .. 2]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26116 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26117 Torture-Sub-1/32-FAIL: run/a/auto_18_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26118 run: llvmdc -O0 -od./obj -ofrun/a/auto_18_C.d.exe run/a/auto_18_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26119 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26120 run/a/auto_18_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26121 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26122
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26123 Torture-Sub-1/32-ERROR: run/a/auto_18_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26124 run: llvmdc -O0 -od./obj -ofrun/a/auto_19_A.d.exe run/a/auto_19_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26125 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26126 run/a/auto_19_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26127 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26128
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26129 Torture-Sub-1/32-PASS: run/a/auto_19_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26130 run: llvmdc -O0 -od./obj -ofrun/a/auto_19_B.d.exe run/a/auto_19_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26131 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26132 run/a/auto_19_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26133 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26134
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26135 Torture-Sub-1/32-PASS: run/a/auto_19_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26136 run: llvmdc -O0 -od./obj -ofrun/a/auto_20_A.d.exe run/a/auto_20_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26137 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26138 run/a/auto_20_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26139 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26140
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26141 Torture-Sub-1/32-PASS: run/a/auto_20_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26142 run: llvmdc -O0 -od./obj -ofrun/abstract_07.d.exe run/abstract_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26143 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26144 run/abstract_07.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26145 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26146
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26147 Torture-Sub-1/32-PASS: run/abstract_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26148 run: llvmdc -O0 -od./obj -ofrun/abstract_10.d.exe run/abstract_10.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26149 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26150 run/abstract_10.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26151 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26152
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26153 Torture-Sub-1/32-PASS: run/abstract_10.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26154 run: llvmdc -O0 -od./obj -ofrun/alias_01.d.exe run/alias_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26155 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26156 run/alias_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26157 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26158
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26159 Torture-Sub-1/32-PASS: run/alias_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26160 run: llvmdc -O0 -od./obj -ofrun/alias_02.d.exe run/alias_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26161 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26162 run/alias_02.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26163 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26164
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26165 Torture-Sub-1/32-PASS: run/alias_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26166 run: llvmdc -O0 -od./obj -ofrun/alias_03.d.exe run/alias_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26167 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26168 run/alias_03.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26169 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26170
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26171 Torture-Sub-1/32-PASS: run/alias_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26172 run: llvmdc -O0 -od./obj -ofrun/alias_04.d.exe run/alias_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26173 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26174 run/alias_04.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26175 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26176
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26177 Torture-Sub-1/32-PASS: run/alias_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26178 run: llvmdc -O0 -od./obj -ofrun/alias_07.d.exe run/alias_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26179 run/alias_07.d(15): Error: identifier 'string' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26180 run/alias_07.d(15): Error: string is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26181 run/alias_07.d(15): Error: cannot have parameter of type void
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26182 run/alias_07.d(15): Error: cannot implicitly convert expression ("") of type char[0u] to void
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26183 run/alias_07.d(18): function dstress.run.alias_07.main.test (void) does not match parameter types (char[3u])
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26184 run/alias_07.d(18): Error: cannot implicitly convert expression ("abc") of type char[3u] to void
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26185 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26186 Torture-Sub-1/32-FAIL: run/alias_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26187 run: llvmdc -O0 -od./obj -ofrun/alias_09.d.exe run/alias_09.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26188 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26189 run/alias_09.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26190 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26191
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26192 Torture-Sub-1/32-PASS: run/alias_09.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26193 run: llvmdc -O0 -od./obj -ofrun/alias_11.d.exe run/alias_11.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26194 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26195 run/alias_11.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26196 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26197
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26198 Torture-Sub-1/32-PASS: run/alias_11.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26199 run: llvmdc -O0 -od./obj -ofrun/alias_12.d.exe run/alias_12.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26200 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26201 run/alias_12.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26202 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26203
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26204 Torture-Sub-1/32-PASS: run/alias_12.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26205 run: llvmdc -O0 -od./obj -ofrun/alias_13.d.exe run/alias_13.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26206 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26207 run/alias_13.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26208 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26209
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26210 Torture-Sub-1/32-PASS: run/alias_13.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26211 run: llvmdc -O0 -od./obj -ofrun/alias_14.d.exe run/alias_14.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26212 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26213 run/alias_14.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26214 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26215
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26216 Torture-Sub-1/32-PASS: run/alias_14.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26217 run: llvmdc -O0 -od./obj -ofrun/align_07.d.exe run/align_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26218 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26219 run/align_07.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26220 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26221
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26222 Torture-Sub-1/32-PASS: run/align_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26223 run: llvmdc -O0 -od./obj -ofrun/align_08.d.exe run/align_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26224 run/align_08.d(17): module gc cannot read file 'std/gc.d'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26225 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26226 Torture-Sub-1/32-FAIL: run/align_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26227 run: llvmdc -O0 -od./obj -ofrun/align_09.d.exe run/align_09.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26228 run/align_09.d(15): module gc cannot read file 'std/gc.d'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26229 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26230 Torture-Sub-1/32-FAIL: run/align_09.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26231 run: llvmdc -O0 -od./obj -ofrun/align_10.d.exe run/align_10.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26232 run/align_10.d(15): module gc cannot read file 'std/gc.d'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26233 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26234 Torture-Sub-1/32-FAIL: run/align_10.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26235 run: llvmdc -O0 -od./obj -ofrun/align_11.d.exe run/align_11.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26236 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26237 run/align_11.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26238 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26239
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26240 Torture-Sub-1/32-PASS: run/align_11.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26241 run: llvmdc -O0 -od./obj -ofrun/align_12.d.exe run/align_12.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26242 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26243 run/align_12.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26244 Exception: Assertion failure
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26245 Assertion failed:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26246 run/align_12.d(27)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26247 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26248
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26249 Torture-Sub-1/32-ERROR: run/align_12.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26250 run: llvmdc -O0 -od./obj -ofrun/align_13.d.exe run/align_13.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26251 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26252 run/align_13.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26253 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26254
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26255 Torture-Sub-1/32-ERROR: run/align_13.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26256 run: llvmdc -O0 -od./obj -ofrun/align_14.d.exe run/align_14.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26257 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26258 run/align_14.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26259 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26260
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26261 Torture-Sub-1/32-ERROR: run/align_14.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26262 run: llvmdc -O0 -od./obj -ofrun/align_15.d.exe run/align_15.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26263 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26264 run/align_15.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26265 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26266
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26267 Torture-Sub-1/32-ERROR: run/align_15.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26268 run: llvmdc -O0 -od./obj -ofrun/align_16.d.exe run/align_16.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26269 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26270 run/align_16.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26271 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26272
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26273 Torture-Sub-1/32-ERROR: run/align_16.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26274 run: llvmdc -O0 -od./obj -ofrun/align_17.d.exe run/align_17.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26275 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26276 run/align_17.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26277 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26278
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26279 Torture-Sub-1/32-ERROR: run/align_17.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26280 run: llvmdc -O0 -od./obj -ofrun/Alternate_Wysiwyg_String_01.d.exe run/Alternate_Wysiwyg_String_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26281 run/Alternate_Wysiwyg_String_01.d(8): Error: identifier 'string' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26282 run/Alternate_Wysiwyg_String_01.d(8): Error: string is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26283 run/Alternate_Wysiwyg_String_01.d(8): variable dstress.run.Alternate_Wysiwyg_String_01.main.x voids have no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26284 run/Alternate_Wysiwyg_String_01.d(8): Error: cannot implicitly convert expression ("hello") of type char[5u] to int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26285 run/Alternate_Wysiwyg_String_01.d(9): Error: no property 'length' for type 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26286 run/Alternate_Wysiwyg_String_01.d(10): Error: x must be an array or pointer type, not int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26287 run/Alternate_Wysiwyg_String_01.d(11): Error: x must be an array or pointer type, not int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26288 run/Alternate_Wysiwyg_String_01.d(12): Error: x must be an array or pointer type, not int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26289 run/Alternate_Wysiwyg_String_01.d(13): Error: x must be an array or pointer type, not int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26290 run/Alternate_Wysiwyg_String_01.d(14): Error: x must be an array or pointer type, not int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26291 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26292 Torture-Sub-1/32-FAIL: run/Alternate_Wysiwyg_String_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26293 run: llvmdc -O0 -od./obj -ofrun/Alternate_Wysiwyg_String_02.d.exe run/Alternate_Wysiwyg_String_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26294 run/Alternate_Wysiwyg_String_02.d(8): Error: identifier 'string' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26295 run/Alternate_Wysiwyg_String_02.d(8): Error: string is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26296 run/Alternate_Wysiwyg_String_02.d(8): variable dstress.run.Alternate_Wysiwyg_String_02.main.x voids have no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26297 run/Alternate_Wysiwyg_String_02.d(8): Error: cannot implicitly convert expression ("\\'") of type char[2u] to int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26298 run/Alternate_Wysiwyg_String_02.d(9): Error: no property 'length' for type 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26299 run/Alternate_Wysiwyg_String_02.d(10): Error: x must be an array or pointer type, not int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26300 run/Alternate_Wysiwyg_String_02.d(11): Error: x must be an array or pointer type, not int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26301 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26302 Torture-Sub-1/32-FAIL: run/Alternate_Wysiwyg_String_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26303 run: llvmdc -O0 -od./obj -ofrun/Alternate_Wysiwyg_String_03.d.exe run/Alternate_Wysiwyg_String_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26304 run/Alternate_Wysiwyg_String_03.d(8): Error: identifier 'string' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26305 run/Alternate_Wysiwyg_String_03.d(8): Error: string is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26306 run/Alternate_Wysiwyg_String_03.d(8): variable dstress.run.Alternate_Wysiwyg_String_03.main.x voids have no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26307 run/Alternate_Wysiwyg_String_03.d(8): Error: cannot implicitly convert expression ("\\v") of type char[2u] to int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26308 run/Alternate_Wysiwyg_String_03.d(9): Error: no property 'length' for type 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26309 run/Alternate_Wysiwyg_String_03.d(10): Error: x must be an array or pointer type, not int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26310 run/Alternate_Wysiwyg_String_03.d(11): Error: x must be an array or pointer type, not int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26311 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26312 Torture-Sub-1/32-FAIL: run/Alternate_Wysiwyg_String_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26313 run: llvmdc -O0 -od./obj -ofrun/Alternate_Wysiwyg_String_04.d.exe run/Alternate_Wysiwyg_String_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26314 run/Alternate_Wysiwyg_String_04.d(8): Error: identifier 'string' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26315 run/Alternate_Wysiwyg_String_04.d(8): Error: string is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26316 run/Alternate_Wysiwyg_String_04.d(8): variable dstress.run.Alternate_Wysiwyg_String_04.main.arr voids have no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26317 run/Alternate_Wysiwyg_String_04.d(8): Error: cannot implicitly convert expression ("\\?") of type char[2u] to int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26318 run/Alternate_Wysiwyg_String_04.d(9): Error: no property 'length' for type 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26319 run/Alternate_Wysiwyg_String_04.d(10): Error: arr must be an array or pointer type, not int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26320 run/Alternate_Wysiwyg_String_04.d(11): Error: arr must be an array or pointer type, not int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26321 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26322 Torture-Sub-1/32-FAIL: run/Alternate_Wysiwyg_String_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26323 run: llvmdc -O0 -od./obj -ofrun/Alternate_Wysiwyg_String_05.d.exe run/Alternate_Wysiwyg_String_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26324 run/Alternate_Wysiwyg_String_05.d(8): Error: identifier 'string' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26325 run/Alternate_Wysiwyg_String_05.d(8): Error: string is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26326 run/Alternate_Wysiwyg_String_05.d(8): variable dstress.run.Alternate_Wysiwyg_String_05.main.arr voids have no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26327 run/Alternate_Wysiwyg_String_05.d(8): Error: cannot implicitly convert expression ("\\\\") of type char[2u] to int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26328 run/Alternate_Wysiwyg_String_05.d(9): Error: no property 'length' for type 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26329 run/Alternate_Wysiwyg_String_05.d(10): Error: arr must be an array or pointer type, not int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26330 run/Alternate_Wysiwyg_String_05.d(11): Error: arr must be an array or pointer type, not int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26331 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26332 Torture-Sub-1/32-FAIL: run/Alternate_Wysiwyg_String_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26333 run: llvmdc -O0 -od./obj -ofrun/Alternate_Wysiwyg_String_06.d.exe run/Alternate_Wysiwyg_String_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26334 run/Alternate_Wysiwyg_String_06.d(8): Error: identifier 'string' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26335 run/Alternate_Wysiwyg_String_06.d(8): Error: string is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26336 run/Alternate_Wysiwyg_String_06.d(8): variable dstress.run.Alternate_Wysiwyg_String_06.main.arr voids have no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26337 run/Alternate_Wysiwyg_String_06.d(8): Error: cannot implicitly convert expression ("\\a") of type char[2u] to int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26338 run/Alternate_Wysiwyg_String_06.d(9): Error: no property 'length' for type 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26339 run/Alternate_Wysiwyg_String_06.d(10): Error: arr must be an array or pointer type, not int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26340 run/Alternate_Wysiwyg_String_06.d(11): Error: arr must be an array or pointer type, not int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26341 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26342 Torture-Sub-1/32-FAIL: run/Alternate_Wysiwyg_String_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26343 run: llvmdc -O0 -od./obj -ofrun/Alternate_Wysiwyg_String_07.d.exe run/Alternate_Wysiwyg_String_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26344 run/Alternate_Wysiwyg_String_07.d(8): Error: identifier 'string' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26345 run/Alternate_Wysiwyg_String_07.d(8): Error: string is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26346 run/Alternate_Wysiwyg_String_07.d(8): variable dstress.run.Alternate_Wysiwyg_String_07.main.arr voids have no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26347 run/Alternate_Wysiwyg_String_07.d(8): Error: cannot implicitly convert expression ("\\b") of type char[2u] to int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26348 run/Alternate_Wysiwyg_String_07.d(9): Error: no property 'length' for type 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26349 run/Alternate_Wysiwyg_String_07.d(10): Error: arr must be an array or pointer type, not int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26350 run/Alternate_Wysiwyg_String_07.d(11): Error: arr must be an array or pointer type, not int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26351 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26352 Torture-Sub-1/32-FAIL: run/Alternate_Wysiwyg_String_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26353 run: llvmdc -O0 -od./obj -ofrun/Alternate_Wysiwyg_String_08.d.exe run/Alternate_Wysiwyg_String_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26354 run/Alternate_Wysiwyg_String_08.d(8): Error: identifier 'string' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26355 run/Alternate_Wysiwyg_String_08.d(8): Error: string is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26356 run/Alternate_Wysiwyg_String_08.d(8): variable dstress.run.Alternate_Wysiwyg_String_08.main.arr voids have no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26357 run/Alternate_Wysiwyg_String_08.d(8): Error: cannot implicitly convert expression ("\\f") of type char[2u] to int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26358 run/Alternate_Wysiwyg_String_08.d(9): Error: no property 'length' for type 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26359 run/Alternate_Wysiwyg_String_08.d(10): Error: arr must be an array or pointer type, not int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26360 run/Alternate_Wysiwyg_String_08.d(11): Error: arr must be an array or pointer type, not int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26361 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26362 Torture-Sub-1/32-FAIL: run/Alternate_Wysiwyg_String_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26363 run: llvmdc -O0 -od./obj -ofrun/Alternate_Wysiwyg_String_09.d.exe run/Alternate_Wysiwyg_String_09.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26364 run/Alternate_Wysiwyg_String_09.d(8): Error: identifier 'string' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26365 run/Alternate_Wysiwyg_String_09.d(8): Error: string is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26366 run/Alternate_Wysiwyg_String_09.d(8): variable dstress.run.Alternate_Wysiwyg_String_09.main.arr voids have no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26367 run/Alternate_Wysiwyg_String_09.d(8): Error: cannot implicitly convert expression ("\\n") of type char[2u] to int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26368 run/Alternate_Wysiwyg_String_09.d(9): Error: no property 'length' for type 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26369 run/Alternate_Wysiwyg_String_09.d(10): Error: arr must be an array or pointer type, not int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26370 run/Alternate_Wysiwyg_String_09.d(11): Error: arr must be an array or pointer type, not int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26371 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26372 Torture-Sub-1/32-FAIL: run/Alternate_Wysiwyg_String_09.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26373 run: llvmdc -O0 -od./obj -ofrun/Alternate_Wysiwyg_String_10.d.exe run/Alternate_Wysiwyg_String_10.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26374 run/Alternate_Wysiwyg_String_10.d(8): Error: identifier 'string' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26375 run/Alternate_Wysiwyg_String_10.d(8): Error: string is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26376 run/Alternate_Wysiwyg_String_10.d(8): variable dstress.run.Alternate_Wysiwyg_String_10.main.arr voids have no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26377 run/Alternate_Wysiwyg_String_10.d(8): Error: cannot implicitly convert expression ("\\r") of type char[2u] to int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26378 run/Alternate_Wysiwyg_String_10.d(9): Error: no property 'length' for type 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26379 run/Alternate_Wysiwyg_String_10.d(10): Error: arr must be an array or pointer type, not int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26380 run/Alternate_Wysiwyg_String_10.d(11): Error: arr must be an array or pointer type, not int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26381 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26382 Torture-Sub-1/32-FAIL: run/Alternate_Wysiwyg_String_10.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26383 run: llvmdc -O0 -od./obj -ofrun/Alternate_Wysiwyg_String_11.d.exe run/Alternate_Wysiwyg_String_11.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26384 run/Alternate_Wysiwyg_String_11.d(8): Error: identifier 'string' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26385 run/Alternate_Wysiwyg_String_11.d(8): Error: string is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26386 run/Alternate_Wysiwyg_String_11.d(8): variable dstress.run.Alternate_Wysiwyg_String_11.main.arr voids have no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26387 run/Alternate_Wysiwyg_String_11.d(8): Error: cannot implicitly convert expression ("\\t") of type char[2u] to int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26388 run/Alternate_Wysiwyg_String_11.d(9): Error: no property 'length' for type 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26389 run/Alternate_Wysiwyg_String_11.d(10): Error: arr must be an array or pointer type, not int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26390 run/Alternate_Wysiwyg_String_11.d(11): Error: arr must be an array or pointer type, not int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26391 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26392 Torture-Sub-1/32-FAIL: run/Alternate_Wysiwyg_String_11.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26393 run: llvmdc -O0 -od./obj -ofrun/Alternate_Wysiwyg_String_12.d.exe run/Alternate_Wysiwyg_String_12.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26394 run/Alternate_Wysiwyg_String_12.d(8): Error: identifier 'string' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26395 run/Alternate_Wysiwyg_String_12.d(8): Error: string is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26396 run/Alternate_Wysiwyg_String_12.d(8): variable dstress.run.Alternate_Wysiwyg_String_12.main.arr voids have no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26397 run/Alternate_Wysiwyg_String_12.d(8): Error: cannot implicitly convert expression ("\\x") of type char[2u] to int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26398 run/Alternate_Wysiwyg_String_12.d(9): Error: no property 'length' for type 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26399 run/Alternate_Wysiwyg_String_12.d(10): Error: arr must be an array or pointer type, not int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26400 run/Alternate_Wysiwyg_String_12.d(11): Error: arr must be an array or pointer type, not int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26401 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26402 Torture-Sub-1/32-FAIL: run/Alternate_Wysiwyg_String_12.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26403 run: llvmdc -O0 -od./obj -ofrun/Alternate_Wysiwyg_String_13.d.exe run/Alternate_Wysiwyg_String_13.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26404 run/Alternate_Wysiwyg_String_13.d(8): Error: identifier 'string' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26405 run/Alternate_Wysiwyg_String_13.d(8): Error: string is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26406 run/Alternate_Wysiwyg_String_13.d(8): variable dstress.run.Alternate_Wysiwyg_String_13.main.arr voids have no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26407 run/Alternate_Wysiwyg_String_13.d(8): Error: cannot implicitly convert expression ("\\u") of type char[2u] to int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26408 run/Alternate_Wysiwyg_String_13.d(9): Error: no property 'length' for type 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26409 run/Alternate_Wysiwyg_String_13.d(10): Error: arr must be an array or pointer type, not int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26410 run/Alternate_Wysiwyg_String_13.d(11): Error: arr must be an array or pointer type, not int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26411 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26412 Torture-Sub-1/32-FAIL: run/Alternate_Wysiwyg_String_13.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26413 run: llvmdc -O0 -od./obj -ofrun/Alternate_Wysiwyg_String_14.d.exe run/Alternate_Wysiwyg_String_14.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26414 run/Alternate_Wysiwyg_String_14.d(8): Error: identifier 'string' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26415 run/Alternate_Wysiwyg_String_14.d(8): Error: string is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26416 run/Alternate_Wysiwyg_String_14.d(8): variable dstress.run.Alternate_Wysiwyg_String_14.main.arr voids have no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26417 run/Alternate_Wysiwyg_String_14.d(8): Error: cannot implicitly convert expression ("\\U") of type char[2u] to int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26418 run/Alternate_Wysiwyg_String_14.d(9): Error: no property 'length' for type 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26419 run/Alternate_Wysiwyg_String_14.d(10): Error: arr must be an array or pointer type, not int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26420 run/Alternate_Wysiwyg_String_14.d(11): Error: arr must be an array or pointer type, not int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26421 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26422 Torture-Sub-1/32-FAIL: run/Alternate_Wysiwyg_String_14.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26423 run: llvmdc -O0 -od./obj -ofrun/Alternate_Wysiwyg_String_15.d.exe run/Alternate_Wysiwyg_String_15.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26424 run/Alternate_Wysiwyg_String_15.d(8): Error: identifier 'string' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26425 run/Alternate_Wysiwyg_String_15.d(8): Error: string is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26426 run/Alternate_Wysiwyg_String_15.d(8): variable dstress.run.Alternate_Wysiwyg_String_15.main.arr voids have no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26427 run/Alternate_Wysiwyg_String_15.d(9): Error: cannot implicitly convert expression ("\x0a") of type char[1u] to int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26428 run/Alternate_Wysiwyg_String_15.d(10): Error: no property 'length' for type 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26429 run/Alternate_Wysiwyg_String_15.d(11): Error: arr must be an array or pointer type, not int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26430 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26431 Torture-Sub-1/32-FAIL: run/Alternate_Wysiwyg_String_15.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26432 run: llvmdc -O0 -od./obj -ofrun/Alternate_Wysiwyg_String_16.d.exe run/Alternate_Wysiwyg_String_16.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26433 run/Alternate_Wysiwyg_String_16.d(8): Error: identifier 'string' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26434 run/Alternate_Wysiwyg_String_16.d(8): Error: string is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26435 run/Alternate_Wysiwyg_String_16.d(8): variable dstress.run.Alternate_Wysiwyg_String_16.main.arr voids have no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26436 run/Alternate_Wysiwyg_String_16.d(8): Error: cannot implicitly convert expression ("\"") of type char[1u] to int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26437 run/Alternate_Wysiwyg_String_16.d(9): Error: no property 'length' for type 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26438 run/Alternate_Wysiwyg_String_16.d(10): Error: arr must be an array or pointer type, not int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26439 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26440 Torture-Sub-1/32-FAIL: run/Alternate_Wysiwyg_String_16.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26441 run: llvmdc -O0 -od./obj -ofrun/array_initialization_03.d.exe run/array_initialization_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26442 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26443 run/array_initialization_03.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26444 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26445
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26446 Torture-Sub-1/32-PASS: run/array_initialization_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26447 run: llvmdc -O0 -od./obj -ofrun/array_initialization_05.d.exe run/array_initialization_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26448 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26449 run/array_initialization_05.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26450 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26451
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26452 Torture-Sub-1/32-PASS: run/array_initialization_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26453 run: llvmdc -O0 -od./obj -ofrun/array_initialization_07.d.exe run/array_initialization_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26454 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26455 run/array_initialization_07.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26456 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26457
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26458 Torture-Sub-1/32-PASS: run/array_initialization_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26459 run: llvmdc -O0 -od./obj -ofrun/assert_01.d.exe run/assert_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26460 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26461 run/assert_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26462 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26463
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26464 Torture-Sub-1/32-PASS: run/assert_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26465 run: llvmdc -O0 -od./obj -ofrun/assert_02.d.exe run/assert_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26466 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26467 run/assert_02.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26468 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26469
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26470 Torture-Sub-1/32-PASS: run/assert_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26471 run: llvmdc -O0 -od./obj -ofrun/assert_06.d.exe run/assert_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26472 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26473 run/assert_06.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26474 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26475
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26476 Torture-Sub-1/32-PASS: run/assert_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26477 run: llvmdc -O0 -od./obj -ofrun/assert_07.d.exe run/assert_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26478 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26479 run/assert_07.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26480 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26481
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26482 Torture-Sub-1/32-PASS: run/assert_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26483 run: llvmdc -O0 -od./obj -ofrun/associative_array_02.d.exe run/associative_array_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26484 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26485 run/associative_array_02.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26486 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26487
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26488 Torture-Sub-1/32-PASS: run/associative_array_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26489 run: llvmdc -O0 -od./obj -ofrun/associative_array_07.d.exe run/associative_array_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26490 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26491 run/associative_array_07.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26492 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26493
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26494 Torture-Sub-1/32-PASS: run/associative_array_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26495 run: llvmdc -O0 -od./obj -ofrun/associative_array_08.d.exe run/associative_array_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26496 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26497 run/associative_array_08.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26498 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26499
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26500 Torture-Sub-1/32-PASS: run/associative_array_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26501 run: llvmdc -O0 -od./obj -ofrun/associative_array_09.d.exe run/associative_array_09.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26502 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26503 run/associative_array_09.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26504 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26505
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26506 Torture-Sub-1/32-PASS: run/associative_array_09.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26507 run: llvmdc -O0 -od./obj -ofrun/associative_array_10.d.exe run/associative_array_10.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26508 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26509 run/associative_array_10.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26510 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26511
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26512 Torture-Sub-1/32-PASS: run/associative_array_10.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26513 run: llvmdc -O0 -od./obj -ofrun/associative_array_11.d.exe run/associative_array_11.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26514 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26515 run/associative_array_11.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26516 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26517
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26518 Torture-Sub-1/32-PASS: run/associative_array_11.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26519 run: llvmdc -O0 -od./obj -ofrun/associative_array_12.d.exe run/associative_array_12.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26520 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26521 run/associative_array_12.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26522 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26523
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26524 Torture-Sub-1/32-PASS: run/associative_array_12.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26525 run: llvmdc -O0 -od./obj -ofrun/associative_array_13.d.exe run/associative_array_13.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26526 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26527 run/associative_array_13.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26528 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26529
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26530 Torture-Sub-1/32-PASS: run/associative_array_13.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26531 run: llvmdc -O0 -od./obj -ofrun/associative_array_14.d.exe run/associative_array_14.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26532 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26533 run/associative_array_14.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26534 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26535
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26536 Torture-Sub-1/32-PASS: run/associative_array_14.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26537 run: llvmdc -O0 -od./obj -ofrun/associative_array_15.d.exe run/associative_array_15.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26538 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26539 run/associative_array_15.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26540 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26541
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26542 Torture-Sub-1/32-PASS: run/associative_array_15.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26543 run: llvmdc -O0 -od./obj -ofrun/associative_array_16.d.exe run/associative_array_16.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26544 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26545 run/associative_array_16.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26546 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26547
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26548 Torture-Sub-1/32-PASS: run/associative_array_16.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26549 run: llvmdc -O0 -od./obj -ofrun/associative_array_17.d.exe run/associative_array_17.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26550 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26551 run/associative_array_17.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26552 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26553
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26554 Torture-Sub-1/32-PASS: run/associative_array_17.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26555 run: llvmdc -O0 -od./obj -ofrun/auto_01.d.exe run/auto_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26556 Warning: run/auto_01.d(22): try-catch is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26557 Warning: run/auto_01.d(14): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26558 Warning: run/auto_01.d(17): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26559 run/auto_01.d: module dstress.run.auto_01 Terminator found in the middle of a basic block!
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26560 label %entry_dstress.run.auto_01.AutoClass.this
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26561 Broken module found, compilation terminated.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26562 Broken module found, compilation terminated.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26563 Broken module found, compilation terminated.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26564
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26565 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26566 Torture-Sub-1/32-FAIL: run/auto_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26567 run: llvmdc -O0 -od./obj -ofrun/auto_02.d.exe run/auto_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26568 Warning: run/auto_02.d(27): try-catch is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26569 Warning: run/auto_02.d(37): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26570 Warning: run/auto_02.d(14): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26571 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26572 run/auto_02.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26573 Exception: error msg
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26574 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26575
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26576 Torture-Sub-1/32-ERROR: run/auto_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26577 run: llvmdc -O0 -od./obj -ofrun/auto_03.d.exe run/auto_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26578 Warning: run/auto_03.d(33): try-catch is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26579 Warning: run/auto_03.d(21): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26580 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26581 run/auto_03.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26582 Exception: error msg
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26583 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26584
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26585 Torture-Sub-1/32-ERROR: run/auto_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26586 run: llvmdc -O0 -od./obj -ofrun/auto_04.d.exe run/auto_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26587 Warning: run/auto_04.d(32): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26588 Warning: run/auto_04.d(37): try-catch is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26589 Warning: run/auto_04.d(26): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26590 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26591 run/auto_04.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26592 Exception: check error
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26593 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26594
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26595 Torture-Sub-1/32-ERROR: run/auto_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26596 run: llvmdc -O0 -od./obj -ofrun/auto_06.d.exe run/auto_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26597 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26598 run/auto_06.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26599 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26600
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26601 Torture-Sub-1/32-PASS: run/auto_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26602 run: llvmdc -O0 -od./obj -ofrun/auto_07.d.exe run/auto_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26603 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26604 run/auto_07.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26605 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26606
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26607 Torture-Sub-1/32-PASS: run/auto_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26608 run: llvmdc -O0 -od./obj -ofrun/auto_08.d.exe run/auto_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26609 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26610 run/auto_08.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26611 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26612
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26613 Torture-Sub-1/32-PASS: run/auto_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26614 run: llvmdc -O0 -od./obj -ofrun/ä日_source.d.exe run/ä日_source.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26615 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/../../../crt1.o: In function `_start':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26616 (.text+0x18): undefined reference to `main'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26617 collect2: ld returned 1 exit status
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26618 llvm-ld:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26619 --- errorlevel 1
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26620 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26621 Torture-Sub-1/32-FAIL: run/ä日_source.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26622 run: llvmdc -O0 -od./obj -ofrun/b/bang_01_A.d.exe run/b/bang_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26623 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26624 run/b/bang_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26625 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26626
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26627 Torture-Sub-1/32-PASS: run/b/bang_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26628 run: llvmdc -O0 -od./obj -ofrun/b/bang_02_A.d.exe run/b/bang_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26629 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26630 run/b/bang_02_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26631 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26632
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26633 Torture-Sub-1/32-PASS: run/b/bang_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26634 run: llvmdc -O0 -od./obj -ofrun/b/bang_02_B.d.exe run/b/bang_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26635 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26636 run/b/bang_02_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26637 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26638
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26639 Torture-Sub-1/32-PASS: run/b/bang_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26640 run: llvmdc -O0 -od./obj -ofrun/b/bool_01.d.exe run/b/bool_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26641 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26642 run/b/bool_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26643 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26644
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26645 Torture-Sub-1/32-PASS: run/b/bool_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26646 run: llvmdc -O0 -od./obj -ofrun/b/bool_03.d.exe run/b/bool_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26647 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26648 run/b/bool_03.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26649 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26650
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26651 Torture-Sub-1/32-PASS: run/b/bool_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26652 run: llvmdc -O0 -od./obj -ofrun/b/bool_04.d.exe run/b/bool_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26653 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26654 run/b/bool_04.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26655 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26656
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26657 Torture-Sub-1/32-PASS: run/b/bool_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26658 run: llvmdc -O0 -od./obj -ofrun/b/bool_05.d.exe run/b/bool_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26659 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26660 run/b/bool_05.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26661 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26662
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26663 Torture-Sub-1/32-PASS: run/b/bool_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26664 run: llvmdc -O0 -od./obj -ofrun/b/bool_06.d.exe run/b/bool_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26665 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26666 run/b/bool_06.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26667 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26668
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26669 Torture-Sub-1/32-PASS: run/b/bool_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26670 run: llvmdc -O0 -od./obj -ofrun/b/break_12_A.d.exe run/b/break_12_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26671 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26672 run/b/break_12_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26673 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26674
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26675 Torture-Sub-1/32-PASS: run/b/break_12_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26676 run: llvmdc -O0 -od./obj -ofrun/b/break_12_B.d.exe run/b/break_12_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26677 run/b/break_12_B.d(17): Error: break is not inside a loop or switch
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26678 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26679 Torture-Sub-1/32-FAIL: run/b/break_12_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26680 run: llvmdc -O0 compile/b/bug_20050510_A1.d -od./obj/_6D05 -ofrun/b/bug_20050510_A2.d.exe run/b/bug_20050510_A2.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26681 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26682 run/b/bug_20050510_A2.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26683 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26684
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26685 Torture-Sub-1/32-PASS: run/b/bug_20050510_A2.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26686 run: llvmdc -O0 compile/b/bug_20050510_B1.d -od./obj/_6D17 -ofrun/b/bug_20050510_B2.d.exe run/b/bug_20050510_B2.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26687 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26688 run/b/bug_20050510_B2.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26689 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26690
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26691 Torture-Sub-1/32-PASS: run/b/bug_20050510_B2.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26692 run: llvmdc -O0 compile/b/bug_20050510_C1.d -od./obj/_6D29 -ofrun/b/bug_20050510_C2.d.exe run/b/bug_20050510_C2.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26693 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26694 run/b/bug_20050510_C2.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26695 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26696
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26697 Torture-Sub-1/32-PASS: run/b/bug_20050510_C2.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26698 run: llvmdc -O0 compile/b/bug_20050510_A1.d -od./obj/_6D3B -ofrun/b/bug_20050510_D2.d.exe run/b/bug_20050510_D2.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26699 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26700 run/b/bug_20050510_D2.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26701 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26702
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26703 Torture-Sub-1/32-PASS: run/b/bug_20050510_D2.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26704 run: llvmdc -O0 -od./obj -ofrun/b/bug_cg87_1240_A.d.exe run/b/bug_cg87_1240_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26705 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26706 run/b/bug_cg87_1240_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26707 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26708
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26709 Torture-Sub-1/32-PASS: run/b/bug_cg87_1240_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26710 run: llvmdc -O0 -od./obj -ofrun/b/bug_cg87_1240_B.d.exe run/b/bug_cg87_1240_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26711 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26712 run/b/bug_cg87_1240_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26713 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26714
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26715 Torture-Sub-1/32-PASS: run/b/bug_cg87_1240_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26716 run: llvmdc -O0 -od./obj -ofrun/b/bug_cg87_1240_C.d.exe run/b/bug_cg87_1240_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26717 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26718 run/b/bug_cg87_1240_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26719 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26720
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26721 Torture-Sub-1/32-PASS: run/b/bug_cg87_1240_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26722 run: llvmdc -O0 -od./obj -ofrun/b/bug_cg87_1240_D.d.exe run/b/bug_cg87_1240_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26723 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26724 run/b/bug_cg87_1240_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26725 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26726
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26727 Torture-Sub-1/32-PASS: run/b/bug_cg87_1240_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26728 run: llvmdc -O0 -od./obj -ofrun/b/bug_cg87_1240_E.d.exe run/b/bug_cg87_1240_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26729 llvmdc: gen/llvmhelpers.cpp:551: DValue* DtoCastFloat(DValue*, Type*): Assertion `0' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26730 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26731 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26732 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26733 llvmdc[0x815c389]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26734 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26735 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26736 Torture-Sub-1/32-ERROR: run/b/bug_cg87_1240_E.d [bad error message]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26737 run: llvmdc -O0 -od./obj -ofrun/b/bug_cg87_1240_F.d.exe run/b/bug_cg87_1240_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26738 llvmdc: gen/llvmhelpers.cpp:551: DValue* DtoCastFloat(DValue*, Type*): Assertion `0' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26739 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26740 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26741 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26742 llvmdc[0x815c389]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26743 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26744 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26745 Torture-Sub-1/32-ERROR: run/b/bug_cg87_1240_F.d [bad error message]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26746 run: llvmdc -O0 -od./obj -ofrun/b/bug_cgcod_1667_A.d.exe run/b/bug_cgcod_1667_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26747 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26748 run/b/bug_cgcod_1667_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26749 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26750
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26751 Torture-Sub-1/32-PASS: run/b/bug_cgcod_1667_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26752 run: llvmdc -O0 -od./obj -ofrun/b/bug_cgcod_1667_B.d.exe run/b/bug_cgcod_1667_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26753 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26754 run/b/bug_cgcod_1667_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26755 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26756
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26757 Torture-Sub-1/32-PASS: run/b/bug_cgcod_1667_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26758 run: llvmdc -O0 -od./obj -ofrun/b/bug_cgcod_1667_C.d.exe run/b/bug_cgcod_1667_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26759 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26760 run/b/bug_cgcod_1667_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26761 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26762
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26763 Torture-Sub-1/32-PASS: run/b/bug_cgcod_1667_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26764 run: llvmdc -O0 -od./obj -ofrun/b/bug_cgcod_1667_D.d.exe run/b/bug_cgcod_1667_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26765 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26766 run/b/bug_cgcod_1667_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26767 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26768
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26769 Torture-Sub-1/32-PASS: run/b/bug_cgcod_1667_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26770 run: llvmdc -O0 -od./obj -ofrun/b/bug_cgcod_1667_E.d.exe run/b/bug_cgcod_1667_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26771 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26772 run/b/bug_cgcod_1667_E.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26773 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26774
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26775 Torture-Sub-1/32-PASS: run/b/bug_cgcod_1667_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26776 run: llvmdc -O0 -od./obj -ofrun/b/bug_cgcod_1667_F.d.exe run/b/bug_cgcod_1667_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26777 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26778 run/b/bug_cgcod_1667_F.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26779 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26780
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26781 Torture-Sub-1/32-PASS: run/b/bug_cgcod_1667_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26782 run: llvmdc -O0 -od./obj -ofrun/b/bug_cgcod_562_O1.d.exe run/b/bug_cgcod_562_O1.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26783 llvmdc: ./gen/dvalue.h:43: virtual LLValue* DValue::getRVal(): Assertion `0' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26784 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26785 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26786 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26787 llvmdc[0x810e2f1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26788 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26789 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26790 Torture-Sub-1/32-ERROR: run/b/bug_cgcod_562_O1.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26791 run: llvmdc -O0 -od./obj -ofrun/b/bug_cgcod_562_O2.d.exe run/b/bug_cgcod_562_O2.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26792 llvmdc: ./gen/dvalue.h:43: virtual LLValue* DValue::getRVal(): Assertion `0' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26793 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26794 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26795 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26796 llvmdc[0x810e2f1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26797 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26798 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26799 Torture-Sub-1/32-ERROR: run/b/bug_cgcod_562_O2.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26800 run: llvmdc -O0 -od./obj -ofrun/b/bug_cgcod_562_O3.d.exe run/b/bug_cgcod_562_O3.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26801 llvmdc: ./gen/dvalue.h:43: virtual LLValue* DValue::getRVal(): Assertion `0' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26802 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26803 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26804 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26805 llvmdc[0x810e2f1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26806 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26807 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26808 Torture-Sub-1/32-ERROR: run/b/bug_cgcod_562_O3.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26809 run: llvmdc -O0 -od./obj -ofrun/b/bug_cgcod_562_P1.d.exe run/b/bug_cgcod_562_P1.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26810 llvmdc: ./gen/dvalue.h:43: virtual LLValue* DValue::getRVal(): Assertion `0' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26811 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26812 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26813 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26814 llvmdc[0x810e2f1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26815 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26816 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26817 Torture-Sub-1/32-ERROR: run/b/bug_cgcod_562_P1.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26818 run: llvmdc -O0 -od./obj -ofrun/b/bug_cgcod_562_P2.d.exe run/b/bug_cgcod_562_P2.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26819 llvmdc: ./gen/dvalue.h:43: virtual LLValue* DValue::getRVal(): Assertion `0' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26820 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26821 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26822 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26823 llvmdc[0x810e2f1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26824 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26825 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26826 Torture-Sub-1/32-ERROR: run/b/bug_cgcod_562_P2.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26827 run: llvmdc -O0 -od./obj -ofrun/b/bug_cgcod_562_P3.d.exe run/b/bug_cgcod_562_P3.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26828 llvmdc: ./gen/dvalue.h:43: virtual LLValue* DValue::getRVal(): Assertion `0' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26829 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26830 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26831 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26832 llvmdc[0x810e2f1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26833 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26834 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26835 Torture-Sub-1/32-ERROR: run/b/bug_cgcod_562_P3.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26836 run: llvmdc -O0 -od./obj -ofrun/b/bug_cgcod_562_Q1.d.exe run/b/bug_cgcod_562_Q1.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26837 llvmdc: ./gen/dvalue.h:43: virtual LLValue* DValue::getRVal(): Assertion `0' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26838 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26839 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26840 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26841 llvmdc[0x810e2f1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26842 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26843 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26844 Torture-Sub-1/32-ERROR: run/b/bug_cgcod_562_Q1.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26845 run: llvmdc -O0 -od./obj -ofrun/b/bug_cgcod_562_Q2.d.exe run/b/bug_cgcod_562_Q2.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26846 llvmdc: ./gen/dvalue.h:43: virtual LLValue* DValue::getRVal(): Assertion `0' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26847 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26848 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26849 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26850 llvmdc[0x810e2f1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26851 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26852 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26853 Torture-Sub-1/32-ERROR: run/b/bug_cgcod_562_Q2.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26854 run: llvmdc -O0 -od./obj -ofrun/b/bug_cgcod_562_Q3.d.exe run/b/bug_cgcod_562_Q3.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26855 llvmdc: ./gen/dvalue.h:43: virtual LLValue* DValue::getRVal(): Assertion `0' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26856 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26857 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26858 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26859 llvmdc[0x810e2f1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26860 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26861 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26862 Torture-Sub-1/32-ERROR: run/b/bug_cgcod_562_Q3.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26863 run: llvmdc -O0 -od./obj -ofrun/b/bug_cgcs_353_A3.d.exe run/b/bug_cgcs_353_A3.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26864 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26865 run/b/bug_cgcs_353_A3.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26866 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26867
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26868 Torture-Sub-1/32-PASS: run/b/bug_cgcs_353_A3.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26869 run: llvmdc -O0 -od./obj -ofrun/b/bug_cgcs_353_B3.d.exe run/b/bug_cgcs_353_B3.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26870 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26871 run/b/bug_cgcs_353_B3.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26872 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26873
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26874 Torture-Sub-1/32-PASS: run/b/bug_cgcs_353_B3.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26875 run: llvmdc -O0 -od./obj -ofrun/b/bug_cgcs_353_C3.d.exe run/b/bug_cgcs_353_C3.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26876 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26877 run/b/bug_cgcs_353_C3.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26878 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26879
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26880 Torture-Sub-1/32-PASS: run/b/bug_cgcs_353_C3.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26881 run: llvmdc -O0 -od./obj -ofrun/b/bug_cgcs_353_D3.d.exe run/b/bug_cgcs_353_D3.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26882 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26883 run/b/bug_cgcs_353_D3.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26884 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26885
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26886 Torture-Sub-1/32-PASS: run/b/bug_cgcs_353_D3.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26887 run: llvmdc -O0 -od./obj -ofrun/b/bug_cgcs_353_E2.d.exe run/b/bug_cgcs_353_E2.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26888 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26889 run/b/bug_cgcs_353_E2.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26890 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26891
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26892 Torture-Sub-1/32-PASS: run/b/bug_cgcs_353_E2.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26893 run: llvmdc -O0 -od./obj -ofrun/b/bug_cgcs_353_E3.d.exe run/b/bug_cgcs_353_E3.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26894 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26895 run/b/bug_cgcs_353_E3.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26896 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26897
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26898 Torture-Sub-1/32-PASS: run/b/bug_cgcs_353_E3.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26899 run: llvmdc -O0 -od./obj -ofrun/b/bug_cgcs_353_F2.d.exe run/b/bug_cgcs_353_F2.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26900 run/b/bug_cgcs_353_F2.d(17): Error: incompatible types for ((arr) ~ (1)): 'uint[]' and 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26901 run/b/bug_cgcs_353_F2.d(17): Error: Can only concatenate arrays, not (uint[] ~ int)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26902 run/b/bug_cgcs_353_F2.d(17): Error: cannot implicitly convert expression (arr ~ 1) of type int to uint[]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26903 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26904 Torture-Sub-1/32-FAIL: run/b/bug_cgcs_353_F2.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26905 run: llvmdc -O0 -od./obj -ofrun/b/bug_cgcs_353_F3.d.exe run/b/bug_cgcs_353_F3.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26906 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26907 run/b/bug_cgcs_353_F3.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26908 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26909
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26910 Torture-Sub-1/32-PASS: run/b/bug_cgcs_353_F3.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26911 run: llvmdc -O0 -od./obj -ofrun/b/bug_cgcs_353_G2.d.exe run/b/bug_cgcs_353_G2.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26912 run/b/bug_cgcs_353_G2.d(17): Error: incompatible types for ((arr) ~ (1)): 'long[]' and 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26913 run/b/bug_cgcs_353_G2.d(17): Error: Can only concatenate arrays, not (long[] ~ int)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26914 run/b/bug_cgcs_353_G2.d(17): Error: cannot implicitly convert expression (arr ~ 1) of type int to long[]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26915 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26916 Torture-Sub-1/32-FAIL: run/b/bug_cgcs_353_G2.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26917 run: llvmdc -O0 -od./obj -ofrun/b/bug_cgcs_353_G3.d.exe run/b/bug_cgcs_353_G3.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26918 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26919 run/b/bug_cgcs_353_G3.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26920 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26921
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26922 Torture-Sub-1/32-PASS: run/b/bug_cgcs_353_G3.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26923 run: llvmdc -O0 -od./obj -ofrun/b/bug_cgcs_353_H2.d.exe run/b/bug_cgcs_353_H2.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26924 run/b/bug_cgcs_353_H2.d(17): Error: incompatible types for ((arr) ~ (1)): 'ulong[]' and 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26925 run/b/bug_cgcs_353_H2.d(17): Error: Can only concatenate arrays, not (ulong[] ~ int)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26926 run/b/bug_cgcs_353_H2.d(17): Error: cannot implicitly convert expression (arr ~ 1) of type int to ulong[]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26927 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26928 Torture-Sub-1/32-FAIL: run/b/bug_cgcs_353_H2.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26929 run: llvmdc -O0 -od./obj -ofrun/b/bug_cgcs_353_H3.d.exe run/b/bug_cgcs_353_H3.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26930 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26931 run/b/bug_cgcs_353_H3.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26932 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26933
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26934 Torture-Sub-1/32-PASS: run/b/bug_cgcs_353_H3.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26935 run: llvmdc -O0 -od./obj -ofrun/b/bug_cgcs_353_I2.d.exe run/b/bug_cgcs_353_I2.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26936 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26937 run/b/bug_cgcs_353_I2.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26938 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26939
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26940 Torture-Sub-1/32-PASS: run/b/bug_cgcs_353_I2.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26941 run: llvmdc -O0 -od./obj -ofrun/b/bug_cgcs_353_I3.d.exe run/b/bug_cgcs_353_I3.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26942 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26943 run/b/bug_cgcs_353_I3.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26944 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26945
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26946 Torture-Sub-1/32-PASS: run/b/bug_cgcs_353_I3.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26947 run: llvmdc -O0 -od./obj -ofrun/b/bug_cgcs_353_J2.d.exe run/b/bug_cgcs_353_J2.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26948 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26949 run/b/bug_cgcs_353_J2.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26950 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26951
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26952 Torture-Sub-1/32-PASS: run/b/bug_cgcs_353_J2.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26953 run: llvmdc -O0 -od./obj -ofrun/b/bug_cgcs_353_J3.d.exe run/b/bug_cgcs_353_J3.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26954 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26955 run/b/bug_cgcs_353_J3.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26956 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26957
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26958 Torture-Sub-1/32-PASS: run/b/bug_cgcs_353_J3.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26959 run: llvmdc -O0 -od./obj -ofrun/b/bug_cgcs_353_K2.d.exe run/b/bug_cgcs_353_K2.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26960 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26961 run/b/bug_cgcs_353_K2.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26962 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26963
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26964 Torture-Sub-1/32-PASS: run/b/bug_cgcs_353_K2.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26965 run: llvmdc -O0 -od./obj -ofrun/b/bug_cgcs_353_K3.d.exe run/b/bug_cgcs_353_K3.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26966 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26967 run/b/bug_cgcs_353_K3.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26968 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26969
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26970 Torture-Sub-1/32-PASS: run/b/bug_cgcs_353_K3.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26971 run: llvmdc -O0 -od./obj -ofrun/b/bug_cgcs_353_L2.d.exe run/b/bug_cgcs_353_L2.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26972 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26973 run/b/bug_cgcs_353_L2.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26974 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26975
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26976 Torture-Sub-1/32-PASS: run/b/bug_cgcs_353_L2.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26977 run: llvmdc -O0 -od./obj -ofrun/b/bug_cgcs_353_L3.d.exe run/b/bug_cgcs_353_L3.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26978 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26979 run/b/bug_cgcs_353_L3.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26980 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26981
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26982 Torture-Sub-1/32-PASS: run/b/bug_cgcs_353_L3.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26983 run: llvmdc -O0 -od./obj -ofrun/b/bug_cgcs_353_M2.d.exe run/b/bug_cgcs_353_M2.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26984 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26985 run/b/bug_cgcs_353_M2.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26986 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26987
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26988 Torture-Sub-1/32-PASS: run/b/bug_cgcs_353_M2.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26989 run: llvmdc -O0 -od./obj -ofrun/b/bug_cgcs_353_N2.d.exe run/b/bug_cgcs_353_N2.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26990 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26991 run/b/bug_cgcs_353_N2.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26992 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26993
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26994 Torture-Sub-1/32-PASS: run/b/bug_cgcs_353_N2.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26995 run: llvmdc -O0 -od./obj -ofrun/b/bug_cgcs_353_O2.d.exe run/b/bug_cgcs_353_O2.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26996 run/b/bug_cgcs_353_O2.d(17): Error: incompatible types for ((arr) ~ (1)): 'real[]' and 'double'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26997 run/b/bug_cgcs_353_O2.d(17): Error: Can only concatenate arrays, not (real[] ~ double)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26998 run/b/bug_cgcs_353_O2.d(17): Error: cannot implicitly convert expression (arr ~ 1) of type int to real[]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
26999 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27000 Torture-Sub-1/32-FAIL: run/b/bug_cgcs_353_O2.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27001 run: llvmdc -O0 -od./obj -ofrun/b/bug_cgcs_353_P2.d.exe run/b/bug_cgcs_353_P2.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27002 run/b/bug_cgcs_353_P2.d(17): Error: incompatible types for ((arr) ~ (1i)): 'ireal[]' and 'idouble'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27003 run/b/bug_cgcs_353_P2.d(17): Error: Can only concatenate arrays, not (ireal[] ~ idouble)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27004 run/b/bug_cgcs_353_P2.d(17): Error: cannot implicitly convert expression (arr ~ 1i) of type int to ireal[]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27005 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27006 Torture-Sub-1/32-FAIL: run/b/bug_cgcs_353_P2.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27007 run: llvmdc -O0 -od./obj -ofrun/b/bug_cgcs_353_Q2.d.exe run/b/bug_cgcs_353_Q2.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27008 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27009 run/b/bug_cgcs_353_Q2.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27010 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27011
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27012 Torture-Sub-1/32-PASS: run/b/bug_cgcs_353_Q2.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27013 run: llvmdc -O0 -od./obj -ofrun/b/bug_cgcs_353_R2.d.exe run/b/bug_cgcs_353_R2.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27014 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27015 run/b/bug_cgcs_353_R2.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27016 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27017
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27018 Torture-Sub-1/32-PASS: run/b/bug_cgcs_353_R2.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27019 run: llvmdc -O0 -od./obj -ofrun/b/bug_cgcs_353_S2.d.exe run/b/bug_cgcs_353_S2.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27020 run/b/bug_cgcs_353_S2.d(17): Error: incompatible types for ((arr) ~ (5)): 'byte[]' and 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27021 run/b/bug_cgcs_353_S2.d(17): Error: Can only concatenate arrays, not (byte[] ~ int)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27022 run/b/bug_cgcs_353_S2.d(17): Error: cannot implicitly convert expression (arr ~ 5) of type int to byte[]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27023 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27024 Torture-Sub-1/32-FAIL: run/b/bug_cgcs_353_S2.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27025 run: llvmdc -O0 -od./obj -ofrun/b/bug_cgcs_353_T2.d.exe run/b/bug_cgcs_353_T2.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27026 run/b/bug_cgcs_353_T2.d(17): Error: incompatible types for ((arr) ~ (5)): 'short[]' and 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27027 run/b/bug_cgcs_353_T2.d(17): Error: Can only concatenate arrays, not (short[] ~ int)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27028 run/b/bug_cgcs_353_T2.d(17): Error: cannot implicitly convert expression (arr ~ 5) of type int to short[]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27029 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27030 Torture-Sub-1/32-FAIL: run/b/bug_cgcs_353_T2.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27031 run: llvmdc -O0 -od./obj -ofrun/b/bug_cgcs_353_U2.d.exe run/b/bug_cgcs_353_U2.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27032 run/b/bug_cgcs_353_U2.d(17): Error: incompatible types for ((arr) ~ (5u)): 'ushort[]' and 'uint'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27033 run/b/bug_cgcs_353_U2.d(17): Error: Can only concatenate arrays, not (ushort[] ~ uint)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27034 run/b/bug_cgcs_353_U2.d(17): Error: cannot implicitly convert expression (arr ~ 5u) of type int to ushort[]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27035 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27036 Torture-Sub-1/32-FAIL: run/b/bug_cgcs_353_U2.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27037 run: llvmdc -O0 -od./obj -ofrun/b/bug_cgcs_353_V2.d.exe run/b/bug_cgcs_353_V2.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27038 run/b/bug_cgcs_353_V2.d(17): Error: incompatible types for ((arr) ~ (5u)): 'ubyte[]' and 'uint'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27039 run/b/bug_cgcs_353_V2.d(17): Error: Can only concatenate arrays, not (ubyte[] ~ uint)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27040 run/b/bug_cgcs_353_V2.d(17): Error: cannot implicitly convert expression (arr ~ 5u) of type int to ubyte[]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27041 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27042 Torture-Sub-1/32-FAIL: run/b/bug_cgcs_353_V2.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27043 run: llvmdc -O0 -od./obj -ofrun/b/bug_cod1_2433_A.d.exe run/b/bug_cod1_2433_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27044 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27045 run/b/bug_cod1_2433_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27046 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27047
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27048 Torture-Sub-1/32-PASS: run/b/bug_cod1_2433_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27049 run: llvmdc -O0 -od./obj -ofrun/b/bug_cod1_2433_B.d.exe run/b/bug_cod1_2433_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27050 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27051 run/b/bug_cod1_2433_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27052 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27053
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27054 Torture-Sub-1/32-PASS: run/b/bug_cod1_2433_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27055 run: llvmdc -O0 -od./obj -ofrun/b/bug_cod1_2433_C.d.exe run/b/bug_cod1_2433_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27056 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27057 run/b/bug_cod1_2433_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27058 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27059
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27060 Torture-Sub-1/32-PASS: run/b/bug_cod1_2433_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27061 run: llvmdc -O0 -od./obj -ofrun/b/bug_cod1_2433_D.d.exe run/b/bug_cod1_2433_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27062 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27063 run/b/bug_cod1_2433_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27064 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27065
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27066 Torture-Sub-1/32-PASS: run/b/bug_cod1_2433_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27067 run: llvmdc -O0 -od./obj -ofrun/b/bug_cod1_2433_E.d.exe run/b/bug_cod1_2433_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27068 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27069 run/b/bug_cod1_2433_E.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27070 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27071
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27072 Torture-Sub-1/32-PASS: run/b/bug_cod1_2433_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27073 run: llvmdc -O0 -od./obj -ofrun/b/bug_cod1_2433_F.d.exe run/b/bug_cod1_2433_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27074 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27075 run/b/bug_cod1_2433_F.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27076 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27077
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27078 Torture-Sub-1/32-PASS: run/b/bug_cod1_2433_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27079 run: llvmdc -O0 -od./obj -ofrun/b/bug_cod1_2504_D.d.exe run/b/bug_cod1_2504_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27080 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27081 run/b/bug_cod1_2504_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27082 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27083
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27084 Torture-Sub-1/32-PASS: run/b/bug_cod1_2504_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27085 run: llvmdc -O0 -od./obj -ofrun/b/bug_cod1_2528_A.d.exe run/b/bug_cod1_2528_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27086 llvmdc: ./gen/dvalue.h:43: virtual LLValue* DValue::getRVal(): Assertion `0' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27087 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27088 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27089 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27090 llvmdc[0x810e2f1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27091 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27092 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27093 Torture-Sub-1/32-ERROR: run/b/bug_cod1_2528_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27094 run: llvmdc -O0 -od./obj -ofrun/b/bug_cod1_2528_B.d.exe run/b/bug_cod1_2528_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27095 llvmdc: ./gen/dvalue.h:43: virtual LLValue* DValue::getRVal(): Assertion `0' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27096 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27097 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27098 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27099 llvmdc[0x810e2f1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27100 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27101 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27102 Torture-Sub-1/32-ERROR: run/b/bug_cod1_2528_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27103 run: llvmdc -O0 -od./obj -ofrun/b/bug_cod1_2528_C.d.exe run/b/bug_cod1_2528_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27104 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27105 run/b/bug_cod1_2528_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27106 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27107
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27108 Torture-Sub-1/32-PASS: run/b/bug_cod1_2528_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27109 run: llvmdc -O0 -od./obj -ofrun/b/bug_cod2_4211_S.d.exe run/b/bug_cod2_4211_S.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27110 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27111 run/b/bug_cod2_4211_S.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27112 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27113
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27114 Torture-Sub-1/32-PASS: run/b/bug_cod2_4211_S.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27115 run: llvmdc -O0 -od./obj -ofrun/b/bug_cod2_4211_T.d.exe run/b/bug_cod2_4211_T.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27116 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27117 run/b/bug_cod2_4211_T.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27118 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27119
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27120 Torture-Sub-1/32-PASS: run/b/bug_cod2_4211_T.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27121 run: llvmdc -O0 -od./obj -ofrun/b/bug_cod2_4211_U.d.exe run/b/bug_cod2_4211_U.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27122 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27123 run/b/bug_cod2_4211_U.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27124 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27125
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27126 Torture-Sub-1/32-PASS: run/b/bug_cod2_4211_U.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27127 run: llvmdc -O0 -od./obj -ofrun/b/bug_cod2_4211_V.d.exe run/b/bug_cod2_4211_V.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27128 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27129 run/b/bug_cod2_4211_V.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27130 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27131
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27132 Torture-Sub-1/32-PASS: run/b/bug_cod2_4211_V.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27133 run: llvmdc -O0 -od./obj -ofrun/b/bug_cod2_4211_W.d.exe run/b/bug_cod2_4211_W.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27134 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27135 run/b/bug_cod2_4211_W.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27136 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27137
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27138 Torture-Sub-1/32-PASS: run/b/bug_cod2_4211_W.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27139 run: llvmdc -O0 -od./obj -ofrun/b/bug_cod3_1760_A.d.exe run/b/bug_cod3_1760_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27140 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27141 run/b/bug_cod3_1760_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27142 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27143
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27144 Torture-Sub-1/32-PASS: run/b/bug_cod3_1760_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27145 run: llvmdc -O0 -od./obj -ofrun/b/bug_cod3_1760_B.d.exe run/b/bug_cod3_1760_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27146 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27147 run/b/bug_cod3_1760_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27148 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27149
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27150 Torture-Sub-1/32-PASS: run/b/bug_cod3_1760_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27151 run: llvmdc -O0 -od./obj -ofrun/b/bug_cod3_736_A.d.exe run/b/bug_cod3_736_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27152 run/b/bug_cod3_736_A.d: module dstress.run.b.bug_cod3_736_A Terminator found in the middle of a basic block!
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27153 label %entry_dstress.run.b.bug_cod3_736_A.Struct.foo
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27154 Broken module found, compilation terminated.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27155 Broken module found, compilation terminated.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27156 Broken module found, compilation terminated.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27157
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27158 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27159 Torture-Sub-1/32-FAIL: run/b/bug_cod3_736_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27160 run: llvmdc -O0 -od./obj -ofrun/b/bug_cod3_736_B.d.exe run/b/bug_cod3_736_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27161 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27162 run/b/bug_cod3_736_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27163 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27164
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27165 Torture-Sub-1/32-PASS: run/b/bug_cod3_736_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27166 run: llvmdc -O0 -od./obj -ofrun/b/bug_d_codegen_1228_A.d.exe run/b/bug_d_codegen_1228_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27167 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27168 run/b/bug_d_codegen_1228_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27169 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27170
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27171 Torture-Sub-1/32-PASS: run/b/bug_d_codegen_1228_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27172 run: llvmdc -O0 -od./obj -ofrun/b/bug_d_codegen_1228_B.d.exe run/b/bug_d_codegen_1228_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27173 run/b/bug_d_codegen_1228_B.d: module dstress.run.b.bug_d_codegen_1228_B Terminator found in the middle of a basic block!
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27174 label %entry_dstress.run.b.bug_d_codegen_1228_B.find.__foreachbody1
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27175 Broken module found, compilation terminated.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27176 Broken module found, compilation terminated.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27177
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27178 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27179 Torture-Sub-1/32-FAIL: run/b/bug_d_codegen_1228_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27180 run: llvmdc -O0 -od./obj -ofrun/b/bug_d_codegen_1228_C.d.exe run/b/bug_d_codegen_1228_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27181 run/b/bug_d_codegen_1228_C.d: module dstress.run.b.bug_d_codegen_1228_C Terminator found in the middle of a basic block!
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27182 label %entry_dstress.run.b.bug_d_codegen_1228_C.find.__foreachbody1
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27183 Broken module found, compilation terminated.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27184 Broken module found, compilation terminated.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27185
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27186 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27187 Torture-Sub-1/32-FAIL: run/b/bug_d_codegen_1228_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27188 run: llvmdc -O0 -od./obj -ofrun/b/bug_d_codegen_1228_D.d.exe run/b/bug_d_codegen_1228_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27189 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27190 run/b/bug_d_codegen_1228_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27191 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27192
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27193 Torture-Sub-1/32-PASS: run/b/bug_d_codegen_1228_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27194 run: llvmdc -O0 -od./obj -ofrun/b/bug_d_codegen_1228_E.d.exe run/b/bug_d_codegen_1228_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27195 run/b/bug_d_codegen_1228_E.d: module dstress.run.b.bug_d_codegen_1228_E Terminator found in the middle of a basic block!
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27196 label %entry_dstress.run.b.bug_d_codegen_1228_E.find.__foreachbody1
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27197 Broken module found, compilation terminated.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27198 Broken module found, compilation terminated.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27199
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27200 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27201 Torture-Sub-1/32-FAIL: run/b/bug_d_codegen_1228_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27202 run: llvmdc -O0 -od./obj -ofrun/b/bug_d_codegen_1228_F.d.exe run/b/bug_d_codegen_1228_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27203 run/b/bug_d_codegen_1228_F.d: module dstress.run.b.bug_d_codegen_1228_F Terminator found in the middle of a basic block!
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27204 label %entry_dstress.run.b.bug_d_codegen_1228_F.find.__foreachbody1
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27205 Broken module found, compilation terminated.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27206 Broken module found, compilation terminated.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27207
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27208 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27209 Torture-Sub-1/32-FAIL: run/b/bug_d_codegen_1228_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27210 run: llvmdc -O0 -od./obj -ofrun/b/bug_d_codegen_1228_G.d.exe run/b/bug_d_codegen_1228_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27211 run/b/bug_d_codegen_1228_G.d: module dstress.run.b.bug_d_codegen_1228_G Terminator found in the middle of a basic block!
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27212 label %entry_dstress.run.b.bug_d_codegen_1228_G.find.__foreachbody1
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27213 Broken module found, compilation terminated.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27214 Broken module found, compilation terminated.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27215
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27216 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27217 Torture-Sub-1/32-FAIL: run/b/bug_d_codegen_1228_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27218 run: llvmdc -O0 -od./obj -ofrun/b/bug_d_codegen_1228_H.d.exe run/b/bug_d_codegen_1228_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27219 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27220 run/b/bug_d_codegen_1228_H.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27221 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27222
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27223 Torture-Sub-1/32-PASS: run/b/bug_d_codegen_1228_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27224 run: llvmdc -O0 -od./obj -ofrun/b/bug_d_codegen_1228_I.d.exe run/b/bug_d_codegen_1228_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27225 run/b/bug_d_codegen_1228_I.d: module dstress.run.b.bug_d_codegen_1228_I Terminator found in the middle of a basic block!
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27226 label %entry_dstress.run.b.bug_d_codegen_1228_I.find.__foreachbody1
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27227 Broken module found, compilation terminated.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27228 Broken module found, compilation terminated.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27229
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27230 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27231 Torture-Sub-1/32-FAIL: run/b/bug_d_codegen_1228_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27232 run: llvmdc -O0 -od./obj -ofrun/b/bug_d_codegen_1228_J.d.exe run/b/bug_d_codegen_1228_J.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27233 run/b/bug_d_codegen_1228_J.d: module dstress.run.b.bug_d_codegen_1228_J Terminator found in the middle of a basic block!
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27234 label %entry_dstress.run.b.bug_d_codegen_1228_J.find.__foreachbody1
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27235 Broken module found, compilation terminated.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27236 Broken module found, compilation terminated.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27237
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27238 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27239 Torture-Sub-1/32-FAIL: run/b/bug_d_codegen_1228_J.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27240 run: llvmdc -O0 -od./obj -ofrun/b/bug_d_codegen_1228_K.d.exe run/b/bug_d_codegen_1228_K.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27241 run/b/bug_d_codegen_1228_K.d: module dstress.run.b.bug_d_codegen_1228_K Terminator found in the middle of a basic block!
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27242 label %entry_dstress.run.b.bug_d_codegen_1228_K.find.__foreachbody1
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27243 Broken module found, compilation terminated.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27244 Broken module found, compilation terminated.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27245
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27246 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27247 Torture-Sub-1/32-FAIL: run/b/bug_d_codegen_1228_K.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27248 run: llvmdc -O0 -od./obj -ofrun/b/bug_d_codegen_1228_L.d.exe run/b/bug_d_codegen_1228_L.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27249 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27250 run/b/bug_d_codegen_1228_L.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27251 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27252
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27253 Torture-Sub-1/32-PASS: run/b/bug_d_codegen_1228_L.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27254 run: llvmdc -O0 -od./obj -ofrun/b/bug_d_codegen_1560_A.d.exe run/b/bug_d_codegen_1560_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27255 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27256 run/b/bug_d_codegen_1560_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27257 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27258
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27259 Torture-Sub-1/32-PASS: run/b/bug_d_codegen_1560_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27260 run: llvmdc -O0 -od./obj -ofrun/b/bug_d_codegen_1560_B.d.exe run/b/bug_d_codegen_1560_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27261 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27262 run/b/bug_d_codegen_1560_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27263 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27264
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27265 Torture-Sub-1/32-PASS: run/b/bug_d_codegen_1560_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27266 run: llvmdc -O0 -od./obj -ofrun/b/bug_d_codegen_1560_C.d.exe run/b/bug_d_codegen_1560_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27267 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27268 run/b/bug_d_codegen_1560_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27269 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27270
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27271 Torture-Sub-1/32-PASS: run/b/bug_d_codegen_1560_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27272 run: llvmdc -O0 -od./obj -ofrun/b/bug_d_codegen_1560_D.d.exe run/b/bug_d_codegen_1560_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27273 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27274 run/b/bug_d_codegen_1560_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27275 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27276
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27277 Torture-Sub-1/32-PASS: run/b/bug_d_codegen_1560_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27278 run: llvmdc -O0 -od./obj -ofrun/b/bug_d_codegen_981_A.d.exe run/b/bug_d_codegen_981_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27279 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27280 run/b/bug_d_codegen_981_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27281 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27282
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27283 Torture-Sub-1/32-ERROR: run/b/bug_d_codegen_981_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27284 run: llvmdc -O0 -od./obj -ofrun/b/bug_declaration_440_A.d.exe run/b/bug_declaration_440_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27285 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27286 run/b/bug_declaration_440_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27287 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27288
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27289 Torture-Sub-1/32-PASS: run/b/bug_declaration_440_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27290 run: llvmdc -O0 -od./obj -ofrun/b/bug_declaration_440_B.d.exe run/b/bug_declaration_440_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27291 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27292 run/b/bug_declaration_440_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27293 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27294
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27295 Torture-Sub-1/32-PASS: run/b/bug_declaration_440_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27296 run: llvmdc -O0 -od./obj -ofrun/b/bug_declaration_440_C.d.exe run/b/bug_declaration_440_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27297 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27298 run/b/bug_declaration_440_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27299 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27300
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27301 Torture-Sub-1/32-PASS: run/b/bug_declaration_440_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27302 run: llvmdc -O0 -od./obj -ofrun/b/bug_e2ir_1098_A.d.exe run/b/bug_e2ir_1098_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27303 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27304 run/b/bug_e2ir_1098_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27305 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27306
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27307 Torture-Sub-1/32-PASS: run/b/bug_e2ir_1098_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27308 run: llvmdc -O0 -od./obj -ofrun/b/bug_e2ir_1098_B.d.exe run/b/bug_e2ir_1098_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27309 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27310 run/b/bug_e2ir_1098_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27311 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27312
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27313 Torture-Sub-1/32-PASS: run/b/bug_e2ir_1098_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27314 run: llvmdc -O0 -od./obj -ofrun/b/bug_e2ir_1098_C.d.exe run/b/bug_e2ir_1098_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27315 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27316 run/b/bug_e2ir_1098_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27317 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27318
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27319 Torture-Sub-1/32-PASS: run/b/bug_e2ir_1098_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27320 run: llvmdc -O0 -od./obj -ofrun/b/bug_e2ir_1098_D.d.exe run/b/bug_e2ir_1098_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27321 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27322 run/b/bug_e2ir_1098_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27323 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27324
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27325 Torture-Sub-1/32-PASS: run/b/bug_e2ir_1098_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27326 run: llvmdc -O0 compile/b/bug_e2ir_145_A.d -od./obj/_723B -ofrun/b/bug_e2ir_145_B.d.exe run/b/bug_e2ir_145_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27327 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27328 run/b/bug_e2ir_145_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27329 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27330
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27331 Torture-Sub-1/32-PASS: run/b/bug_e2ir_145_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27332 run: llvmdc -O0 -od./obj -ofrun/b/bug_e2ir_145_C.d.exe run/b/bug_e2ir_145_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27333 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27334 run/b/bug_e2ir_145_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27335 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27336
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27337 Torture-Sub-1/32-PASS: run/b/bug_e2ir_145_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27338 run: llvmdc -O0 -od./obj -ofrun/b/bug_e2ir_1786_B.d.exe run/b/bug_e2ir_1786_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27339 llvmdc: gen/toir.cpp:1820: virtual DValue* EqualExp::toElem(IRState*): Assertion `0 && "Unsupported EqualExp type"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27340 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27341 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27342 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27343 llvmdc[0x811a59c]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27344 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27345 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27346 Torture-Sub-1/32-ERROR: run/b/bug_e2ir_1786_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27347 run: llvmdc -O0 -od./obj -ofrun/b/bug_e2ir_1786_C.d.exe run/b/bug_e2ir_1786_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27348 llvmdc: gen/toir.cpp:1820: virtual DValue* EqualExp::toElem(IRState*): Assertion `0 && "Unsupported EqualExp type"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27349 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27350 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27351 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27352 llvmdc[0x811a59c]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27353 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27354 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27355 Torture-Sub-1/32-ERROR: run/b/bug_e2ir_1786_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27356 run: llvmdc -O0 -od./obj -ofrun/b/bug_e2ir_1786_D.d.exe run/b/bug_e2ir_1786_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27357 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27358 run/b/bug_e2ir_1786_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27359 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27360
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27361 Torture-Sub-1/32-PASS: run/b/bug_e2ir_1786_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27362 run: llvmdc -O0 -od./obj -ofrun/b/bug_e2ir_2452_B.d.exe run/b/bug_e2ir_2452_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27363 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27364 run/b/bug_e2ir_2452_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27365 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27366
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27367 Torture-Sub-1/32-PASS: run/b/bug_e2ir_2452_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27368 run: llvmdc -O0 -od./obj -ofrun/b/bug_e2ir_520_A.d.exe run/b/bug_e2ir_520_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27369 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27370 run/b/bug_e2ir_520_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27371 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27372
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27373 Torture-Sub-1/32-PASS: run/b/bug_e2ir_520_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27374 run: llvmdc -O0 -od./obj -ofrun/b/bug_e2ir_736_A.d.exe run/b/bug_e2ir_736_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27375 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27376 run/b/bug_e2ir_736_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27377 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27378
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27379 Torture-Sub-1/32-PASS: run/b/bug_e2ir_736_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27380 run: llvmdc -O0 -od./obj -ofrun/b/bug_e2ir_736_B.d.exe run/b/bug_e2ir_736_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27381 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27382 run/b/bug_e2ir_736_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27383 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27384
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27385 Torture-Sub-1/32-PASS: run/b/bug_e2ir_736_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27386 run: llvmdc -O0 -od./obj -ofrun/b/bug_e2ir_736_C.d.exe run/b/bug_e2ir_736_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27387 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27388 run/b/bug_e2ir_736_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27389 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27390
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27391 Torture-Sub-1/32-PASS: run/b/bug_e2ir_736_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27392 run: llvmdc -O0 -od./obj -ofrun/b/bug_e2ir_736_D.d.exe run/b/bug_e2ir_736_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27393 run/b/bug_e2ir_736_D.d(27): Error: Exp type TypeExp not implemented: Baz
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27394 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27395 Torture-Sub-1/32-FAIL: run/b/bug_e2ir_736_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27396 run: llvmdc -O0 -od./obj -ofrun/b/bug_e2ir_772_A.d.exe run/b/bug_e2ir_772_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27397 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27398 run/b/bug_e2ir_772_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27399 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27400
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27401 Torture-Sub-1/32-PASS: run/b/bug_e2ir_772_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27402 run: llvmdc -O0 -od./obj -ofrun/b/bug_e2ir_772_B.d.exe run/b/bug_e2ir_772_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27403 run/b/bug_e2ir_772_B.d(17): Error: void has no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27404 run/b/bug_e2ir_772_B.d(17): Error: incompatible types for ((T()) != (3)): 'void' and 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27405 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27406 Torture-Sub-1/32-FAIL: run/b/bug_e2ir_772_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27407 run: llvmdc -O0 -od./obj -ofrun/b/bug_e2ir_772_C.d.exe run/b/bug_e2ir_772_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27408 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27409 run/b/bug_e2ir_772_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27410 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27411
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27412 Torture-Sub-1/32-PASS: run/b/bug_e2ir_772_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27413 run: llvmdc -O0 -od./obj -ofrun/b/bug_e2ir_772_D.d.exe run/b/bug_e2ir_772_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27414 run/b/bug_e2ir_772_D.d(23): function dstress.run.b.bug_e2ir_772_D.check (int) does not match parameter types (void)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27415 run/b/bug_e2ir_772_D.d(23): Error: cannot implicitly convert expression (T()) of type void to int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27416 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27417 Torture-Sub-1/32-FAIL: run/b/bug_e2ir_772_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27418 run: llvmdc -O0 -od./obj -ofrun/b/bug_e2ir_772_E.d.exe run/b/bug_e2ir_772_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27419 run/b/bug_e2ir_772_E.d(20): Error: template T() has no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27420 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27421 Torture-Sub-1/32-FAIL: run/b/bug_e2ir_772_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27422 run: llvmdc -O0 -od./obj -ofrun/b/bug_e2ir_772_F.d.exe run/b/bug_e2ir_772_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27423 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27424 run/b/bug_e2ir_772_F.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27425 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27426
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27427 Torture-Sub-1/32-PASS: run/b/bug_e2ir_772_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27428 run: llvmdc -O0 -od./obj -ofrun/b/bug_evalu8_174_A.d.exe run/b/bug_evalu8_174_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27429 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27430 run/b/bug_evalu8_174_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27431 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27432
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27433 Torture-Sub-1/32-PASS: run/b/bug_evalu8_174_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27434 run: llvmdc -O0 -od./obj -ofrun/b/bug_evalu8_174_E.d.exe run/b/bug_evalu8_174_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27435 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27436 run/b/bug_evalu8_174_E.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27437 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27438
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27439 Torture-Sub-1/32-PASS: run/b/bug_evalu8_174_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27440 run: llvmdc -O0 -od./obj -ofrun/b/bug_expression_4275_A.d.exe run/b/bug_expression_4275_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27441 run/b/bug_expression_4275_A.d(33): Error: template foo!(MyClass) is not a member of container.element
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27442 Error: no property 'length' for type 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27443 run/b/bug_expression_4275_A.d(36): Error: 0 must be an array or pointer type, not int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27444 run/b/bug_expression_4275_A.d(36): Error: incompatible types for ((0[0]) is (myclass)): 'int' and 'dstress.run.b.bug_expression_4275_A.MyClass'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27445 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27446 Torture-Sub-1/32-FAIL: run/b/bug_expression_4275_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27447 run: llvmdc -O0 -od./obj -ofrun/b/bug_expression_4275_B.d.exe run/b/bug_expression_4275_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27448 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27449 run/b/bug_expression_4275_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27450 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27451
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27452 Torture-Sub-1/32-PASS: run/b/bug_expression_4275_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27453 run: llvmdc -O0 -od./obj -ofrun/b/bug_expression_525_A.d.exe run/b/bug_expression_525_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27454 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27455 run/b/bug_expression_525_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27456 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27457
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27458 Torture-Sub-1/32-PASS: run/b/bug_expression_525_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27459 run: llvmdc -O0 -od./obj -ofrun/b/bug_expression_525_B.d.exe run/b/bug_expression_525_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27460 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27461 run/b/bug_expression_525_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27462 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27463
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27464 Torture-Sub-1/32-PASS: run/b/bug_expression_525_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27465 run: llvmdc -O0 -od./obj -ofrun/b/bug_expression_525_C.d.exe run/b/bug_expression_525_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27466 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27467 run/b/bug_expression_525_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27468 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27469
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27470 Torture-Sub-1/32-PASS: run/b/bug_expression_525_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27471 run: llvmdc -O0 -od./obj -ofrun/b/bug_expression_525_D.d.exe run/b/bug_expression_525_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27472 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27473 run/b/bug_expression_525_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27474 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27475
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27476 Torture-Sub-1/32-PASS: run/b/bug_expression_525_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27477 run: llvmdc -O0 -od./obj -ofrun/b/bug_expression_525_E.d.exe run/b/bug_expression_525_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27478 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27479 run/b/bug_expression_525_E.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27480 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27481
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27482 Torture-Sub-1/32-PASS: run/b/bug_expression_525_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27483 run: llvmdc -O0 -od./obj -ofrun/b/bug_expression_5818_A.d.exe run/b/bug_expression_5818_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27484 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27485 run/b/bug_expression_5818_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27486 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27487
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27488 Torture-Sub-1/32-PASS: run/b/bug_expression_5818_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27489 run: llvmdc -O0 -od./obj -ofrun/b/bug_expression_5818_B.d.exe run/b/bug_expression_5818_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27490 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27491 run/b/bug_expression_5818_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27492 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27493
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27494 Torture-Sub-1/32-PASS: run/b/bug_expression_5818_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27495 run: llvmdc -O0 -od./obj -ofrun/b/bug_expression_5981_B.d.exe run/b/bug_expression_5981_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27496 run/b/bug_expression_5981_B.d(15): Error: identifier 'string' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27497 run/b/bug_expression_5981_B.d(15): Error: string is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27498 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27499 Torture-Sub-1/32-FAIL: run/b/bug_expression_5981_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27500 run: llvmdc -O0 -od./obj -ofrun/b/bug_expression_775_A.d.exe run/b/bug_expression_775_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27501 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27502 run/b/bug_expression_775_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27503 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27504
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27505 Torture-Sub-1/32-PASS: run/b/bug_expression_775_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27506 run: llvmdc -O0 -od./obj -ofrun/b/bug_gimplify_678_A.d.exe run/b/bug_gimplify_678_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27507 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27508 run/b/bug_gimplify_678_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27509 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27510
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27511 Torture-Sub-1/32-PASS: run/b/bug_gimplify_678_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27512 run: llvmdc -O0 -od./obj -ofrun/b/bug_gimplify_678_B.d.exe run/b/bug_gimplify_678_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27513 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27514 run/b/bug_gimplify_678_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27515 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27516
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27517 Torture-Sub-1/32-PASS: run/b/bug_gimplify_678_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27518 run: llvmdc -O0 -od./obj -ofrun/b/bug_glue_355_A.d.exe run/b/bug_glue_355_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27519 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27520 run/b/bug_glue_355_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27521 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27522
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27523 Torture-Sub-1/32-PASS: run/b/bug_glue_355_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27524 run: llvmdc -O0 -od./obj -ofrun/b/bug_glue_355_C.d.exe run/b/bug_glue_355_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27525 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27526 run/b/bug_glue_355_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27527 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27528
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27529 Torture-Sub-1/32-PASS: run/b/bug_glue_355_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27530 run: llvmdc -O0 -od./obj -ofrun/b/bug_glue_387_A.d.exe run/b/bug_glue_387_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27531 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27532 run/b/bug_glue_387_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27533 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27534
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27535 Torture-Sub-1/32-PASS: run/b/bug_glue_387_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27536 run: llvmdc -O0 -od./obj -ofrun/b/bug_glue_387_B.d.exe run/b/bug_glue_387_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27537 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27538 run/b/bug_glue_387_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27539 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27540
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27541 Torture-Sub-1/32-PASS: run/b/bug_glue_387_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27542 run: llvmdc -O0 -od./obj -ofrun/b/bug_glue_387_C.d.exe run/b/bug_glue_387_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27543 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27544 run/b/bug_glue_387_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27545 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27546
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27547 Torture-Sub-1/32-PASS: run/b/bug_glue_387_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27548 run: llvmdc -O0 -od./obj -ofrun/b/bug_glue_387_D.d.exe run/b/bug_glue_387_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27549 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27550 run/b/bug_glue_387_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27551 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27552
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27553 Torture-Sub-1/32-PASS: run/b/bug_glue_387_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27554 run: llvmdc -O0 -od./obj -ofrun/b/bug_glue_387_E.d.exe run/b/bug_glue_387_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27555 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27556 run/b/bug_glue_387_E.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27557 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27558
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27559 Torture-Sub-1/32-PASS: run/b/bug_glue_387_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27560 run: llvmdc -O0 -od./obj -ofrun/b/bug_glue_387_F.d.exe run/b/bug_glue_387_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27561 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27562 run/b/bug_glue_387_F.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27563 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27564
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27565 Torture-Sub-1/32-PASS: run/b/bug_glue_387_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27566 run: llvmdc -O0 -od./obj -ofrun/b/bug_glue_387_G.d.exe run/b/bug_glue_387_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27567 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27568 run/b/bug_glue_387_G.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27569 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27570
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27571 Torture-Sub-1/32-PASS: run/b/bug_glue_387_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27572 run: llvmdc -O0 -od./obj -ofrun/b/bug_glue_387_H.d.exe run/b/bug_glue_387_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27573 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27574 run/b/bug_glue_387_H.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27575 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27576
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27577 Torture-Sub-1/32-PASS: run/b/bug_glue_387_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27578 run: llvmdc -O0 -od./obj -ofrun/b/bug_glue_700_A.d.exe run/b/bug_glue_700_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27579 llvmdc: /home/kamm/eigenes/projekte/llvmdc/llvm-23-branch/lib/VMCore/Constants.cpp:390: llvm::ConstantStruct::ConstantStruct(const llvm::StructType*, const std::vector<llvm::Constant*, std::allocator<llvm::Constant*> >&): Assertion `(C->getType() == T->getElementType(I-V.begin()) || ((T->getElementType(I-V.begin())->isAbstract() || C->getType()->isAbstract()) && T->getElementType(I-V.begin())->getTypeID() == C->getType()->getTypeID())) && "Initializer for struct element doesn't match struct element type!"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27580 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27581 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27582 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27583 llvmdc[0x87c4349]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27584 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27585 Torture-Sub-1/32-ERROR: run/b/bug_glue_700_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27586 run: llvmdc -O0 -od./obj -ofrun/b/bug_glue_700_B.d.exe run/b/bug_glue_700_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27587 run/b/bug_glue_700_B.d(19): template instance Foo!() does not match any template declaration
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27588 run/b/bug_glue_700_B.d(19): Error: Foo!() is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27589 run/b/bug_glue_700_B.d(19): variable dstress.run.b.bug_glue_700_B.mk_future!(int,).mk_future.TFoo voids have no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27590 run/b/bug_glue_700_B.d(27): template instance dstress.run.b.bug_glue_700_B.mk_future!(int,) error instantiating
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27591 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27592 Torture-Sub-1/32-FAIL: run/b/bug_glue_700_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27593 run: llvmdc -O0 -od./obj -ofrun/b/bug_glue_700_C.d.exe run/b/bug_glue_700_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27594 llvmdc: /home/kamm/eigenes/projekte/llvmdc/llvm-23-branch/lib/VMCore/Constants.cpp:390: llvm::ConstantStruct::ConstantStruct(const llvm::StructType*, const std::vector<llvm::Constant*, std::allocator<llvm::Constant*> >&): Assertion `(C->getType() == T->getElementType(I-V.begin()) || ((T->getElementType(I-V.begin())->isAbstract() || C->getType()->isAbstract()) && T->getElementType(I-V.begin())->getTypeID() == C->getType()->getTypeID())) && "Initializer for struct element doesn't match struct element type!"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27595 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27596 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27597 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27598 llvmdc[0x87c4349]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27599 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27600 Torture-Sub-1/32-ERROR: run/b/bug_glue_700_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27601 run: llvmdc -O0 -od./obj -ofrun/b/bug_glue_700_D.d.exe run/b/bug_glue_700_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27602 run/b/bug_glue_700_D.d(17): Error: cannot have parameter of type void
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27603 run/b/bug_glue_700_D.d(17): variable dstress.run.b.bug_glue_700_D.mk_future!(void,).mk_future._param_0 voids have no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27604 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27605 Torture-Sub-1/32-FAIL: run/b/bug_glue_700_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27606 run: llvmdc -O0 -od./obj -ofrun/b/bug_interpret_96_A.d.exe run/b/bug_interpret_96_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27607 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27608 run/b/bug_interpret_96_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27609 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27610
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27611 Torture-Sub-1/32-PASS: run/b/bug_interpret_96_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27612 run: llvmdc -O0 -od./obj -ofrun/b/bug_interpret_96_B.d.exe run/b/bug_interpret_96_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27613 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27614 run/b/bug_interpret_96_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27615 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27616
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27617 Torture-Sub-1/32-PASS: run/b/bug_interpret_96_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27618 run: llvmdc -O0 -od./obj -ofrun/b/bug_interpret_96_C.d.exe run/b/bug_interpret_96_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27619 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27620 run/b/bug_interpret_96_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27621 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27622
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27623 Torture-Sub-1/32-PASS: run/b/bug_interpret_96_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27624 run: llvmdc -O0 -od./obj -ofrun/b/bug_interpret_96_D.d.exe run/b/bug_interpret_96_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27625 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27626 run/b/bug_interpret_96_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27627 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27628
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27629 Torture-Sub-1/32-PASS: run/b/bug_interpret_96_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27630 run: llvmdc -O0 -od./obj -ofrun/b/bug_interpret_96_E.d.exe run/b/bug_interpret_96_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27631 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27632 run/b/bug_interpret_96_E.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27633 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27634
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27635 Torture-Sub-1/32-PASS: run/b/bug_interpret_96_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27636 run: llvmdc -O0 -od./obj -ofrun/b/bug_mtype_2226_A.d.exe run/b/bug_mtype_2226_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27637 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27638 run/b/bug_mtype_2226_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27639 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27640
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27641 Torture-Sub-1/32-PASS: run/b/bug_mtype_2226_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27642 run: llvmdc -O0 -od./obj -ofrun/b/bug_mtype_2226_B.d.exe run/b/bug_mtype_2226_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27643 run/b/bug_mtype_2226_B.d(24): Error: Unimplemented DeclarationExp type. kind: mixin
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27644 llvmdc: gen/toir.cpp:142: virtual DValue* DeclarationExp::toElem(IRState*): Assertion `0' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27645 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27646 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27647 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27648 llvmdc[0x8124447]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27649 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27650 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27651 Torture-Sub-1/32-ERROR: run/b/bug_mtype_2226_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27652 run: llvmdc -O0 -od./obj -ofrun/b/bug_optimize_294_A.d.exe run/b/bug_optimize_294_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27653 llvmdc: gen/toir.cpp:1820: virtual DValue* EqualExp::toElem(IRState*): Assertion `0 && "Unsupported EqualExp type"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27654 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27655 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27656 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27657 llvmdc[0x811a59c]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27658 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27659 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27660 Torture-Sub-1/32-ERROR: run/b/bug_optimize_294_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27661 run: llvmdc -O0 -od./obj -ofrun/b/bug_optimize_294_B.d.exe run/b/bug_optimize_294_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27662 llvmdc: gen/toir.cpp:1820: virtual DValue* EqualExp::toElem(IRState*): Assertion `0 && "Unsupported EqualExp type"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27663 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27664 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27665 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27666 llvmdc[0x811a59c]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27667 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27668 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27669 Torture-Sub-1/32-ERROR: run/b/bug_optimize_294_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27670 run: llvmdc -O0 -od./obj -ofrun/b/bug_optimize_294_C.d.exe run/b/bug_optimize_294_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27671 llvmdc: gen/toir.cpp:1820: virtual DValue* EqualExp::toElem(IRState*): Assertion `0 && "Unsupported EqualExp type"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27672 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27673 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27674 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27675 llvmdc[0x811a59c]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27676 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27677 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27678 Torture-Sub-1/32-ERROR: run/b/bug_optimize_294_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27679 run: llvmdc -O0 -od./obj -ofrun/b/bug_optimize_294_D.d.exe run/b/bug_optimize_294_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27680 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27681 run/b/bug_optimize_294_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27682 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27683
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27684 Torture-Sub-1/32-PASS: run/b/bug_optimize_294_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27685 run: llvmdc -O0 -od./obj -ofrun/b/bug_optimize_294_F.d.exe run/b/bug_optimize_294_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27686 llvmdc: gen/toir.cpp:1820: virtual DValue* EqualExp::toElem(IRState*): Assertion `0 && "Unsupported EqualExp type"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27687 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27688 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27689 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27690 llvmdc[0x811a59c]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27691 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27692 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27693 Torture-Sub-1/32-ERROR: run/b/bug_optimize_294_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27694 run: llvmdc -O0 -od./obj -ofrun/b/bug_optimize_294_G.d.exe run/b/bug_optimize_294_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27695 run/b/bug_optimize_294_G.d(16): Error: use '!is' instead of '!=' when comparing with null
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27696 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27697 Torture-Sub-1/32-FAIL: run/b/bug_optimize_294_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27698 run: llvmdc -O0 -od./obj -ofrun/b/bug_optimize_294_H.d.exe run/b/bug_optimize_294_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27699 llvmdc: gen/toir.cpp:1820: virtual DValue* EqualExp::toElem(IRState*): Assertion `0 && "Unsupported EqualExp type"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27700 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27701 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27702 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27703 llvmdc[0x811a59c]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27704 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27705 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27706 Torture-Sub-1/32-ERROR: run/b/bug_optimize_294_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27707 run: llvmdc -O0 -od./obj -ofrun/b/bug_optimize_294_I.d.exe run/b/bug_optimize_294_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27708 llvmdc: gen/toir.cpp:1820: virtual DValue* EqualExp::toElem(IRState*): Assertion `0 && "Unsupported EqualExp type"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27709 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27710 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27711 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27712 llvmdc[0x811a59c]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27713 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27714 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27715 Torture-Sub-1/32-ERROR: run/b/bug_optimize_294_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27716 run: llvmdc -O0 -od./obj -ofrun/b/bug_optimize_294_J.d.exe run/b/bug_optimize_294_J.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27717 llvmdc: gen/toir.cpp:1820: virtual DValue* EqualExp::toElem(IRState*): Assertion `0 && "Unsupported EqualExp type"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27718 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27719 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27720 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27721 llvmdc[0x811a59c]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27722 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27723 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27724 Torture-Sub-1/32-ERROR: run/b/bug_optimize_294_J.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27725 run: llvmdc -O0 -od./obj -ofrun/b/bug_optimize_294_K.d.exe run/b/bug_optimize_294_K.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27726 llvmdc: gen/toir.cpp:1820: virtual DValue* EqualExp::toElem(IRState*): Assertion `0 && "Unsupported EqualExp type"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27727 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27728 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27729 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27730 llvmdc[0x811a59c]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27731 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27732 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27733 Torture-Sub-1/32-ERROR: run/b/bug_optimize_294_K.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27734 run: llvmdc -O0 -od./obj -ofrun/b/bug_recog_2083_A.d.exe run/b/bug_recog_2083_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27735 llvmdc: gen/tollvm.cpp:341: LLValue* DtoBoolean(LLValue*): Assertion `0' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27736 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27737 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27738 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27739 llvmdc[0x8167cc5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27740 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27741 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27742 Torture-Sub-1/32-ERROR: run/b/bug_recog_2083_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27743 run: llvmdc -O0 -od./obj -ofrun/b/bug_recog_2083_B.d.exe run/b/bug_recog_2083_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27744 llvmdc: gen/tollvm.cpp:341: LLValue* DtoBoolean(LLValue*): Assertion `0' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27745 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27746 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27747 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27748 llvmdc[0x8167cc5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27749 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27750 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27751 Torture-Sub-1/32-ERROR: run/b/bug_recog_2083_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27752 run: llvmdc -O0 -od./obj -ofrun/b/bug_recog_2083_C.d.exe run/b/bug_recog_2083_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27753 llvmdc: gen/tollvm.cpp:341: LLValue* DtoBoolean(LLValue*): Assertion `0' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27754 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27755 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27756 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27757 llvmdc[0x8167cc5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27758 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27759 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27760 Torture-Sub-1/32-ERROR: run/b/bug_recog_2083_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27761 run: llvmdc -O0 -od./obj -ofrun/b/bug_recog_2083_D.d.exe run/b/bug_recog_2083_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27762 llvmdc: gen/llvmhelpers.cpp:565: DValue* DtoCastFloat(DValue*, Type*): Assertion `0 && "bad float cast"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27763 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27764 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27765 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27766 llvmdc[0x815c69e]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27767 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27768 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27769 Torture-Sub-1/32-ERROR: run/b/bug_recog_2083_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27770 run: llvmdc -O0 -od./obj -ofrun/b/bug_recog_2083_E.d.exe run/b/bug_recog_2083_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27771 llvmdc: gen/tollvm.cpp:341: LLValue* DtoBoolean(LLValue*): Assertion `0' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27772 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27773 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27774 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27775 llvmdc[0x8167cc5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27776 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27777 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27778 Torture-Sub-1/32-ERROR: run/b/bug_recog_2083_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27779 run: llvmdc -O0 -od./obj -ofrun/b/bug_recog_2083_F.d.exe run/b/bug_recog_2083_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27780 llvmdc: gen/tollvm.cpp:341: LLValue* DtoBoolean(LLValue*): Assertion `0' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27781 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27782 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27783 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27784 llvmdc[0x8167cc5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27785 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27786 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27787 Torture-Sub-1/32-ERROR: run/b/bug_recog_2083_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27788 run: llvmdc -O0 -od./obj -ofrun/b/bug_stmt_2384_A.d.exe run/b/bug_stmt_2384_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27789 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27790 run/b/bug_stmt_2384_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27791 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27792
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27793 Torture-Sub-1/32-PASS: run/b/bug_stmt_2384_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27794 run: llvmdc -O0 -od./obj -ofrun/b/bug_stmt_2384_B.d.exe run/b/bug_stmt_2384_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27795 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27796 run/b/bug_stmt_2384_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27797 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27798
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27799 Torture-Sub-1/32-PASS: run/b/bug_stmt_2384_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27800 run: llvmdc -O0 -od./obj -ofrun/b/bug_stmt_2384_C.d.exe run/b/bug_stmt_2384_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27801 Warning: run/b/bug_stmt_2384_C.d(18): try-catch is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27802 Warning: run/b/bug_stmt_2384_C.d(12): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27803 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27804 run/b/bug_stmt_2384_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27805 Exception: msg
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27806 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27807
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27808 Torture-Sub-1/32-ERROR: run/b/bug_stmt_2384_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27809 run: llvmdc -O0 -od./obj -ofrun/b/bug_stmt_2384_D.d.exe run/b/bug_stmt_2384_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27810 Warning: run/b/bug_stmt_2384_D.d(12): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27811 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27812 run/b/bug_stmt_2384_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27813 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27814
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27815 Torture-Sub-1/32-PASS: run/b/bug_stmt_2384_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27816 run: llvmdc -O0 -od./obj -ofrun/b/bug_stor_layout_382_A.d.exe run/b/bug_stor_layout_382_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27817 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27818 run/b/bug_stor_layout_382_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27819 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27820
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27821 Torture-Sub-1/32-PASS: run/b/bug_stor_layout_382_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27822 run: llvmdc -O0 -od./obj -ofrun/b/bug_template_2851_A.d.exe run/b/bug_template_2851_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27823 run/b/bug_template_2851_A.d(17): template instance foo is not a template declaration, it is a function
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27824 run/b/bug_template_2851_A.d(17): Error: foo!(a) is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27825 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27826 Torture-Sub-1/32-FAIL: run/b/bug_template_2851_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27827 run: llvmdc -O0 -od./obj -ofrun/b/bug_template_2851_B.d.exe run/b/bug_template_2851_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27828 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27829 run/b/bug_template_2851_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27830 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27831
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27832 Torture-Sub-1/32-PASS: run/b/bug_template_2851_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27833 run: llvmdc -O0 -od./obj -ofrun/b/bug_template_2851_C.d.exe run/b/bug_template_2851_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27834 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27835 run/b/bug_template_2851_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27836 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27837
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27838 Torture-Sub-1/32-PASS: run/b/bug_template_2851_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27839 run: llvmdc -O0 -od./obj -ofrun/b/bug_template_610_C.d.exe run/b/bug_template_610_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27840 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27841 run/b/bug_template_610_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27842 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27843
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27844 Torture-Sub-1/32-PASS: run/b/bug_template_610_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27845 run: llvmdc -O0 -od./obj -ofrun/b/bug_template_622_A.d.exe run/b/bug_template_622_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27846 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27847 run/b/bug_template_622_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27848 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27849
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27850 Torture-Sub-1/32-PASS: run/b/bug_template_622_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27851 run: llvmdc -O0 -od./obj -ofrun/b/bug_template_622_B.d.exe run/b/bug_template_622_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27852 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27853 run/b/bug_template_622_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27854 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27855
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27856 Torture-Sub-1/32-PASS: run/b/bug_template_622_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27857 run: llvmdc -O0 -od./obj -ofrun/b/bug_template_622_C.d.exe run/b/bug_template_622_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27858 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27859 run/b/bug_template_622_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27860 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27861
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27862 Torture-Sub-1/32-PASS: run/b/bug_template_622_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27863 run: llvmdc -O0 -od./obj -ofrun/b/bug_tocsym_343_A.d.exe run/b/bug_tocsym_343_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27864 llvmdc: gen/classes.cpp:1196: LLValue* DtoVirtualFunctionPointer(DValue*, FuncDeclaration*): Assertion `fdecl->vtblIndex > 0' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27865 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27866 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27867 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27868 llvmdc[0x8131df7]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27869 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27870 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27871 Torture-Sub-1/32-ERROR: run/b/bug_tocsym_343_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27872 run: llvmdc -O0 -od./obj -ofrun/b/bug_tocsym_343_B.d.exe run/b/bug_tocsym_343_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27873 llvmdc: /home/kamm/eigenes/projekte/llvmdc/llvm-23-branch/lib/VMCore/Instructions.cpp:262: void llvm::CallInst::init(llvm::Value*, llvm::Value* const*, unsigned int): Assertion `(i >= FTy->getNumParams() || FTy->getParamType(i) == Params[i]->getType()) && "Calling a function with a bad signature!"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27874 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27875 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27876 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27877 llvmdc[0x880390d]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27878 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27879 Torture-Sub-1/32-ERROR: run/b/bug_tocsym_343_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27880 run: llvmdc -O0 -od./obj -ofrun/b/bug_toir_182_A.d.exe run/b/bug_toir_182_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27881 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27882 run/b/bug_toir_182_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27883 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27884
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27885 Torture-Sub-1/32-PASS: run/b/bug_toir_182_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27886 run: llvmdc -O0 -od./obj -ofrun/b/bug_toir_182_B.d.exe run/b/bug_toir_182_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27887 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27888 run/b/bug_toir_182_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27889 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27890
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27891 Torture-Sub-1/32-PASS: run/b/bug_toir_182_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27892 run: llvmdc -O0 -od./obj -ofrun/b/bug_toir_182_C.d.exe run/b/bug_toir_182_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27893 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27894 run/b/bug_toir_182_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27895 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27896
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27897 Torture-Sub-1/32-PASS: run/b/bug_toir_182_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27898 run: llvmdc -O0 -od./obj -ofrun/b/bug_toir_182_D.d.exe run/b/bug_toir_182_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27899 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27900 run/b/bug_toir_182_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27901 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27902
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27903 Torture-Sub-1/32-PASS: run/b/bug_toir_182_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27904 run: llvmdc -O0 -od./obj -ofrun/b/bug_toir_182_E.d.exe run/b/bug_toir_182_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27905 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27906 run/b/bug_toir_182_E.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27907 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27908
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27909 Torture-Sub-1/32-PASS: run/b/bug_toir_182_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27910 run: llvmdc -O0 -od./obj -ofrun/b/bug_toobj_191_A.d.exe run/b/bug_toobj_191_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27911 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27912 run/b/bug_toobj_191_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27913 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27914
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27915 Torture-Sub-1/32-PASS: run/b/bug_toobj_191_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27916 run: llvmdc -O0 -od./obj -ofrun/b/bug_toobj_191_B.d.exe run/b/bug_toobj_191_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27917 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27918 run/b/bug_toobj_191_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27919 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27920
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27921 Torture-Sub-1/32-PASS: run/b/bug_toobj_191_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27922 run: llvmdc -O0 -od./obj -ofrun/b/bug_toobj_191_C.d.exe run/b/bug_toobj_191_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27923 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27924 run/b/bug_toobj_191_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27925 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27926
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27927 Torture-Sub-1/32-PASS: run/b/bug_toobj_191_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27928 run: llvmdc -O0 -od./obj -ofrun/b/bug_toobj_191_D.d.exe run/b/bug_toobj_191_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27929 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27930 run/b/bug_toobj_191_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27931 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27932
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27933 Torture-Sub-1/32-PASS: run/b/bug_toobj_191_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27934 run: llvmdc -O0 -od./obj -ofrun/b/bug_toobj_191_E.d.exe run/b/bug_toobj_191_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27935 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27936 run/b/bug_toobj_191_E.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27937 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27938
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27939 Torture-Sub-1/32-PASS: run/b/bug_toobj_191_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27940 run: llvmdc -O0 -od./obj -ofrun/b/bug_toobj_191_F.d.exe run/b/bug_toobj_191_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27941 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27942 run/b/bug_toobj_191_F.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27943 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27944
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27945 Torture-Sub-1/32-PASS: run/b/bug_toobj_191_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27946 run: llvmdc -O0 -od./obj -ofrun/b/bug_tree_inline_1902_A.d.exe run/b/bug_tree_inline_1902_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27947 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27948 run/b/bug_tree_inline_1902_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27949 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27950
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27951 Torture-Sub-1/32-ERROR: run/b/bug_tree_inline_1902_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27952 run: llvmdc -O0 -od./obj -ofrun/b/bug_type_308_A.d.exe run/b/bug_type_308_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27953 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27954 run/b/bug_type_308_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27955 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27956
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27957 Torture-Sub-1/32-PASS: run/b/bug_type_308_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27958 run: llvmdc -O0 -od./obj -ofrun/b/bug_type_308_B.d.exe run/b/bug_type_308_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27959 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27960 run/b/bug_type_308_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27961 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27962
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27963 Torture-Sub-1/32-PASS: run/b/bug_type_308_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27964 run: llvmdc -O0 -od./obj -ofrun/b/bug_type_308_C.d.exe run/b/bug_type_308_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27965 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27966 run/b/bug_type_308_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27967 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27968
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27969 Torture-Sub-1/32-PASS: run/b/bug_type_308_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27970 run: llvmdc -O0 -od./obj -ofrun/b/bug_type_308_D.d.exe run/b/bug_type_308_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27971 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27972 run/b/bug_type_308_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27973 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27974
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27975 Torture-Sub-1/32-PASS: run/b/bug_type_308_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27976 run: llvmdc -O0 -od./obj -ofrun/b/bug_type_308_E.d.exe run/b/bug_type_308_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27977 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27978 run/b/bug_type_308_E.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27979 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27980
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27981 Torture-Sub-1/32-PASS: run/b/bug_type_308_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27982 run: llvmdc -O0 -od./obj -ofrun/b/bug_type_308_F.d.exe run/b/bug_type_308_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27983 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27984 run/b/bug_type_308_F.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27985 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27986
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27987 Torture-Sub-1/32-PASS: run/b/bug_type_308_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27988 run: llvmdc -O0 -od./obj -ofrun/b/byte_15_A.d.exe run/b/byte_15_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27989 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27990 run/b/byte_15_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27991 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27992
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27993 Torture-Sub-1/32-PASS: run/b/byte_15_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27994 run: llvmdc -O0 -od./obj -ofrun/b/byte_15_B.d.exe run/b/byte_15_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27995 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27996 run/b/byte_15_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27997 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27998
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
27999 Torture-Sub-1/32-PASS: run/b/byte_15_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28000 run: llvmdc -O0 -od./obj -ofrun/break_01.d.exe run/break_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28001 Warning: run/break_01.d(14): try-catch is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28002 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28003 run/break_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28004 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28005
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28006 Torture-Sub-1/32-PASS: run/break_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28007 run: llvmdc -O0 -od./obj -ofrun/break_02.d.exe run/break_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28008 Warning: run/break_02.d(14): try-catch is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28009 Warning: run/break_02.d(15): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28010 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28011 run/break_02.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28012 Exception: object.Object
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28013 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28014
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28015 Torture-Sub-1/32-ERROR: run/break_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28016 run: llvmdc -O0 -od./obj -ofrun/break_03.d.exe run/break_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28017 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28018 run/break_03.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28019 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28020
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28021 Torture-Sub-1/32-PASS: run/break_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28022 run: llvmdc -O0 -od./obj -ofrun/break_04.d.exe run/break_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28023 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28024 run/break_04.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28025 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28026
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28027 Torture-Sub-1/32-PASS: run/break_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28028 run: llvmdc -O0 -od./obj -ofrun/break_05.d.exe run/break_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28029 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28030 run/break_05.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28031 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28032
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28033 Torture-Sub-1/32-PASS: run/break_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28034 run: llvmdc -O0 -od./obj -ofrun/break_08.d.exe run/break_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28035 run/break_08.d(9): Error: identifier 'string' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28036 run/break_08.d(9): Error: string is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28037 run/break_08.d(40): Error: identifier 'string' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28038 run/break_08.d(40): Error: string is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28039 run/break_08.d(40): function dstress.run.break_08.main parameters must be main() or main(char[][] args)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28040 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28041 Torture-Sub-1/32-FAIL: run/break_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28042 run: llvmdc -O0 -od./obj -ofrun/break_09.d.exe run/break_09.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28043 run/break_09.d(9): Error: identifier 'string' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28044 run/break_09.d(9): Error: string is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28045 run/break_09.d(34): Error: identifier 'string' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28046 run/break_09.d(34): Error: string is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28047 run/break_09.d(34): function dstress.run.break_09.main parameters must be main() or main(char[][] args)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28048 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28049 Torture-Sub-1/32-FAIL: run/break_09.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28050 run: llvmdc -O0 -od./obj -ofrun/bug_20041103_A.d.exe run/bug_20041103_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28051 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28052 run/bug_20041103_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28053 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28054
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28055 Torture-Sub-1/32-PASS: run/bug_20041103_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28056 run: llvmdc -O0 -od./obj -ofrun/bug_20041103_B.d.exe run/bug_20041103_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28057 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28058 run/bug_20041103_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28059 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28060
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28061 Torture-Sub-1/32-PASS: run/bug_20041103_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28062 run: llvmdc -O0 -od./obj -ofrun/bug_20041103_D.d.exe run/bug_20041103_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28063 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28064 run/bug_20041103_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28065 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28066
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28067 Torture-Sub-1/32-PASS: run/bug_20041103_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28068 run: llvmdc -O0 -od./obj -ofrun/bug_20041103_E.d.exe run/bug_20041103_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28069 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28070 run/bug_20041103_E.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28071 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28072
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28073 Torture-Sub-1/32-PASS: run/bug_20041103_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28074 run: llvmdc -O0 -od./obj -ofrun/bug_20041226_A.d.exe run/bug_20041226_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28075 run/bug_20041226_A.d(33): Error: identifier 'string' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28076 run/bug_20041226_A.d(33): Error: string is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28077 run/bug_20041226_A.d(33): variable dstress.run.bug_20041226_A.GeomObject.name voids have no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28078 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28079 Torture-Sub-1/32-FAIL: run/bug_20041226_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28080 run: llvmdc -O0 -od./obj -ofrun/bug_20041226_C.d.exe run/bug_20041226_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28081 run/bug_20041226_C.d(32): Error: identifier 'string' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28082 run/bug_20041226_C.d(32): Error: string is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28083 run/bug_20041226_C.d(32): variable dstress.run.bug_20041226_C.GeomObject.name voids have no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28084 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28085 Torture-Sub-1/32-FAIL: run/bug_20041226_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28086 run: llvmdc -O0 -od./obj -ofrun/bug_20041226_D.d.exe run/bug_20041226_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28087 run/bug_20041226_D.d(32): Error: identifier 'string' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28088 run/bug_20041226_D.d(32): Error: string is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28089 run/bug_20041226_D.d(32): variable dstress.run.bug_20041226_D.GeomObject.name voids have no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28090 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28091 Torture-Sub-1/32-FAIL: run/bug_20041226_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28092 run: llvmdc -O0 -od./obj -ofrun/bug_20041226_E.d.exe run/bug_20041226_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28093 run/bug_20041226_E.d(32): Error: identifier 'string' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28094 run/bug_20041226_E.d(32): Error: string is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28095 run/bug_20041226_E.d(32): variable dstress.run.bug_20041226_E.GeomObject.name voids have no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28096 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28097 Torture-Sub-1/32-FAIL: run/bug_20041226_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28098 run: llvmdc -O0 -od./obj -ofrun/bug_20050128_A.d.exe run/bug_20050128_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28099 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28100 run/bug_20050128_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28101 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28102
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28103 Torture-Sub-1/32-PASS: run/bug_20050128_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28104 run: llvmdc -O0 -od./obj -ofrun/bug_20050128_B.d.exe run/bug_20050128_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28105 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28106 run/bug_20050128_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28107 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28108
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28109 Torture-Sub-1/32-PASS: run/bug_20050128_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28110 run: llvmdc -O0 -od./obj -ofrun/bug_20050330_B.d.exe run/bug_20050330_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28111 run/bug_20050330_B.d(23): Error: Unimplemented DeclarationExp type. kind: mixin
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28112 llvmdc: gen/toir.cpp:142: virtual DValue* DeclarationExp::toElem(IRState*): Assertion `0' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28113 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28114 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28115 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28116 llvmdc[0x8124447]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28117 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28118 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28119 Torture-Sub-1/32-ERROR: run/bug_20050330_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28120 run: llvmdc -O0 -od./obj -ofrun/bug_20050405_01.d.exe run/bug_20050405_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28121 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28122 run/bug_20050405_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28123 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28124
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28125 Torture-Sub-1/32-PASS: run/bug_20050405_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28126 run: llvmdc -O0 -od./obj -ofrun/bug_20050405_02.d.exe run/bug_20050405_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28127 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28128 run/bug_20050405_02.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28129 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28130
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28131 Torture-Sub-1/32-PASS: run/bug_20050405_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28132 run: llvmdc -O0 -od./obj -ofrun/bug_20050405_04.d.exe run/bug_20050405_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28133 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28134 run/bug_20050405_04.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28135 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28136
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28137 Torture-Sub-1/32-PASS: run/bug_20050405_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28138 run: llvmdc -O0 -od./obj -ofrun/bug_20050405_06.d.exe run/bug_20050405_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28139 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28140 run/bug_20050405_06.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28141 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28142
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28143 Torture-Sub-1/32-PASS: run/bug_20050405_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28144 run: llvmdc -O0 -od./obj -ofrun/bug_20050407_01.d.exe run/bug_20050407_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28145 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28146 run/bug_20050407_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28147 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28148
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28149 Torture-Sub-1/32-PASS: run/bug_20050407_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28150 run: llvmdc -O0 -od./obj -ofrun/bug_20050407_02.d.exe run/bug_20050407_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28151 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28152 run/bug_20050407_02.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28153 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28154
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28155 Torture-Sub-1/32-PASS: run/bug_20050407_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28156 run: llvmdc -O0 -od./obj -ofrun/bug_20050407_03.d.exe run/bug_20050407_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28157 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28158 run/bug_20050407_03.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28159 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28160
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28161 Torture-Sub-1/32-PASS: run/bug_20050407_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28162 run: llvmdc -O0 -od./obj -ofrun/bug_20050418_01.d.exe run/bug_20050418_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28163 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28164 run/bug_20050418_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28165 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28166
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28167 Torture-Sub-1/32-PASS: run/bug_20050418_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28168 run: llvmdc -O0 -od./obj -ofrun/bug_20050418_02.d.exe run/bug_20050418_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28169 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28170 run/bug_20050418_02.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28171 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28172
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28173 Torture-Sub-1/32-PASS: run/bug_20050418_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28174 run: llvmdc -O0 -od./obj -ofrun/bug_20050418_03.d.exe run/bug_20050418_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28175 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28176 run/bug_20050418_03.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28177 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28178
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28179 Torture-Sub-1/32-PASS: run/bug_20050418_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28180 run: llvmdc -O0 -od./obj -ofrun/bug_cg87_2393_A.d.exe run/bug_cg87_2393_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28181 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28182 run/bug_cg87_2393_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28183 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28184
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28185 Torture-Sub-1/32-PASS: run/bug_cg87_2393_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28186 run: llvmdc -O0 -od./obj -ofrun/bug_cg87_2393_B.d.exe run/bug_cg87_2393_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28187 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28188 run/bug_cg87_2393_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28189 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28190
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28191 Torture-Sub-1/32-PASS: run/bug_cg87_2393_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28192 run: llvmdc -O0 -od./obj -ofrun/bug_cg87_2393_C.d.exe run/bug_cg87_2393_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28193 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28194 run/bug_cg87_2393_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28195 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28196
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28197 Torture-Sub-1/32-PASS: run/bug_cg87_2393_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28198 run: llvmdc -O0 -od./obj -ofrun/bug_cg87_2393_D.d.exe run/bug_cg87_2393_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28199 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28200 run/bug_cg87_2393_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28201 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28202
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28203 Torture-Sub-1/32-PASS: run/bug_cg87_2393_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28204 run: llvmdc -O0 -od./obj -ofrun/bug_cg87_279_A.d.exe run/bug_cg87_279_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28205 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28206 run/bug_cg87_279_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28207 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28208
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28209 Torture-Sub-1/32-PASS: run/bug_cg87_279_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28210 run: llvmdc -O0 -od./obj -ofrun/bug_cg87_279_B.d.exe run/bug_cg87_279_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28211 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28212 run/bug_cg87_279_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28213 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28214
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28215 Torture-Sub-1/32-PASS: run/bug_cg87_279_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28216 run: llvmdc -O0 -od./obj -ofrun/bug_cg87_279_C.d.exe run/bug_cg87_279_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28217 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28218 run/bug_cg87_279_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28219 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28220
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28221 Torture-Sub-1/32-PASS: run/bug_cg87_279_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28222 run: llvmdc -O0 -od./obj -ofrun/bug_cg87_279_D.d.exe run/bug_cg87_279_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28223 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28224 run/bug_cg87_279_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28225 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28226
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28227 Torture-Sub-1/32-PASS: run/bug_cg87_279_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28228 run: llvmdc -O0 -od./obj -ofrun/bug_cg87_279_E.d.exe run/bug_cg87_279_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28229 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28230 run/bug_cg87_279_E.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28231 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28232
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28233 Torture-Sub-1/32-PASS: run/bug_cg87_279_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28234 run: llvmdc -O0 -od./obj -ofrun/bug_cg87_279_F.d.exe run/bug_cg87_279_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28235 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28236 run/bug_cg87_279_F.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28237 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28238
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28239 Torture-Sub-1/32-PASS: run/bug_cg87_279_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28240 run: llvmdc -O0 -od./obj -ofrun/bug_cg87_279_G.d.exe run/bug_cg87_279_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28241 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28242 run/bug_cg87_279_G.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28243 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28244
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28245 Torture-Sub-1/32-PASS: run/bug_cg87_279_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28246 run: llvmdc -O0 -od./obj -ofrun/bug_cgcod_1489_A.d.exe run/bug_cgcod_1489_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28247 llvmdc: gen/toir.cpp:1820: virtual DValue* EqualExp::toElem(IRState*): Assertion `0 && "Unsupported EqualExp type"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28248 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28249 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28250 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28251 llvmdc[0x811a59c]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28252 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28253 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28254 Torture-Sub-1/32-ERROR: run/bug_cgcod_1489_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28255 run: llvmdc -O0 -od./obj -ofrun/bug_cgcod_1489_B.d.exe run/bug_cgcod_1489_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28256 llvmdc: gen/toir.cpp:1820: virtual DValue* EqualExp::toElem(IRState*): Assertion `0 && "Unsupported EqualExp type"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28257 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28258 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28259 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28260 llvmdc[0x811a59c]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28261 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28262 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28263 Torture-Sub-1/32-ERROR: run/bug_cgcod_1489_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28264 run: llvmdc -O0 -od./obj -ofrun/bug_cgcod_1489_C.d.exe run/bug_cgcod_1489_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28265 llvmdc: gen/toir.cpp:1820: virtual DValue* EqualExp::toElem(IRState*): Assertion `0 && "Unsupported EqualExp type"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28266 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28267 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28268 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28269 llvmdc[0x811a59c]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28270 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28271 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28272 Torture-Sub-1/32-ERROR: run/bug_cgcod_1489_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28273 run: llvmdc -O0 -od./obj -ofrun/bug_cgcod_1489_D.d.exe run/bug_cgcod_1489_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28274 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28275 run/bug_cgcod_1489_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28276 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28277
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28278 Torture-Sub-1/32-PASS: run/bug_cgcod_1489_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28279 run: llvmdc -O0 -od./obj -ofrun/bug_cgcod_1640_A.d.exe run/bug_cgcod_1640_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28280 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28281 run/bug_cgcod_1640_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28282 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28283
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28284 Torture-Sub-1/32-PASS: run/bug_cgcod_1640_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28285 run: llvmdc -O0 -od./obj -ofrun/bug_cgcod_1640_C.d.exe run/bug_cgcod_1640_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28286 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28287 run/bug_cgcod_1640_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28288 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28289
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28290 Torture-Sub-1/32-PASS: run/bug_cgcod_1640_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28291 run: llvmdc -O0 -od./obj -ofrun/bug_cgcod_1640_E.d.exe run/bug_cgcod_1640_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28292 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28293 run/bug_cgcod_1640_E.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28294 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28295
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28296 Torture-Sub-1/32-PASS: run/bug_cgcod_1640_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28297 run: llvmdc -O0 -od./obj -ofrun/bug_cgcod_1640_F.d.exe run/bug_cgcod_1640_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28298 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28299 run/bug_cgcod_1640_F.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28300 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28301
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28302 Torture-Sub-1/32-PASS: run/bug_cgcod_1640_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28303 run: llvmdc -O0 -od./obj -ofrun/bug_cgcod_1640_G.d.exe run/bug_cgcod_1640_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28304 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28305 run/bug_cgcod_1640_G.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28306 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28307
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28308 Torture-Sub-1/32-PASS: run/bug_cgcod_1640_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28309 run: llvmdc -O0 -od./obj -ofrun/bug_cgcs_353_B.d.exe run/bug_cgcs_353_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28310 run/bug_cgcs_353_B.d(12): Error: identifier 'string' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28311 run/bug_cgcs_353_B.d(12): Error: string is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28312 run/bug_cgcs_353_B.d(12): function dstress.run.bug_cgcs_353_B.main parameters must be main() or main(char[][] args)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28313 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28314 Torture-Sub-1/32-FAIL: run/bug_cgcs_353_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28315 run: llvmdc -O0 -od./obj -ofrun/bug_cgcs_353_C.d.exe run/bug_cgcs_353_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28316 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28317 run/bug_cgcs_353_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28318 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28319
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28320 Torture-Sub-1/32-ERROR: run/bug_cgcs_353_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28321 run: llvmdc -O0 -od./obj -ofrun/bug_cgcs_353_E.d.exe run/bug_cgcs_353_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28322 llvmdc: gen/arrays.cpp:583: DSliceValue* DtoCatArrays(Type*, Expression*, Expression*): Assertion `t1->ty == Tarray' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28323 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28324 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28325 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28326 llvmdc[0x81097b3]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28327 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28328 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28329 Torture-Sub-1/32-ERROR: run/bug_cgcs_353_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28330 run: llvmdc -O0 -od./obj -ofrun/bug_cgcs_353_F.d.exe run/bug_cgcs_353_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28331 llvmdc: gen/arrays.cpp:583: DSliceValue* DtoCatArrays(Type*, Expression*, Expression*): Assertion `t1->ty == Tarray' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28332 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28333 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28334 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28335 llvmdc[0x81097b3]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28336 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28337 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28338 Torture-Sub-1/32-ERROR: run/bug_cgcs_353_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28339 run: llvmdc -O0 -od./obj -ofrun/bug_cgcs_353_G.d.exe run/bug_cgcs_353_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28340 llvmdc: gen/arrays.cpp:583: DSliceValue* DtoCatArrays(Type*, Expression*, Expression*): Assertion `t1->ty == Tarray' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28341 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28342 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28343 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28344 llvmdc[0x81097b3]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28345 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28346 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28347 Torture-Sub-1/32-ERROR: run/bug_cgcs_353_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28348 run: llvmdc -O0 -od./obj -ofrun/bug_cgcs_353_H.d.exe run/bug_cgcs_353_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28349 llvmdc: gen/arrays.cpp:583: DSliceValue* DtoCatArrays(Type*, Expression*, Expression*): Assertion `t1->ty == Tarray' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28350 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28351 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28352 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28353 llvmdc[0x81097b3]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28354 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28355 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28356 Torture-Sub-1/32-ERROR: run/bug_cgcs_353_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28357 run: llvmdc -O0 -od./obj -ofrun/bug_cgcs_353_I.d.exe run/bug_cgcs_353_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28358 llvmdc: gen/arrays.cpp:583: DSliceValue* DtoCatArrays(Type*, Expression*, Expression*): Assertion `t1->ty == Tarray' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28359 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28360 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28361 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28362 llvmdc[0x81097b3]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28363 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28364 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28365 Torture-Sub-1/32-ERROR: run/bug_cgcs_353_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28366 run: llvmdc -O0 -od./obj -ofrun/bug_cgcs_353_J.d.exe run/bug_cgcs_353_J.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28367 llvmdc: gen/arrays.cpp:583: DSliceValue* DtoCatArrays(Type*, Expression*, Expression*): Assertion `t1->ty == Tarray' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28368 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28369 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28370 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28371 llvmdc[0x81097b3]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28372 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28373 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28374 Torture-Sub-1/32-ERROR: run/bug_cgcs_353_J.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28375 run: llvmdc -O0 -od./obj -ofrun/bug_cgcs_353_K.d.exe run/bug_cgcs_353_K.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28376 llvmdc: gen/arrays.cpp:583: DSliceValue* DtoCatArrays(Type*, Expression*, Expression*): Assertion `t1->ty == Tarray' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28377 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28378 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28379 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28380 llvmdc[0x81097b3]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28381 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28382 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28383 Torture-Sub-1/32-ERROR: run/bug_cgcs_353_K.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28384 run: llvmdc -O0 -od./obj -ofrun/bug_cgcs_353_L.d.exe run/bug_cgcs_353_L.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28385 llvmdc: gen/arrays.cpp:583: DSliceValue* DtoCatArrays(Type*, Expression*, Expression*): Assertion `t1->ty == Tarray' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28386 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28387 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28388 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28389 llvmdc[0x81097b3]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28390 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28391 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28392 Torture-Sub-1/32-ERROR: run/bug_cgcs_353_L.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28393 run: llvmdc -O0 -od./obj -ofrun/bug_cgcs_353_M.d.exe run/bug_cgcs_353_M.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28394 llvmdc: gen/arrays.cpp:583: DSliceValue* DtoCatArrays(Type*, Expression*, Expression*): Assertion `t1->ty == Tarray' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28395 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28396 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28397 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28398 llvmdc[0x81097b3]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28399 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28400 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28401 Torture-Sub-1/32-ERROR: run/bug_cgcs_353_M.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28402 run: llvmdc -O0 -od./obj -ofrun/bug_cgcs_353_N.d.exe run/bug_cgcs_353_N.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28403 llvmdc: gen/arrays.cpp:583: DSliceValue* DtoCatArrays(Type*, Expression*, Expression*): Assertion `t1->ty == Tarray' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28404 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28405 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28406 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28407 llvmdc[0x81097b3]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28408 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28409 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28410 Torture-Sub-1/32-ERROR: run/bug_cgcs_353_N.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28411 run: llvmdc -O0 -od./obj -ofrun/bug_cgcs_353_O.d.exe run/bug_cgcs_353_O.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28412 llvmdc: gen/arrays.cpp:583: DSliceValue* DtoCatArrays(Type*, Expression*, Expression*): Assertion `t1->ty == Tarray' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28413 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28414 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28415 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28416 llvmdc[0x81097b3]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28417 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28418 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28419 Torture-Sub-1/32-ERROR: run/bug_cgcs_353_O.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28420 run: llvmdc -O0 -od./obj -ofrun/bug_cgcs_353_P.d.exe run/bug_cgcs_353_P.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28421 llvmdc: gen/arrays.cpp:583: DSliceValue* DtoCatArrays(Type*, Expression*, Expression*): Assertion `t1->ty == Tarray' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28422 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28423 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28424 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28425 llvmdc[0x81097b3]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28426 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28427 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28428 Torture-Sub-1/32-ERROR: run/bug_cgcs_353_P.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28429 run: llvmdc -O0 -od./obj -ofrun/bug_cgcs_353_Q.d.exe run/bug_cgcs_353_Q.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28430 llvmdc: gen/arrays.cpp:583: DSliceValue* DtoCatArrays(Type*, Expression*, Expression*): Assertion `t1->ty == Tarray' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28431 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28432 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28433 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28434 llvmdc[0x81097b3]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28435 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28436 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28437 Torture-Sub-1/32-ERROR: run/bug_cgcs_353_Q.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28438 run: llvmdc -O0 -od./obj -ofrun/bug_cgcs_353_R.d.exe run/bug_cgcs_353_R.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28439 llvmdc: gen/arrays.cpp:583: DSliceValue* DtoCatArrays(Type*, Expression*, Expression*): Assertion `t1->ty == Tarray' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28440 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28441 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28442 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28443 llvmdc[0x81097b3]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28444 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28445 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28446 Torture-Sub-1/32-ERROR: run/bug_cgcs_353_R.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28447 run: llvmdc -O0 -od./obj -ofrun/bug_cgcs_353_S.d.exe run/bug_cgcs_353_S.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28448 llvmdc: gen/arrays.cpp:583: DSliceValue* DtoCatArrays(Type*, Expression*, Expression*): Assertion `t1->ty == Tarray' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28449 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28450 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28451 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28452 llvmdc[0x81097b3]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28453 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28454 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28455 Torture-Sub-1/32-ERROR: run/bug_cgcs_353_S.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28456 run: llvmdc -O0 -od./obj -ofrun/bug_cgcs_353_T.d.exe run/bug_cgcs_353_T.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28457 llvmdc: gen/arrays.cpp:583: DSliceValue* DtoCatArrays(Type*, Expression*, Expression*): Assertion `t1->ty == Tarray' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28458 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28459 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28460 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28461 llvmdc[0x81097b3]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28462 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28463 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28464 Torture-Sub-1/32-ERROR: run/bug_cgcs_353_T.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28465 run: llvmdc -O0 -od./obj -ofrun/bug_cgcs_353_U.d.exe run/bug_cgcs_353_U.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28466 llvmdc: gen/arrays.cpp:583: DSliceValue* DtoCatArrays(Type*, Expression*, Expression*): Assertion `t1->ty == Tarray' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28467 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28468 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28469 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28470 llvmdc[0x81097b3]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28471 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28472 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28473 Torture-Sub-1/32-ERROR: run/bug_cgcs_353_U.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28474 run: llvmdc -O0 -od./obj -ofrun/bug_cgcs_353_V.d.exe run/bug_cgcs_353_V.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28475 llvmdc: gen/arrays.cpp:583: DSliceValue* DtoCatArrays(Type*, Expression*, Expression*): Assertion `t1->ty == Tarray' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28476 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28477 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28478 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28479 llvmdc[0x81097b3]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28480 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28481 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28482 Torture-Sub-1/32-ERROR: run/bug_cgcs_353_V.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28483 run: llvmdc -O0 -od./obj -ofrun/bug_cod1_1648_A.d.exe run/bug_cod1_1648_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28484 llvmdc: ./gen/dvalue.h:42: virtual LLValue* DValue::getLVal(): Assertion `0' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28485 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28486 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28487 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28488 llvmdc[0x810e319]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28489 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28490 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28491 Torture-Sub-1/32-ERROR: run/bug_cod1_1648_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28492 run: llvmdc -O0 -od./obj -ofrun/bug_cod2_4211_A.d.exe run/bug_cod2_4211_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28493 llvmdc: gen/arrays.cpp:583: DSliceValue* DtoCatArrays(Type*, Expression*, Expression*): Assertion `t1->ty == Tarray' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28494 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28495 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28496 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28497 llvmdc[0x81097b3]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28498 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28499 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28500 Torture-Sub-1/32-ERROR: run/bug_cod2_4211_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28501 run: llvmdc -O0 -od./obj -ofrun/bug_cod2_4211_B.d.exe run/bug_cod2_4211_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28502 llvmdc: gen/arrays.cpp:583: DSliceValue* DtoCatArrays(Type*, Expression*, Expression*): Assertion `t1->ty == Tarray' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28503 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28504 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28505 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28506 llvmdc[0x81097b3]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28507 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28508 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28509 Torture-Sub-1/32-ERROR: run/bug_cod2_4211_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28510 run: llvmdc -O0 -od./obj -ofrun/bug_cod2_4211_C.d.exe run/bug_cod2_4211_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28511 llvmdc: gen/arrays.cpp:583: DSliceValue* DtoCatArrays(Type*, Expression*, Expression*): Assertion `t1->ty == Tarray' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28512 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28513 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28514 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28515 llvmdc[0x81097b3]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28516 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28517 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28518 Torture-Sub-1/32-ERROR: run/bug_cod2_4211_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28519 run: llvmdc -O0 -od./obj -ofrun/bug_cod2_4211_D.d.exe run/bug_cod2_4211_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28520 llvmdc: gen/arrays.cpp:583: DSliceValue* DtoCatArrays(Type*, Expression*, Expression*): Assertion `t1->ty == Tarray' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28521 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28522 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28523 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28524 llvmdc[0x81097b3]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28525 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28526 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28527 Torture-Sub-1/32-ERROR: run/bug_cod2_4211_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28528 run: llvmdc -O0 -od./obj -ofrun/bug_cod2_4211_E.d.exe run/bug_cod2_4211_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28529 llvmdc: gen/arrays.cpp:583: DSliceValue* DtoCatArrays(Type*, Expression*, Expression*): Assertion `t1->ty == Tarray' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28530 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28531 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28532 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28533 llvmdc[0x81097b3]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28534 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28535 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28536 Torture-Sub-1/32-ERROR: run/bug_cod2_4211_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28537 run: llvmdc -O0 -od./obj -ofrun/bug_cod2_4211_F.d.exe run/bug_cod2_4211_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28538 llvmdc: gen/arrays.cpp:583: DSliceValue* DtoCatArrays(Type*, Expression*, Expression*): Assertion `t1->ty == Tarray' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28539 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28540 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28541 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28542 llvmdc[0x81097b3]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28543 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28544 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28545 Torture-Sub-1/32-ERROR: run/bug_cod2_4211_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28546 run: llvmdc -O0 -od./obj -ofrun/bug_cod2_4211_G.d.exe run/bug_cod2_4211_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28547 llvmdc: gen/arrays.cpp:583: DSliceValue* DtoCatArrays(Type*, Expression*, Expression*): Assertion `t1->ty == Tarray' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28548 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28549 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28550 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28551 llvmdc[0x81097b3]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28552 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28553 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28554 Torture-Sub-1/32-ERROR: run/bug_cod2_4211_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28555 run: llvmdc -O0 -od./obj -ofrun/bug_cod2_4211_H.d.exe run/bug_cod2_4211_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28556 llvmdc: gen/arrays.cpp:583: DSliceValue* DtoCatArrays(Type*, Expression*, Expression*): Assertion `t1->ty == Tarray' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28557 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28558 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28559 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28560 llvmdc[0x81097b3]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28561 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28562 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28563 Torture-Sub-1/32-ERROR: run/bug_cod2_4211_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28564 run: llvmdc -O0 -od./obj -ofrun/bug_cod2_4211_I.d.exe run/bug_cod2_4211_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28565 llvmdc: gen/arrays.cpp:583: DSliceValue* DtoCatArrays(Type*, Expression*, Expression*): Assertion `t1->ty == Tarray' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28566 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28567 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28568 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28569 llvmdc[0x81097b3]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28570 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28571 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28572 Torture-Sub-1/32-ERROR: run/bug_cod2_4211_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28573 run: llvmdc -O0 -od./obj -ofrun/bug_cod2_4211_J.d.exe run/bug_cod2_4211_J.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28574 llvmdc: gen/arrays.cpp:583: DSliceValue* DtoCatArrays(Type*, Expression*, Expression*): Assertion `t1->ty == Tarray' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28575 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28576 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28577 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28578 llvmdc[0x81097b3]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28579 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28580 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28581 Torture-Sub-1/32-ERROR: run/bug_cod2_4211_J.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28582 run: llvmdc -O0 -od./obj -ofrun/bug_cod2_4211_K.d.exe run/bug_cod2_4211_K.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28583 llvmdc: gen/arrays.cpp:583: DSliceValue* DtoCatArrays(Type*, Expression*, Expression*): Assertion `t1->ty == Tarray' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28584 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28585 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28586 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28587 llvmdc[0x81097b3]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28588 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28589 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28590 Torture-Sub-1/32-ERROR: run/bug_cod2_4211_K.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28591 run: llvmdc -O0 -od./obj -ofrun/bug_cod2_4211_L.d.exe run/bug_cod2_4211_L.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28592 llvmdc: gen/arrays.cpp:583: DSliceValue* DtoCatArrays(Type*, Expression*, Expression*): Assertion `t1->ty == Tarray' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28593 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28594 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28595 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28596 llvmdc[0x81097b3]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28597 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28598 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28599 Torture-Sub-1/32-ERROR: run/bug_cod2_4211_L.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28600 run: llvmdc -O0 -od./obj -ofrun/bug_cod2_4211_M.d.exe run/bug_cod2_4211_M.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28601 llvmdc: gen/arrays.cpp:583: DSliceValue* DtoCatArrays(Type*, Expression*, Expression*): Assertion `t1->ty == Tarray' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28602 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28603 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28604 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28605 llvmdc[0x81097b3]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28606 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28607 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28608 Torture-Sub-1/32-ERROR: run/bug_cod2_4211_M.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28609 run: llvmdc -O0 -od./obj -ofrun/bug_cod2_4211_N.d.exe run/bug_cod2_4211_N.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28610 llvmdc: gen/arrays.cpp:583: DSliceValue* DtoCatArrays(Type*, Expression*, Expression*): Assertion `t1->ty == Tarray' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28611 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28612 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28613 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28614 llvmdc[0x81097b3]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28615 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28616 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28617 Torture-Sub-1/32-ERROR: run/bug_cod2_4211_N.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28618 run: llvmdc -O0 -od./obj -ofrun/bug_cod2_4211_O.d.exe run/bug_cod2_4211_O.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28619 llvmdc: gen/arrays.cpp:583: DSliceValue* DtoCatArrays(Type*, Expression*, Expression*): Assertion `t1->ty == Tarray' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28620 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28621 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28622 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28623 llvmdc[0x81097b3]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28624 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28625 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28626 Torture-Sub-1/32-ERROR: run/bug_cod2_4211_O.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28627 run: llvmdc -O0 -od./obj -ofrun/bug_cod2_4211_P.d.exe run/bug_cod2_4211_P.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28628 llvmdc: gen/arrays.cpp:583: DSliceValue* DtoCatArrays(Type*, Expression*, Expression*): Assertion `t1->ty == Tarray' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28629 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28630 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28631 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28632 llvmdc[0x81097b3]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28633 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28634 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28635 Torture-Sub-1/32-ERROR: run/bug_cod2_4211_P.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28636 run: llvmdc -O0 -od./obj -ofrun/bug_cod2_4211_Q.d.exe run/bug_cod2_4211_Q.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28637 llvmdc: gen/arrays.cpp:583: DSliceValue* DtoCatArrays(Type*, Expression*, Expression*): Assertion `t1->ty == Tarray' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28638 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28639 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28640 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28641 llvmdc[0x81097b3]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28642 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28643 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28644 Torture-Sub-1/32-ERROR: run/bug_cod2_4211_Q.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28645 run: llvmdc -O0 -od./obj -ofrun/bug_cod2_4211_R.d.exe run/bug_cod2_4211_R.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28646 llvmdc: gen/arrays.cpp:583: DSliceValue* DtoCatArrays(Type*, Expression*, Expression*): Assertion `t1->ty == Tarray' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28647 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28648 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28649 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28650 llvmdc[0x81097b3]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28651 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28652 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28653 Torture-Sub-1/32-ERROR: run/bug_cod2_4211_R.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28654 run: llvmdc -O0 -od./obj -ofrun/bug_constfold_575_D.d.exe run/bug_constfold_575_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28655 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28656 run/bug_constfold_575_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28657 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28658
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28659 Torture-Sub-1/32-PASS: run/bug_constfold_575_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28660 run: llvmdc -O0 -od./obj -ofrun/bug_constfold_575_E.d.exe run/bug_constfold_575_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28661 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28662 run/bug_constfold_575_E.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28663 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28664
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28665 Torture-Sub-1/32-PASS: run/bug_constfold_575_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28666 run: llvmdc -O0 -od./obj -ofrun/bug_constfold_575_F.d.exe run/bug_constfold_575_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28667 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28668 run/bug_constfold_575_F.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28669 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28670
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28671 Torture-Sub-1/32-PASS: run/bug_constfold_575_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28672 run: llvmdc -O0 -od./obj -ofrun/bug_constfold_575_G.d.exe run/bug_constfold_575_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28673 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28674 run/bug_constfold_575_G.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28675 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28676
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28677 Torture-Sub-1/32-PASS: run/bug_constfold_575_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28678 run: llvmdc -O0 -od./obj -ofrun/bug_constfold_575_H.d.exe run/bug_constfold_575_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28679 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28680 run/bug_constfold_575_H.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28681 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28682
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28683 Torture-Sub-1/32-PASS: run/bug_constfold_575_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28684 run: llvmdc -O0 -od./obj -ofrun/bug_constfold_575_I.d.exe run/bug_constfold_575_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28685 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28686 run/bug_constfold_575_I.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28687 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28688
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28689 Torture-Sub-1/32-PASS: run/bug_constfold_575_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28690 run: llvmdc -O0 -od./obj -ofrun/bug_constfold_575_K.d.exe run/bug_constfold_575_K.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28691 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28692 run/bug_constfold_575_K.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28693 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28694
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28695 Torture-Sub-1/32-PASS: run/bug_constfold_575_K.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28696 run: llvmdc -O0 -od./obj -ofrun/bug_constfold_575_L.d.exe run/bug_constfold_575_L.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28697 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28698 run/bug_constfold_575_L.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28699 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28700
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28701 Torture-Sub-1/32-PASS: run/bug_constfold_575_L.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28702 run: llvmdc -O0 -od./obj -ofrun/bug_constfold_575_M.d.exe run/bug_constfold_575_M.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28703 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28704 run/bug_constfold_575_M.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28705 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28706
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28707 Torture-Sub-1/32-PASS: run/bug_constfold_575_M.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28708 run: llvmdc -O0 -od./obj -ofrun/bug_constfold_575_N.d.exe run/bug_constfold_575_N.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28709 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28710 run/bug_constfold_575_N.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28711 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28712
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28713 Torture-Sub-1/32-PASS: run/bug_constfold_575_N.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28714 run: llvmdc -O0 -od./obj -ofrun/bug_constfold_575_P.d.exe run/bug_constfold_575_P.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28715 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28716 run/bug_constfold_575_P.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28717 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28718
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28719 Torture-Sub-1/32-PASS: run/bug_constfold_575_P.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28720 run: llvmdc -O0 -od./obj -ofrun/bug_constfold_575_Q.d.exe run/bug_constfold_575_Q.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28721 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28722 run/bug_constfold_575_Q.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28723 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28724
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28725 Torture-Sub-1/32-PASS: run/bug_constfold_575_Q.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28726 run: llvmdc -O0 -od./obj -ofrun/bug_e2ir_141_A.d.exe run/bug_e2ir_141_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28727 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28728 run/bug_e2ir_141_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28729 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28730
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28731 Torture-Sub-1/32-PASS: run/bug_e2ir_141_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28732 run: llvmdc -O0 -od./obj -ofrun/bug_e2ir_141_B.d.exe run/bug_e2ir_141_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28733 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28734 run/bug_e2ir_141_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28735 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28736
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28737 Torture-Sub-1/32-PASS: run/bug_e2ir_141_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28738 run: llvmdc -O0 -od./obj -ofrun/bug_e2ir_141_C.d.exe run/bug_e2ir_141_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28739 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28740 run/bug_e2ir_141_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28741 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28742
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28743 Torture-Sub-1/32-PASS: run/bug_e2ir_141_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28744 run: llvmdc -O0 -od./obj -ofrun/bug_e2ir_141_D.d.exe run/bug_e2ir_141_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28745 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28746 run/bug_e2ir_141_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28747 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28748
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28749 Torture-Sub-1/32-PASS: run/bug_e2ir_141_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28750 run: llvmdc -O0 -od./obj -ofrun/bug_e2ir_299_B.d.exe run/bug_e2ir_299_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28751 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28752 run/bug_e2ir_299_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28753 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28754
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28755 Torture-Sub-1/32-PASS: run/bug_e2ir_299_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28756 run: llvmdc -O0 -od./obj -ofrun/bug_elfobj_1251_A.d.exe run/bug_elfobj_1251_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28757 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28758 run/bug_elfobj_1251_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28759 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28760
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28761 Torture-Sub-1/32-PASS: run/bug_elfobj_1251_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28762 run: llvmdc -O0 -od./obj -ofrun/bug_elfobj_1251_C.d.exe run/bug_elfobj_1251_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28763 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28764 run/bug_elfobj_1251_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28765 EXIT CODE: 9
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28766
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28767 Torture-Sub-1/32-ERROR: run/bug_elfobj_1251_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28768 run: llvmdc -O0 -od./obj -ofrun/bug_mangle_61_A.d.exe run/bug_mangle_61_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28769 run/bug_mangle_61_A.d(18): template instance forward reference of comma
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28770 run/bug_mangle_61_A.d(18): template instance dstress.run.bug_mangle_61_A.test!(char[],comma) error instantiating
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28771 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28772 Torture-Sub-1/32-FAIL: run/bug_mangle_61_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28773 run: llvmdc -O0 -od./obj -ofrun/bug_mangle_61_B.d.exe run/bug_mangle_61_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28774 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28775 run/bug_mangle_61_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28776 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28777
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28778 Torture-Sub-1/32-PASS: run/bug_mangle_61_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28779 run: llvmdc -O0 -od./obj -ofrun/bug_mtype_2576_A.d.exe run/bug_mtype_2576_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28780 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28781 run/bug_mtype_2576_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28782 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28783
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28784 Torture-Sub-1/32-PASS: run/bug_mtype_2576_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28785 run: llvmdc -O0 -od./obj -ofrun/bug_tocsym_217_01.d.exe run/bug_tocsym_217_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28786 Warning: run/bug_tocsym_217_01.d(19): try-catch is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28787 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28788 run/bug_tocsym_217_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28789 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28790
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28791 Torture-Sub-1/32-PASS: run/bug_tocsym_217_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28792 run: llvmdc -O0 -od./obj -ofrun/bug_tocsym_217_02.d.exe run/bug_tocsym_217_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28793 Warning: run/bug_tocsym_217_02.d(17): try-catch is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28794 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28795 run/bug_tocsym_217_02.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28796 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28797
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28798 Torture-Sub-1/32-PASS: run/bug_tocsym_217_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28799 run: llvmdc -O0 -od./obj -ofrun/bug_tocsym_217_03.d.exe run/bug_tocsym_217_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28800 Warning: run/bug_tocsym_217_03.d(19): try-catch is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28801 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28802 run/bug_tocsym_217_03.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28803 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28804
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28805 Torture-Sub-1/32-PASS: run/bug_tocsym_217_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28806 run: llvmdc -O0 -od./obj -ofrun/bug_tocsym_217_04.d.exe run/bug_tocsym_217_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28807 Warning: run/bug_tocsym_217_04.d(19): try-catch is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28808 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28809 run/bug_tocsym_217_04.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28810 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28811
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28812 Torture-Sub-1/32-PASS: run/bug_tocsym_217_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28813 run: llvmdc -O0 -od./obj -ofrun/bug_tocsym_285_01.d.exe run/bug_tocsym_285_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28814 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28815 run/bug_tocsym_285_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28816 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28817
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28818 Torture-Sub-1/32-PASS: run/bug_tocsym_285_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28819 run: llvmdc -O0 -od./obj -ofrun/bug_tocsym_285_02.d.exe run/bug_tocsym_285_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28820 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28821 run/bug_tocsym_285_02.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28822 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28823
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28824 Torture-Sub-1/32-PASS: run/bug_tocsym_285_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28825 run: llvmdc -O0 -od./obj -ofrun/bug_tocsym_285_03.d.exe run/bug_tocsym_285_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28826 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28827 run/bug_tocsym_285_03.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28828 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28829
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28830 Torture-Sub-1/32-PASS: run/bug_tocsym_285_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28831 run: llvmdc -O0 -od./obj -ofrun/bug_tocsym_285_04.d.exe run/bug_tocsym_285_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28832 llvmdc: gen/toir.cpp:1820: virtual DValue* EqualExp::toElem(IRState*): Assertion `0 && "Unsupported EqualExp type"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28833 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28834 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28835 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28836 llvmdc[0x811a59c]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28837 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28838 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28839 Torture-Sub-1/32-ERROR: run/bug_tocsym_285_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28840 run: llvmdc -O0 -od./obj -ofrun/bug_todt_194_A.d.exe run/bug_todt_194_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28841 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28842 run/bug_todt_194_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28843 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28844
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28845 Torture-Sub-1/32-PASS: run/bug_todt_194_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28846 run: llvmdc -O0 -od./obj -ofrun/bug_todt_194_B.d.exe run/bug_todt_194_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28847 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28848 run/bug_todt_194_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28849 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28850
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28851 Torture-Sub-1/32-PASS: run/bug_todt_194_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28852 run: llvmdc -O0 -od./obj -ofrun/byte_01.d.exe run/byte_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28853 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28854 run/byte_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28855 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28856
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28857 Torture-Sub-1/32-PASS: run/byte_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28858 run: llvmdc -O0 -od./obj -ofrun/byte_02.d.exe run/byte_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28859 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28860 run/byte_02.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28861 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28862
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28863 Torture-Sub-1/32-PASS: run/byte_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28864 run: llvmdc -O0 -od./obj -ofrun/byte_03.d.exe run/byte_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28865 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28866 run/byte_03.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28867 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28868
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28869 Torture-Sub-1/32-PASS: run/byte_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28870 run: llvmdc -O0 -od./obj -ofrun/byte_04.d.exe run/byte_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28871 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28872 run/byte_04.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28873 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28874
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28875 Torture-Sub-1/32-PASS: run/byte_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28876 run: llvmdc -O0 -od./obj -ofrun/byte_05.d.exe run/byte_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28877 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28878 run/byte_05.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28879 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28880
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28881 Torture-Sub-1/32-PASS: run/byte_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28882 run: llvmdc -O0 -od./obj -ofrun/byte_06.d.exe run/byte_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28883 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28884 run/byte_06.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28885 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28886
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28887 Torture-Sub-1/32-PASS: run/byte_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28888 run: llvmdc -O0 -od./obj -ofrun/byte_07.d.exe run/byte_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28889 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28890 run/byte_07.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28891 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28892
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28893 Torture-Sub-1/32-PASS: run/byte_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28894 run: llvmdc -O0 -od./obj -ofrun/byte_08.d.exe run/byte_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28895 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28896 run/byte_08.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28897 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28898
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28899 Torture-Sub-1/32-PASS: run/byte_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28900 run: llvmdc -O0 -od./obj -ofrun/byte_11.d.exe run/byte_11.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28901 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28902 run/byte_11.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28903 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28904
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28905 Torture-Sub-1/32-PASS: run/byte_11.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28906 run: llvmdc -O0 -od./obj -ofrun/byte_12.d.exe run/byte_12.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28907 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28908 run/byte_12.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28909 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28910
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28911 Torture-Sub-1/32-PASS: run/byte_12.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28912 run: llvmdc -O0 -od./obj -ofrun/byte_13.d.exe run/byte_13.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28913 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28914 run/byte_13.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28915 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28916
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28917 Torture-Sub-1/32-PASS: run/byte_13.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28918 run: llvmdc -O0 -od./obj -ofrun/byte_14.d.exe run/byte_14.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28919 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28920 run/byte_14.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28921 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28922
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28923 Torture-Sub-1/32-PASS: run/byte_14.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28924 run: llvmdc -O0 -od./obj -ofrun/cast_05.d.exe run/cast_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28925 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28926 run/cast_05.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28927 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28928
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28929 Torture-Sub-1/32-PASS: run/cast_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28930 run: llvmdc -O0 -od./obj -ofrun/cast_06.d.exe run/cast_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28931 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28932 run/cast_06.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28933 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28934
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28935 Torture-Sub-1/32-PASS: run/cast_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28936 run: llvmdc -O0 -od./obj -ofrun/cast_07.d.exe run/cast_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28937 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28938 run/cast_07.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28939 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28940
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28941 Torture-Sub-1/32-PASS: run/cast_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28942 run: llvmdc -O0 -od./obj -ofrun/cast_08.d.exe run/cast_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28943 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28944 run/cast_08.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28945 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28946
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28947 Torture-Sub-1/32-PASS: run/cast_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28948 run: llvmdc -O0 -od./obj -ofrun/cast_11.d.exe run/cast_11.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28949 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28950 run/cast_11.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28951 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28952
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28953 Torture-Sub-1/32-PASS: run/cast_11.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28954 run: llvmdc -O0 -od./obj -ofrun/cast_12.d.exe run/cast_12.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28955 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28956 run/cast_12.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28957 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28958
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28959 Torture-Sub-1/32-PASS: run/cast_12.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28960 run: llvmdc -O0 -od./obj -ofrun/cast_13.d.exe run/cast_13.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28961 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28962 run/cast_13.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28963 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28964
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28965 Torture-Sub-1/32-PASS: run/cast_13.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28966 run: llvmdc -O0 -od./obj -ofrun/cast_14.d.exe run/cast_14.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28967 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28968 run/cast_14.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28969 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28970
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28971 Torture-Sub-1/32-PASS: run/cast_14.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28972 run: llvmdc -O0 -od./obj -ofrun/cast_15.d.exe run/cast_15.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28973 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28974 run/cast_15.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28975 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28976
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28977 Torture-Sub-1/32-PASS: run/cast_15.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28978 run: llvmdc -O0 -od./obj -ofrun/cast_16.d.exe run/cast_16.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28979 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28980 run/cast_16.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28981 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28982
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28983 Torture-Sub-1/32-PASS: run/cast_16.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28984 run: llvmdc -O0 -od./obj -ofrun/cast_17.d.exe run/cast_17.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28985 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28986 run/cast_17.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28987 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28988
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28989 Torture-Sub-1/32-PASS: run/cast_17.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28990 run: llvmdc -O0 -od./obj -ofrun/cast_18.d.exe run/cast_18.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28991 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28992 run/cast_18.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28993 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28994
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28995 Torture-Sub-1/32-PASS: run/cast_18.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28996 run: llvmdc -O0 -od./obj -ofrun/cast_20.d.exe run/cast_20.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28997 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28998 run/cast_20.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
28999 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29000
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29001 Torture-Sub-1/32-PASS: run/cast_20.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29002 run: llvmdc -O0 -od./obj -ofrun/cast_21.d.exe run/cast_21.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29003 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29004 run/cast_21.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29005 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29006
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29007 Torture-Sub-1/32-PASS: run/cast_21.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29008 run: llvmdc -O0 -od./obj -ofrun/cast_22.d.exe run/cast_22.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29009 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29010 run/cast_22.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29011 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29012
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29013 Torture-Sub-1/32-PASS: run/cast_22.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29014 run: llvmdc -O0 -od./obj -ofrun/cast_25.d.exe run/cast_25.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29015 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29016 run/cast_25.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29017 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29018
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29019 Torture-Sub-1/32-PASS: run/cast_25.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29020 run: llvmdc -O0 -od./obj -ofrun/cast_26.d.exe run/cast_26.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29021 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29022 run/cast_26.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29023 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29024
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29025 Torture-Sub-1/32-PASS: run/cast_26.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29026 run: llvmdc -O0 -od./obj -ofrun/cast_27.d.exe run/cast_27.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29027 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29028 run/cast_27.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29029 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29030
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29031 Torture-Sub-1/32-PASS: run/cast_27.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29032 run: llvmdc -O0 -od./obj -ofrun/catch_01.d.exe run/catch_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29033 Warning: run/catch_01.d(16): try-catch is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29034 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29035 run/catch_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29036 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29037
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29038 Torture-Sub-1/32-PASS: run/catch_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29039 run: llvmdc -O0 -od./obj -ofrun/catch_02.d.exe run/catch_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29040 Warning: run/catch_02.d(16): try-catch is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29041 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29042 run/catch_02.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29043 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29044
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29045 Torture-Sub-1/32-PASS: run/catch_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29046 run: llvmdc -O0 -od./obj -ofrun/catch_03.d.exe run/catch_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29047 Warning: run/catch_03.d(16): try-catch is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29048 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29049 run/catch_03.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29050 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29051
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29052 Torture-Sub-1/32-PASS: run/catch_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29053 run: llvmdc -O0 -debug -od./obj/_7FC2 -ofrun/catch_04.d.exe run/catch_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29054 Warning: run/catch_04.d(18): try-catch is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29055 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29056 run/catch_04.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29057 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29058
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29059 Torture-Sub-1/32-PASS: run/catch_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29060 run: llvmdc -O0 -od./obj -ofrun/c/case_01.d.exe run/c/case_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29061 run/c/case_01.d(19): Error: case not in switch statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29062 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29063 Torture-Sub-1/32-FAIL: run/c/case_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29064 run: llvmdc -O0 -od./obj -ofrun/c/case_02.d.exe run/c/case_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29065 run/c/case_02.d(12): Error: identifier 'string' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29066 run/c/case_02.d(12): Error: string is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29067 run/c/case_02.d(16): Error: identifier 'string' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29068 run/c/case_02.d(16): Error: string is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29069 run/c/case_02.d(16): function dstress.run.c.case_02.main parameters must be main() or main(char[][] args)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29070 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29071 Torture-Sub-1/32-FAIL: run/c/case_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29072 run: llvmdc -O0 -od./obj -ofrun/c/case_03.d.exe run/c/case_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29073 run/c/case_03.d(12): Error: identifier 'string' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29074 run/c/case_03.d(12): Error: string is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29075 run/c/case_03.d(16): Error: identifier 'string' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29076 run/c/case_03.d(16): Error: string is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29077 run/c/case_03.d(16): function dstress.run.c.case_03.main parameters must be main() or main(char[][] args)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29078 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29079 Torture-Sub-1/32-FAIL: run/c/case_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29080 run: llvmdc -O0 -od./obj -ofrun/c/case_04_A.d.exe run/c/case_04_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29081 run/c/case_04_A.d: module dstress.run.c.case_04_A Terminator found in the middle of a basic block!
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29082 label %case
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29083 Broken module found, compilation terminated.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29084 Broken module found, compilation terminated.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29085
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29086 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29087 Torture-Sub-1/32-FAIL: run/c/case_04_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29088 run: llvmdc -O0 -od./obj -ofrun/c/case_04_B.d.exe run/c/case_04_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29089 run/c/case_04_B.d: module dstress.run.c.case_04_B Terminator found in the middle of a basic block!
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29090 label %case
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29091 Terminator found in the middle of a basic block!
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29092 label %case1
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29093 Terminator found in the middle of a basic block!
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29094 label %case3
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29095 Broken module found, compilation terminated.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29096 Broken module found, compilation terminated.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29097
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29098 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29099 Torture-Sub-1/32-FAIL: run/c/case_04_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29100 run: llvmdc -O0 -od./obj -ofrun/c/case_05_A.d.exe run/c/case_05_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29101 run/c/case_05_A.d(14): Error: case must be a string or an integral constant, not ['a','2']
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29102 run/c/case_05_A.d(16): Error: case must be a string or an integral constant, not ['b']
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29103 run/c/case_05_A.d(16): Error: duplicate case 0 in switch statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29104 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29105 Torture-Sub-1/32-FAIL: run/c/case_05_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29106 run: llvmdc -O0 -od./obj -ofrun/c/case_05_B.d.exe run/c/case_05_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29107 run/c/case_05_B.d(14): Error: case must be a string or an integral constant, not ['a','2']
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29108 run/c/case_05_B.d(16): Error: case must be a string or an integral constant, not ['b']
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29109 run/c/case_05_B.d(16): Error: duplicate case 0 in switch statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29110 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29111 Torture-Sub-1/32-FAIL: run/c/case_05_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29112 run: llvmdc -O0 -od./obj -ofrun/c/case_05_C.d.exe run/c/case_05_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29113 run/c/case_05_C.d(14): Error: case must be a string or an integral constant, not ['a','2']
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29114 run/c/case_05_C.d(16): Error: case must be a string or an integral constant, not ['b']
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29115 run/c/case_05_C.d(16): Error: duplicate case 0 in switch statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29116 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29117 Torture-Sub-1/32-FAIL: run/c/case_05_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29118 run: llvmdc -O0 -od./obj -ofrun/c/case_06_A.d.exe run/c/case_06_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29119 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29120 run/c/case_06_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29121 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29122
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29123 Torture-Sub-1/32-ERROR: run/c/case_06_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29124 run: llvmdc -O0 -od./obj -ofrun/c/case_06_B.d.exe run/c/case_06_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29125 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29126 run/c/case_06_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29127 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29128
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29129 Torture-Sub-1/32-ERROR: run/c/case_06_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29130 run: llvmdc -O0 -od./obj -ofrun/c/case_06_C.d.exe run/c/case_06_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29131 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29132 run/c/case_06_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29133 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29134
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29135 Torture-Sub-1/32-ERROR: run/c/case_06_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29136 run: llvmdc -O0 -od./obj -ofrun/c/case_06_D.d.exe run/c/case_06_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29137 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29138 run/c/case_06_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29139 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29140
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29141 Torture-Sub-1/32-ERROR: run/c/case_06_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29142 run: llvmdc -O0 -od./obj -ofrun/c/case_06_E.d.exe run/c/case_06_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29143 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29144 run/c/case_06_E.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29145 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29146
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29147 Torture-Sub-1/32-ERROR: run/c/case_06_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29148 run: llvmdc -O0 -od./obj -ofrun/c/case_06_F.d.exe run/c/case_06_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29149 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29150 run/c/case_06_F.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29151 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29152
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29153 Torture-Sub-1/32-ERROR: run/c/case_06_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29154 run: llvmdc -O0 -od./obj -ofrun/c/case_06_G.d.exe run/c/case_06_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29155 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29156 run/c/case_06_G.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29157 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29158
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29159 Torture-Sub-1/32-ERROR: run/c/case_06_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29160 run: llvmdc -O0 -od./obj -ofrun/c/case_06_H.d.exe run/c/case_06_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29161 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29162 run/c/case_06_H.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29163 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29164
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29165 Torture-Sub-1/32-ERROR: run/c/case_06_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29166 run: llvmdc -O0 -od./obj -ofrun/c/case_06_J.d.exe run/c/case_06_J.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29167 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29168 run/c/case_06_J.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29169 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29170
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29171 Torture-Sub-1/32-ERROR: run/c/case_06_J.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29172 run: llvmdc -O0 -od./obj -ofrun/c/case_06_K.d.exe run/c/case_06_K.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29173 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29174 run/c/case_06_K.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29175 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29176
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29177 Torture-Sub-1/32-ERROR: run/c/case_06_K.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29178 run: llvmdc -O0 -od./obj -ofrun/c/cast_29_A.d.exe run/c/cast_29_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29179 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29180 run/c/cast_29_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29181 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29182
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29183 Torture-Sub-1/32-PASS: run/c/cast_29_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29184 run: llvmdc -O0 -od./obj -ofrun/c/cast_29_B.d.exe run/c/cast_29_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29185 run/c/cast_29_B.d(22): Error: foreach: Bar[] is not an array of dstress.run.c.cast_29_B.Foo
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29186 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29187 Torture-Sub-1/32-FAIL: run/c/cast_29_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29188 run: llvmdc -O0 -od./obj -ofrun/c/cast_30_A.d.exe run/c/cast_30_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29189 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29190 run/c/cast_30_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29191 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29192
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29193 Torture-Sub-1/32-PASS: run/c/cast_30_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29194 run: llvmdc -O0 -od./obj -ofrun/c/cast_30_B.d.exe run/c/cast_30_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29195 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29196 run/c/cast_30_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29197 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29198
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29199 Torture-Sub-1/32-PASS: run/c/cast_30_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29200 run: llvmdc -O0 -od./obj -ofrun/c/cast_30_C.d.exe run/c/cast_30_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29201 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29202 run/c/cast_30_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29203 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29204
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29205 Torture-Sub-1/32-PASS: run/c/cast_30_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29206 run: llvmdc -O0 -od./obj -ofrun/c/cast_30_D.d.exe run/c/cast_30_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29207 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29208 run/c/cast_30_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29209 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29210
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29211 Torture-Sub-1/32-PASS: run/c/cast_30_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29212 run: llvmdc -O0 -od./obj -ofrun/c/cast_30_E.d.exe run/c/cast_30_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29213 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29214 run/c/cast_30_E.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29215 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29216
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29217 Torture-Sub-1/32-PASS: run/c/cast_30_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29218 run: llvmdc -O0 -od./obj -ofrun/c/cast_30_F.d.exe run/c/cast_30_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29219 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29220 run/c/cast_30_F.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29221 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29222
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29223 Torture-Sub-1/32-PASS: run/c/cast_30_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29224 run: llvmdc -O0 -od./obj -ofrun/c/cast_31_A.d.exe run/c/cast_31_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29225 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29226 run/c/cast_31_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29227 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29228
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29229 Torture-Sub-1/32-PASS: run/c/cast_31_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29230 run: llvmdc -O0 -od./obj -ofrun/c/cast_31_B.d.exe run/c/cast_31_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29231 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29232 run/c/cast_31_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29233 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29234
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29235 Torture-Sub-1/32-PASS: run/c/cast_31_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29236 run: llvmdc -O0 -od./obj -ofrun/c/cast_32_A.d.exe run/c/cast_32_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29237 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29238 run/c/cast_32_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29239 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29240
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29241 Torture-Sub-1/32-PASS: run/c/cast_32_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29242 run: llvmdc -O0 -od./obj -ofrun/c/cast_32_B.d.exe run/c/cast_32_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29243 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29244 run/c/cast_32_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29245 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29246
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29247 Torture-Sub-1/32-PASS: run/c/cast_32_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29248 run: llvmdc -O0 -od./obj -ofrun/c/cast_32_C.d.exe run/c/cast_32_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29249 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29250 run/c/cast_32_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29251 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29252
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29253 Torture-Sub-1/32-PASS: run/c/cast_32_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29254 run: llvmdc -O0 -od./obj -ofrun/c/cast_32_D.d.exe run/c/cast_32_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29255 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29256 run/c/cast_32_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29257 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29258
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29259 Torture-Sub-1/32-PASS: run/c/cast_32_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29260 run: llvmdc -O0 -od./obj -ofrun/c/cast_34_A.d.exe run/c/cast_34_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29261 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29262 run/c/cast_34_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29263 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29264
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29265 Torture-Sub-1/32-PASS: run/c/cast_34_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29266 run: llvmdc -O0 -od./obj -ofrun/c/cast_34_B.d.exe run/c/cast_34_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29267 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29268 run/c/cast_34_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29269 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29270
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29271 Torture-Sub-1/32-PASS: run/c/cast_34_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29272 run: llvmdc -O0 -od./obj -ofrun/c/cast_35_B.d.exe run/c/cast_35_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29273 Warning: run/c/cast_35_B.d(28): try-catch is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29274 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29275 run/c/cast_35_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29276 EXIT CODE: 9
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29277
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29278 Torture-Sub-1/32-ERROR: run/c/cast_35_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29279 run: llvmdc -O0 -od./obj -ofrun/c/cast_35_C.d.exe run/c/cast_35_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29280 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29281 run/c/cast_35_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29282 EXIT CODE: 9
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29283
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29284 Torture-Sub-1/32-ERROR: run/c/cast_35_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29285 run: llvmdc -O0 -od./obj -ofrun/c/catch_05_A.d.exe run/c/catch_05_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29286 run/c/catch_05_A.d(27): Error: identifier 'Error' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29287 run/c/catch_05_A.d(27): Error: Error is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29288 run/c/catch_05_A.d(27): Error: new can only create structs, dynamic arrays or class objects, not void's
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29289 run/c/catch_05_A.d(27): Error: can only throw class objects, not type void*
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29290 run/c/catch_05_A.d(28): Error: identifier 'Error' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29291 run/c/catch_05_A.d(28): Error: Error is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29292 Error: can only catch class objects, not 'void'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29293 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29294 Torture-Sub-1/32-FAIL: run/c/catch_05_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29295 run: llvmdc -O0 -od./obj -ofrun/c/catch_05_B.d.exe run/c/catch_05_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29296 run/c/catch_05_B.d(27): Error: identifier 'Error' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29297 run/c/catch_05_B.d(27): Error: Error is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29298 run/c/catch_05_B.d(27): Error: new can only create structs, dynamic arrays or class objects, not void's
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29299 run/c/catch_05_B.d(27): Error: can only throw class objects, not type void*
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29300 run/c/catch_05_B.d(28): Error: identifier 'Error' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29301 run/c/catch_05_B.d(28): Error: Error is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29302 Error: can only catch class objects, not 'void'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29303 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29304 Torture-Sub-1/32-FAIL: run/c/catch_05_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29305 run: llvmdc -O0 -od./obj -ofrun/c/catch_05_C.d.exe run/c/catch_05_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29306 run/c/catch_05_C.d(40): Error: identifier 'Error' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29307 run/c/catch_05_C.d(40): Error: Error is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29308 run/c/catch_05_C.d(40): Error: new can only create structs, dynamic arrays or class objects, not void's
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29309 run/c/catch_05_C.d(40): Error: can only throw class objects, not type void*
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29310 run/c/catch_05_C.d(41): Error: identifier 'Error' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29311 run/c/catch_05_C.d(41): Error: Error is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29312 Error: can only catch class objects, not 'void'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29313 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29314 Torture-Sub-1/32-FAIL: run/c/catch_05_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29315 run: llvmdc -O0 -od./obj -ofrun/c/catch_05_D.d.exe run/c/catch_05_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29316 run/c/catch_05_D.d(36): Error: identifier 'Error' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29317 run/c/catch_05_D.d(36): Error: Error is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29318 run/c/catch_05_D.d(36): Error: new can only create structs, dynamic arrays or class objects, not void's
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29319 run/c/catch_05_D.d(36): Error: can only throw class objects, not type void*
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29320 run/c/catch_05_D.d(37): Error: identifier 'Error' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29321 run/c/catch_05_D.d(37): Error: Error is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29322 Error: can only catch class objects, not 'void'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29323 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29324 Torture-Sub-1/32-FAIL: run/c/catch_05_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29325 run: llvmdc -O0 -od./obj -ofrun/c/catch_05_E.d.exe run/c/catch_05_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29326 run/c/catch_05_E.d(34): Error: identifier 'Error' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29327 run/c/catch_05_E.d(34): Error: Error is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29328 run/c/catch_05_E.d(34): Error: new can only create structs, dynamic arrays or class objects, not void's
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29329 run/c/catch_05_E.d(34): Error: can only throw class objects, not type void*
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29330 run/c/catch_05_E.d(35): Error: identifier 'Error' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29331 run/c/catch_05_E.d(35): Error: Error is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29332 Error: can only catch class objects, not 'void'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29333 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29334 Torture-Sub-1/32-FAIL: run/c/catch_05_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29335 run: llvmdc -O0 -od./obj -ofrun/c/catch_05_F.d.exe run/c/catch_05_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29336 run/c/catch_05_F.d(34): Error: identifier 'Error' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29337 run/c/catch_05_F.d(34): Error: Error is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29338 run/c/catch_05_F.d(34): Error: new can only create structs, dynamic arrays or class objects, not void's
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29339 run/c/catch_05_F.d(34): Error: can only throw class objects, not type void*
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29340 run/c/catch_05_F.d(35): Error: identifier 'Error' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29341 run/c/catch_05_F.d(35): Error: Error is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29342 Error: can only catch class objects, not 'void'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29343 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29344 Torture-Sub-1/32-FAIL: run/c/catch_05_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29345 run: llvmdc -O0 -od./obj -ofrun/c/catch_05_G.d.exe run/c/catch_05_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29346 run/c/catch_05_G.d(20): Error: identifier 'Error' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29347 run/c/catch_05_G.d(20): Error: Error is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29348 run/c/catch_05_G.d(20): Error: new can only create structs, dynamic arrays or class objects, not void's
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29349 run/c/catch_05_G.d(20): Error: can only throw class objects, not type void*
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29350 run/c/catch_05_G.d(21): Error: identifier 'Error' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29351 run/c/catch_05_G.d(21): Error: Error is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29352 Error: can only catch class objects, not 'void'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29353 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29354 Torture-Sub-1/32-FAIL: run/c/catch_05_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29355 run: llvmdc -O0 -od./obj -ofrun/c/catch_05_H.d.exe run/c/catch_05_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29356 run/c/catch_05_H.d(27): Error: identifier 'Error' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29357 run/c/catch_05_H.d(27): Error: Error is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29358 run/c/catch_05_H.d(27): Error: new can only create structs, dynamic arrays or class objects, not void's
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29359 run/c/catch_05_H.d(27): Error: can only throw class objects, not type void*
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29360 run/c/catch_05_H.d(28): Error: identifier 'Error' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29361 run/c/catch_05_H.d(28): Error: Error is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29362 Error: can only catch class objects, not 'void'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29363 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29364 Torture-Sub-1/32-FAIL: run/c/catch_05_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29365 run: llvmdc -O0 -od./obj -ofrun/c/catch_08_A.d.exe run/c/catch_08_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29366 Warning: run/c/catch_08_A.d(19): try-catch is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29367 Warning: run/c/catch_08_A.d(20): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29368 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29369 run/c/catch_08_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29370 Exception: dstress.run.c.catch_08_A.Base
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29371 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29372
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29373 Torture-Sub-1/32-ERROR: run/c/catch_08_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29374 run: llvmdc -O0 -od./obj -ofrun/c/catch_08_B.d.exe run/c/catch_08_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29375 Warning: run/c/catch_08_B.d(19): try-catch is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29376 Warning: run/c/catch_08_B.d(20): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29377 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29378 run/c/catch_08_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29379 Exception: dstress.run.c.catch_08_B.Base
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29380 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29381
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29382 Torture-Sub-1/32-ERROR: run/c/catch_08_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29383 run: llvmdc -O0 -od./obj -ofrun/c/catch_08_C.d.exe run/c/catch_08_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29384 run/c/catch_08_C.d(19): Error: catch at run/c/catch_08_C.d(21) hides catch at run/c/catch_08_C.d(23)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29385 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29386 Torture-Sub-1/32-FAIL: run/c/catch_08_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29387 run: llvmdc -O0 -od./obj -ofrun/c/catch_08_D.d.exe run/c/catch_08_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29388 run/c/catch_08_D.d(19): Error: catch at run/c/catch_08_D.d(21) hides catch at run/c/catch_08_D.d(23)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29389 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29390 Torture-Sub-1/32-FAIL: run/c/catch_08_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29391 run: llvmdc -O0 -od./obj -ofrun/c/catch_08_E.d.exe run/c/catch_08_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29392 run/c/catch_08_E.d(19): Error: catch at run/c/catch_08_E.d(21) hides catch at run/c/catch_08_E.d(23)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29393 run/c/catch_08_E.d(19): Error: catch at run/c/catch_08_E.d(21) hides catch at run/c/catch_08_E.d(25)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29394 run/c/catch_08_E.d(19): Error: catch at run/c/catch_08_E.d(23) hides catch at run/c/catch_08_E.d(25)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29395 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29396 Torture-Sub-1/32-FAIL: run/c/catch_08_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29397 run: llvmdc -O0 -od./obj -ofrun/c/catch_08_F.d.exe run/c/catch_08_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29398 run/c/catch_08_F.d(19): Error: catch at run/c/catch_08_F.d(21) hides catch at run/c/catch_08_F.d(23)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29399 run/c/catch_08_F.d(19): Error: catch at run/c/catch_08_F.d(21) hides catch at run/c/catch_08_F.d(25)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29400 run/c/catch_08_F.d(19): Error: catch at run/c/catch_08_F.d(23) hides catch at run/c/catch_08_F.d(25)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29401 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29402 Torture-Sub-1/32-FAIL: run/c/catch_08_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29403 run: llvmdc -O0 -od./obj -ofrun/c/catch_08_G.d.exe run/c/catch_08_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29404 run/c/catch_08_G.d(19): Error: catch at run/c/catch_08_G.d(21) hides catch at run/c/catch_08_G.d(23)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29405 run/c/catch_08_G.d(19): Error: catch at run/c/catch_08_G.d(21) hides catch at run/c/catch_08_G.d(25)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29406 run/c/catch_08_G.d(19): Error: catch at run/c/catch_08_G.d(23) hides catch at run/c/catch_08_G.d(25)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29407 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29408 Torture-Sub-1/32-FAIL: run/c/catch_08_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29409 run: llvmdc -O0 -od./obj -ofrun/c/cdouble_01_A.d.exe run/c/cdouble_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29410 llvmdc: ./gen/dvalue.h:43: virtual LLValue* DValue::getRVal(): Assertion `0' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29411 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29412 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29413 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29414 llvmdc[0x810e2f1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29415 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29416 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29417 Torture-Sub-1/32-ERROR: run/c/cdouble_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29418 run: llvmdc -O0 -od./obj -ofrun/c/cdouble_02_A.d.exe run/c/cdouble_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29419 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29420 run/c/cdouble_02_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29421 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29422
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29423 Torture-Sub-1/32-PASS: run/c/cdouble_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29424 run: llvmdc -O0 -od./obj -ofrun/c/cdouble_02_B.d.exe run/c/cdouble_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29425 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29426 run/c/cdouble_02_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29427 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29428
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29429 Torture-Sub-1/32-PASS: run/c/cdouble_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29430 run: llvmdc -O0 -od./obj -ofrun/c/cdouble_02_C.d.exe run/c/cdouble_02_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29431 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29432 run/c/cdouble_02_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29433 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29434
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29435 Torture-Sub-1/32-PASS: run/c/cdouble_02_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29436 run: llvmdc -O0 -od./obj -ofrun/c/cdouble_03_A.d.exe run/c/cdouble_03_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29437 llvmdc: ./gen/dvalue.h:43: virtual LLValue* DValue::getRVal(): Assertion `0' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29438 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29439 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29440 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29441 llvmdc[0x810e2f1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29442 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29443 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29444 Torture-Sub-1/32-ERROR: run/c/cdouble_03_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29445 run: llvmdc -O0 -od./obj -ofrun/c/cdouble_03_B.d.exe run/c/cdouble_03_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29446 llvmdc: ./gen/dvalue.h:43: virtual LLValue* DValue::getRVal(): Assertion `0' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29447 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29448 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29449 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29450 llvmdc[0x810e2f1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29451 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29452 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29453 Torture-Sub-1/32-ERROR: run/c/cdouble_03_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29454 run: llvmdc -O0 -od./obj -ofrun/c/cdouble_04_A.d.exe run/c/cdouble_04_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29455 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29456 run/c/cdouble_04_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29457 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29458
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29459 Torture-Sub-1/32-PASS: run/c/cdouble_04_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29460 run: llvmdc -O0 -od./obj -ofrun/c/cdouble_04_B.d.exe run/c/cdouble_04_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29461 llvmdc: /home/kamm/eigenes/projekte/llvmdc/llvm-23-branch/lib/VMCore/Value.cpp:45: llvm::Value::Value(const llvm::Type*, unsigned int): Assertion `(Ty->isFirstClassType() || Ty == Type::VoidTy || isa<OpaqueType>(ty)) && "Cannot create non-first-class values except for constants!"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29462 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29463 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29464 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29465 llvmdc[0x8834b5c]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29466 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29467 Torture-Sub-1/32-ERROR: run/c/cdouble_04_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29468 run: llvmdc -O0 -od./obj -ofrun/c/cdouble_04_C.d.exe run/c/cdouble_04_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29469 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29470 run/c/cdouble_04_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29471 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29472
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29473 Torture-Sub-1/32-PASS: run/c/cdouble_04_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29474 run: llvmdc -O0 -od./obj -ofrun/c/cdouble_06.d.exe run/c/cdouble_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29475 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29476 run/c/cdouble_06.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29477 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29478
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29479 Torture-Sub-1/32-PASS: run/c/cdouble_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29480 run: llvmdc -O0 -od./obj -ofrun/c/cdouble_07_A.d.exe run/c/cdouble_07_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29481 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29482 run/c/cdouble_07_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29483 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29484
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29485 Torture-Sub-1/32-PASS: run/c/cdouble_07_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29486 run: llvmdc -O0 -od./obj -ofrun/c/cdouble_07_B.d.exe run/c/cdouble_07_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29487 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29488 run/c/cdouble_07_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29489 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29490
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29491 Torture-Sub-1/32-PASS: run/c/cdouble_07_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29492 run: llvmdc -O0 -od./obj -ofrun/c/cdouble_07_C.d.exe run/c/cdouble_07_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29493 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29494 run/c/cdouble_07_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29495 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29496
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29497 Torture-Sub-1/32-PASS: run/c/cdouble_07_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29498 run: llvmdc -O0 -od./obj -ofrun/c/cdouble_07_D.d.exe run/c/cdouble_07_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29499 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29500 run/c/cdouble_07_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29501 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29502
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29503 Torture-Sub-1/32-PASS: run/c/cdouble_07_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29504 run: llvmdc -O0 -od./obj -ofrun/c/cdouble_08_A.d.exe run/c/cdouble_08_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29505 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29506 run/c/cdouble_08_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29507 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29508
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29509 Torture-Sub-1/32-PASS: run/c/cdouble_08_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29510 run: llvmdc -O0 -od./obj -ofrun/c/cdouble_08_B.d.exe run/c/cdouble_08_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29511 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29512 run/c/cdouble_08_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29513 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29514
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29515 Torture-Sub-1/32-PASS: run/c/cdouble_08_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29516 run: llvmdc -O0 -od./obj -ofrun/c/cdouble_08_C.d.exe run/c/cdouble_08_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29517 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29518 run/c/cdouble_08_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29519 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29520
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29521 Torture-Sub-1/32-PASS: run/c/cdouble_08_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29522 run: llvmdc -O0 -od./obj -ofrun/c/cdouble_08_D.d.exe run/c/cdouble_08_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29523 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29524 run/c/cdouble_08_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29525 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29526
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29527 Torture-Sub-1/32-PASS: run/c/cdouble_08_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29528 run: llvmdc -O0 -od./obj -ofrun/c/cdouble_09_A.d.exe run/c/cdouble_09_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29529 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29530 run/c/cdouble_09_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29531 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29532
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29533 Torture-Sub-1/32-ERROR: run/c/cdouble_09_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29534 run: llvmdc -O0 -od./obj -ofrun/c/cdouble_09_B.d.exe run/c/cdouble_09_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29535 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29536 run/c/cdouble_09_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29537 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29538
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29539 Torture-Sub-1/32-PASS: run/c/cdouble_09_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29540 run: llvmdc -O0 -od./obj -ofrun/c/cdouble_09_C.d.exe run/c/cdouble_09_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29541 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29542 run/c/cdouble_09_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29543 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29544
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29545 Torture-Sub-1/32-ERROR: run/c/cdouble_09_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29546 run: llvmdc -O0 -od./obj -ofrun/c/cdouble_09_D.d.exe run/c/cdouble_09_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29547 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29548 run/c/cdouble_09_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29549 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29550
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29551 Torture-Sub-1/32-ERROR: run/c/cdouble_09_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29552 run: llvmdc -O0 -od./obj -ofrun/c/cdouble_11_A.d.exe run/c/cdouble_11_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29553 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29554 run/c/cdouble_11_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29555 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29556
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29557 Torture-Sub-1/32-PASS: run/c/cdouble_11_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29558 run: llvmdc -O0 -od./obj -ofrun/c/cdouble_11_B.d.exe run/c/cdouble_11_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29559 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29560 run/c/cdouble_11_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29561 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29562
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29563 Torture-Sub-1/32-PASS: run/c/cdouble_11_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29564 run: llvmdc -O0 -od./obj -ofrun/c/cfloat_02_A.d.exe run/c/cfloat_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29565 llvmdc: ./gen/dvalue.h:43: virtual LLValue* DValue::getRVal(): Assertion `0' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29566 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29567 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29568 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29569 llvmdc[0x810e2f1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29570 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29571 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29572 Torture-Sub-1/32-ERROR: run/c/cfloat_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29573 run: llvmdc -O0 -od./obj -ofrun/c/cfloat_03_A.d.exe run/c/cfloat_03_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29574 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29575 run/c/cfloat_03_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29576 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29577
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29578 Torture-Sub-1/32-PASS: run/c/cfloat_03_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29579 run: llvmdc -O0 -od./obj -ofrun/c/cfloat_03_B.d.exe run/c/cfloat_03_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29580 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29581 run/c/cfloat_03_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29582 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29583
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29584 Torture-Sub-1/32-PASS: run/c/cfloat_03_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29585 run: llvmdc -O0 -od./obj -ofrun/c/cfloat_03_C.d.exe run/c/cfloat_03_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29586 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29587 run/c/cfloat_03_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29588 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29589
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29590 Torture-Sub-1/32-PASS: run/c/cfloat_03_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29591 run: llvmdc -O0 -od./obj -ofrun/c/cfloat_04_A.d.exe run/c/cfloat_04_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29592 llvmdc: ./gen/dvalue.h:43: virtual LLValue* DValue::getRVal(): Assertion `0' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29593 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29594 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29595 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29596 llvmdc[0x810e2f1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29597 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29598 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29599 Torture-Sub-1/32-ERROR: run/c/cfloat_04_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29600 run: llvmdc -O0 -od./obj -ofrun/c/cfloat_04_B.d.exe run/c/cfloat_04_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29601 llvmdc: ./gen/dvalue.h:43: virtual LLValue* DValue::getRVal(): Assertion `0' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29602 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29603 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29604 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29605 llvmdc[0x810e2f1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29606 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29607 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29608 Torture-Sub-1/32-ERROR: run/c/cfloat_04_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29609 run: llvmdc -O0 -od./obj -ofrun/c/cfloat_05_A.d.exe run/c/cfloat_05_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29610 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29611 run/c/cfloat_05_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29612 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29613
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29614 Torture-Sub-1/32-PASS: run/c/cfloat_05_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29615 run: llvmdc -O0 -od./obj -ofrun/c/cfloat_05_B.d.exe run/c/cfloat_05_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29616 llvmdc: /home/kamm/eigenes/projekte/llvmdc/llvm-23-branch/lib/VMCore/Value.cpp:45: llvm::Value::Value(const llvm::Type*, unsigned int): Assertion `(Ty->isFirstClassType() || Ty == Type::VoidTy || isa<OpaqueType>(ty)) && "Cannot create non-first-class values except for constants!"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29617 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29618 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29619 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29620 llvmdc[0x8834b5c]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29621 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29622 Torture-Sub-1/32-ERROR: run/c/cfloat_05_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29623 run: llvmdc -O0 -od./obj -ofrun/c/cfloat_05_C.d.exe run/c/cfloat_05_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29624 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29625 run/c/cfloat_05_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29626 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29627
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29628 Torture-Sub-1/32-PASS: run/c/cfloat_05_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29629 run: llvmdc -O0 -od./obj -ofrun/c/cfloat_06.d.exe run/c/cfloat_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29630 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29631 run/c/cfloat_06.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29632 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29633
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29634 Torture-Sub-1/32-PASS: run/c/cfloat_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29635 run: llvmdc -O0 -od./obj -ofrun/c/cfloat_07_A.d.exe run/c/cfloat_07_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29636 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29637 run/c/cfloat_07_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29638 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29639
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29640 Torture-Sub-1/32-PASS: run/c/cfloat_07_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29641 run: llvmdc -O0 -od./obj -ofrun/c/cfloat_07_B.d.exe run/c/cfloat_07_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29642 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29643 run/c/cfloat_07_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29644 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29645
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29646 Torture-Sub-1/32-PASS: run/c/cfloat_07_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29647 run: llvmdc -O0 -od./obj -ofrun/c/cfloat_07_C.d.exe run/c/cfloat_07_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29648 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29649 run/c/cfloat_07_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29650 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29651
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29652 Torture-Sub-1/32-PASS: run/c/cfloat_07_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29653 run: llvmdc -O0 -od./obj -ofrun/c/cfloat_07_D.d.exe run/c/cfloat_07_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29654 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29655 run/c/cfloat_07_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29656 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29657
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29658 Torture-Sub-1/32-PASS: run/c/cfloat_07_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29659 run: llvmdc -O0 -od./obj -ofrun/c/cfloat_08_A.d.exe run/c/cfloat_08_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29660 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29661 run/c/cfloat_08_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29662 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29663
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29664 Torture-Sub-1/32-PASS: run/c/cfloat_08_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29665 run: llvmdc -O0 -od./obj -ofrun/c/cfloat_08_B.d.exe run/c/cfloat_08_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29666 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29667 run/c/cfloat_08_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29668 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29669
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29670 Torture-Sub-1/32-PASS: run/c/cfloat_08_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29671 run: llvmdc -O0 -od./obj -ofrun/c/cfloat_08_C.d.exe run/c/cfloat_08_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29672 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29673 run/c/cfloat_08_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29674 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29675
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29676 Torture-Sub-1/32-PASS: run/c/cfloat_08_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29677 run: llvmdc -O0 -od./obj -ofrun/c/cfloat_08_D.d.exe run/c/cfloat_08_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29678 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29679 run/c/cfloat_08_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29680 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29681
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29682 Torture-Sub-1/32-PASS: run/c/cfloat_08_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29683 run: llvmdc -O0 -od./obj -ofrun/c/cfloat_09_A.d.exe run/c/cfloat_09_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29684 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29685 run/c/cfloat_09_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29686 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29687
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29688 Torture-Sub-1/32-ERROR: run/c/cfloat_09_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29689 run: llvmdc -O0 -od./obj -ofrun/c/cfloat_09_B.d.exe run/c/cfloat_09_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29690 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29691 run/c/cfloat_09_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29692 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29693
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29694 Torture-Sub-1/32-PASS: run/c/cfloat_09_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29695 run: llvmdc -O0 -od./obj -ofrun/c/cfloat_09_C.d.exe run/c/cfloat_09_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29696 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29697 run/c/cfloat_09_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29698 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29699
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29700 Torture-Sub-1/32-ERROR: run/c/cfloat_09_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29701 run: llvmdc -O0 -od./obj -ofrun/c/cfloat_09_D.d.exe run/c/cfloat_09_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29702 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29703 run/c/cfloat_09_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29704 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29705
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29706 Torture-Sub-1/32-ERROR: run/c/cfloat_09_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29707 run: llvmdc -O0 -od./obj -ofrun/c/cfloat_11_A.d.exe run/c/cfloat_11_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29708 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29709 run/c/cfloat_11_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29710 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29711
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29712 Torture-Sub-1/32-PASS: run/c/cfloat_11_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29713 run: llvmdc -O0 -od./obj -ofrun/c/cfloat_11_B.d.exe run/c/cfloat_11_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29714 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29715 run/c/cfloat_11_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29716 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29717
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29718 Torture-Sub-1/32-PASS: run/c/cfloat_11_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29719 run: llvmdc -O0 -od./obj -ofrun/c/char_07_A.d.exe run/c/char_07_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29720 run/c/char_07_A.d(12): invalid UTF character \U0000dbc4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29721 run/c/char_07_A.d(12): invalid UTF character \U0000dd11
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29722 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29723 Torture-Sub-1/32-FAIL: run/c/char_07_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29724 run: llvmdc -O0 -od./obj -ofrun/c/char_07_B.d.exe run/c/char_07_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29725 run/c/char_07_B.d(12): invalid UTF character \U0000dbc4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29726 run/c/char_07_B.d(12): invalid UTF character \U0000dd11
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29727 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29728 Torture-Sub-1/32-FAIL: run/c/char_07_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29729 run: llvmdc -O0 -od./obj -ofrun/c/char_07_C.d.exe run/c/char_07_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29730 run/c/char_07_C.d(12): invalid UTF character \U0000dbc4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29731 run/c/char_07_C.d(12): invalid UTF character \U0000dd11
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29732 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29733 Torture-Sub-1/32-FAIL: run/c/char_07_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29734 run: llvmdc -O0 -od./obj -ofrun/c/char_07_D.d.exe run/c/char_07_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29735 run/c/char_07_D.d(12): invalid UTF character \U0000dbc4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29736 run/c/char_07_D.d(12): invalid UTF character \U0000dd11
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29737 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29738 Torture-Sub-1/32-FAIL: run/c/char_07_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29739 run: llvmdc -O0 -od./obj -ofrun/c/char_07_E.d.exe run/c/char_07_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29740 run/c/char_07_E.d(12): invalid UTF character \U0000dbc4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29741 run/c/char_07_E.d(12): invalid UTF character \U0000dd11
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29742 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29743 Torture-Sub-1/32-FAIL: run/c/char_07_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29744 run: llvmdc -O0 -od./obj -ofrun/c/char_07_F.d.exe run/c/char_07_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29745 run/c/char_07_F.d(12): invalid UTF character \U0000dbc4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29746 run/c/char_07_F.d(12): invalid UTF character \U0000dd11
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29747 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29748 Torture-Sub-1/32-FAIL: run/c/char_07_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29749 run: llvmdc -O0 -od./obj -ofrun/c/char_07_G.d.exe run/c/char_07_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29750 run/c/char_07_G.d(12): invalid UTF character \U0000dbc4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29751 run/c/char_07_G.d(12): invalid UTF character \U0000dd11
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29752 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29753 Torture-Sub-1/32-FAIL: run/c/char_07_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29754 run: llvmdc -O0 -od./obj -ofrun/c/char_07_H.d.exe run/c/char_07_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29755 run/c/char_07_H.d(12): invalid UTF character \U0000dbc4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29756 run/c/char_07_H.d(12): invalid UTF character \U0000dd11
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29757 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29758 Torture-Sub-1/32-FAIL: run/c/char_07_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29759 run: llvmdc -O0 -od./obj -ofrun/c/char_08_A.d.exe run/c/char_08_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29760 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29761 run/c/char_08_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29762 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29763
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29764 Torture-Sub-1/32-PASS: run/c/char_08_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29765 run: llvmdc -O0 -od./obj -ofrun/c/char_08_B.d.exe run/c/char_08_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29766 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29767 run/c/char_08_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29768 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29769
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29770 Torture-Sub-1/32-PASS: run/c/char_08_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29771 run: llvmdc -O0 -od./obj -ofrun/c/char_08_C.d.exe run/c/char_08_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29772 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29773 run/c/char_08_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29774 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29775
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29776 Torture-Sub-1/32-PASS: run/c/char_08_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29777 run: llvmdc -O0 -od./obj -ofrun/c/char_08_D.d.exe run/c/char_08_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29778 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29779 run/c/char_08_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29780 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29781
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29782 Torture-Sub-1/32-PASS: run/c/char_08_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29783 run: llvmdc -O0 -od./obj -ofrun/c/char_08_E.d.exe run/c/char_08_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29784 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29785 run/c/char_08_E.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29786 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29787
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29788 Torture-Sub-1/32-PASS: run/c/char_08_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29789 run: llvmdc -O0 -od./obj -ofrun/c/char_08_F.d.exe run/c/char_08_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29790 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29791 run/c/char_08_F.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29792 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29793
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29794 Torture-Sub-1/32-PASS: run/c/char_08_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29795 run: llvmdc -O0 -od./obj -ofrun/c/char_08_G.d.exe run/c/char_08_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29796 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29797 run/c/char_08_G.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29798 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29799
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29800 Torture-Sub-1/32-PASS: run/c/char_08_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29801 run: llvmdc -O0 -od./obj -ofrun/c/char_08_H.d.exe run/c/char_08_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29802 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29803 run/c/char_08_H.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29804 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29805
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29806 Torture-Sub-1/32-PASS: run/c/char_08_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29807 run: llvmdc -O0 -od./obj -ofrun/c/class_18_A.d.exe run/c/class_18_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29808 run/c/class_18_A.d(18): base classes expected instead of .
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29809 run/c/class_18_A.d(18): members expected
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29810 run/c/class_18_A.d(18): { } expected following aggregate declaration
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29811 run/c/class_18_A.d(18): no identifier for declarator .Foo
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29812 run/c/class_18_A.d(18): semicolon expected, not '{'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29813 run/c/class_18_A.d(18): Declaration expected, not '{'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29814 run/c/class_18_A.d(24): Declaration expected, not 'if'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29815 run/c/class_18_A.d(27): Declaration expected, not 'if'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29816 run/c/class_18_A.d(29): unrecognized declaration
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29817 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29818 Torture-Sub-1/32-FAIL: run/c/class_18_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29819 run: llvmdc -O0 -od./obj -ofrun/c/class_18_B.d.exe run/c/class_18_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29820 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29821 run/c/class_18_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29822 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29823
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29824 Torture-Sub-1/32-PASS: run/c/class_18_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29825 run: llvmdc -O0 -od./obj -ofrun/c/class_20_A.d.exe run/c/class_20_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29826 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29827 run/c/class_20_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29828 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29829
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29830 Torture-Sub-1/32-PASS: run/c/class_20_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29831 run: llvmdc -O0 -od./obj -ofrun/c/class_20_B.d.exe run/c/class_20_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29832 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29833 run/c/class_20_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29834 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29835
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29836 Torture-Sub-1/32-PASS: run/c/class_20_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29837 run: llvmdc -O0 -od./obj -ofrun/c/class_20_C.d.exe run/c/class_20_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29838 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29839 run/c/class_20_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29840 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29841
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29842 Torture-Sub-1/32-PASS: run/c/class_20_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29843 run: llvmdc -O0 -od./obj -ofrun/c/class_20_D.d.exe run/c/class_20_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29844 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29845 run/c/class_20_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29846 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29847
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29848 Torture-Sub-1/32-PASS: run/c/class_20_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29849 run: llvmdc -O0 -od./obj -ofrun/c/class_20_E.d.exe run/c/class_20_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29850 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29851 run/c/class_20_E.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29852 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29853
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29854 Torture-Sub-1/32-PASS: run/c/class_20_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29855 run: llvmdc -O0 -od./obj -ofrun/c/class_20_F.d.exe run/c/class_20_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29856 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29857 run/c/class_20_F.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29858 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29859
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29860 Torture-Sub-1/32-PASS: run/c/class_20_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29861 run: llvmdc -O0 -od./obj -ofrun/c/class_20_G.d.exe run/c/class_20_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29862 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29863 run/c/class_20_G.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29864 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29865
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29866 Torture-Sub-1/32-PASS: run/c/class_20_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29867 run: llvmdc -O0 -od./obj -ofrun/c/class_20_H.d.exe run/c/class_20_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29868 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29869 run/c/class_20_H.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29870 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29871
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29872 Torture-Sub-1/32-PASS: run/c/class_20_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29873 run: llvmdc -O0 -od./obj -ofrun/c/class_20_I.d.exe run/c/class_20_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29874 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29875 run/c/class_20_I.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29876 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29877
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29878 Torture-Sub-1/32-PASS: run/c/class_20_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29879 run: llvmdc -O0 -od./obj -ofrun/c/class_20_J.d.exe run/c/class_20_J.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29880 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29881 run/c/class_20_J.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29882 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29883
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29884 Torture-Sub-1/32-PASS: run/c/class_20_J.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29885 run: llvmdc -O0 -od./obj -ofrun/c/class_22_A.d.exe run/c/class_22_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29886 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29887 run/c/class_22_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29888 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29889
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29890 Torture-Sub-1/32-PASS: run/c/class_22_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29891 run: llvmdc -O0 -od./obj -ofrun/c/class_22_B.d.exe run/c/class_22_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29892 run/c/class_22_B.d(13): class dstress.run.c.class_22_B.T!().B has forward references
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29893 run/c/class_22_B.d(26): mixin dstress.run.c.class_22_B.T!() error instantiating
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29894 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29895 Torture-Sub-1/32-FAIL: run/c/class_22_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29896 run: llvmdc -O0 -od./obj -ofrun/c/class_22_D.d.exe run/c/class_22_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29897 run/c/class_22_D.d(27): Error: Unimplemented DeclarationExp type. kind: mixin
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29898 llvmdc: gen/toir.cpp:142: virtual DValue* DeclarationExp::toElem(IRState*): Assertion `0' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29899 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29900 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29901 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29902 llvmdc[0x8124447]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29903 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29904 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29905 Torture-Sub-1/32-ERROR: run/c/class_22_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29906 run: llvmdc -O0 -od./obj -ofrun/c/class_23_A.d.exe run/c/class_23_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29907 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29908 run/c/class_23_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29909 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29910
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29911 Torture-Sub-1/32-PASS: run/c/class_23_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29912 run: llvmdc -O0 -od./obj -ofrun/c/class_23_B.d.exe run/c/class_23_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29913 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29914 run/c/class_23_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29915 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29916
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29917 Torture-Sub-1/32-PASS: run/c/class_23_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29918 run: llvmdc -O0 -od./obj -ofrun/c/class_23_C.d.exe run/c/class_23_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29919 run/c/class_23_C.d(14): template instance forward reference to template declaration FooT(V)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29920 run/c/class_23_C.d(14): Error: FooT!(int) is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29921 run/c/class_23_C.d(14): class dstress.run.c.class_23_C.Bar base type must be class or interface, not void
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29922 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29923 Torture-Sub-1/32-FAIL: run/c/class_23_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29924 run: llvmdc -O0 -od./obj -ofrun/c/class_23_D.d.exe run/c/class_23_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29925 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29926 run/c/class_23_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29927 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29928
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29929 Torture-Sub-1/32-PASS: run/c/class_23_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29930 run: llvmdc -O0 -od./obj -ofrun/c/class_25_A.d.exe run/c/class_25_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29931 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29932 run/c/class_25_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29933 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29934
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29935 Torture-Sub-1/32-PASS: run/c/class_25_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29936 run: llvmdc -O0 -od./obj -ofrun/c/class_25_B.d.exe run/c/class_25_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29937 llvmdc: gen/classes.cpp:829: DValue* DtoNewClass(TypeClass*, NewExp*): Assertion `nest' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29938 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29939 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29940 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29941 llvmdc[0x8133eef]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29942 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29943 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29944 Torture-Sub-1/32-ERROR: run/c/class_25_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29945 run: llvmdc -O0 -od./obj -ofrun/c/class_25_C.d.exe run/c/class_25_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29946 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29947 run/c/class_25_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29948 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29949
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29950 Torture-Sub-1/32-PASS: run/c/class_25_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29951 run: llvmdc -O0 -od./obj -ofrun/c/class_25_D.d.exe run/c/class_25_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29952 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29953 run/c/class_25_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29954 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29955
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29956 Torture-Sub-1/32-PASS: run/c/class_25_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29957 run: llvmdc -O0 -od./obj -ofrun/c/class_25_E.d.exe run/c/class_25_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29958 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29959 run/c/class_25_E.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29960 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29961
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29962 Torture-Sub-1/32-PASS: run/c/class_25_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29963 run: llvmdc -O0 -od./obj -ofrun/c/class_26_A.d.exe run/c/class_26_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29964 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29965 run/c/class_26_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29966 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29967
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29968 Torture-Sub-1/32-ERROR: run/c/class_26_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29969 run: llvmdc -O0 -od./obj -ofrun/c/class_26_B.d.exe run/c/class_26_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29970 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29971 run/c/class_26_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29972 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29973
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29974 Torture-Sub-1/32-ERROR: run/c/class_26_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29975 run: llvmdc -O0 -od./obj -ofrun/c/classinfo_01_A.d.exe run/c/classinfo_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29976 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29977 run/c/classinfo_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29978 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29979
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29980 Torture-Sub-1/32-PASS: run/c/classinfo_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29981 run: llvmdc -O0 -od./obj -ofrun/c/classinfo_01_B.d.exe run/c/classinfo_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29982 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29983 run/c/classinfo_01_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29984 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29985
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29986 Torture-Sub-1/32-PASS: run/c/classinfo_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29987 run: llvmdc -O0 -od./obj -ofrun/c/classinfo_01_C.d.exe run/c/classinfo_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29988 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29989 run/c/classinfo_01_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29990 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29991
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29992 Torture-Sub-1/32-PASS: run/c/classinfo_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29993 run: llvmdc -O0 -od./obj -ofrun/c/classinfo_01_D.d.exe run/c/classinfo_01_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29994 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29995 run/c/classinfo_01_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29996 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29997
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29998 Torture-Sub-1/32-PASS: run/c/classinfo_01_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
29999 run: llvmdc -O0 -od./obj -ofrun/c/classinfo_01_E.d.exe run/c/classinfo_01_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30000 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30001 run/c/classinfo_01_E.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30002 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30003
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30004 Torture-Sub-1/32-PASS: run/c/classinfo_01_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30005 run: llvmdc -O0 -od./obj -ofrun/c/classinfo_01_F.d.exe run/c/classinfo_01_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30006 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30007 run/c/classinfo_01_F.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30008 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30009
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30010 Torture-Sub-1/32-PASS: run/c/classinfo_01_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30011 run: llvmdc -O0 -od./obj -ofrun/c/comment_14.d.exe run/c/comment_14.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30012 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30013 run/c/comment_14.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30014 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30015
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30016 Torture-Sub-1/32-PASS: run/c/comment_14.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30017 run: llvmdc -O0 -od./obj -ofrun/c/const_16_B.d.exe run/c/const_16_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30018 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30019 run/c/const_16_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30020 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30021
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30022 Torture-Sub-1/32-PASS: run/c/const_16_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30023 run: llvmdc -O0 -od./obj -ofrun/c/const_25_A.d.exe run/c/const_25_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30024 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30025 run/c/const_25_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30026 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30027
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30028 Torture-Sub-1/32-ERROR: run/c/const_25_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30029 run: llvmdc -O0 -od./obj -ofrun/c/const_25_B.d.exe run/c/const_25_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30030 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30031 run/c/const_25_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30032 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30033
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30034 Torture-Sub-1/32-ERROR: run/c/const_25_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30035 run: llvmdc -O0 -od./obj -ofrun/c/const_26_A.d.exe run/c/const_26_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30036 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30037 run/c/const_26_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30038 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30039
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30040 Torture-Sub-1/32-PASS: run/c/const_26_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30041 run: llvmdc -O0 -od./obj -ofrun/c/const_26_B.d.exe run/c/const_26_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30042 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30043 run/c/const_26_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30044 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30045
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30046 Torture-Sub-1/32-PASS: run/c/const_26_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30047 run: llvmdc -O0 -od./obj -ofrun/c/const_27_A.d.exe run/c/const_27_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30048 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30049 run/c/const_27_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30050 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30051
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30052 Torture-Sub-1/32-PASS: run/c/const_27_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30053 run: llvmdc -O0 -od./obj -ofrun/c/const_27_B.d.exe run/c/const_27_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30054 run/c/const_27_B.d(13): Error: forward reference of b
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30055 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30056 Torture-Sub-1/32-FAIL: run/c/const_27_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30057 run: llvmdc -O0 -od./obj -ofrun/c/const_27_C.d.exe run/c/const_27_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30058 run/c/const_27_C.d(12): Error: forward reference of b
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30059 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30060 Torture-Sub-1/32-FAIL: run/c/const_27_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30061 run: llvmdc -O0 -od./obj -ofrun/c/const_27_D.d.exe run/c/const_27_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30062 run/c/const_27_D.d(12): Error: forward reference of b
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30063 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30064 Torture-Sub-1/32-FAIL: run/c/const_27_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30065 run: llvmdc -O0 -od./obj -ofrun/c/const_27_E.d.exe run/c/const_27_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30066 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30067 run/c/const_27_E.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30068 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30069
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30070 Torture-Sub-1/32-PASS: run/c/const_27_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30071 run: llvmdc -O0 -od./obj -ofrun/c/const_27_F.d.exe run/c/const_27_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30072 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30073 run/c/const_27_F.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30074 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30075
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30076 Torture-Sub-1/32-PASS: run/c/const_27_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30077 run: llvmdc -O0 -od./obj -ofrun/c/const_28_A.d.exe run/c/const_28_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30078 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30079 run/c/const_28_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30080 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30081
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30082 Torture-Sub-1/32-PASS: run/c/const_28_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30083 run: llvmdc -O0 -od./obj -ofrun/c/const_28_B.d.exe run/c/const_28_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30084 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30085 run/c/const_28_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30086 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30087
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30088 Torture-Sub-1/32-PASS: run/c/const_28_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30089 run: llvmdc -O0 -od./obj -ofrun/c/const_28_C.d.exe run/c/const_28_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30090 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30091 run/c/const_28_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30092 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30093
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30094 Torture-Sub-1/32-PASS: run/c/const_28_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30095 run: llvmdc -O0 -od./obj -ofrun/c/const_28_D.d.exe run/c/const_28_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30096 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30097 run/c/const_28_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30098 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30099
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30100 Torture-Sub-1/32-PASS: run/c/const_28_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30101 run: llvmdc -O0 -od./obj -ofrun/c/const_28_E.d.exe run/c/const_28_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30102 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30103 run/c/const_28_E.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30104 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30105
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30106 Torture-Sub-1/32-PASS: run/c/const_28_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30107 run: llvmdc -O0 -od./obj -ofrun/c/const_28_F.d.exe run/c/const_28_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30108 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30109 run/c/const_28_F.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30110 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30111
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30112 Torture-Sub-1/32-PASS: run/c/const_28_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30113 run: llvmdc -O0 -od./obj -ofrun/c/const_28_G.d.exe run/c/const_28_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30114 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30115 run/c/const_28_G.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30116 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30117
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30118 Torture-Sub-1/32-PASS: run/c/const_28_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30119 run: llvmdc -O0 -od./obj -ofrun/c/const_28_H.d.exe run/c/const_28_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30120 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30121 run/c/const_28_H.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30122 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30123
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30124 Torture-Sub-1/32-PASS: run/c/const_28_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30125 run: llvmdc -O0 -od./obj -ofrun/c/const_28_I.d.exe run/c/const_28_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30126 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30127 run/c/const_28_I.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30128 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30129
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30130 Torture-Sub-1/32-PASS: run/c/const_28_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30131 run: llvmdc -O0 -od./obj -ofrun/c/const_29_A.d.exe run/c/const_29_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30132 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30133 run/c/const_29_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30134 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30135
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30136 Torture-Sub-1/32-PASS: run/c/const_29_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30137 run: llvmdc -O0 -od./obj -ofrun/c/const_29_B.d.exe run/c/const_29_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30138 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30139 run/c/const_29_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30140 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30141
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30142 Torture-Sub-1/32-PASS: run/c/const_29_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30143 run: llvmdc -O0 -od./obj -ofrun/c/const_30_E.d.exe run/c/const_30_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30144 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30145 run/c/const_30_E.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30146 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30147
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30148 Torture-Sub-1/32-PASS: run/c/const_30_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30149 run: llvmdc -O0 -od./obj -ofrun/c/const_36_A.d.exe run/c/const_36_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30150 run/c/const_36_A.d(18): static assert is false
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30151 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30152 Torture-Sub-1/32-FAIL: run/c/const_36_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30153 run: llvmdc -O0 -od./obj -ofrun/c/const_36_B.d.exe run/c/const_36_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30154 run/c/const_36_B.d(18): static assert is false
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30155 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30156 Torture-Sub-1/32-FAIL: run/c/const_36_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30157 run: llvmdc -O0 -od./obj -ofrun/c/const_36_C.d.exe run/c/const_36_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30158 run/c/const_36_C.d(18): static assert is false
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30159 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30160 Torture-Sub-1/32-FAIL: run/c/const_36_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30161 run: llvmdc -O0 -od./obj -ofrun/c/const_36_D.d.exe run/c/const_36_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30162 run/c/const_36_D.d(18): static assert is false
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30163 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30164 Torture-Sub-1/32-FAIL: run/c/const_36_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30165 run: llvmdc -O0 -od./obj -ofrun/c/const_36_E.d.exe run/c/const_36_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30166 run/c/const_36_E.d(18): static assert is false
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30167 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30168 Torture-Sub-1/32-FAIL: run/c/const_36_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30169 run: llvmdc -O0 -od./obj -ofrun/c/const_36_F.d.exe run/c/const_36_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30170 run/c/const_36_F.d(18): static assert is false
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30171 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30172 Torture-Sub-1/32-FAIL: run/c/const_36_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30173 run: llvmdc -O0 -od./obj -ofrun/c/const_36_G.d.exe run/c/const_36_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30174 run/c/const_36_G.d(18): static assert is false
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30175 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30176 Torture-Sub-1/32-FAIL: run/c/const_36_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30177 run: llvmdc -O0 -od./obj -ofrun/c/const_36_H.d.exe run/c/const_36_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30178 run/c/const_36_H.d(18): static assert is false
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30179 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30180 Torture-Sub-1/32-FAIL: run/c/const_36_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30181 run: llvmdc -O0 -od./obj -ofrun/c/const_36_I.d.exe run/c/const_36_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30182 run/c/const_36_I.d(18): static assert is false
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30183 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30184 Torture-Sub-1/32-FAIL: run/c/const_36_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30185 run: llvmdc -O0 -od./obj -ofrun/c/const_37_A.d.exe run/c/const_37_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30186 run/c/const_37_A.d(17): static assert is false
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30187 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30188 Torture-Sub-1/32-FAIL: run/c/const_37_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30189 run: llvmdc -O0 -od./obj -ofrun/c/const_37_B.d.exe run/c/const_37_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30190 run/c/const_37_B.d(17): static assert is false
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30191 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30192 Torture-Sub-1/32-FAIL: run/c/const_37_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30193 run: llvmdc -O0 -od./obj -ofrun/c/const_37_C.d.exe run/c/const_37_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30194 run/c/const_37_C.d(17): static assert is false
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30195 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30196 Torture-Sub-1/32-FAIL: run/c/const_37_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30197 run: llvmdc -O0 -od./obj -ofrun/c/const_37_D.d.exe run/c/const_37_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30198 run/c/const_37_D.d(17): static assert is false
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30199 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30200 Torture-Sub-1/32-FAIL: run/c/const_37_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30201 run: llvmdc -O0 -od./obj -ofrun/c/const_37_E.d.exe run/c/const_37_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30202 run/c/const_37_E.d(17): static assert is false
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30203 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30204 Torture-Sub-1/32-FAIL: run/c/const_37_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30205 run: llvmdc -O0 -od./obj -ofrun/c/const_37_F.d.exe run/c/const_37_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30206 run/c/const_37_F.d(17): static assert is false
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30207 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30208 Torture-Sub-1/32-FAIL: run/c/const_37_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30209 run: llvmdc -O0 -od./obj -ofrun/c/const_39_A.d.exe run/c/const_39_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30210 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30211 run/c/const_39_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30212 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30213
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30214 Torture-Sub-1/32-PASS: run/c/const_39_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30215 run: llvmdc -O0 -od./obj -ofrun/c/const_39_B.d.exe run/c/const_39_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30216 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30217 run/c/const_39_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30218 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30219
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30220 Torture-Sub-1/32-PASS: run/c/const_39_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30221 run: llvmdc -O0 -od./obj -ofrun/c/const_39_C.d.exe run/c/const_39_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30222 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30223 run/c/const_39_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30224 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30225
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30226 Torture-Sub-1/32-PASS: run/c/const_39_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30227 run: llvmdc -O0 -od./obj -ofrun/c/const_39_D.d.exe run/c/const_39_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30228 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30229 run/c/const_39_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30230 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30231
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30232 Torture-Sub-1/32-PASS: run/c/const_39_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30233 run: llvmdc -O0 -od./obj -ofrun/c/const_39_E.d.exe run/c/const_39_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30234 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30235 run/c/const_39_E.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30236 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30237
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30238 Torture-Sub-1/32-PASS: run/c/const_39_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30239 run: llvmdc -O0 -od./obj -ofrun/c/const_45_A.d.exe run/c/const_45_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30240 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30241 run/c/const_45_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30242 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30243
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30244 Torture-Sub-1/32-PASS: run/c/const_45_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30245 run: llvmdc -O0 -od./obj -ofrun/c/const_47_A.d.exe run/c/const_47_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30246 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30247 run/c/const_47_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30248 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30249
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30250 Torture-Sub-1/32-PASS: run/c/const_47_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30251 run: llvmdc -O0 -od./obj -ofrun/c/const_47_B.d.exe run/c/const_47_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30252 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30253 run/c/const_47_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30254 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30255
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30256 Torture-Sub-1/32-PASS: run/c/const_47_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30257 run: llvmdc -O0 -od./obj -ofrun/c/continue_04_A.d.exe run/c/continue_04_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30258 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30259 run/c/continue_04_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30260 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30261
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30262 Torture-Sub-1/32-PASS: run/c/continue_04_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30263 run: llvmdc -O0 -od./obj -ofrun/c/continue_04_B.d.exe run/c/continue_04_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30264 run/c/continue_04_B.d: module dstress.run.c.continue_04_B Terminator found in the middle of a basic block!
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30265 label %entry_dstress.run.c.continue_04_B.main.__foreachbody1
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30266 Broken module found, compilation terminated.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30267 Broken module found, compilation terminated.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30268
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30269 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30270 Torture-Sub-1/32-FAIL: run/c/continue_04_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30271 run: llvmdc -O0 -od./obj -ofrun/c/continue_04_C.d.exe run/c/continue_04_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30272 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30273 run/c/continue_04_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30274 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30275
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30276 Torture-Sub-1/32-PASS: run/c/continue_04_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30277 run: llvmdc -O0 -od./obj -ofrun/c/continue_04_D.d.exe run/c/continue_04_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30278 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30279 run/c/continue_04_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30280 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30281
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30282 Torture-Sub-1/32-PASS: run/c/continue_04_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30283 run: llvmdc -O0 -od./obj -ofrun/c/continue_04_E.d.exe run/c/continue_04_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30284 run/c/continue_04_E.d: module dstress.run.c.continue_04_E Terminator found in the middle of a basic block!
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30285 label %entry_dstress.run.c.continue_04_E.main.__foreachbody1
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30286 Broken module found, compilation terminated.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30287 Broken module found, compilation terminated.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30288
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30289 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30290 Torture-Sub-1/32-FAIL: run/c/continue_04_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30291 run: llvmdc -O0 -od./obj -ofrun/c/creal_26_A.d.exe run/c/creal_26_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30292 llvmdc: ./gen/dvalue.h:43: virtual LLValue* DValue::getRVal(): Assertion `0' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30293 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30294 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30295 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30296 llvmdc[0x810e2f1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30297 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30298 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30299 Torture-Sub-1/32-ERROR: run/c/creal_26_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30300 run: llvmdc -O0 -od./obj -ofrun/c/creal_27_A.d.exe run/c/creal_27_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30301 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30302 run/c/creal_27_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30303 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30304
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30305 Torture-Sub-1/32-PASS: run/c/creal_27_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30306 run: llvmdc -O0 -od./obj -ofrun/c/creal_27_B.d.exe run/c/creal_27_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30307 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30308 run/c/creal_27_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30309 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30310
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30311 Torture-Sub-1/32-PASS: run/c/creal_27_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30312 run: llvmdc -O0 -od./obj -ofrun/c/creal_27_C.d.exe run/c/creal_27_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30313 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30314 run/c/creal_27_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30315 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30316
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30317 Torture-Sub-1/32-PASS: run/c/creal_27_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30318 run: llvmdc -O0 -od./obj -ofrun/c/creal_28_A.d.exe run/c/creal_28_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30319 llvmdc: ./gen/dvalue.h:43: virtual LLValue* DValue::getRVal(): Assertion `0' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30320 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30321 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30322 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30323 llvmdc[0x810e2f1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30324 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30325 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30326 Torture-Sub-1/32-ERROR: run/c/creal_28_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30327 run: llvmdc -O0 -od./obj -ofrun/c/creal_28_B.d.exe run/c/creal_28_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30328 llvmdc: ./gen/dvalue.h:43: virtual LLValue* DValue::getRVal(): Assertion `0' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30329 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30330 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30331 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30332 llvmdc[0x810e2f1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30333 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30334 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30335 Torture-Sub-1/32-ERROR: run/c/creal_28_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30336 run: llvmdc -O0 -od./obj -ofrun/c/creal_29_A.d.exe run/c/creal_29_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30337 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30338 run/c/creal_29_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30339 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30340
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30341 Torture-Sub-1/32-PASS: run/c/creal_29_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30342 run: llvmdc -O0 -od./obj -ofrun/c/creal_29_B.d.exe run/c/creal_29_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30343 llvmdc: /home/kamm/eigenes/projekte/llvmdc/llvm-23-branch/lib/VMCore/Value.cpp:45: llvm::Value::Value(const llvm::Type*, unsigned int): Assertion `(Ty->isFirstClassType() || Ty == Type::VoidTy || isa<OpaqueType>(ty)) && "Cannot create non-first-class values except for constants!"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30344 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30345 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30346 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30347 llvmdc[0x8834b5c]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30348 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30349 Torture-Sub-1/32-ERROR: run/c/creal_29_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30350 run: llvmdc -O0 -od./obj -ofrun/c/creal_29_C.d.exe run/c/creal_29_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30351 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30352 run/c/creal_29_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30353 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30354
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30355 Torture-Sub-1/32-PASS: run/c/creal_29_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30356 run: llvmdc -O0 -od./obj -ofrun/c/creal_30.d.exe run/c/creal_30.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30357 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30358 run/c/creal_30.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30359 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30360
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30361 Torture-Sub-1/32-PASS: run/c/creal_30.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30362 run: llvmdc -O0 -od./obj -ofrun/c/creal_32_A.d.exe run/c/creal_32_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30363 run/c/creal_32_A.d(12): module math cannot read file 'std/math.d'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30364 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30365 Torture-Sub-1/32-FAIL: run/c/creal_32_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30366 run: llvmdc -O0 -od./obj -ofrun/c/creal_32_B.d.exe run/c/creal_32_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30367 run/c/creal_32_B.d(12): module math cannot read file 'std/math.d'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30368 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30369 Torture-Sub-1/32-FAIL: run/c/creal_32_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30370 run: llvmdc -O0 -od./obj -ofrun/c/creal_32_C.d.exe run/c/creal_32_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30371 run/c/creal_32_C.d(12): module math cannot read file 'std/math.d'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30372 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30373 Torture-Sub-1/32-FAIL: run/c/creal_32_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30374 run: llvmdc -O0 -od./obj -ofrun/c/creal_32_D.d.exe run/c/creal_32_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30375 run/c/creal_32_D.d(12): module math cannot read file 'std/math.d'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30376 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30377 Torture-Sub-1/32-FAIL: run/c/creal_32_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30378 run: llvmdc -O0 -od./obj -ofrun/c/creal_33_A.d.exe run/c/creal_33_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30379 run/c/creal_33_A.d(12): module math cannot read file 'std/math.d'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30380 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30381 Torture-Sub-1/32-FAIL: run/c/creal_33_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30382 run: llvmdc -O0 -od./obj -ofrun/c/creal_33_B.d.exe run/c/creal_33_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30383 run/c/creal_33_B.d(12): module math cannot read file 'std/math.d'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30384 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30385 Torture-Sub-1/32-FAIL: run/c/creal_33_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30386 run: llvmdc -O0 -od./obj -ofrun/c/creal_33_C.d.exe run/c/creal_33_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30387 run/c/creal_33_C.d(12): module math cannot read file 'std/math.d'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30388 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30389 Torture-Sub-1/32-FAIL: run/c/creal_33_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30390 run: llvmdc -O0 -od./obj -ofrun/c/creal_33_D.d.exe run/c/creal_33_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30391 run/c/creal_33_D.d(12): module math cannot read file 'std/math.d'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30392 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30393 Torture-Sub-1/32-FAIL: run/c/creal_33_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30394 run: llvmdc -O0 -od./obj -ofrun/c/creal_34_A.d.exe run/c/creal_34_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30395 run/c/creal_34_A.d(12): module math cannot read file 'std/math.d'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30396 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30397 Torture-Sub-1/32-FAIL: run/c/creal_34_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30398 run: llvmdc -O0 -od./obj -ofrun/c/creal_34_B.d.exe run/c/creal_34_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30399 run/c/creal_34_B.d(12): module math cannot read file 'std/math.d'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30400 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30401 Torture-Sub-1/32-FAIL: run/c/creal_34_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30402 run: llvmdc -O0 -od./obj -ofrun/c/creal_34_C.d.exe run/c/creal_34_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30403 run/c/creal_34_C.d(12): module math cannot read file 'std/math.d'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30404 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30405 Torture-Sub-1/32-FAIL: run/c/creal_34_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30406 run: llvmdc -O0 -od./obj -ofrun/c/creal_34_D.d.exe run/c/creal_34_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30407 run/c/creal_34_D.d(12): module math cannot read file 'std/math.d'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30408 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30409 Torture-Sub-1/32-FAIL: run/c/creal_34_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30410 run: llvmdc -O0 -od./obj -ofrun/c/creal_36_A.d.exe run/c/creal_36_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30411 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30412 run/c/creal_36_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30413 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30414
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30415 Torture-Sub-1/32-PASS: run/c/creal_36_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30416 run: llvmdc -O0 -od./obj -ofrun/c/creal_36_B.d.exe run/c/creal_36_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30417 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30418 run/c/creal_36_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30419 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30420
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30421 Torture-Sub-1/32-PASS: run/c/creal_36_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30422 run: llvmdc -O0 -od./obj -ofrun/cfloat_01.d.exe run/cfloat_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30423 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30424 run/cfloat_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30425 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30426
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30427 Torture-Sub-1/32-PASS: run/cfloat_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30428 run: llvmdc -O0 -od./obj -ofrun/char_03.d.exe run/char_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30429 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30430 run/char_03.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30431 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30432
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30433 Torture-Sub-1/32-PASS: run/char_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30434 run: llvmdc -O0 -od./obj -ofrun/char_06.d.exe run/char_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30435 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30436 run/char_06.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30437 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30438
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30439 Torture-Sub-1/32-PASS: run/char_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30440 run: llvmdc -O0 -od./obj -ofrun/class_01.d.exe run/class_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30441 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30442 run/class_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30443 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30444
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30445 Torture-Sub-1/32-PASS: run/class_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30446 run: llvmdc -O0 -od./obj -ofrun/class_02.d.exe run/class_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30447 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30448 run/class_02.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30449 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30450
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30451 Torture-Sub-1/32-PASS: run/class_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30452 run: llvmdc -O0 -od./obj -ofrun/class_03.d.exe run/class_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30453 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30454 run/class_03.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30455 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30456
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30457 Torture-Sub-1/32-PASS: run/class_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30458 run: llvmdc -O0 -od./obj -ofrun/class_06.d.exe run/class_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30459 llvmdc: gen/classes.cpp:829: DValue* DtoNewClass(TypeClass*, NewExp*): Assertion `nest' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30460 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30461 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30462 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30463 llvmdc[0x8133eef]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30464 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30465 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30466 Torture-Sub-1/32-ERROR: run/class_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30467 run: llvmdc -O0 -od./obj -ofrun/class_08.d.exe run/class_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30468 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30469 run/class_08.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30470 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30471
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30472 Torture-Sub-1/32-PASS: run/class_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30473 run: llvmdc -O0 -od./obj -ofrun/class_09.d.exe run/class_09.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30474 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30475 run/class_09.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30476 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30477
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30478 Torture-Sub-1/32-PASS: run/class_09.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30479 run: llvmdc -O0 -od./obj -ofrun/class_10.d.exe run/class_10.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30480 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30481 run/class_10.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30482 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30483
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30484 Torture-Sub-1/32-PASS: run/class_10.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30485 run: llvmdc -O0 -od./obj -ofrun/class_initialization_01.d.exe run/class_initialization_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30486 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30487 run/class_initialization_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30488 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30489
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30490 Torture-Sub-1/32-PASS: run/class_initialization_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30491 run: llvmdc -O0 -od./obj -ofrun/class_initialization_02.d.exe run/class_initialization_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30492 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30493 run/class_initialization_02.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30494 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30495
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30496 Torture-Sub-1/32-PASS: run/class_initialization_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30497 run: llvmdc -O0 -debug -od./obj/_D55 -ofrun/command_line_debug_01.d.exe run/command_line_debug_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30498 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30499 run/command_line_debug_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30500 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30501
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30502 Torture-Sub-1/32-PASS: run/command_line_debug_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30503 run: llvmdc -O0 -debug=1 -od./obj/_D67 -ofrun/command_line_debug_02.d.exe run/command_line_debug_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30504 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30505 run/command_line_debug_02.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30506 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30507
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30508 Torture-Sub-1/32-PASS: run/command_line_debug_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30509 run: llvmdc -O0 -debug=abc -od./obj/_D7B -ofrun/command_line_debug_03.d.exe run/command_line_debug_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30510 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30511 run/command_line_debug_03.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30512 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30513
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30514 Torture-Sub-1/32-PASS: run/command_line_debug_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30515 run: llvmdc -O0 -debug=123456789 -od./obj/_D8D -ofrun/command_line_debug_04.d.exe run/command_line_debug_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30516 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30517 run/command_line_debug_04.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30518 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30519
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30520 Torture-Sub-1/32-PASS: run/command_line_debug_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30521 run: llvmdc -O0 -debug=A1 -od./obj/_D9F -ofrun/command_line_debug_08.d.exe run/command_line_debug_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30522 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30523 run/command_line_debug_08.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30524 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30525
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30526 Torture-Sub-1/32-PASS: run/command_line_debug_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30527 run: llvmdc -O0 -version=abc -od./obj/_DB1 -ofrun/command_line_version_01.d.exe run/command_line_version_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30528 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30529 run/command_line_version_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30530 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30531
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30532 Torture-Sub-1/32-PASS: run/command_line_version_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30533 run: llvmdc -O0 -version=123 -od./obj/_DC3 -ofrun/command_line_version_02.d.exe run/command_line_version_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30534 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30535 run/command_line_version_02.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30536 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30537
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30538 Torture-Sub-1/32-PASS: run/command_line_version_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30539 run: llvmdc -O0 -version=A2 -od./obj/_DD5 -ofrun/command_line_version_03.d.exe run/command_line_version_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30540 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30541 run/command_line_version_03.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30542 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30543
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30544 Torture-Sub-1/32-PASS: run/command_line_version_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30545 run: llvmdc -O0 -od./obj -ofrun/comment_01.d.exe run/comment_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30546 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30547 run/comment_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30548 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30549
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30550 Torture-Sub-1/32-PASS: run/comment_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30551 run: llvmdc -O0 -od./obj -ofrun/comment_02.d.exe run/comment_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30552 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30553 run/comment_02.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30554 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30555
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30556 Torture-Sub-1/32-PASS: run/comment_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30557 run: llvmdc -O0 -od./obj -ofrun/comment_03.d.exe run/comment_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30558 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30559 run/comment_03.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30560 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30561
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30562 Torture-Sub-1/32-PASS: run/comment_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30563 run: llvmdc -O0 -od./obj -ofrun/comment_04.d.exe run/comment_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30564 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30565 run/comment_04.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30566 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30567
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30568 Torture-Sub-1/32-PASS: run/comment_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30569 run: llvmdc -O0 -od./obj -ofrun/comment_05.d.exe run/comment_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30570 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30571 run/comment_05.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30572 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30573
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30574 Torture-Sub-1/32-PASS: run/comment_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30575 run: llvmdc -O0 -od./obj -ofrun/comment_06.d.exe run/comment_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30576 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30577 run/comment_06.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30578 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30579
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30580 Torture-Sub-1/32-PASS: run/comment_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30581 run: llvmdc -O0 -od./obj -ofrun/comment_09.d.exe run/comment_09.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30582 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30583 run/comment_09.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30584 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30585
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30586 Torture-Sub-1/32-PASS: run/comment_09.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30587 run: llvmdc -O0 -od./obj -ofrun/comment_10.d.exe run/comment_10.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30588 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30589 run/comment_10.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30590 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30591
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30592 Torture-Sub-1/32-PASS: run/comment_10.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30593 run: llvmdc -O0 -od./obj -ofrun/comment_11.d.exe run/comment_11.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30594 run/comment_11.d(8): Error: identifier 'string' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30595 run/comment_11.d(8): Error: string is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30596 run/comment_11.d(8): variable dstress.run.comment_11.main.x voids have no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30597 run/comment_11.d(8): Error: cannot implicitly convert expression ("/**/") of type char[4u] to int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30598 run/comment_11.d(9): Error: no property 'length' for type 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30599 run/comment_11.d(10): Error: x must be an array or pointer type, not int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30600 run/comment_11.d(11): Error: x must be an array or pointer type, not int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30601 run/comment_11.d(12): Error: x must be an array or pointer type, not int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30602 run/comment_11.d(13): Error: x must be an array or pointer type, not int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30603 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30604 Torture-Sub-1/32-FAIL: run/comment_11.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30605 run: llvmdc -O0 -od./obj -ofrun/comment_12.d.exe run/comment_12.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30606 run/comment_12.d(8): Error: identifier 'string' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30607 run/comment_12.d(8): Error: string is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30608 run/comment_12.d(8): variable dstress.run.comment_12.main.x voids have no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30609 run/comment_12.d(8): Error: cannot implicitly convert expression ("/++/") of type char[4u] to int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30610 run/comment_12.d(9): Error: no property 'length' for type 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30611 run/comment_12.d(10): Error: x must be an array or pointer type, not int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30612 run/comment_12.d(11): Error: x must be an array or pointer type, not int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30613 run/comment_12.d(12): Error: x must be an array or pointer type, not int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30614 run/comment_12.d(13): Error: x must be an array or pointer type, not int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30615 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30616 Torture-Sub-1/32-FAIL: run/comment_12.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30617 run: llvmdc -O0 -od./obj -ofrun/comment_13.d.exe run/comment_13.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30618 run/comment_13.d(8): Error: identifier 'string' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30619 run/comment_13.d(8): Error: string is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30620 run/comment_13.d(8): variable dstress.run.comment_13.main.x voids have no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30621 run/comment_13.d(10): Error: cannot implicitly convert expression ("\x0a//\x0a") of type char[4u] to int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30622 run/comment_13.d(11): Error: no property 'length' for type 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30623 run/comment_13.d(12): Error: x must be an array or pointer type, not int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30624 run/comment_13.d(13): Error: x must be an array or pointer type, not int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30625 run/comment_13.d(14): Error: x must be an array or pointer type, not int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30626 run/comment_13.d(15): Error: x must be an array or pointer type, not int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30627 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30628 Torture-Sub-1/32-FAIL: run/comment_13.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30629 run: llvmdc -O0 -od./obj -ofrun/compare_01.d.exe run/compare_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30630 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30631 run/compare_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30632 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30633
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30634 Torture-Sub-1/32-PASS: run/compare_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30635 run: llvmdc -O0 -od./obj -ofrun/compare_02.d.exe run/compare_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30636 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30637 run/compare_02.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30638 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30639
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30640 Torture-Sub-1/32-PASS: run/compare_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30641 run: llvmdc -O0 -od./obj -ofrun/complex_01.d.exe run/complex_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30642 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30643 run/complex_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30644 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30645
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30646 Torture-Sub-1/32-PASS: run/complex_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30647 run: llvmdc -O0 -od./obj -ofrun/const_01.d.exe run/const_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30648 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30649 run/const_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30650 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30651
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30652 Torture-Sub-1/32-PASS: run/const_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30653 run: llvmdc -O0 -od./obj -ofrun/const_05.d.exe run/const_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30654 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30655 run/const_05.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30656 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30657
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30658 Torture-Sub-1/32-PASS: run/const_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30659 run: llvmdc -O0 -od./obj -ofrun/const_06.d.exe run/const_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30660 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30661 run/const_06.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30662 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30663
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30664 Torture-Sub-1/32-PASS: run/const_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30665 run: llvmdc -O0 -od./obj -ofrun/const_10.d.exe run/const_10.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30666 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30667 run/const_10.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30668 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30669
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30670 Torture-Sub-1/32-PASS: run/const_10.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30671 run: llvmdc -O0 -od./obj -ofrun/const_14.d.exe run/const_14.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30672 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30673 run/const_14.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30674 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30675
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30676 Torture-Sub-1/32-PASS: run/const_14.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30677 run: llvmdc -O0 -od./obj -ofrun/const_15.d.exe run/const_15.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30678 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30679 run/const_15.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30680 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30681
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30682 Torture-Sub-1/32-PASS: run/const_15.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30683 run: llvmdc -O0 -od./obj -ofrun/const_16.d.exe run/const_16.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30684 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30685 run/const_16.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30686 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30687
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30688 Torture-Sub-1/32-PASS: run/const_16.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30689 run: llvmdc -O0 -od./obj -ofrun/const_17.d.exe run/const_17.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30690 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30691 run/const_17.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30692 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30693
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30694 Torture-Sub-1/32-PASS: run/const_17.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30695 run: llvmdc -O0 -od./obj -ofrun/const_18.d.exe run/const_18.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30696 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30697 run/const_18.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30698 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30699
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30700 Torture-Sub-1/32-PASS: run/const_18.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30701 run: llvmdc -O0 -od./obj -ofrun/const_19.d.exe run/const_19.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30702 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30703 run/const_19.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30704 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30705
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30706 Torture-Sub-1/32-PASS: run/const_19.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30707 run: llvmdc -O0 -od./obj -ofrun/const_20_A.d.exe run/const_20_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30708 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30709 run/const_20_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30710 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30711
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30712 Torture-Sub-1/32-PASS: run/const_20_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30713 run: llvmdc -O0 -od./obj -ofrun/const_20_B.d.exe run/const_20_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30714 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30715 run/const_20_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30716 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30717
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30718 Torture-Sub-1/32-PASS: run/const_20_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30719 run: llvmdc -O0 -od./obj -ofrun/const_20_C.d.exe run/const_20_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30720 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30721 run/const_20_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30722 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30723
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30724 Torture-Sub-1/32-PASS: run/const_20_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30725 run: llvmdc -O0 -od./obj -ofrun/const_20_D.d.exe run/const_20_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30726 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30727 run/const_20_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30728 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30729
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30730 Torture-Sub-1/32-PASS: run/const_20_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30731 run: llvmdc -O0 -od./obj -ofrun/const_21_A.d.exe run/const_21_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30732 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30733 run/const_21_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30734 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30735
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30736 Torture-Sub-1/32-PASS: run/const_21_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30737 run: llvmdc -O0 -od./obj -ofrun/const_21_B.d.exe run/const_21_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30738 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30739 run/const_21_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30740 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30741
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30742 Torture-Sub-1/32-PASS: run/const_21_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30743 run: llvmdc -O0 -od./obj -ofrun/const_21_C.d.exe run/const_21_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30744 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30745 run/const_21_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30746 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30747
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30748 Torture-Sub-1/32-PASS: run/const_21_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30749 run: llvmdc -O0 -od./obj -ofrun/const_21_D.d.exe run/const_21_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30750 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30751 run/const_21_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30752 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30753
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30754 Torture-Sub-1/32-PASS: run/const_21_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30755 run: llvmdc -O0 -od./obj -ofrun/const_22_A.d.exe run/const_22_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30756 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30757 run/const_22_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30758 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30759
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30760 Torture-Sub-1/32-PASS: run/const_22_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30761 run: llvmdc -O0 -od./obj -ofrun/const_22_B.d.exe run/const_22_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30762 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30763 run/const_22_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30764 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30765
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30766 Torture-Sub-1/32-PASS: run/const_22_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30767 run: llvmdc -O0 -od./obj -ofrun/const_22_C.d.exe run/const_22_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30768 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30769 run/const_22_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30770 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30771
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30772 Torture-Sub-1/32-PASS: run/const_22_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30773 run: llvmdc -O0 -od./obj -ofrun/const_22_D.d.exe run/const_22_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30774 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30775 run/const_22_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30776 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30777
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30778 Torture-Sub-1/32-PASS: run/const_22_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30779 run: llvmdc -O0 -od./obj -ofrun/constructor_01.d.exe run/constructor_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30780 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30781 run/constructor_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30782 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30783
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30784 Torture-Sub-1/32-PASS: run/constructor_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30785 run: llvmdc -O0 -od./obj -ofrun/constructor_02.d.exe run/constructor_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30786 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30787 run/constructor_02.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30788 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30789
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30790 Torture-Sub-1/32-PASS: run/constructor_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30791 run: llvmdc -O0 -od./obj -ofrun/constructor_03.d.exe run/constructor_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30792 llvmdc: gen/classes.cpp:829: DValue* DtoNewClass(TypeClass*, NewExp*): Assertion `nest' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30793 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30794 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30795 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30796 llvmdc[0x8133eef]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30797 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30798 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30799 Torture-Sub-1/32-ERROR: run/constructor_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30800 run: llvmdc -O0 addon/constructor_04_A.d -od./obj/_1061 -ofrun/constructor_04.d.exe run/constructor_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30801 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30802 run/constructor_04.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30803 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30804
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30805 Torture-Sub-1/32-PASS: run/constructor_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30806 run: llvmdc -O0 addon/constructor_06_A.d -od./obj/_1073 -ofrun/constructor_06.d.exe run/constructor_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30807 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30808 run/constructor_06.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30809 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30810
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30811 Torture-Sub-1/32-PASS: run/constructor_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30812 run: llvmdc -O0 -od./obj -ofrun/constructor_07.d.exe run/constructor_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30813 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30814 run/constructor_07.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30815 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30816
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30817 Torture-Sub-1/32-PASS: run/constructor_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30818 run: llvmdc -O0 -od./obj -ofrun/constructor_08.d.exe run/constructor_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30819 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30820 run/constructor_08.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30821 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30822
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30823 Torture-Sub-1/32-PASS: run/constructor_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30824 run: llvmdc -O0 -od./obj -ofrun/constructor_09.d.exe run/constructor_09.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30825 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30826 run/constructor_09.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30827 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30828
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30829 Torture-Sub-1/32-PASS: run/constructor_09.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30830 run: llvmdc -O0 -od./obj -ofrun/constructor_10.d.exe run/constructor_10.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30831 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30832 run/constructor_10.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30833 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30834
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30835 Torture-Sub-1/32-PASS: run/constructor_10.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30836 run: llvmdc -O0 -od./obj -ofrun/constructor_11.d.exe run/constructor_11.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30837 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30838 run/constructor_11.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30839 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30840
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30841 Torture-Sub-1/32-PASS: run/constructor_11.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30842 run: llvmdc -O0 -od./obj -ofrun/creal_01.d.exe run/creal_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30843 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30844 run/creal_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30845 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30846
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30847 Torture-Sub-1/32-PASS: run/creal_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30848 run: llvmdc -O0 -od./obj -ofrun/creal_02.d.exe run/creal_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30849 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30850 run/creal_02.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30851 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30852
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30853 Torture-Sub-1/32-PASS: run/creal_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30854 run: llvmdc -O0 -od./obj -ofrun/creal_03.d.exe run/creal_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30855 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30856 run/creal_03.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30857 Exception: Assertion failure
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30858 Assertion failed:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30859 run/creal_03.d(19)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30860 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30861
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30862 Torture-Sub-1/32-ERROR: run/creal_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30863 run: llvmdc -O0 -od./obj -ofrun/creal_05.d.exe run/creal_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30864 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30865 run/creal_05.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30866 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30867
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30868 Torture-Sub-1/32-PASS: run/creal_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30869 run: llvmdc -O0 -od./obj -ofrun/creal_06.d.exe run/creal_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30870 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30871 run/creal_06.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30872 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30873
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30874 Torture-Sub-1/32-PASS: run/creal_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30875 run: llvmdc -O0 -od./obj -ofrun/creal_07.d.exe run/creal_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30876 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30877 run/creal_07.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30878 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30879
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30880 Torture-Sub-1/32-PASS: run/creal_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30881 run: llvmdc -O0 -od./obj -ofrun/creal_08.d.exe run/creal_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30882 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30883 run/creal_08.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30884 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30885
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30886 Torture-Sub-1/32-PASS: run/creal_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30887 run: llvmdc -O0 -od./obj -ofrun/creal_09.d.exe run/creal_09.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30888 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30889 run/creal_09.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30890 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30891
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30892 Torture-Sub-1/32-PASS: run/creal_09.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30893 run: llvmdc -O0 -od./obj -ofrun/creal_10.d.exe run/creal_10.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30894 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30895 run/creal_10.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30896 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30897
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30898 Torture-Sub-1/32-PASS: run/creal_10.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30899 run: llvmdc -O0 -od./obj -ofrun/creal_11.d.exe run/creal_11.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30900 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30901 run/creal_11.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30902 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30903
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30904 Torture-Sub-1/32-PASS: run/creal_11.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30905 run: llvmdc -O0 -od./obj -ofrun/creal_12.d.exe run/creal_12.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30906 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30907 run/creal_12.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30908 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30909
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30910 Torture-Sub-1/32-PASS: run/creal_12.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30911 run: llvmdc -O0 -od./obj -ofrun/creal_13.d.exe run/creal_13.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30912 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30913 run/creal_13.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30914 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30915
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30916 Torture-Sub-1/32-PASS: run/creal_13.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30917 run: llvmdc -O0 -od./obj -ofrun/creal_14.d.exe run/creal_14.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30918 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30919 run/creal_14.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30920 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30921
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30922 Torture-Sub-1/32-PASS: run/creal_14.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30923 run: llvmdc -O0 -od./obj -ofrun/creal_15.d.exe run/creal_15.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30924 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30925 run/creal_15.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30926 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30927
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30928 Torture-Sub-1/32-PASS: run/creal_15.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30929 run: llvmdc -O0 -od./obj -ofrun/creal_16.d.exe run/creal_16.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30930 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30931 run/creal_16.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30932 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30933
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30934 Torture-Sub-1/32-PASS: run/creal_16.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30935 run: llvmdc -O0 -od./obj -ofrun/creal_17.d.exe run/creal_17.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30936 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30937 run/creal_17.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30938 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30939
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30940 Torture-Sub-1/32-PASS: run/creal_17.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30941 run: llvmdc -O0 -od./obj -ofrun/creal_18.d.exe run/creal_18.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30942 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30943 run/creal_18.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30944 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30945
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30946 Torture-Sub-1/32-PASS: run/creal_18.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30947 run: llvmdc -O0 -od./obj -ofrun/creal_19.d.exe run/creal_19.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30948 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30949 run/creal_19.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30950 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30951
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30952 Torture-Sub-1/32-PASS: run/creal_19.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30953 run: llvmdc -O0 -od./obj -ofrun/creal_20.d.exe run/creal_20.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30954 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30955 run/creal_20.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30956 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30957
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30958 Torture-Sub-1/32-PASS: run/creal_20.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30959 run: llvmdc -O0 -od./obj -ofrun/__DATE__01.d.exe run/__DATE__01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30960 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30961 run/__DATE__01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30962 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30963
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30964 Torture-Sub-1/32-PASS: run/__DATE__01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30965 run: llvmdc -O0 -od./obj -ofrun/dchar_03.d.exe run/dchar_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30966 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30967 run/dchar_03.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30968 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30969
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30970 Torture-Sub-1/32-PASS: run/dchar_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30971 run: llvmdc -O0 -od./obj -ofrun/dchar_05.d.exe run/dchar_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30972 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30973 run/dchar_05.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30974 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30975
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30976 Torture-Sub-1/32-PASS: run/dchar_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30977 run: llvmdc -O0 -od./obj -ofrun/dchar_07.d.exe run/dchar_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30978 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30979 run/dchar_07.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30980 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30981
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30982 Torture-Sub-1/32-PASS: run/dchar_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30983 run: llvmdc -O0 -od./obj -ofrun/dchar_08.d.exe run/dchar_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30984 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30985 run/dchar_08.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30986 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30987
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30988 Torture-Sub-1/32-PASS: run/dchar_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30989 run: llvmdc -O0 -od./obj -ofrun/dchar_09.d.exe run/dchar_09.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30990 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30991 run/dchar_09.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30992 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30993
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30994 Torture-Sub-1/32-PASS: run/dchar_09.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30995 run: llvmdc -O0 -od./obj -ofrun/d/dchar_10_A.d.exe run/d/dchar_10_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30996 run/d/dchar_10_A.d(12): invalid UTF character \U0000dbc4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30997 run/d/dchar_10_A.d(12): invalid UTF character \U0000dd11
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30998 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
30999 Torture-Sub-1/32-FAIL: run/d/dchar_10_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31000 run: llvmdc -O0 -od./obj -ofrun/d/dchar_10_B.d.exe run/d/dchar_10_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31001 run/d/dchar_10_B.d(12): invalid UTF character \U0000dbc4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31002 run/d/dchar_10_B.d(12): invalid UTF character \U0000dd11
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31003 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31004 Torture-Sub-1/32-FAIL: run/d/dchar_10_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31005 run: llvmdc -O0 -od./obj -ofrun/d/dchar_10_C.d.exe run/d/dchar_10_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31006 run/d/dchar_10_C.d(12): invalid UTF character \U0000dbc4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31007 run/d/dchar_10_C.d(12): invalid UTF character \U0000dd11
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31008 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31009 Torture-Sub-1/32-FAIL: run/d/dchar_10_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31010 run: llvmdc -O0 -od./obj -ofrun/d/dchar_10_D.d.exe run/d/dchar_10_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31011 run/d/dchar_10_D.d(12): invalid UTF character \U0000dbc4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31012 run/d/dchar_10_D.d(12): invalid UTF character \U0000dd11
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31013 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31014 Torture-Sub-1/32-FAIL: run/d/dchar_10_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31015 run: llvmdc -O0 -od./obj -ofrun/d/dchar_10_E.d.exe run/d/dchar_10_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31016 run/d/dchar_10_E.d(12): invalid UTF character \U0000dbc4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31017 run/d/dchar_10_E.d(12): invalid UTF character \U0000dd11
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31018 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31019 Torture-Sub-1/32-FAIL: run/d/dchar_10_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31020 run: llvmdc -O0 -od./obj -ofrun/d/dchar_10_F.d.exe run/d/dchar_10_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31021 run/d/dchar_10_F.d(12): invalid UTF character \U0000dbc4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31022 run/d/dchar_10_F.d(12): invalid UTF character \U0000dd11
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31023 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31024 Torture-Sub-1/32-FAIL: run/d/dchar_10_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31025 run: llvmdc -O0 -od./obj -ofrun/d/dchar_10_G.d.exe run/d/dchar_10_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31026 run/d/dchar_10_G.d(12): invalid UTF character \U0000dbc4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31027 run/d/dchar_10_G.d(12): invalid UTF character \U0000dd11
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31028 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31029 Torture-Sub-1/32-FAIL: run/d/dchar_10_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31030 run: llvmdc -O0 -od./obj -ofrun/d/dchar_10_H.d.exe run/d/dchar_10_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31031 run/d/dchar_10_H.d(12): invalid UTF character \U0000dbc4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31032 run/d/dchar_10_H.d(12): invalid UTF character \U0000dd11
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31033 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31034 Torture-Sub-1/32-FAIL: run/d/dchar_10_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31035 run: llvmdc -O0 -od./obj -ofrun/d/dchar_11_A.d.exe run/d/dchar_11_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31036 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31037 run/d/dchar_11_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31038 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31039
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31040 Torture-Sub-1/32-PASS: run/d/dchar_11_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31041 run: llvmdc -O0 -od./obj -ofrun/d/dchar_11_B.d.exe run/d/dchar_11_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31042 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31043 run/d/dchar_11_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31044 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31045
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31046 Torture-Sub-1/32-PASS: run/d/dchar_11_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31047 run: llvmdc -O0 -od./obj -ofrun/d/dchar_11_C.d.exe run/d/dchar_11_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31048 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31049 run/d/dchar_11_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31050 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31051
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31052 Torture-Sub-1/32-PASS: run/d/dchar_11_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31053 run: llvmdc -O0 -od./obj -ofrun/d/dchar_11_D.d.exe run/d/dchar_11_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31054 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31055 run/d/dchar_11_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31056 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31057
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31058 Torture-Sub-1/32-PASS: run/d/dchar_11_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31059 run: llvmdc -O0 -od./obj -ofrun/d/dchar_11_E.d.exe run/d/dchar_11_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31060 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31061 run/d/dchar_11_E.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31062 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31063
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31064 Torture-Sub-1/32-PASS: run/d/dchar_11_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31065 run: llvmdc -O0 -od./obj -ofrun/d/debug_14_A.d.exe run/d/debug_14_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31066 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31067 run/d/debug_14_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31068 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31069
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31070 Torture-Sub-1/32-ERROR: run/d/debug_14_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31071 run: llvmdc -O0 -g -od./obj -ofrun/d/debug_info_10_A.d.exe run/d/debug_info_10_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31072 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31073 run/d/debug_info_10_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31074 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31075
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31076 gdb run/d/debug_info_10_A.d.exe < ./obj/t132f-643c9869-3.tmp
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31077 [?1034hGNU gdb 6.7.1
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31078 Copyright (C) 2007 Free Software Foundation, Inc.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31079 License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31080 This is free software: you are free to change and redistribute it.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31081 There is NO WARRANTY, to the extent permitted by law. Type "show copying"
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31082 and "show warranty" for details.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31083 This GDB was configured as "i686-pc-linux-gnu"...
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31084 Using host libthread_db library "/lib/libthread_db.so.1".
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31085 (gdb) No line 16 in file "run/d/debug_info_10_A.d".
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31086 (gdb) Starting program: /home/kamm/eigenes/projekte/llvmdc/llvmdc/tests/dstress/run/d/debug_info_10_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31087 [Thread debugging using libthread_db enabled]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31088 [New Thread 0x401a2950 (LWP 4933)]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31089
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31090 Program exited normally.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31091 (gdb) No symbol "i" in current context.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31092 (gdb) No symbol "i" in current context.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31093 (gdb) EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31094
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31095 Torture-Sub-1/32-ERROR: run/d/debug_info_10_A.d [bad debugger message]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31096 run: llvmdc -O0 -g -od./obj -ofrun/d/debug_info_11_A.d.exe run/d/debug_info_11_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31097 terminate called after throwing an instance of 'std::out_of_range'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31098 what(): basic_string::replace
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31099 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31100 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31101 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x150)[0x4013e6a0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31102 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3c5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31103 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c3f6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31104 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6[0x4013c4fa]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31105 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZSt20__throw_out_of_rangePKc+0x79)[0x400d8f49]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31106 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKcj+0x1aa)[0x4011cbc8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31107 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6(_ZNSs7replaceEjjPKc+0x48)[0x4011cdd6]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31108 llvmdc[0x8174a4e]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31109 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31110 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31111 Torture-Sub-1/32-ERROR: run/d/debug_info_11_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31112 run: llvmdc -O0 -od./obj -ofrun/d/delegate_17_A.d.exe run/d/delegate_17_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31113 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31114 run/d/delegate_17_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31115 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31116
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31117 Torture-Sub-1/32-PASS: run/d/delegate_17_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31118 run: llvmdc -O0 -od./obj -ofrun/d/delegate_19_A.d.exe run/d/delegate_19_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31119 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31120 run/d/delegate_19_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31121 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31122
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31123 Torture-Sub-1/32-PASS: run/d/delegate_19_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31124 run: llvmdc -O0 -od./obj -ofrun/d/delegate_19_B.d.exe run/d/delegate_19_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31125 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31126 run/d/delegate_19_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31127 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31128
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31129 Torture-Sub-1/32-PASS: run/d/delegate_19_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31130 run: llvmdc -O0 -od./obj -ofrun/d/delegate_20_A.d.exe run/d/delegate_20_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31131 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31132 run/d/delegate_20_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31133 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31134
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31135 Torture-Sub-1/32-PASS: run/d/delegate_20_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31136 run: llvmdc -O0 -od./obj -ofrun/d/delegate_20_B.d.exe run/d/delegate_20_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31137 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31138 run/d/delegate_20_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31139 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31140
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31141 Torture-Sub-1/32-PASS: run/d/delegate_20_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31142 run: llvmdc -O0 -od./obj -ofrun/d/delete_10_A.d.exe run/d/delete_10_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31143 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31144 run/d/delete_10_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31145 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31146
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31147 Torture-Sub-1/32-PASS: run/d/delete_10_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31148 run: llvmdc -O0 -od./obj -ofrun/d/delete_10_B.d.exe run/d/delete_10_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31149 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31150 run/d/delete_10_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31151 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31152
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31153 Torture-Sub-1/32-PASS: run/d/delete_10_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31154 run: llvmdc -O0 -od./obj -ofrun/d/delete_10_C.d.exe run/d/delete_10_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31155 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31156 run/d/delete_10_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31157 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31158
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31159 Torture-Sub-1/32-PASS: run/d/delete_10_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31160 run: llvmdc -O0 -od./obj -ofrun/d/delete_12_A.d.exe run/d/delete_12_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31161 llvmdc: gen/toir.cpp:1887: virtual DValue* NewExp::toElem(IRState*): Assertion `!newargs && "arguments to new not yet supported"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31162 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31163 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31164 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31165 llvmdc[0x8119351]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31166 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31167 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31168 Torture-Sub-1/32-ERROR: run/d/delete_12_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31169 run: llvmdc -O0 -od./obj -ofrun/d/delete_12_B.d.exe run/d/delete_12_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31170 llvmdc: gen/toir.cpp:1887: virtual DValue* NewExp::toElem(IRState*): Assertion `!newargs && "arguments to new not yet supported"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31171 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31172 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31173 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31174 llvmdc[0x8119351]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31175 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31176 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31177 Torture-Sub-1/32-ERROR: run/d/delete_12_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31178 run: llvmdc -O0 -od./obj -ofrun/d/delete_12_C.d.exe run/d/delete_12_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31179 llvmdc: gen/toir.cpp:1887: virtual DValue* NewExp::toElem(IRState*): Assertion `!newargs && "arguments to new not yet supported"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31180 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31181 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31182 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31183 llvmdc[0x8119351]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31184 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31185 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31186 Torture-Sub-1/32-ERROR: run/d/delete_12_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31187 run: llvmdc -O0 -od./obj -ofrun/d/delete_12_D.d.exe run/d/delete_12_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31188 llvmdc: gen/toir.cpp:1887: virtual DValue* NewExp::toElem(IRState*): Assertion `!newargs && "arguments to new not yet supported"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31189 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31190 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31191 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31192 llvmdc[0x8119351]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31193 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31194 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31195 Torture-Sub-1/32-ERROR: run/d/delete_12_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31196 run: llvmdc -O0 -od./obj -ofrun/d/delete_13_B.d.exe run/d/delete_13_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31197 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31198 run/d/delete_13_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31199 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31200
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31201 Torture-Sub-1/32-PASS: run/d/delete_13_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31202 run: llvmdc -O0 -od./obj -ofrun/d/delete_14_A.d.exe run/d/delete_14_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31203 llvmdc: gen/toir.cpp:1887: virtual DValue* NewExp::toElem(IRState*): Assertion `!newargs && "arguments to new not yet supported"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31204 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31205 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31206 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31207 llvmdc[0x8119351]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31208 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31209 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31210 Torture-Sub-1/32-ERROR: run/d/delete_14_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31211 run: llvmdc -O0 -od./obj -ofrun/d/delete_14_B.d.exe run/d/delete_14_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31212 llvmdc: gen/toir.cpp:1887: virtual DValue* NewExp::toElem(IRState*): Assertion `!newargs && "arguments to new not yet supported"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31213 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31214 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31215 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31216 llvmdc[0x8119351]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31217 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31218 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31219 Torture-Sub-1/32-ERROR: run/d/delete_14_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31220 run: llvmdc -O0 -d -od./obj/_140B -ofrun/d/deprecated_21_A.d.exe run/d/deprecated_21_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31221 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31222 run/d/deprecated_21_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31223 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31224
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31225 Torture-Sub-1/32-ERROR: run/d/deprecated_21_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31226 run: llvmdc -O0 -d -od./obj/_141D -ofrun/d/deprecated_21_B.d.exe run/d/deprecated_21_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31227 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31228 run/d/deprecated_21_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31229 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31230
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31231 Torture-Sub-1/32-ERROR: run/d/deprecated_21_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31232 run: llvmdc -O0 -od./obj -ofrun/d/deprecated_22_A.d.exe run/d/deprecated_22_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31233 run/d/deprecated_22_A.d(26): alias dstress.run.d.deprecated_22_A.foo is deprecated
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31234 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31235 Torture-Sub-1/32-FAIL: run/d/deprecated_22_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31236 run: llvmdc -O0 -od./obj -ofrun/d/deprecated_22_B.d.exe run/d/deprecated_22_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31237 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31238 run/d/deprecated_22_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31239 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31240
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31241 Torture-Sub-1/32-PASS: run/d/deprecated_22_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31242 run: llvmdc -O0 -od./obj -ofrun/d/double_25_A.d.exe run/d/double_25_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31243 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31244 run/d/double_25_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31245 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31246
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31247 Torture-Sub-1/32-PASS: run/d/double_25_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31248 run: llvmdc -O0 -od./obj -ofrun/d/double_27_A.d.exe run/d/double_27_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31249 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31250 run/d/double_27_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31251 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31252
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31253 Torture-Sub-1/32-PASS: run/d/double_27_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31254 run: llvmdc -O0 -od./obj -ofrun/d/double_27_B.d.exe run/d/double_27_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31255 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31256 run/d/double_27_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31257 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31258
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31259 Torture-Sub-1/32-PASS: run/d/double_27_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31260 run: llvmdc -O0 -od./obj -ofrun/d/double_27_C.d.exe run/d/double_27_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31261 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31262 run/d/double_27_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31263 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31264
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31265 Torture-Sub-1/32-PASS: run/d/double_27_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31266 run: llvmdc -O0 -od./obj -ofrun/d/double_27_D.d.exe run/d/double_27_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31267 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31268 run/d/double_27_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31269 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31270
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31271 Torture-Sub-1/32-PASS: run/d/double_27_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31272 run: llvmdc -O0 -od./obj -ofrun/d/double_28_B.d.exe run/d/double_28_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31273 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31274 run/d/double_28_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31275 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31276
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31277 Torture-Sub-1/32-PASS: run/d/double_28_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31278 run: llvmdc -O0 -od./obj -ofrun/d/double_29_A.d.exe run/d/double_29_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31279 run/d/double_29_A.d(13): Error: undefined identifier f
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31280 run/d/double_29_A.d(15): static assert (cast(real)f == infL) is not evaluatable at compile time
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31281 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31282 Torture-Sub-1/32-FAIL: run/d/double_29_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31283 run: llvmdc -O0 -od./obj -ofrun/d/double_29_B.d.exe run/d/double_29_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31284 run/d/double_29_B.d(13): Error: undefined identifier f
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31285 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31286 Torture-Sub-1/32-FAIL: run/d/double_29_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31287 run: llvmdc -O0 -od./obj -ofrun/d/double_29_C.d.exe run/d/double_29_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31288 run/d/double_29_C.d(14): Error: undefined identifier f
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31289 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31290 Torture-Sub-1/32-FAIL: run/d/double_29_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31291 run: llvmdc -O0 -od./obj -ofrun/d/double_29_D.d.exe run/d/double_29_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31292 run/d/double_29_D.d(14): Error: undefined identifier f
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31293 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31294 Torture-Sub-1/32-FAIL: run/d/double_29_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31295 run: llvmdc -O0 -od./obj -ofrun/d/double_30_A.d.exe run/d/double_30_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31296 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31297 run/d/double_30_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31298 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31299
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31300 Torture-Sub-1/32-PASS: run/d/double_30_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31301 run: llvmdc -O0 -od./obj -ofrun/d/double_31_A.d.exe run/d/double_31_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31302 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31303 run/d/double_31_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31304 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31305
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31306 Torture-Sub-1/32-PASS: run/d/double_31_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31307 run: llvmdc -O0 -od./obj -ofrun/d/double_31_B.d.exe run/d/double_31_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31308 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31309 run/d/double_31_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31310 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31311
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31312 Torture-Sub-1/32-PASS: run/d/double_31_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31313 run: llvmdc -O0 -od./obj -ofrun/d/double_31_C.d.exe run/d/double_31_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31314 run/d/double_31_C.d: module dstress.run.r.double_31_C Terminator found in the middle of a basic block!
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31315 label %ifnotinitend
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31316 Broken module found, compilation terminated.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31317 Broken module found, compilation terminated.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31318
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31319 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31320 Torture-Sub-1/32-FAIL: run/d/double_31_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31321 run: llvmdc -O0 -od./obj -ofrun/d/double_31_D.d.exe run/d/double_31_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31322 run/d/double_31_D.d: module dstress.run.r.double_31_D Terminator found in the middle of a basic block!
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31323 label %entry_dstress.run.r.double_31_D.main
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31324 Broken module found, compilation terminated.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31325 Broken module found, compilation terminated.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31326
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31327 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31328 Torture-Sub-1/32-FAIL: run/d/double_31_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31329 run: llvmdc -O0 -debug -od./obj/_1516 -ofrun/debug_01.d.exe run/debug_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31330 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31331 run/debug_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31332 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31333
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31334 Torture-Sub-1/32-PASS: run/debug_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31335 run: llvmdc -O0 -debug=2 -od./obj/_1536 -ofrun/debug_02.d.exe run/debug_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31336 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31337 run/debug_02.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31338 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31339
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31340 Torture-Sub-1/32-PASS: run/debug_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31341 run: llvmdc -O0 -debug=a -od./obj/_1552 -ofrun/debug_03.d.exe run/debug_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31342 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31343 run/debug_03.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31344 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31345
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31346 Torture-Sub-1/32-PASS: run/debug_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31347 run: llvmdc -O0 -od./obj -ofrun/debug_info_03.d.exe run/debug_info_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31348 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31349 run/debug_info_03.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31350 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31351
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31352 Torture-Sub-1/32-PASS: run/debug_info_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31353 run: llvmdc -O0 -od./obj -ofrun/debug_info_05.d.exe run/debug_info_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31354 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31355 run/debug_info_05.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31356 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31357
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31358 Torture-Sub-1/32-PASS: run/debug_info_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31359 run: llvmdc -O0 -od./obj -ofrun/debug_info_06.d.exe run/debug_info_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31360 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31361 run/debug_info_06.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31362 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31363
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31364 Torture-Sub-1/32-PASS: run/debug_info_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31365 run: llvmdc -O0 -od./obj -ofrun/debug_info_07.d.exe run/debug_info_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31366 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31367 run/debug_info_07.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31368 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31369
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31370 Torture-Sub-1/32-PASS: run/debug_info_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31371 run: llvmdc -O0 -od./obj -ofrun/default_argument_01.d.exe run/default_argument_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31372 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31373 run/default_argument_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31374 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31375
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31376 Torture-Sub-1/32-PASS: run/default_argument_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31377 run: llvmdc -O0 -od./obj -ofrun/default_argument_02.d.exe run/default_argument_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31378 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31379 run/default_argument_02.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31380 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31381
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31382 Torture-Sub-1/32-PASS: run/default_argument_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31383 run: llvmdc -O0 -od./obj -ofrun/default_argument_03.d.exe run/default_argument_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31384 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31385 run/default_argument_03.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31386 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31387
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31388 Torture-Sub-1/32-PASS: run/default_argument_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31389 run: llvmdc -O0 -od./obj -ofrun/default_argument_04.d.exe run/default_argument_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31390 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31391 run/default_argument_04.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31392 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31393
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31394 Torture-Sub-1/32-PASS: run/default_argument_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31395 run: llvmdc -O0 -od./obj -ofrun/default_argument_06.d.exe run/default_argument_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31396 run/default_argument_06.d(20): Error: Unimplemented DeclarationExp type. kind: mixin
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31397 llvmdc: gen/toir.cpp:142: virtual DValue* DeclarationExp::toElem(IRState*): Assertion `0' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31398 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31399 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31400 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31401 llvmdc[0x8124447]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31402 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31403 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31404 Torture-Sub-1/32-ERROR: run/default_argument_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31405 run: llvmdc -O0 -od./obj -ofrun/default_argument_07.d.exe run/default_argument_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31406 run/default_argument_07.d(20): Error: Unimplemented DeclarationExp type. kind: mixin
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31407 llvmdc: gen/toir.cpp:142: virtual DValue* DeclarationExp::toElem(IRState*): Assertion `0' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31408 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31409 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31410 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31411 llvmdc[0x8124447]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31412 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31413 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31414 Torture-Sub-1/32-ERROR: run/default_argument_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31415 run: llvmdc -O0 -od./obj -ofrun/default_argument_08.d.exe run/default_argument_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31416 run/default_argument_08.d(11): Error: identifier 'string' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31417 run/default_argument_08.d(11): Error: string is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31418 run/default_argument_08.d(11): Error: cannot have parameter of type void
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31419 run/default_argument_08.d(11): Error: cannot implicitly convert expression (BAR) of type string to void
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31420 run/default_argument_08.d(15): Error: identifier 'string' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31421 run/default_argument_08.d(15): Error: string is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31422 run/default_argument_08.d(15): variable dstress.run.default_argument_08.BAR voids have no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31423 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31424 Torture-Sub-1/32-FAIL: run/default_argument_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31425 run: llvmdc -O0 -od./obj -ofrun/default_argument_09.d.exe run/default_argument_09.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31426 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31427 run/default_argument_09.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31428 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31429
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31430 Torture-Sub-1/32-PASS: run/default_argument_09.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31431 run: llvmdc -O0 -od./obj -ofrun/delegate_01.d.exe run/delegate_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31432 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31433 run/delegate_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31434 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31435
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31436 Torture-Sub-1/32-PASS: run/delegate_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31437 run: llvmdc -O0 -od./obj -ofrun/delegate_04.d.exe run/delegate_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31438 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31439 run/delegate_04.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31440 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31441
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31442 Torture-Sub-1/32-PASS: run/delegate_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31443 run: llvmdc -O0 -od./obj -ofrun/delegate_06.d.exe run/delegate_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31444 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31445 run/delegate_06.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31446 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31447
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31448 Torture-Sub-1/32-PASS: run/delegate_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31449 run: llvmdc -O0 -od./obj -ofrun/delegate_12.d.exe run/delegate_12.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31450 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31451 run/delegate_12.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31452 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31453
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31454 Torture-Sub-1/32-PASS: run/delegate_12.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31455 run: llvmdc -O0 -od./obj -ofrun/delete_01.d.exe run/delete_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31456 run/delete_01.d(8): module gc cannot read file 'std/gc.d'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31457 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31458 Torture-Sub-1/32-FAIL: run/delete_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31459 run: llvmdc -O0 -od./obj -ofrun/deprecated_09.d.exe run/deprecated_09.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31460 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31461 run/deprecated_09.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31462 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31463
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31464 Torture-Sub-1/32-PASS: run/deprecated_09.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31465 run: llvmdc -O0 -od./obj -ofrun/deprecated_10.d.exe run/deprecated_10.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31466 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31467 run/deprecated_10.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31468 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31469
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31470 Torture-Sub-1/32-PASS: run/deprecated_10.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31471 run: llvmdc -O0 -od./obj -ofrun/deprecated_12.d.exe run/deprecated_12.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31472 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31473 run/deprecated_12.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31474 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31475
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31476 Torture-Sub-1/32-PASS: run/deprecated_12.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31477 run: llvmdc -O0 -d -od./obj/_1696 -ofrun/deprecated_13.d.exe run/deprecated_13.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31478 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31479 run/deprecated_13.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31480 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31481
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31482 Torture-Sub-1/32-PASS: run/deprecated_13.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31483 run: llvmdc -O0 -od./obj -ofrun/destructor_01.d.exe run/destructor_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31484 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31485 run/destructor_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31486 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31487
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31488 Torture-Sub-1/32-PASS: run/destructor_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31489 run: llvmdc -O0 -od./obj -ofrun/destructor_03.d.exe run/destructor_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31490 Warning: run/destructor_03.d(26): try-catch is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31491 Warning: run/destructor_03.d(21): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31492 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31493 run/destructor_03.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31494 Exception: E2
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31495 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31496
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31497 Torture-Sub-1/32-ERROR: run/destructor_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31498 run: llvmdc -O0 -od./obj -ofrun/destructor_04.d.exe run/destructor_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31499 Warning: run/destructor_04.d(28): try-catch is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31500 Warning: run/destructor_04.d(15): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31501 Warning: run/destructor_04.d(20): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31502 run/destructor_04.d: module dstress.run.destructor_04 Terminator found in the middle of a basic block!
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31503 label %entry_dstress.run.destructor_04.MyClass.this
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31504 Broken module found, compilation terminated.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31505 Broken module found, compilation terminated.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31506 Broken module found, compilation terminated.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31507
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31508 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31509 Torture-Sub-1/32-FAIL: run/destructor_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31510 run: llvmdc -O0 -od./obj -ofrun/double_01.d.exe run/double_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31511 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31512 run/double_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31513 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31514
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31515 Torture-Sub-1/32-PASS: run/double_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31516 run: llvmdc -O0 -od./obj -ofrun/double_02.d.exe run/double_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31517 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31518 run/double_02.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31519 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31520
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31521 Torture-Sub-1/32-PASS: run/double_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31522 run: llvmdc -O0 -od./obj -ofrun/double_03.d.exe run/double_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31523 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31524 run/double_03.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31525 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31526
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31527 Torture-Sub-1/32-PASS: run/double_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31528 run: llvmdc -O0 -od./obj -ofrun/double_04.d.exe run/double_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31529 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31530 run/double_04.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31531 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31532
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31533 Torture-Sub-1/32-PASS: run/double_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31534 run: llvmdc -O0 -od./obj -ofrun/double_05.d.exe run/double_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31535 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31536 run/double_05.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31537 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31538
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31539 Torture-Sub-1/32-PASS: run/double_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31540 run: llvmdc -O0 -od./obj -ofrun/double_06.d.exe run/double_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31541 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31542 run/double_06.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31543 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31544
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31545 Torture-Sub-1/32-PASS: run/double_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31546 run: llvmdc -O0 -od./obj -ofrun/double_07.d.exe run/double_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31547 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31548 run/double_07.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31549 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31550
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31551 Torture-Sub-1/32-PASS: run/double_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31552 run: llvmdc -O0 -od./obj -ofrun/double_08.d.exe run/double_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31553 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31554 run/double_08.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31555 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31556
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31557 Torture-Sub-1/32-PASS: run/double_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31558 run: llvmdc -O0 -od./obj -ofrun/double_09.d.exe run/double_09.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31559 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31560 run/double_09.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31561 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31562
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31563 Torture-Sub-1/32-PASS: run/double_09.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31564 run: llvmdc -O0 -od./obj -ofrun/double_10.d.exe run/double_10.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31565 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31566 run/double_10.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31567 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31568
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31569 Torture-Sub-1/32-PASS: run/double_10.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31570 run: llvmdc -O0 -od./obj -ofrun/double_11.d.exe run/double_11.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31571 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31572 run/double_11.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31573 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31574
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31575 Torture-Sub-1/32-PASS: run/double_11.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31576 run: llvmdc -O0 -od./obj -ofrun/double_12.d.exe run/double_12.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31577 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31578 run/double_12.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31579 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31580
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31581 Torture-Sub-1/32-PASS: run/double_12.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31582 run: llvmdc -O0 -od./obj -ofrun/double_13.d.exe run/double_13.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31583 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31584 run/double_13.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31585 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31586
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31587 Torture-Sub-1/32-PASS: run/double_13.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31588 run: llvmdc -O0 -od./obj -ofrun/double_22.d.exe run/double_22.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31589 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31590 run/double_22.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31591 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31592
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31593 Torture-Sub-1/32-PASS: run/double_22.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31594 run: llvmdc -O0 -od./obj -ofrun/double_quoted_string_01.d.exe run/double_quoted_string_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31595 run/double_quoted_string_01.d(8): Error: identifier 'string' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31596 run/double_quoted_string_01.d(8): Error: string is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31597 run/double_quoted_string_01.d(8): variable dstress.run.double_quoted_string_01.main.x voids have no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31598 run/double_quoted_string_01.d(8): Error: cannot implicitly convert expression ("abc") of type char[3u] to int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31599 run/double_quoted_string_01.d(9): Error: no property 'length' for type 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31600 run/double_quoted_string_01.d(10): Error: x must be an array or pointer type, not int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31601 run/double_quoted_string_01.d(11): Error: x must be an array or pointer type, not int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31602 run/double_quoted_string_01.d(12): Error: x must be an array or pointer type, not int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31603 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31604 Torture-Sub-1/32-FAIL: run/double_quoted_string_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31605 run: llvmdc -O0 -od./obj -ofrun/double_quoted_string_02.d.exe run/double_quoted_string_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31606 run/double_quoted_string_02.d(8): Error: identifier 'string' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31607 run/double_quoted_string_02.d(8): Error: string is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31608 run/double_quoted_string_02.d(8): variable dstress.run.double_quoted_string_02.main.x voids have no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31609 run/double_quoted_string_02.d(9): Error: cannot implicitly convert expression ("\x0a\x09") of type char[2u] to int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31610 run/double_quoted_string_02.d(10): Error: no property 'length' for type 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31611 run/double_quoted_string_02.d(11): Error: x must be an array or pointer type, not int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31612 run/double_quoted_string_02.d(12): Error: x must be an array or pointer type, not int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31613 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31614 Torture-Sub-1/32-FAIL: run/double_quoted_string_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31615 run: llvmdc -O0 -od./obj -ofrun/double_quoted_string_03.d.exe run/double_quoted_string_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31616 run/double_quoted_string_03.d(8): Error: identifier 'string' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31617 run/double_quoted_string_03.d(8): Error: string is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31618 run/double_quoted_string_03.d(8): variable dstress.run.double_quoted_string_03.main.x voids have no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31619 run/double_quoted_string_03.d(8): Error: cannot implicitly convert expression ("\x0a") of type char[1u] to int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31620 run/double_quoted_string_03.d(9): Error: no property 'length' for type 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31621 run/double_quoted_string_03.d(10): Error: x must be an array or pointer type, not int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31622 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31623 Torture-Sub-1/32-FAIL: run/double_quoted_string_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31624 run: llvmdc -O0 -od./obj -ofrun/double_quoted_string_04.d.exe run/double_quoted_string_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31625 run/double_quoted_string_04.d(8): Error: identifier 'string' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31626 run/double_quoted_string_04.d(8): Error: string is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31627 run/double_quoted_string_04.d(8): variable dstress.run.double_quoted_string_04.main.x voids have no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31628 run/double_quoted_string_04.d(8): Error: cannot implicitly convert expression ("\x09") of type char[1u] to int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31629 run/double_quoted_string_04.d(9): Error: no property 'length' for type 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31630 run/double_quoted_string_04.d(10): Error: x must be an array or pointer type, not int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31631 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31632 Torture-Sub-1/32-FAIL: run/double_quoted_string_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31633 run: llvmdc -O0 -od./obj -ofrun/double_quoted_string_05.d.exe run/double_quoted_string_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31634 run/double_quoted_string_05.d(8): Error: identifier 'string' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31635 run/double_quoted_string_05.d(8): Error: string is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31636 run/double_quoted_string_05.d(8): variable dstress.run.double_quoted_string_05.main.x voids have no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31637 run/double_quoted_string_05.d(8): Error: cannot implicitly convert expression ("\"") of type char[1u] to int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31638 run/double_quoted_string_05.d(9): Error: no property 'length' for type 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31639 run/double_quoted_string_05.d(10): Error: x must be an array or pointer type, not int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31640 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31641 Torture-Sub-1/32-FAIL: run/double_quoted_string_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31642 run: llvmdc -O0 -od./obj -ofrun/double_quoted_string_06.d.exe run/double_quoted_string_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31643 run/double_quoted_string_06.d(8): Error: identifier 'string' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31644 run/double_quoted_string_06.d(8): Error: string is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31645 run/double_quoted_string_06.d(8): variable dstress.run.double_quoted_string_06.main.x voids have no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31646 run/double_quoted_string_06.d(8): Error: cannot implicitly convert expression ("'") of type char[1u] to int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31647 run/double_quoted_string_06.d(9): Error: no property 'length' for type 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31648 run/double_quoted_string_06.d(10): Error: x must be an array or pointer type, not int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31649 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31650 Torture-Sub-1/32-FAIL: run/double_quoted_string_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31651 run: llvmdc -O0 -od./obj -ofrun/double_quoted_string_07.d.exe run/double_quoted_string_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31652 run/double_quoted_string_07.d(8): Error: identifier 'string' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31653 run/double_quoted_string_07.d(8): Error: string is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31654 run/double_quoted_string_07.d(8): variable dstress.run.double_quoted_string_07.main.x voids have no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31655 run/double_quoted_string_07.d(8): Error: cannot implicitly convert expression ("?") of type char[1u] to int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31656 run/double_quoted_string_07.d(9): Error: no property 'length' for type 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31657 run/double_quoted_string_07.d(10): Error: x must be an array or pointer type, not int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31658 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31659 Torture-Sub-1/32-FAIL: run/double_quoted_string_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31660 run: llvmdc -O0 -od./obj -ofrun/double_quoted_string_08.d.exe run/double_quoted_string_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31661 run/double_quoted_string_08.d(8): Error: identifier 'string' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31662 run/double_quoted_string_08.d(8): Error: string is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31663 run/double_quoted_string_08.d(8): variable dstress.run.double_quoted_string_08.main.x voids have no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31664 run/double_quoted_string_08.d(8): Error: cannot implicitly convert expression ("\x07") of type char[1u] to int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31665 run/double_quoted_string_08.d(9): Error: no property 'length' for type 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31666 run/double_quoted_string_08.d(10): Error: x must be an array or pointer type, not int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31667 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31668 Torture-Sub-1/32-FAIL: run/double_quoted_string_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31669 run: llvmdc -O0 -od./obj -ofrun/double_quoted_string_09.d.exe run/double_quoted_string_09.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31670 run/double_quoted_string_09.d(8): Error: identifier 'string' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31671 run/double_quoted_string_09.d(8): Error: string is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31672 run/double_quoted_string_09.d(8): variable dstress.run.double_quoted_string_09.main.x voids have no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31673 run/double_quoted_string_09.d(8): Error: cannot implicitly convert expression ("\x08") of type char[1u] to int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31674 run/double_quoted_string_09.d(9): Error: no property 'length' for type 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31675 run/double_quoted_string_09.d(10): Error: x must be an array or pointer type, not int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31676 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31677 Torture-Sub-1/32-FAIL: run/double_quoted_string_09.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31678 run: llvmdc -O0 -od./obj -ofrun/double_quoted_string_10.d.exe run/double_quoted_string_10.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31679 run/double_quoted_string_10.d(8): Error: identifier 'string' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31680 run/double_quoted_string_10.d(8): Error: string is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31681 run/double_quoted_string_10.d(8): variable dstress.run.double_quoted_string_10.main.x voids have no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31682 run/double_quoted_string_10.d(8): Error: cannot implicitly convert expression ("\x0c") of type char[1u] to int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31683 run/double_quoted_string_10.d(9): Error: no property 'length' for type 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31684 run/double_quoted_string_10.d(10): Error: x must be an array or pointer type, not int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31685 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31686 Torture-Sub-1/32-FAIL: run/double_quoted_string_10.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31687 run: llvmdc -O0 -od./obj -ofrun/double_quoted_string_11.d.exe run/double_quoted_string_11.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31688 run/double_quoted_string_11.d(8): Error: identifier 'string' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31689 run/double_quoted_string_11.d(8): Error: string is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31690 run/double_quoted_string_11.d(8): variable dstress.run.double_quoted_string_11.main.x voids have no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31691 run/double_quoted_string_11.d(8): Error: cannot implicitly convert expression ("\x0b") of type char[1u] to int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31692 run/double_quoted_string_11.d(9): Error: no property 'length' for type 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31693 run/double_quoted_string_11.d(10): Error: x must be an array or pointer type, not int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31694 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31695 Torture-Sub-1/32-FAIL: run/double_quoted_string_11.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31696 run: llvmdc -O0 -od./obj -ofrun/double_quoted_string_17.d.exe run/double_quoted_string_17.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31697 run/double_quoted_string_17.d(8): Error: identifier 'string' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31698 run/double_quoted_string_17.d(8): Error: string is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31699 run/double_quoted_string_17.d(8): variable dstress.run.double_quoted_string_17.main.a voids have no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31700 run/double_quoted_string_17.d(8): Error: cannot implicitly convert expression ("abc") of type char[3u] to int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31701 run/double_quoted_string_17.d(9): Error: identifier 'string' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31702 run/double_quoted_string_17.d(9): Error: string is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31703 run/double_quoted_string_17.d(9): variable dstress.run.double_quoted_string_17.main.b voids have no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31704 run/double_quoted_string_17.d(9): Error: cannot implicitly convert expression ("abc") of type char[3u] to int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31705 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31706 Torture-Sub-1/32-FAIL: run/double_quoted_string_17.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31707 run: llvmdc -O0 -od./obj -ofrun/double_quoted_string_18.d.exe run/double_quoted_string_18.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31708 run/double_quoted_string_18.d(8): Error: identifier 'string' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31709 run/double_quoted_string_18.d(8): Error: string is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31710 run/double_quoted_string_18.d(8): variable dstress.run.double_quoted_string_18.main.a voids have no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31711 run/double_quoted_string_18.d(8): Error: cannot implicitly convert expression ("abc") of type char[3u] to int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31712 run/double_quoted_string_18.d(9): Error: identifier 'string' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31713 run/double_quoted_string_18.d(9): Error: string is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31714 run/double_quoted_string_18.d(9): variable dstress.run.double_quoted_string_18.main.b voids have no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31715 run/double_quoted_string_18.d(9): Error: cannot implicitly convert expression ("abc") of type char[3u] to int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31716 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31717 Torture-Sub-1/32-FAIL: run/double_quoted_string_18.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31718 run: llvmdc -O0 -od./obj -ofrun/do_while_01.d.exe run/do_while_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31719 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31720 run/do_while_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31721 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31722
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31723 Torture-Sub-1/32-PASS: run/do_while_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31724 run: llvmdc -O0 -od./obj -ofrun/do_while_02.d.exe run/do_while_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31725 run/do_while_02.d: module dstress.run.do_while_02 Terminator found in the middle of a basic block!
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31726 label %endif
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31727 Broken module found, compilation terminated.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31728 Broken module found, compilation terminated.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31729
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31730 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31731 Torture-Sub-1/32-FAIL: run/do_while_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31732 run: llvmdc -O0 -od./obj -ofrun/do_while_03.d.exe run/do_while_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31733 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31734 run/do_while_03.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31735 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31736
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31737 Torture-Sub-1/32-PASS: run/do_while_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31738 run: llvmdc -O0 -od./obj -ofrun/do_while_04.d.exe run/do_while_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31739 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31740 run/do_while_04.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31741 EXIT CODE: 9
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31742
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31743 Torture-Sub-1/32-ERROR: run/do_while_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31744 run: llvmdc -O0 -od./obj -ofrun/do_while_05.d.exe run/do_while_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31745 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31746 run/do_while_05.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31747 EXIT CODE: 9
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31748
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31749 Torture-Sub-1/32-ERROR: run/do_while_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31750 run: llvmdc -O0 -od./obj -ofrun/dup_01.d.exe run/dup_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31751 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31752 run/dup_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31753 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31754
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31755 Torture-Sub-1/32-PASS: run/dup_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31756 run: llvmdc -O0 -od./obj -ofrun/dup_02.d.exe run/dup_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31757 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31758 run/dup_02.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31759 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31760
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31761 Torture-Sub-1/32-PASS: run/dup_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31762 run: llvmdc -O0 -od./obj -ofrun/dup_03.d.exe run/dup_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31763 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31764 run/dup_03.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31765 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31766
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31767 Torture-Sub-1/32-PASS: run/dup_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31768 run: llvmdc -O0 -od./obj -ofrun/dup_04.d.exe run/dup_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31769 WARNING: While resolving call to function '_adSort' arguments were dropped!
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31770 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31771 run/dup_04.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31772 EXIT CODE: 11
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31773
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31774 Torture-Sub-1/32-ERROR: run/dup_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31775 run: llvmdc -O0 -od./obj -ofrun/dup_05.d.exe run/dup_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31776 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31777 run/dup_05.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31778 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31779
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31780 Torture-Sub-1/32-PASS: run/dup_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31781 run: llvmdc -O0 -od./obj -ofrun/e/enum_41_A.d.exe run/e/enum_41_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31782 run/e/enum_41_A.d(22): Error: incompatible types for ((array) ~ (cast(int)e)): 'byte[]' and 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31783 run/e/enum_41_A.d(22): Error: Can only concatenate arrays, not (byte[] ~ int)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31784 run/e/enum_41_A.d(22): Error: cannot implicitly convert expression (array ~ cast(int)e) of type int to byte[]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31785 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31786 Torture-Sub-1/32-FAIL: run/e/enum_41_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31787 run: llvmdc -O0 -od./obj -ofrun/e/enum_41_B.d.exe run/e/enum_41_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31788 run/e/enum_41_B.d(22): Error: incompatible types for ((array) ~ (cast(int)e)): 'ubyte[]' and 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31789 run/e/enum_41_B.d(22): Error: Can only concatenate arrays, not (ubyte[] ~ int)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31790 run/e/enum_41_B.d(22): Error: cannot implicitly convert expression (array ~ cast(int)e) of type int to ubyte[]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31791 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31792 Torture-Sub-1/32-FAIL: run/e/enum_41_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31793 run: llvmdc -O0 -od./obj -ofrun/e/enum_41_C.d.exe run/e/enum_41_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31794 run/e/enum_41_C.d(22): Error: incompatible types for ((array) ~ (cast(int)e)): 'short[]' and 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31795 run/e/enum_41_C.d(22): Error: Can only concatenate arrays, not (short[] ~ int)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31796 run/e/enum_41_C.d(22): Error: cannot implicitly convert expression (array ~ cast(int)e) of type int to short[]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31797 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31798 Torture-Sub-1/32-FAIL: run/e/enum_41_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31799 run: llvmdc -O0 -od./obj -ofrun/e/enum_41_D.d.exe run/e/enum_41_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31800 run/e/enum_41_D.d(22): Error: incompatible types for ((array) ~ (cast(int)e)): 'ushort[]' and 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31801 run/e/enum_41_D.d(22): Error: Can only concatenate arrays, not (ushort[] ~ int)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31802 run/e/enum_41_D.d(22): Error: cannot implicitly convert expression (array ~ cast(int)e) of type int to ushort[]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31803 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31804 Torture-Sub-1/32-FAIL: run/e/enum_41_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31805 run: llvmdc -O0 -od./obj -ofrun/e/enum_41_E.d.exe run/e/enum_41_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31806 run/e/enum_41_E.d(22): Error: incompatible types for ((array) ~ (e)): 'int[]' and 'E'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31807 run/e/enum_41_E.d(22): Error: Can only concatenate arrays, not (int[] ~ E)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31808 run/e/enum_41_E.d(22): Error: cannot implicitly convert expression (array ~ e) of type int to int[]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31809 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31810 Torture-Sub-1/32-FAIL: run/e/enum_41_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31811 run: llvmdc -O0 -od./obj -ofrun/e/enum_41_F.d.exe run/e/enum_41_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31812 run/e/enum_41_F.d(22): Error: incompatible types for ((array) ~ (e)): 'uint[]' and 'E'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31813 run/e/enum_41_F.d(22): Error: Can only concatenate arrays, not (uint[] ~ E)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31814 run/e/enum_41_F.d(22): Error: cannot implicitly convert expression (array ~ e) of type int to uint[]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31815 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31816 Torture-Sub-1/32-FAIL: run/e/enum_41_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31817 run: llvmdc -O0 -od./obj -ofrun/e/enum_41_G.d.exe run/e/enum_41_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31818 run/e/enum_41_G.d(22): Error: incompatible types for ((array) ~ (e)): 'long[]' and 'E'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31819 run/e/enum_41_G.d(22): Error: Can only concatenate arrays, not (long[] ~ E)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31820 run/e/enum_41_G.d(22): Error: cannot implicitly convert expression (array ~ e) of type int to long[]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31821 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31822 Torture-Sub-1/32-FAIL: run/e/enum_41_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31823 run: llvmdc -O0 -od./obj -ofrun/e/enum_41_H.d.exe run/e/enum_41_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31824 run/e/enum_41_H.d(22): Error: incompatible types for ((array) ~ (e)): 'ulong[]' and 'E'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31825 run/e/enum_41_H.d(22): Error: Can only concatenate arrays, not (ulong[] ~ E)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31826 run/e/enum_41_H.d(22): Error: cannot implicitly convert expression (array ~ e) of type int to ulong[]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31827 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31828 Torture-Sub-1/32-FAIL: run/e/enum_41_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31829 run: llvmdc -O0 -od./obj -ofrun/e/enum_42_A.d.exe run/e/enum_42_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31830 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31831 run/e/enum_42_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31832 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31833
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31834 Torture-Sub-1/32-PASS: run/e/enum_42_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31835 run: llvmdc -O0 -od./obj -ofrun/e/enum_42_B.d.exe run/e/enum_42_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31836 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31837 run/e/enum_42_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31838 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31839
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31840 Torture-Sub-1/32-PASS: run/e/enum_42_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31841 run: llvmdc -O0 -od./obj -ofrun/e/enum_42_C.d.exe run/e/enum_42_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31842 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31843 run/e/enum_42_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31844 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31845
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31846 Torture-Sub-1/32-PASS: run/e/enum_42_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31847 run: llvmdc -O0 -od./obj -ofrun/e/enum_42_D.d.exe run/e/enum_42_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31848 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31849 run/e/enum_42_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31850 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31851
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31852 Torture-Sub-1/32-PASS: run/e/enum_42_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31853 run: llvmdc -O0 -od./obj -ofrun/e/enum_42_E.d.exe run/e/enum_42_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31854 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31855 run/e/enum_42_E.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31856 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31857
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31858 Torture-Sub-1/32-PASS: run/e/enum_42_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31859 run: llvmdc -O0 -od./obj -ofrun/e/enum_42_F.d.exe run/e/enum_42_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31860 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31861 run/e/enum_42_F.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31862 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31863
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31864 Torture-Sub-1/32-PASS: run/e/enum_42_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31865 run: llvmdc -O0 -od./obj -ofrun/e/enum_42_G.d.exe run/e/enum_42_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31866 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31867 run/e/enum_42_G.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31868 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31869
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31870 Torture-Sub-1/32-PASS: run/e/enum_42_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31871 run: llvmdc -O0 -od./obj -ofrun/e/enum_42_H.d.exe run/e/enum_42_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31872 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31873 run/e/enum_42_H.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31874 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31875
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31876 Torture-Sub-1/32-PASS: run/e/enum_42_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31877 run: llvmdc -O0 -od./obj -ofrun/e/enum_43_A.d.exe run/e/enum_43_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31878 run/e/enum_43_A.d(11): Error: forward reference of E.max
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31879 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31880 Torture-Sub-1/32-FAIL: run/e/enum_43_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31881 run: llvmdc -O0 -od./obj -ofrun/e/enum_43_B.d.exe run/e/enum_43_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31882 run/e/enum_43_B.d(11): Error: forward reference of E.min
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31883 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31884 Torture-Sub-1/32-FAIL: run/e/enum_43_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31885 run: llvmdc -O0 -od./obj -ofrun/e/enum_43_C.d.exe run/e/enum_43_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31886 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31887 run/e/enum_43_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31888 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31889
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31890 Torture-Sub-1/32-PASS: run/e/enum_43_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31891 run: llvmdc -O0 -od./obj -ofrun/e/enum_43_D.d.exe run/e/enum_43_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31892 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31893 run/e/enum_43_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31894 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31895
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31896 Torture-Sub-1/32-PASS: run/e/enum_43_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31897 run: llvmdc -O0 -od./obj -ofrun/e/enum_43_E.d.exe run/e/enum_43_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31898 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31899 run/e/enum_43_E.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31900 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31901
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31902 Torture-Sub-1/32-PASS: run/e/enum_43_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31903 run: llvmdc -O0 -od./obj -ofrun/e/enum_43_F.d.exe run/e/enum_43_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31904 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31905 run/e/enum_43_F.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31906 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31907
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31908 Torture-Sub-1/32-PASS: run/e/enum_43_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31909 run: llvmdc -O0 -od./obj -ofrun/e/enum_43_G.d.exe run/e/enum_43_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31910 run/e/enum_43_G.d(11): Error: forward reference of E.min
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31911 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31912 Torture-Sub-1/32-FAIL: run/e/enum_43_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31913 run: llvmdc -O0 -od./obj -ofrun/e/enum_43_H.d.exe run/e/enum_43_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31914 run/e/enum_43_H.d(11): Error: forward reference of E.max
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31915 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31916 Torture-Sub-1/32-FAIL: run/e/enum_43_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31917 run: llvmdc -O0 -od./obj -ofrun/e/enum_43_I.d.exe run/e/enum_43_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31918 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31919 run/e/enum_43_I.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31920 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31921
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31922 Torture-Sub-1/32-PASS: run/e/enum_43_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31923 run: llvmdc -O0 -od./obj -ofrun/e/enum_43_J.d.exe run/e/enum_43_J.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31924 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31925 run/e/enum_43_J.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31926 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31927
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31928 Torture-Sub-1/32-PASS: run/e/enum_43_J.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31929 run: llvmdc -O0 -od./obj -ofrun/e/enum_44_A.d.exe run/e/enum_44_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31930 run/e/enum_44_A.d(11): Error: forward reference of E.hello
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31931 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31932 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31933 EXIT CODE: 11
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31934 Torture-Sub-1/32-ERROR: run/e/enum_44_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31935 run: llvmdc -O0 -od./obj -ofrun/e/enum_44_B.d.exe run/e/enum_44_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31936 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31937 run/e/enum_44_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31938 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31939
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31940 Torture-Sub-1/32-PASS: run/e/enum_44_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31941 run: llvmdc -O0 -od./obj -ofrun/e/enum_44_C.d.exe run/e/enum_44_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31942 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31943 run/e/enum_44_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31944 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31945
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31946 Torture-Sub-1/32-PASS: run/e/enum_44_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31947 run: llvmdc -O0 -od./obj -ofrun/e/enum_44_D.d.exe run/e/enum_44_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31948 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31949 run/e/enum_44_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31950 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31951
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31952 Torture-Sub-1/32-PASS: run/e/enum_44_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31953 run: llvmdc -O0 -od./obj -ofrun/e/enum_49_A.d.exe run/e/enum_49_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31954 llvmdc: gen/toir.cpp:647: virtual DValue* AddExp::toElem(IRState*): Assertion `0' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31955 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31956 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31957 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31958 llvmdc[0x8121060]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31959 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31960 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31961 Torture-Sub-1/32-ERROR: run/e/enum_49_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31962 run: llvmdc -O0 -od./obj -ofrun/e/enum_49_B.d.exe run/e/enum_49_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31963 llvmdc: gen/toir.cpp:647: virtual DValue* AddExp::toElem(IRState*): Assertion `0' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31964 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31965 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31966 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31967 llvmdc[0x8121060]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31968 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31969 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31970 Torture-Sub-1/32-ERROR: run/e/enum_49_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31971 run: llvmdc -O0 -od./obj -ofrun/e/enum_49_C.d.exe run/e/enum_49_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31972 llvmdc: gen/toir.cpp:647: virtual DValue* AddExp::toElem(IRState*): Assertion `0' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31973 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31974 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31975 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31976 llvmdc[0x8121060]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31977 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31978 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31979 Torture-Sub-1/32-ERROR: run/e/enum_49_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31980 run: llvmdc -O0 -od./obj -ofrun/e/enum_49_D.d.exe run/e/enum_49_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31981 llvmdc: gen/toir.cpp:647: virtual DValue* AddExp::toElem(IRState*): Assertion `0' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31982 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31983 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31984 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31985 llvmdc[0x8121060]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31986 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31987 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31988 Torture-Sub-1/32-ERROR: run/e/enum_49_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31989 run: llvmdc -O0 -od./obj -ofrun/e/enum_51_B.d.exe run/e/enum_51_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31990 run/e/enum_51_B.d: module run.e.enum_51_B Terminator found in the middle of a basic block!
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31991 label %entry_run.e.enum_51_B.C.this
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31992 Broken module found, compilation terminated.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31993 Broken module found, compilation terminated.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31994 Terminator found in the middle of a basic block!
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31995 label %entry_run.e.enum_51_B.C.this
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31996 Broken module found, compilation terminated.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31997 Broken module found, compilation terminated.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31998
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
31999 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32000 Torture-Sub-1/32-FAIL: run/e/enum_51_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32001 run: llvmdc -O0 -od./obj -ofrun/e/enum_52_A.d.exe run/e/enum_52_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32002 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32003 run/e/enum_52_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32004 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32005
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32006 Torture-Sub-1/32-PASS: run/e/enum_52_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32007 run: llvmdc -O0 -od./obj -ofrun/e/enum_52_B.d.exe run/e/enum_52_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32008 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32009 run/e/enum_52_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32010 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32011
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32012 Torture-Sub-1/32-PASS: run/e/enum_52_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32013 run: llvmdc -O0 -od./obj -ofrun/e/enum_52_C.d.exe run/e/enum_52_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32014 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32015 run/e/enum_52_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32016 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32017
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32018 Torture-Sub-1/32-PASS: run/e/enum_52_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32019 run: llvmdc -O0 -od./obj -ofrun/e/enum_53_A.d.exe run/e/enum_53_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32020 /tmp/ccCSvFIy.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32021 (.text+0xa): undefined reference to `.LDASM_Lerror'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32022 collect2: ld returned 1 exit status
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32023 llvm-ld:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32024 --- errorlevel 1
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32025 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32026 Torture-Sub-1/32-FAIL: run/e/enum_53_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32027 run: llvmdc -O0 -od./obj -ofrun/e/enum_53_B.d.exe run/e/enum_53_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32028 /tmp/ccrQofgZ.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32029 (.text+0xa): undefined reference to `.LDASM_Lerror'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32030 collect2: ld returned 1 exit status
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32031 llvm-ld:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32032 --- errorlevel 1
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32033 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32034 Torture-Sub-1/32-FAIL: run/e/enum_53_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32035 run: llvmdc -O0 -od./obj -ofrun/e/enum_53_C.d.exe run/e/enum_53_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32036 /tmp/cc9jvSye.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32037 (.text+0x1a): undefined reference to `.LDASM_Lerror'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32038 collect2: ld returned 1 exit status
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32039 llvm-ld:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32040 --- errorlevel 1
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32041 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32042 Torture-Sub-1/32-FAIL: run/e/enum_53_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32043 run: llvmdc -O0 -od./obj -ofrun/e/enum_53_D.d.exe run/e/enum_53_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32044 /tmp/ccGawj1z.o: In function `_Dmain':
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32045 (.text+0xa): undefined reference to `.LDASM_Lerror'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32046 collect2: ld returned 1 exit status
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32047 llvm-ld:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32048 --- errorlevel 1
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32049 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32050 Torture-Sub-1/32-FAIL: run/e/enum_53_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32051 run: llvmdc -O0 -od./obj -ofrun/e/export_01_A.d.exe run/e/export_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32052 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32053 run/e/export_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32054 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32055
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32056 Torture-Sub-1/32-PASS: run/e/export_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32057 run: llvmdc -O0 -od./obj -ofrun/e/expression_4154_C.d.exe run/e/expression_4154_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32058 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32059 run/e/expression_4154_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32060 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32061
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32062 Torture-Sub-1/32-PASS: run/e/expression_4154_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32063 run: llvmdc -O0 -od./obj -ofrun/e/ExpressionStatement_09_A.d.exe run/e/ExpressionStatement_09_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32064 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32065 run/e/ExpressionStatement_09_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32066 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32067
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32068 Torture-Sub-1/32-PASS: run/e/ExpressionStatement_09_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32069 run: llvmdc -O0 -od./obj -ofrun/e/ExpressionStatement_09_B.d.exe run/e/ExpressionStatement_09_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32070 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32071 run/e/ExpressionStatement_09_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32072 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32073
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32074 Torture-Sub-1/32-PASS: run/e/ExpressionStatement_09_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32075 run: llvmdc -O0 -od./obj -ofrun/e/ExpressionStatement_10_A.d.exe run/e/ExpressionStatement_10_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32076 llvmdc: gen/llvmhelpers.cpp:502: DValue* DtoCastInt(DValue*, Type*): Assertion `0 && "bad int cast"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32077 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32078 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32079 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32080 llvmdc[0x815d555]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32081 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32082 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32083 Torture-Sub-1/32-ERROR: run/e/ExpressionStatement_10_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32084 run: llvmdc -O0 -od./obj -ofrun/e/extern_10_A.d.exe run/e/extern_10_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32085 llvmdc: gen/tollvm.cpp:283: unsigned int DtoCallingConv(LINK): Assertion `0 && "Unsupported calling convention"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32086 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32087 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32088 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32089 llvmdc[0x81661bf]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32090 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32091 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32092 Torture-Sub-1/32-ERROR: run/e/extern_10_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32093 run: llvmdc -O0 -od./obj -ofrun/e/extern_10_B.d.exe run/e/extern_10_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32094 llvmdc: gen/tollvm.cpp:283: unsigned int DtoCallingConv(LINK): Assertion `0 && "Unsupported calling convention"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32095 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32096 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32097 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32098 llvmdc[0x81661bf]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32099 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32100 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32101 Torture-Sub-1/32-ERROR: run/e/extern_10_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32102 run: llvmdc -O0 -od./obj -ofrun/e/extern_10_C.d.exe run/e/extern_10_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32103 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32104 run/e/extern_10_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32105 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32106
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32107 Torture-Sub-1/32-PASS: run/e/extern_10_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32108 run: llvmdc -O0 -od./obj -ofrun/e/extern_10_D.d.exe run/e/extern_10_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32109 run/e/extern_10_D.d(17): Error: unsupported dsymbol: bar
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32110 llvmdc: gen/llvmhelpers.cpp:676: void DtoResolveDsymbol(Dsymbol*): Assertion `0 && "unsupported dsymbol for DtoResolveDsymbol"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32111 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32112 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32113 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32114 llvmdc[0x815c068]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32115 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32116 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32117 Torture-Sub-1/32-ERROR: run/e/extern_10_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32118 run: llvmdc -O0 -od./obj -ofrun/e/extern_10_E.d.exe run/e/extern_10_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32119 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32120 run/e/extern_10_E.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32121 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32122
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32123 Torture-Sub-1/32-PASS: run/e/extern_10_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32124 run: llvmdc -O0 -od./obj -ofrun/e/extern_10_F.d.exe run/e/extern_10_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32125 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32126 run/e/extern_10_F.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32127 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32128
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32129 Torture-Sub-1/32-PASS: run/e/extern_10_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32130 run: llvmdc -O0 -od./obj -ofrun/e/extern_11_A.d.exe run/e/extern_11_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32131 run/e/extern_11_A.d(17): Error: const Exp type Expression not implemented: '&test' type: 'intC function(int, int)'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32132 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32133 Torture-Sub-1/32-FAIL: run/e/extern_11_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32134 run: llvmdc -O0 -od./obj -ofrun/else_01.d.exe run/else_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32135 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32136 run/else_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32137 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32138
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32139 Torture-Sub-1/32-PASS: run/else_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32140 run: llvmdc -O0 -od./obj -ofrun/else_02.d.exe run/else_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32141 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32142 run/else_02.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32143 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32144
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32145 Torture-Sub-1/32-PASS: run/else_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32146 run: llvmdc -O0 -od./obj -ofrun/encoding_utf_16be_bom.d.exe run/encoding_utf_16be_bom.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32147 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32148 run/encoding_utf_16be_bom.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32149 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32150
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32151 Torture-Sub-1/32-PASS: run/encoding_utf_16be_bom.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32152 run: llvmdc -O0 -od./obj -ofrun/encoding_utf_16be.d.exe run/encoding_utf_16be.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32153 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32154 run/encoding_utf_16be.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32155 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32156
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32157 Torture-Sub-1/32-PASS: run/encoding_utf_16be.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32158 run: llvmdc -O0 -od./obj -ofrun/encoding_utf_16le_bom.d.exe run/encoding_utf_16le_bom.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32159 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32160 run/encoding_utf_16le_bom.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32161 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32162
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32163 Torture-Sub-1/32-PASS: run/encoding_utf_16le_bom.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32164 run: llvmdc -O0 -od./obj -ofrun/encoding_utf_16le.d.exe run/encoding_utf_16le.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32165 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32166 run/encoding_utf_16le.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32167 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32168
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32169 Torture-Sub-1/32-PASS: run/encoding_utf_16le.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32170 run: llvmdc -O0 -od./obj -ofrun/encoding_utf_32be_bom.d.exe run/encoding_utf_32be_bom.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32171 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32172 run/encoding_utf_32be_bom.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32173 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32174
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32175 Torture-Sub-1/32-PASS: run/encoding_utf_32be_bom.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32176 run: llvmdc -O0 -od./obj -ofrun/encoding_utf_32be.d.exe run/encoding_utf_32be.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32177 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32178 run/encoding_utf_32be.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32179 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32180
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32181 Torture-Sub-1/32-PASS: run/encoding_utf_32be.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32182 run: llvmdc -O0 -od./obj -ofrun/encoding_utf_32le_bom.d.exe run/encoding_utf_32le_bom.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32183 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32184 run/encoding_utf_32le_bom.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32185 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32186
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32187 Torture-Sub-1/32-PASS: run/encoding_utf_32le_bom.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32188 run: llvmdc -O0 -od./obj -ofrun/encoding_utf_32le.d.exe run/encoding_utf_32le.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32189 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32190 run/encoding_utf_32le.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32191 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32192
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32193 Torture-Sub-1/32-PASS: run/encoding_utf_32le.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32194 run: llvmdc -O0 -od./obj -ofrun/encoding_utf_8_bom.d.exe run/encoding_utf_8_bom.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32195 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32196 run/encoding_utf_8_bom.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32197 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32198
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32199 Torture-Sub-1/32-PASS: run/encoding_utf_8_bom.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32200 run: llvmdc -O0 -od./obj -ofrun/encoding_utf_8.d.exe run/encoding_utf_8.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32201 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32202 run/encoding_utf_8.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32203 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32204
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32205 Torture-Sub-1/32-PASS: run/encoding_utf_8.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32206 run: llvmdc -O0 -od./obj -ofrun/enum_01.d.exe run/enum_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32207 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32208 run/enum_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32209 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32210
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32211 Torture-Sub-1/32-PASS: run/enum_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32212 run: llvmdc -O0 -od./obj -ofrun/enum_02.d.exe run/enum_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32213 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32214 run/enum_02.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32215 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32216
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32217 Torture-Sub-1/32-PASS: run/enum_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32218 run: llvmdc -O0 -od./obj -ofrun/enum_03.d.exe run/enum_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32219 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32220 run/enum_03.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32221 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32222
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32223 Torture-Sub-1/32-PASS: run/enum_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32224 run: llvmdc -O0 -od./obj -ofrun/enum_04.d.exe run/enum_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32225 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32226 run/enum_04.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32227 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32228
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32229 Torture-Sub-1/32-PASS: run/enum_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32230 run: llvmdc -O0 -od./obj -ofrun/enum_07.d.exe run/enum_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32231 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32232 run/enum_07.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32233 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32234
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32235 Torture-Sub-1/32-PASS: run/enum_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32236 run: llvmdc -O0 -od./obj -ofrun/enum_08.d.exe run/enum_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32237 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32238 run/enum_08.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32239 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32240
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32241 Torture-Sub-1/32-PASS: run/enum_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32242 run: llvmdc -O0 -od./obj -ofrun/enum_09.d.exe run/enum_09.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32243 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32244 run/enum_09.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32245 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32246
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32247 Torture-Sub-1/32-PASS: run/enum_09.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32248 run: llvmdc -O0 -od./obj -ofrun/enum_10.d.exe run/enum_10.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32249 run/enum_10.d(16): Error: enum Enum is forward referenced
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32250 run/enum_10.d(16): Error: enum Enum is forward referenced
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32251 run/enum_10.d(12): Error: enum Enum is forward referenced
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32252 Error: enum Enum is forward referenced
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32253 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32254 Torture-Sub-1/32-FAIL: run/enum_10.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32255 run: llvmdc -O0 -od./obj -ofrun/enum_11.d.exe run/enum_11.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32256 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32257 run/enum_11.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32258 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32259
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32260 Torture-Sub-1/32-PASS: run/enum_11.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32261 run: llvmdc -O0 -od./obj -ofrun/enum_13.d.exe run/enum_13.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32262 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32263 run/enum_13.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32264 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32265
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32266 Torture-Sub-1/32-PASS: run/enum_13.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32267 run: llvmdc -O0 -od./obj -ofrun/enum_14.d.exe run/enum_14.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32268 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32269 run/enum_14.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32270 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32271
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32272 Torture-Sub-1/32-PASS: run/enum_14.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32273 run: llvmdc -O0 -od./obj -ofrun/enum_15.d.exe run/enum_15.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32274 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32275 run/enum_15.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32276 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32277
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32278 Torture-Sub-1/32-PASS: run/enum_15.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32279 run: llvmdc -O0 -od./obj -ofrun/enum_16.d.exe run/enum_16.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32280 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32281 run/enum_16.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32282 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32283
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32284 Torture-Sub-1/32-PASS: run/enum_16.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32285 run: llvmdc -O0 -od./obj -ofrun/enum_17_A.d.exe run/enum_17_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32286 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32287 run/enum_17_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32288 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32289
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32290 Torture-Sub-1/32-PASS: run/enum_17_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32291 run: llvmdc -O0 -od./obj -ofrun/enum_17_B.d.exe run/enum_17_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32292 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32293 run/enum_17_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32294 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32295
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32296 Torture-Sub-1/32-PASS: run/enum_17_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32297 run: llvmdc -O0 -od./obj -ofrun/enum_18_A.d.exe run/enum_18_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32298 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32299 run/enum_18_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32300 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32301
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32302 Torture-Sub-1/32-PASS: run/enum_18_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32303 run: llvmdc -O0 -od./obj -ofrun/enum_18_B.d.exe run/enum_18_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32304 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32305 run/enum_18_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32306 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32307
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32308 Torture-Sub-1/32-PASS: run/enum_18_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32309 run: llvmdc -O0 -od./obj -ofrun/enum_19_A.d.exe run/enum_19_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32310 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32311 run/enum_19_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32312 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32313
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32314 Torture-Sub-1/32-PASS: run/enum_19_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32315 run: llvmdc -O0 -od./obj -ofrun/enum_19_B.d.exe run/enum_19_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32316 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32317 run/enum_19_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32318 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32319
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32320 Torture-Sub-1/32-PASS: run/enum_19_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32321 run: llvmdc -O0 -od./obj -ofrun/enum_20_A.d.exe run/enum_20_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32322 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32323 run/enum_20_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32324 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32325
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32326 Torture-Sub-1/32-PASS: run/enum_20_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32327 run: llvmdc -O0 -od./obj -ofrun/enum_20_B.d.exe run/enum_20_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32328 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32329 run/enum_20_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32330 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32331
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32332 Torture-Sub-1/32-PASS: run/enum_20_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32333 run: llvmdc -O0 -od./obj -ofrun/enum_21_A.d.exe run/enum_21_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32334 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32335 run/enum_21_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32336 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32337
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32338 Torture-Sub-1/32-PASS: run/enum_21_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32339 run: llvmdc -O0 -od./obj -ofrun/enum_21_B.d.exe run/enum_21_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32340 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32341 run/enum_21_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32342 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32343
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32344 Torture-Sub-1/32-PASS: run/enum_21_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32345 run: llvmdc -O0 -od./obj -ofrun/enum_22.d.exe run/enum_22.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32346 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32347 run/enum_22.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32348 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32349
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32350 Torture-Sub-1/32-PASS: run/enum_22.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32351 run: llvmdc -O0 -od./obj -ofrun/enum_23.d.exe run/enum_23.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32352 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32353 run/enum_23.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32354 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32355
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32356 Torture-Sub-1/32-PASS: run/enum_23.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32357 run: llvmdc -O0 -od./obj -ofrun/enum_24.d.exe run/enum_24.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32358 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32359 run/enum_24.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32360 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32361
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32362 Torture-Sub-1/32-PASS: run/enum_24.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32363 run: llvmdc -O0 -od./obj -ofrun/enum_25.d.exe run/enum_25.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32364 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32365 run/enum_25.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32366 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32367
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32368 Torture-Sub-1/32-PASS: run/enum_25.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32369 run: llvmdc -O0 -od./obj -ofrun/enum_38.d.exe run/enum_38.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32370 run/enum_38.d(14): Error: Integer constant expression expected instead of e
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32371 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32372 Torture-Sub-1/32-FAIL: run/enum_38.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32373 run: llvmdc -O0 -od./obj -ofrun/eol_01.d.exe run/eol_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32374 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32375 run/eol_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32376 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32377
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32378 Torture-Sub-1/32-PASS: run/eol_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32379 run: llvmdc -O0 -od./obj -ofrun/eol_02.d.exe run/eol_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32380 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32381 run/eol_02.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32382 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32383
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32384 Torture-Sub-1/32-PASS: run/eol_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32385 run: llvmdc -O0 -od./obj -ofrun/eol_03.d.exe run/eol_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32386 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32387 run/eol_03.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32388 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32389
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32390 Torture-Sub-1/32-PASS: run/eol_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32391 run: llvmdc -O0 -od./obj -ofrun/escape_hex_01.d.exe run/escape_hex_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32392 run/escape_hex_01.d(8): Error: identifier 'string' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32393 run/escape_hex_01.d(8): Error: string is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32394 run/escape_hex_01.d(8): variable dstress.run.escape_hex_01.main.x voids have no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32395 run/escape_hex_01.d(8): Error: cannot implicitly convert expression ("A2") of type char[2u] to int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32396 run/escape_hex_01.d(9): Error: no property 'length' for type 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32397 run/escape_hex_01.d(10): Error: x must be an array or pointer type, not int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32398 run/escape_hex_01.d(11): Error: x must be an array or pointer type, not int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32399 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32400 Torture-Sub-1/32-FAIL: run/escape_hex_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32401 run: llvmdc -O0 -od./obj -ofrun/escape_hex_string_01.d.exe run/escape_hex_string_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32402 run/escape_hex_string_01.d(8): Error: identifier 'string' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32403 run/escape_hex_string_01.d(8): Error: string is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32404 run/escape_hex_string_01.d(8): variable dstress.run.escape_hex_string_01.main.x voids have no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32405 run/escape_hex_string_01.d(8): Error: cannot implicitly convert expression ("\x12\xaf") of type char[2u] to int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32406 run/escape_hex_string_01.d(9): Error: no property 'length' for type 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32407 run/escape_hex_string_01.d(10): Error: x must be an array or pointer type, not int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32408 run/escape_hex_string_01.d(11): Error: x must be an array or pointer type, not int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32409 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32410 Torture-Sub-1/32-FAIL: run/escape_hex_string_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32411 run: llvmdc -O0 -od./obj -ofrun/escape_hex_string_02.d.exe run/escape_hex_string_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32412 run/escape_hex_string_02.d(8): Error: identifier 'string' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32413 run/escape_hex_string_02.d(8): Error: string is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32414 run/escape_hex_string_02.d(8): variable dstress.run.escape_hex__string_02.main.x voids have no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32415 run/escape_hex_string_02.d(10): Error: cannot implicitly convert expression ("\x12\xaf") of type char[2u] to int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32416 run/escape_hex_string_02.d(11): Error: no property 'length' for type 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32417 run/escape_hex_string_02.d(12): Error: x must be an array or pointer type, not int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32418 run/escape_hex_string_02.d(13): Error: x must be an array or pointer type, not int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32419 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32420 Torture-Sub-1/32-FAIL: run/escape_hex_string_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32421 run: llvmdc -O0 -od./obj -ofrun/escape_octal_01.d.exe run/escape_octal_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32422 run/escape_octal_01.d(8): Error: identifier 'string' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32423 run/escape_octal_01.d(8): Error: string is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32424 run/escape_octal_01.d(8): variable dstress.run.escape_octal_01.main.x voids have no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32425 run/escape_octal_01.d(8): Error: cannot implicitly convert expression ("\x0a") of type char[1u] to int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32426 run/escape_octal_01.d(9): Error: no property 'length' for type 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32427 run/escape_octal_01.d(10): Error: x must be an array or pointer type, not int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32428 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32429 Torture-Sub-1/32-FAIL: run/escape_octal_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32430 run: llvmdc -O0 -od./obj -ofrun/escape_unicode16_01.d.exe run/escape_unicode16_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32431 run/escape_unicode16_01.d(8): Error: identifier 'wstring' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32432 run/escape_unicode16_01.d(8): Error: wstring is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32433 run/escape_unicode16_01.d(8): variable dstress.run.escape_unicode16_01.main.x voids have no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32434 run/escape_unicode16_01.d(8): Error: cannot implicitly convert expression ("\xca\xaf1") of type char[3u] to int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32435 run/escape_unicode16_01.d(9): Error: no property 'length' for type 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32436 run/escape_unicode16_01.d(10): Error: x must be an array or pointer type, not int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32437 run/escape_unicode16_01.d(11): Error: x must be an array or pointer type, not int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32438 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32439 Torture-Sub-1/32-FAIL: run/escape_unicode16_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32440 run: llvmdc -O0 -od./obj -ofrun/escape_unicode16_02.d.exe run/escape_unicode16_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32441 run/escape_unicode16_02.d(8): Error: identifier 'string' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32442 run/escape_unicode16_02.d(8): Error: string is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32443 run/escape_unicode16_02.d(8): variable dstress.run.escape_unicode16_02.main.x voids have no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32444 run/escape_unicode16_02.d(8): Error: cannot implicitly convert expression ("\xca\xaf1") of type char[3u] to int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32445 run/escape_unicode16_02.d(9): Error: no property 'length' for type 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32446 run/escape_unicode16_02.d(10): Error: x must be an array or pointer type, not int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32447 run/escape_unicode16_02.d(11): Error: x must be an array or pointer type, not int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32448 run/escape_unicode16_02.d(12): Error: x must be an array or pointer type, not int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32449 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32450 Torture-Sub-1/32-FAIL: run/escape_unicode16_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32451 run: llvmdc -O0 -od./obj -ofrun/escape_unicode16_07.d.exe run/escape_unicode16_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32452 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32453 run/escape_unicode16_07.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32454 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32455
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32456 Torture-Sub-1/32-PASS: run/escape_unicode16_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32457 run: llvmdc -O0 -od./obj -ofrun/escape_unicode32_01.d.exe run/escape_unicode32_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32458 run/escape_unicode32_01.d(8): Error: identifier 'wstring' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32459 run/escape_unicode32_01.d(8): Error: wstring is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32460 run/escape_unicode32_01.d(8): variable dstress.run.escape_unicode32_01.main.x voids have no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32461 run/escape_unicode32_01.d(8): Error: cannot implicitly convert expression ("\xca\xaf1") of type char[3u] to int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32462 run/escape_unicode32_01.d(9): Error: no property 'length' for type 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32463 run/escape_unicode32_01.d(10): Error: x must be an array or pointer type, not int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32464 run/escape_unicode32_01.d(11): Error: x must be an array or pointer type, not int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32465 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32466 Torture-Sub-1/32-FAIL: run/escape_unicode32_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32467 run: llvmdc -O0 -od./obj -ofrun/escape_unicode32_02.d.exe run/escape_unicode32_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32468 run/escape_unicode32_02.d(8): Error: identifier 'string' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32469 run/escape_unicode32_02.d(8): Error: string is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32470 run/escape_unicode32_02.d(8): variable dstress.run.escape_unicode32_02.main.x voids have no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32471 run/escape_unicode32_02.d(8): Error: cannot implicitly convert expression ("\xca\xaf1") of type char[3u] to int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32472 run/escape_unicode32_02.d(9): Error: no property 'length' for type 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32473 run/escape_unicode32_02.d(10): Error: x must be an array or pointer type, not int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32474 run/escape_unicode32_02.d(11): Error: x must be an array or pointer type, not int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32475 run/escape_unicode32_02.d(12): Error: x must be an array or pointer type, not int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32476 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32477 Torture-Sub-1/32-FAIL: run/escape_unicode32_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32478 run: llvmdc -O0 -od./obj -ofrun/escape_unicode32_03.d.exe run/escape_unicode32_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32479 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32480 run/escape_unicode32_03.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32481 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32482
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32483 Torture-Sub-1/32-PASS: run/escape_unicode32_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32484 run: llvmdc -O0 -od./obj -ofrun/f/final_12_A.d.exe run/f/final_12_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32485 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32486 run/f/final_12_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32487 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32488
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32489 Torture-Sub-1/32-PASS: run/f/final_12_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32490 run: llvmdc -O0 -od./obj -ofrun/f/final_12_B.d.exe run/f/final_12_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32491 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32492 run/f/final_12_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32493 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32494
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32495 Torture-Sub-1/32-PASS: run/f/final_12_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32496 run: llvmdc -O0 -od./obj -ofrun/f/final_13_A.d.exe run/f/final_13_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32497 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32498 run/f/final_13_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32499 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32500
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32501 Torture-Sub-1/32-PASS: run/f/final_13_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32502 run: llvmdc -O0 -od./obj -ofrun/f/final_13_B.d.exe run/f/final_13_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32503 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32504 run/f/final_13_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32505 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32506
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32507 Torture-Sub-1/32-PASS: run/f/final_13_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32508 run: llvmdc -O0 -od./obj -ofrun/f/final_13_C.d.exe run/f/final_13_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32509 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32510 run/f/final_13_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32511 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32512
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32513 Torture-Sub-1/32-PASS: run/f/final_13_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32514 run: llvmdc -O0 -od./obj -ofrun/f/final_13_D.d.exe run/f/final_13_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32515 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32516 run/f/final_13_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32517 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32518
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32519 Torture-Sub-1/32-PASS: run/f/final_13_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32520 run: llvmdc -O0 -od./obj -ofrun/f/finally_11_A.d.exe run/f/finally_11_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32521 run/f/finally_11_A.d(23): function dstress.run.f.finally_11_A.func (char[] delegate()) does not match parameter types (char[9u])
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32522 run/f/finally_11_A.d(23): Error: cannot implicitly convert expression ("some text") of type char[9u] to char[] delegate()
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32523 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32524 Torture-Sub-1/32-FAIL: run/f/finally_11_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32525 run: llvmdc -O0 -od./obj -ofrun/f/finally_12_A.d.exe run/f/finally_12_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32526 Warning: run/f/finally_12_A.d(15): try-catch is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32527 Warning: run/f/finally_12_A.d(17): try-catch is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32528 Warning: run/f/finally_12_A.d(23): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32529 Warning: run/f/finally_12_A.d(34): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32530 Warning: run/f/finally_12_A.d(45): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32531 Warning: run/f/finally_12_A.d(52): try-catch is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32532 run/f/finally_12_A.d: module dstress.run.f.finally_12_A Terminator found in the middle of a basic block!
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32533 label %finally34
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32534 Terminator found in the middle of a basic block!
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32535 label %finally14
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32536 Terminator found in the middle of a basic block!
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32537 label %finally
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32538 Broken module found, compilation terminated.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32539 Broken module found, compilation terminated.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32540 Broken module found, compilation terminated.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32541
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32542 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32543 Torture-Sub-1/32-FAIL: run/f/finally_12_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32544 run: llvmdc -O0 -od./obj -ofrun/f/float_27_A.d.exe run/f/float_27_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32545 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32546 run/f/float_27_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32547 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32548
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32549 Torture-Sub-1/32-PASS: run/f/float_27_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32550 run: llvmdc -O0 -od./obj -ofrun/f/float_27_B.d.exe run/f/float_27_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32551 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32552 run/f/float_27_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32553 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32554
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32555 Torture-Sub-1/32-PASS: run/f/float_27_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32556 run: llvmdc -O0 -od./obj -ofrun/f/float_27_C.d.exe run/f/float_27_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32557 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32558 run/f/float_27_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32559 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32560
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32561 Torture-Sub-1/32-PASS: run/f/float_27_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32562 run: llvmdc -O0 -od./obj -ofrun/f/float_27_D.d.exe run/f/float_27_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32563 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32564 run/f/float_27_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32565 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32566
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32567 Torture-Sub-1/32-PASS: run/f/float_27_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32568 run: llvmdc -O0 -od./obj -ofrun/f/float_28_A.d.exe run/f/float_28_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32569 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32570 run/f/float_28_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32571 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32572
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32573 Torture-Sub-1/32-PASS: run/f/float_28_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32574 run: llvmdc -O0 -od./obj -ofrun/f/float_28_B.d.exe run/f/float_28_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32575 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32576 run/f/float_28_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32577 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32578
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32579 Torture-Sub-1/32-PASS: run/f/float_28_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32580 run: llvmdc -O0 -od./obj -ofrun/f/float_28_C.d.exe run/f/float_28_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32581 run/f/float_28_C.d: module dstress.run.f.float_28_C Terminator found in the middle of a basic block!
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32582 label %entry_dstress.run.f.float_28_C.main
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32583 Broken module found, compilation terminated.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32584 Broken module found, compilation terminated.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32585
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32586 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32587 Torture-Sub-1/32-FAIL: run/f/float_28_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32588 run: llvmdc -O0 -od./obj -ofrun/f/float_28_D.d.exe run/f/float_28_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32589 run/f/float_28_D.d: module dstress.run.f.float_28_D Terminator found in the middle of a basic block!
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32590 label %ifnotinitend
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32591 Broken module found, compilation terminated.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32592 Broken module found, compilation terminated.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32593
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32594 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32595 Torture-Sub-1/32-FAIL: run/f/float_28_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32596 run: llvmdc -O0 -od./obj -ofrun/f/float_literal_dec_01.d.exe run/f/float_literal_dec_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32597 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32598 run/f/float_literal_dec_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32599 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32600
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32601 Torture-Sub-1/32-PASS: run/f/float_literal_dec_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32602 run: llvmdc -O0 -od./obj -ofrun/f/float_literal_dec_03.d.exe run/f/float_literal_dec_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32603 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32604 run/f/float_literal_dec_03.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32605 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32606
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32607 Torture-Sub-1/32-PASS: run/f/float_literal_dec_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32608 run: llvmdc -O0 -od./obj -ofrun/f/float_literal_dec_05.d.exe run/f/float_literal_dec_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32609 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32610 run/f/float_literal_dec_05.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32611 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32612
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32613 Torture-Sub-1/32-PASS: run/f/float_literal_dec_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32614 run: llvmdc -O0 -od./obj -ofrun/f/float_literal_dec_08.d.exe run/f/float_literal_dec_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32615 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32616 run/f/float_literal_dec_08.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32617 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32618
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32619 Torture-Sub-1/32-PASS: run/f/float_literal_dec_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32620 run: llvmdc -O0 -od./obj -ofrun/f/float_literal_dec_09.d.exe run/f/float_literal_dec_09.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32621 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32622 run/f/float_literal_dec_09.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32623 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32624
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32625 Torture-Sub-1/32-PASS: run/f/float_literal_dec_09.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32626 run: llvmdc -O0 -od./obj -ofrun/f/float_literal_dec_10.d.exe run/f/float_literal_dec_10.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32627 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32628 run/f/float_literal_dec_10.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32629 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32630
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32631 Torture-Sub-1/32-PASS: run/f/float_literal_dec_10.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32632 run: llvmdc -O0 -od./obj -ofrun/f/float_literal_dec_11.d.exe run/f/float_literal_dec_11.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32633 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32634 run/f/float_literal_dec_11.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32635 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32636
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32637 Torture-Sub-1/32-PASS: run/f/float_literal_dec_11.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32638 run: llvmdc -O0 -od./obj -ofrun/f/for_06_A.d.exe run/f/for_06_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32639 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32640 run/f/for_06_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32641 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32642
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32643 Torture-Sub-1/32-PASS: run/f/for_06_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32644 run: llvmdc -O0 -od./obj -ofrun/f/for_06_E.d.exe run/f/for_06_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32645 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32646 run/f/for_06_E.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32647 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32648
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32649 Torture-Sub-1/32-PASS: run/f/for_06_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32650 run: llvmdc -O0 -od./obj -ofrun/f/for_06_F.d.exe run/f/for_06_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32651 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32652 run/f/for_06_F.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32653 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32654
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32655 Torture-Sub-1/32-PASS: run/f/for_06_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32656 run: llvmdc -O0 -od./obj -ofrun/f/for_06_G.d.exe run/f/for_06_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32657 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32658 run/f/for_06_G.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32659 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32660
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32661 Torture-Sub-1/32-PASS: run/f/for_06_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32662 run: llvmdc -O0 -od./obj -ofrun/f/for_06_H.d.exe run/f/for_06_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32663 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32664 run/f/for_06_H.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32665 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32666
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32667 Torture-Sub-1/32-PASS: run/f/for_06_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32668 run: llvmdc -O0 -od./obj -ofrun/f/for_06_I.d.exe run/f/for_06_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32669 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32670 run/f/for_06_I.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32671 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32672
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32673 Torture-Sub-1/32-PASS: run/f/for_06_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32674 run: llvmdc -O0 -od./obj -ofrun/f/for_06_J.d.exe run/f/for_06_J.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32675 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32676 run/f/for_06_J.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32677 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32678
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32679 Torture-Sub-1/32-PASS: run/f/for_06_J.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32680 run: llvmdc -O0 -od./obj -ofrun/f/for_06_K.d.exe run/f/for_06_K.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32681 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32682 run/f/for_06_K.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32683 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32684
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32685 Torture-Sub-1/32-PASS: run/f/for_06_K.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32686 run: llvmdc -O0 -od./obj -ofrun/f/for_06_L.d.exe run/f/for_06_L.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32687 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32688 run/f/for_06_L.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32689 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32690
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32691 Torture-Sub-1/32-PASS: run/f/for_06_L.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32692 run: llvmdc -O0 -od./obj -ofrun/f/for_06_M.d.exe run/f/for_06_M.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32693 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32694 run/f/for_06_M.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32695 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32696
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32697 Torture-Sub-1/32-PASS: run/f/for_06_M.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32698 run: llvmdc -O0 -od./obj -ofrun/f/for_06_N.d.exe run/f/for_06_N.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32699 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32700 run/f/for_06_N.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32701 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32702
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32703 Torture-Sub-1/32-PASS: run/f/for_06_N.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32704 run: llvmdc -O0 -od./obj -ofrun/f/for_06_O.d.exe run/f/for_06_O.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32705 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32706 run/f/for_06_O.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32707 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32708
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32709 Torture-Sub-1/32-PASS: run/f/for_06_O.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32710 run: llvmdc -O0 -od./obj -ofrun/f/for_06_P.d.exe run/f/for_06_P.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32711 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32712 run/f/for_06_P.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32713 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32714
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32715 Torture-Sub-1/32-PASS: run/f/for_06_P.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32716 run: llvmdc -O0 -od./obj -ofrun/f/for_06_Q.d.exe run/f/for_06_Q.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32717 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32718 run/f/for_06_Q.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32719 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32720
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32721 Torture-Sub-1/32-PASS: run/f/for_06_Q.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32722 run: llvmdc -O0 -od./obj -ofrun/f/for_06_R.d.exe run/f/for_06_R.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32723 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32724 run/f/for_06_R.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32725 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32726
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32727 Torture-Sub-1/32-PASS: run/f/for_06_R.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32728 run: llvmdc -O0 -od./obj -ofrun/f/foreach_28_B.d.exe run/f/foreach_28_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32729 llvmdc: gen/statements.cpp:832: virtual void ForeachStatement::toIR(IRState*): Assertion `body != 0' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32730 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32731 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32732 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32733 llvmdc[0x813fcdc]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32734 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32735 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32736 Torture-Sub-1/32-ERROR: run/f/foreach_28_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32737 run: llvmdc -O0 -od./obj -ofrun/f/foreach_31_A.d.exe run/f/foreach_31_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32738 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32739 run/f/foreach_31_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32740 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32741
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32742 Torture-Sub-1/32-PASS: run/f/foreach_31_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32743 run: llvmdc -O0 -od./obj -ofrun/f/foreach_31_B.d.exe run/f/foreach_31_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32744 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32745 run/f/foreach_31_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32746 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32747
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32748 Torture-Sub-1/32-PASS: run/f/foreach_31_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32749 run: llvmdc -O0 -od./obj -ofrun/f/foreach_31_C.d.exe run/f/foreach_31_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32750 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32751 run/f/foreach_31_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32752 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32753
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32754 Torture-Sub-1/32-PASS: run/f/foreach_31_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32755 run: llvmdc -O0 -od./obj -ofrun/f/foreach_33_A.d.exe run/f/foreach_33_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32756 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32757 run/f/foreach_33_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32758 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32759
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32760 Torture-Sub-1/32-PASS: run/f/foreach_33_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32761 run: llvmdc -O0 -od./obj -ofrun/f/foreach_33_B.d.exe run/f/foreach_33_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32762 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32763 run/f/foreach_33_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32764 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32765
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32766 Torture-Sub-1/32-PASS: run/f/foreach_33_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32767 run: llvmdc -O0 -od./obj -ofrun/f/foreach_33_C.d.exe run/f/foreach_33_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32768 run/f/foreach_33_C.d(14): static assert (_D10TypeInfo_a6__initZ == _D10TypeInfo_a6__initZ) is not evaluatable at compile time
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32769 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32770 Torture-Sub-1/32-FAIL: run/f/foreach_33_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32771 run: llvmdc -O0 -od./obj -ofrun/f/foreach_33_D.d.exe run/f/foreach_33_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32772 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32773 run/f/foreach_33_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32774 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32775
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32776 Torture-Sub-1/32-PASS: run/f/foreach_33_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32777 run: llvmdc -O0 -od./obj -ofrun/f/foreach_33_E.d.exe run/f/foreach_33_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32778 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32779 run/f/foreach_33_E.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32780 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32781
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32782 Torture-Sub-1/32-PASS: run/f/foreach_33_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32783 run: llvmdc -O0 -od./obj -ofrun/f/foreach_34_A.d.exe run/f/foreach_34_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32784 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32785 run/f/foreach_34_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32786 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32787
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32788 Torture-Sub-1/32-PASS: run/f/foreach_34_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32789 run: llvmdc -O0 -od./obj -ofrun/f/foreach_34_B.d.exe run/f/foreach_34_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32790 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32791 run/f/foreach_34_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32792 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32793
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32794 Torture-Sub-1/32-PASS: run/f/foreach_34_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32795 run: llvmdc -O0 -od./obj -ofrun/f/foreach_34_C.d.exe run/f/foreach_34_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32796 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32797 run/f/foreach_34_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32798 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32799
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32800 Torture-Sub-1/32-PASS: run/f/foreach_34_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32801 run: llvmdc -O0 -od./obj -ofrun/f/foreach_34_D.d.exe run/f/foreach_34_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32802 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32803 run/f/foreach_34_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32804 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32805
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32806 Torture-Sub-1/32-PASS: run/f/foreach_34_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32807 run: llvmdc -O0 -od./obj -ofrun/f/foreach_35_A.d.exe run/f/foreach_35_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32808 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32809 run/f/foreach_35_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32810 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32811
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32812 Torture-Sub-1/32-PASS: run/f/foreach_35_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32813 run: llvmdc -O0 -od./obj -ofrun/f/foreach_35_B.d.exe run/f/foreach_35_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32814 run/f/foreach_35_B.d: module dstress.run.f.foreach_35_B Terminator found in the middle of a basic block!
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32815 label %entry_dstress.run.f.foreach_35_B.main.__foreachbody1
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32816 Broken module found, compilation terminated.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32817 Broken module found, compilation terminated.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32818
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32819 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32820 Torture-Sub-1/32-FAIL: run/f/foreach_35_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32821 run: llvmdc -O0 -od./obj -ofrun/f/foreach_35_C.d.exe run/f/foreach_35_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32822 run/f/foreach_35_C.d: module dstress.run.f.foreach_35_C Terminator found in the middle of a basic block!
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32823 label %entry_dstress.run.f.foreach_35_C.main.__foreachbody1
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32824 Broken module found, compilation terminated.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32825 Broken module found, compilation terminated.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32826
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32827 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32828 Torture-Sub-1/32-FAIL: run/f/foreach_35_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32829 run: llvmdc -O0 -od./obj -ofrun/f/foreach_35_D.d.exe run/f/foreach_35_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32830 run/f/foreach_35_D.d: module dstress.run.f.foreach_35_D Terminator found in the middle of a basic block!
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32831 label %entry_dstress.run.f.foreach_35_D.main.__foreachbody1
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32832 Broken module found, compilation terminated.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32833 Broken module found, compilation terminated.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32834
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32835 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32836 Torture-Sub-1/32-FAIL: run/f/foreach_35_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32837 run: llvmdc -O0 -od./obj -ofrun/f/foreach_36_A.d.exe run/f/foreach_36_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32838 llvmdc: /home/kamm/eigenes/projekte/llvmdc/llvm-23-release-prefix/include/llvm/Instructions.h:375: const llvm::Type* llvm::checkType(const llvm::Type*): Assertion `Ty && "Invalid GetElementPtrInst indices for type!"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32839 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32840 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32841 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32842 llvmdc[0x8166156]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32843 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32844 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32845 Torture-Sub-1/32-ERROR: run/f/foreach_36_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32846 run: llvmdc -O0 -od./obj -ofrun/f/foreach_36_B.d.exe run/f/foreach_36_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32847 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32848 run/f/foreach_36_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32849 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32850
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32851 Torture-Sub-1/32-ERROR: run/f/foreach_36_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32852 run: llvmdc -O0 -od./obj -ofrun/f/foreach_36_C.d.exe run/f/foreach_36_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32853 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32854 run/f/foreach_36_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32855 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32856
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32857 Torture-Sub-1/32-PASS: run/f/foreach_36_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32858 run: llvmdc -O0 -od./obj -ofrun/f/foreach_36_D.d.exe run/f/foreach_36_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32859 llvmdc: /home/kamm/eigenes/projekte/llvmdc/llvm-23-release-prefix/include/llvm/Instructions.h:375: const llvm::Type* llvm::checkType(const llvm::Type*): Assertion `Ty && "Invalid GetElementPtrInst indices for type!"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32860 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32861 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32862 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32863 llvmdc[0x8166156]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32864 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32865 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32866 Torture-Sub-1/32-ERROR: run/f/foreach_36_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32867 run: llvmdc -O0 -od./obj -ofrun/f/foreach_38_A.d.exe run/f/foreach_38_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32868 run/f/foreach_38_A.d(14): static assert is false
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32869 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32870 Torture-Sub-1/32-FAIL: run/f/foreach_38_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32871 run: llvmdc -O0 -od./obj -ofrun/f/foreach_38_B.d.exe run/f/foreach_38_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32872 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32873 run/f/foreach_38_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32874 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32875
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32876 Torture-Sub-1/32-PASS: run/f/foreach_38_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32877 run: llvmdc -O0 -od./obj -ofrun/f/foreach_38_C.d.exe run/f/foreach_38_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32878 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32879 run/f/foreach_38_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32880 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32881
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32882 Torture-Sub-1/32-PASS: run/f/foreach_38_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32883 run: llvmdc -O0 -od./obj -ofrun/f/foreach_39_A.d.exe run/f/foreach_39_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32884 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32885 run/f/foreach_39_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32886 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32887
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32888 Torture-Sub-1/32-PASS: run/f/foreach_39_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32889 run: llvmdc -O0 -od./obj -ofrun/f/foreach_39_B.d.exe run/f/foreach_39_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32890 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32891 run/f/foreach_39_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32892 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32893
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32894 Torture-Sub-1/32-PASS: run/f/foreach_39_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32895 run: llvmdc -O0 -od./obj -ofrun/f/foreach_39_C.d.exe run/f/foreach_39_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32896 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32897 run/f/foreach_39_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32898 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32899
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32900 Torture-Sub-1/32-PASS: run/f/foreach_39_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32901 run: llvmdc -O0 -od./obj -ofrun/f/forward_reference_12_A.d.exe run/f/forward_reference_12_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32902 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32903 run/f/forward_reference_12_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32904 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32905
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32906 Torture-Sub-1/32-PASS: run/f/forward_reference_12_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32907 run: llvmdc -O0 -od./obj -ofrun/f/forward_reference_12_B.d.exe run/f/forward_reference_12_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32908 run/f/forward_reference_12_B.d(13): Error: no property 'Inner' for type 'Outer'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32909 run/f/forward_reference_12_B.d(13): Error: Outer.Inner is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32910 run/f/forward_reference_12_B.d(13): variable dstress.run.f.forward_reference_12_B.Test.s voids have no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32911 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32912 Torture-Sub-1/32-FAIL: run/f/forward_reference_12_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32913 run: llvmdc -O0 -od./obj -ofrun/f/forward_reference_12_C.d.exe run/f/forward_reference_12_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32914 run/f/forward_reference_12_C.d(20): class dstress.run.f.forward_reference_12_C.Outer is forward referenced when looking for 'Inner'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32915 run/f/forward_reference_12_C.d(20): class dstress.run.f.forward_reference_12_C.Outer is forward referenced when looking for 'Inner'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32916 run/f/forward_reference_12_C.d(20): class dstress.run.f.forward_reference_12_C.Outer is forward referenced when looking for 'Inner'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32917 run/f/forward_reference_12_C.d(13): Error: no property 'Inner' for type 'dstress.run.f.forward_reference_12_C.Outer'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32918 run/f/forward_reference_12_C.d(13): Error: Outer.Inner is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32919 run/f/forward_reference_12_C.d(13): variable dstress.run.f.forward_reference_12_C.Test.s voids have no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32920 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32921 Torture-Sub-1/32-FAIL: run/f/forward_reference_12_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32922 run: llvmdc -O0 -od./obj -ofrun/f/forward_reference_12_D.d.exe run/f/forward_reference_12_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32923 run/f/forward_reference_12_D.d(22): Error: outer class Outer 'this' needed to 'new' nested class Inner
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32924 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32925 Torture-Sub-1/32-FAIL: run/f/forward_reference_12_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32926 run: llvmdc -O0 -od./obj -ofrun/f/forward_reference_12_E.d.exe run/f/forward_reference_12_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32927 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32928 run/f/forward_reference_12_E.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32929 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32930
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32931 Torture-Sub-1/32-PASS: run/f/forward_reference_12_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32932 run: llvmdc -O0 -od./obj -ofrun/f/forward_reference_12_F.d.exe run/f/forward_reference_12_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32933 run/f/forward_reference_12_F.d(13): Error: no property 'Inner' for type 'Outer'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32934 run/f/forward_reference_12_F.d(13): Error: Outer.Inner is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32935 run/f/forward_reference_12_F.d(13): variable dstress.run.f.forward_reference_12_F.Test.s voids have no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32936 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32937 Torture-Sub-1/32-FAIL: run/f/forward_reference_12_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32938 run: llvmdc -O0 -od./obj -ofrun/f/forward_reference_14_A.d.exe run/f/forward_reference_14_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32939 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32940 run/f/forward_reference_14_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32941 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32942
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32943 Torture-Sub-1/32-PASS: run/f/forward_reference_14_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32944 run: llvmdc -O0 -od./obj -ofrun/f/forward_reference_14_B.d.exe run/f/forward_reference_14_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32945 run/f/forward_reference_14_B.d(12): Error: cannot implicitly convert expression (myLilFunction) of type int delegate(TYPE a) to int delegate(int a)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32946 run/f/forward_reference_14_B.d(19): template instance dstress.run.f.forward_reference_14_B.Foo!(int) error instantiating
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32947 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32948 Torture-Sub-1/32-FAIL: run/f/forward_reference_14_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32949 run: llvmdc -O0 -od./obj -ofrun/f/forward_reference_15_A.d.exe run/f/forward_reference_15_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32950 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32951 run/f/forward_reference_15_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32952 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32953
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32954 Torture-Sub-1/32-PASS: run/f/forward_reference_15_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32955 run: llvmdc -O0 -od./obj -ofrun/f/forward_reference_15_B.d.exe run/f/forward_reference_15_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32956 run/f/forward_reference_15_B.d(12): Error: cannot implicitly convert expression (myLilFunction) of type int function(TYPE a) to int function(int a)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32957 run/f/forward_reference_15_B.d(19): template instance dstress.run.f.forward_reference_15_B.Foo!(int) error instantiating
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32958 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32959 Torture-Sub-1/32-FAIL: run/f/forward_reference_15_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32960 run: llvmdc -O0 -od./obj -ofrun/f/forward_reference_16_A.d.exe run/f/forward_reference_16_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32961 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32962 run/f/forward_reference_16_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32963 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32964
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32965 Torture-Sub-1/32-PASS: run/f/forward_reference_16_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32966 run: llvmdc -O0 -od./obj -ofrun/f/forward_reference_16_B.d.exe run/f/forward_reference_16_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32967 run/f/forward_reference_16_B.d(13): class dstress.run.f.forward_reference_16_B.Outer is forward referenced when looking for 'Inner'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32968 run/f/forward_reference_16_B.d(13): class dstress.run.f.forward_reference_16_B.Outer is forward referenced when looking for 'Inner'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32969 run/f/forward_reference_16_B.d(13): class dstress.run.f.forward_reference_16_B.Outer is forward referenced when looking for 'Inner'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32970 run/f/forward_reference_16_B.d(11): Error: no property 'Inner' for type 'dstress.run.f.forward_reference_16_B.Outer'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32971 run/f/forward_reference_16_B.d(11): Error: Outer.Inner is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32972 run/f/forward_reference_16_B.d(11): variable dstress.run.f.forward_reference_16_B.test voids have no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32973 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32974 Torture-Sub-1/32-FAIL: run/f/forward_reference_16_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32975 run: llvmdc -O0 -od./obj -ofrun/f/forward_reference_16_C.d.exe run/f/forward_reference_16_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32976 run/f/forward_reference_16_C.d(11): Error: no property 'Inner' for type 'Outer'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32977 run/f/forward_reference_16_C.d(11): Error: Outer.Inner is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32978 run/f/forward_reference_16_C.d(11): variable dstress.run.f.forward_reference_16_C.test voids have no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32979 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32980 Torture-Sub-1/32-FAIL: run/f/forward_reference_16_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32981 run: llvmdc -O0 -od./obj -ofrun/f/forward_reference_16_D.d.exe run/f/forward_reference_16_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32982 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32983 run/f/forward_reference_16_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32984 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32985
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32986 Torture-Sub-1/32-PASS: run/f/forward_reference_16_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32987 run: llvmdc -O0 -od./obj -ofrun/f/forward_reference_16_E.d.exe run/f/forward_reference_16_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32988 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32989 run/f/forward_reference_16_E.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32990 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32991
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32992 Torture-Sub-1/32-PASS: run/f/forward_reference_16_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32993 run: llvmdc -O0 -od./obj -ofrun/f/forward_reference_16_F.d.exe run/f/forward_reference_16_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32994 run/f/forward_reference_16_F.d(11): Error: no property 'Inner' for type 'Outer'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32995 run/f/forward_reference_16_F.d(11): Error: Outer.Inner is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32996 run/f/forward_reference_16_F.d(11): variable dstress.run.f.forward_reference_16_F.test voids have no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32997 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32998 Torture-Sub-1/32-FAIL: run/f/forward_reference_16_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
32999 run: llvmdc -O0 -od./obj -ofrun/f/forward_reference_16_G.d.exe run/f/forward_reference_16_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33000 run/f/forward_reference_16_G.d(13): class dstress.run.f.forward_reference_16_G.Outer is forward referenced when looking for 'Inner'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33001 run/f/forward_reference_16_G.d(13): class dstress.run.f.forward_reference_16_G.Outer is forward referenced when looking for 'Inner'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33002 run/f/forward_reference_16_G.d(13): class dstress.run.f.forward_reference_16_G.Outer is forward referenced when looking for 'Inner'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33003 run/f/forward_reference_16_G.d(11): Error: no property 'Inner' for type 'dstress.run.f.forward_reference_16_G.Outer'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33004 run/f/forward_reference_16_G.d(11): Error: Outer.Inner is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33005 run/f/forward_reference_16_G.d(11): variable dstress.run.f.forward_reference_16_G.test voids have no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33006 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33007 Torture-Sub-1/32-FAIL: run/f/forward_reference_16_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33008 run: llvmdc -O0 -od./obj -ofrun/f/forward_reference_16_H.d.exe run/f/forward_reference_16_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33009 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33010 run/f/forward_reference_16_H.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33011 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33012
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33013 Torture-Sub-1/32-PASS: run/f/forward_reference_16_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33014 run: llvmdc -O0 -od./obj -ofrun/f/forward_reference_17_A.d.exe run/f/forward_reference_17_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33015 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33016 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33017 EXIT CODE: 11
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33018 Torture-Sub-1/32-ERROR: run/f/forward_reference_17_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33019 run: llvmdc -O0 -od./obj -ofrun/f/forward_reference_17_B.d.exe run/f/forward_reference_17_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33020 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33021 run/f/forward_reference_17_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33022 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33023
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33024 Torture-Sub-1/32-PASS: run/f/forward_reference_17_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33025 run: llvmdc -O0 -od./obj -ofrun/f/forward_reference_19_A.d.exe run/f/forward_reference_19_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33026 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33027 run/f/forward_reference_19_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33028 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33029
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33030 Torture-Sub-1/32-PASS: run/f/forward_reference_19_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33031 run: llvmdc -O0 -od./obj -ofrun/f/forward_reference_19_B.d.exe run/f/forward_reference_19_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33032 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33033 run/f/forward_reference_19_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33034 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33035
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33036 Torture-Sub-1/32-PASS: run/f/forward_reference_19_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33037 run: llvmdc -O0 -od./obj -ofrun/f/forward_reference_19_C.d.exe run/f/forward_reference_19_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33038 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33039 run/f/forward_reference_19_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33040 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33041
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33042 Torture-Sub-1/32-PASS: run/f/forward_reference_19_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33043 run: llvmdc -O0 -od./obj -ofrun/f/forward_reference_19_D.d.exe run/f/forward_reference_19_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33044 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33045 run/f/forward_reference_19_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33046 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33047
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33048 Torture-Sub-1/32-PASS: run/f/forward_reference_19_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33049 run: llvmdc -O0 -od./obj -ofrun/f/forward_reference_19_E.d.exe run/f/forward_reference_19_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33050 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33051 run/f/forward_reference_19_E.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33052 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33053
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33054 Torture-Sub-1/32-PASS: run/f/forward_reference_19_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33055 run: llvmdc -O0 -od./obj -ofrun/f/forward_reference_20_A.d.exe run/f/forward_reference_20_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33056 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33057 run/f/forward_reference_20_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33058 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33059
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33060 Torture-Sub-1/32-ERROR: run/f/forward_reference_20_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33061 run: llvmdc -O0 -od./obj -ofrun/f/forward_reference_20_B.d.exe run/f/forward_reference_20_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33062 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33063 run/f/forward_reference_20_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33064 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33065
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33066 Torture-Sub-1/32-PASS: run/f/forward_reference_20_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33067 run: llvmdc -O0 -od./obj -ofrun/f/forward_reference_20_C.d.exe run/f/forward_reference_20_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33068 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33069 run/f/forward_reference_20_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33070 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33071
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33072 Torture-Sub-1/32-PASS: run/f/forward_reference_20_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33073 run: llvmdc -O0 -od./obj -ofrun/f/forward_reference_20_D.d.exe run/f/forward_reference_20_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33074 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33075 run/f/forward_reference_20_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33076 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33077
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33078 Torture-Sub-1/32-PASS: run/f/forward_reference_20_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33079 run: llvmdc -O0 run/f/function_05_B.d -od./obj/_239E -ofrun/f/function_05_A.d.exe run/f/function_05_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33080 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33081 run/f/function_05_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33082 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33083
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33084 Torture-Sub-1/32-PASS: run/f/function_05_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33085 run: llvmdc -O0 run/f/function_05_A.d -od./obj/_23B0 -ofrun/f/function_05_B.d.exe run/f/function_05_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33086 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33087 run/f/function_05_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33088 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33089
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33090 Torture-Sub-1/32-PASS: run/f/function_05_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33091 run: llvmdc -O0 -od./obj -ofrun/f/function_05_C.d.exe run/f/function_05_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33092 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33093 run/f/function_05_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33094 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33095
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33096 Torture-Sub-1/32-PASS: run/f/function_05_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33097 run: llvmdc -O0 -od./obj -ofrun/f/function_05_D.d.exe run/f/function_05_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33098 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33099 run/f/function_05_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33100 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33101
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33102 Torture-Sub-1/32-PASS: run/f/function_05_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33103 run: llvmdc -O0 -od./obj -ofrun/f/function_05_E.d.exe run/f/function_05_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33104 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33105 run/f/function_05_E.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33106 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33107
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33108 Torture-Sub-1/32-PASS: run/f/function_05_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33109 run: llvmdc -O0 -od./obj -ofrun/f/function_05_F.d.exe run/f/function_05_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33110 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33111 run/f/function_05_F.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33112 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33113
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33114 Torture-Sub-1/32-PASS: run/f/function_05_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33115 run: llvmdc -O0 -od./obj -ofrun/f/function_05_G.d.exe run/f/function_05_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33116 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33117 run/f/function_05_G.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33118 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33119
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33120 Torture-Sub-1/32-PASS: run/f/function_05_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33121 run: llvmdc -O0 -od./obj -ofrun/f/function_06_A.d.exe run/f/function_06_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33122 llvmdc: /home/kamm/eigenes/projekte/llvmdc/llvm-23-release-prefix/include/llvm/Instructions.h:375: const llvm::Type* llvm::checkType(const llvm::Type*): Assertion `Ty && "Invalid GetElementPtrInst indices for type!"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33123 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33124 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33125 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33126 llvmdc[0x8166156]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33127 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33128 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33129 Torture-Sub-1/32-ERROR: run/f/function_06_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33130 run: llvmdc -O0 -od./obj -ofrun/f/function_06_B.d.exe run/f/function_06_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33131 llvmdc: /home/kamm/eigenes/projekte/llvmdc/llvm-23-release-prefix/include/llvm/Instructions.h:375: const llvm::Type* llvm::checkType(const llvm::Type*): Assertion `Ty && "Invalid GetElementPtrInst indices for type!"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33132 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33133 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33134 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33135 llvmdc[0x8166156]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33136 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33137 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33138 Torture-Sub-1/32-ERROR: run/f/function_06_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33139 run: llvmdc -O0 -od./obj -ofrun/f/function_07_A.d.exe run/f/function_07_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33140 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33141 run/f/function_07_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33142 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33143
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33144 Torture-Sub-1/32-PASS: run/f/function_07_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33145 run: llvmdc -O0 -od./obj -ofrun/f/function_07_B.d.exe run/f/function_07_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33146 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33147 run/f/function_07_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33148 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33149
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33150 Torture-Sub-1/32-PASS: run/f/function_07_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33151 run: llvmdc -O0 -od./obj -ofrun/__FILE__01.d.exe run/__FILE__01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33152 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33153 run/__FILE__01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33154 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33155
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33156 Torture-Sub-1/32-PASS: run/__FILE__01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33157 run: llvmdc -O0 -od./obj -ofrun/final_02.d.exe run/final_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33158 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33159 run/final_02.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33160 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33161
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33162 Torture-Sub-1/32-PASS: run/final_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33163 run: llvmdc -O0 -od./obj -ofrun/final_03.d.exe run/final_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33164 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33165 run/final_03.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33166 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33167
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33168 Torture-Sub-1/32-PASS: run/final_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33169 run: llvmdc -O0 -od./obj -ofrun/final_05.d.exe run/final_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33170 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33171 run/final_05.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33172 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33173
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33174 Torture-Sub-1/32-PASS: run/final_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33175 run: llvmdc -O0 -od./obj -ofrun/final_06.d.exe run/final_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33176 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33177 run/final_06.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33178 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33179
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33180 Torture-Sub-1/32-PASS: run/final_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33181 run: llvmdc -O0 -od./obj -ofrun/finally_01.d.exe run/finally_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33182 Warning: run/finally_01.d(14): try-catch is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33183 Warning: run/finally_01.d(18): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33184 Warning: run/finally_01.d(23): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33185 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33186 run/finally_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33187 Exception: first
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33188 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33189
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33190 Torture-Sub-1/32-ERROR: run/finally_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33191 run: llvmdc -O0 -od./obj -ofrun/float_01.d.exe run/float_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33192 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33193 run/float_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33194 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33195
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33196 Torture-Sub-1/32-PASS: run/float_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33197 run: llvmdc -O0 -od./obj -ofrun/float_02.d.exe run/float_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33198 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33199 run/float_02.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33200 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33201
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33202 Torture-Sub-1/32-PASS: run/float_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33203 run: llvmdc -O0 -od./obj -ofrun/float_03.d.exe run/float_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33204 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33205 run/float_03.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33206 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33207
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33208 Torture-Sub-1/32-PASS: run/float_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33209 run: llvmdc -O0 -od./obj -ofrun/float_04.d.exe run/float_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33210 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33211 run/float_04.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33212 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33213
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33214 Torture-Sub-1/32-PASS: run/float_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33215 run: llvmdc -O0 -od./obj -ofrun/float_05.d.exe run/float_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33216 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33217 run/float_05.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33218 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33219
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33220 Torture-Sub-1/32-PASS: run/float_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33221 run: llvmdc -O0 -od./obj -ofrun/float_06.d.exe run/float_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33222 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33223 run/float_06.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33224 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33225
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33226 Torture-Sub-1/32-PASS: run/float_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33227 run: llvmdc -O0 -od./obj -ofrun/float_07.d.exe run/float_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33228 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33229 run/float_07.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33230 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33231
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33232 Torture-Sub-1/32-PASS: run/float_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33233 run: llvmdc -O0 -od./obj -ofrun/float_08.d.exe run/float_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33234 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33235 run/float_08.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33236 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33237
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33238 Torture-Sub-1/32-PASS: run/float_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33239 run: llvmdc -O0 -od./obj -ofrun/float_09.d.exe run/float_09.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33240 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33241 run/float_09.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33242 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33243
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33244 Torture-Sub-1/32-PASS: run/float_09.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33245 run: llvmdc -O0 -od./obj -ofrun/float_10.d.exe run/float_10.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33246 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33247 run/float_10.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33248 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33249
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33250 Torture-Sub-1/32-PASS: run/float_10.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33251 run: llvmdc -O0 -od./obj -ofrun/float_11.d.exe run/float_11.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33252 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33253 run/float_11.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33254 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33255
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33256 Torture-Sub-1/32-PASS: run/float_11.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33257 run: llvmdc -O0 -od./obj -ofrun/float_12.d.exe run/float_12.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33258 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33259 run/float_12.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33260 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33261
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33262 Torture-Sub-1/32-PASS: run/float_12.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33263 run: llvmdc -O0 -od./obj -ofrun/float_13.d.exe run/float_13.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33264 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33265 run/float_13.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33266 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33267
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33268 Torture-Sub-1/32-PASS: run/float_13.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33269 run: llvmdc -O0 -od./obj -ofrun/float_22.d.exe run/float_22.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33270 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33271 run/float_22.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33272 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33273
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33274 Torture-Sub-1/32-PASS: run/float_22.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33275 run: llvmdc -O0 -od./obj -ofrun/float_25.d.exe run/float_25.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33276 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33277 run/float_25.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33278 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33279
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33280 Torture-Sub-1/32-PASS: run/float_25.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33281 run: llvmdc -O0 -od./obj -ofrun/float_26.d.exe run/float_26.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33282 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33283 run/float_26.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33284 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33285
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33286 Torture-Sub-1/32-PASS: run/float_26.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33287 run: llvmdc -O0 -od./obj -ofrun/for_01.d.exe run/for_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33288 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33289 run/for_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33290 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33291
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33292 Torture-Sub-1/32-PASS: run/for_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33293 run: llvmdc -O0 -od./obj -ofrun/for_02.d.exe run/for_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33294 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33295 run/for_02.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33296 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33297
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33298 Torture-Sub-1/32-PASS: run/for_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33299 run: llvmdc -O0 -od./obj -ofrun/for_04.d.exe run/for_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33300 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33301 run/for_04.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33302 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33303
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33304 Torture-Sub-1/32-PASS: run/for_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33305 run: llvmdc -O0 -od./obj -ofrun/for_05.d.exe run/for_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33306 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33307 run/for_05.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33308 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33309
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33310 Torture-Sub-1/32-PASS: run/for_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33311 run: llvmdc -O0 -od./obj -ofrun/foreach_01.d.exe run/foreach_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33312 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33313 run/foreach_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33314 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33315
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33316 Torture-Sub-1/32-PASS: run/foreach_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33317 run: llvmdc -O0 -od./obj -ofrun/foreach_02.d.exe run/foreach_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33318 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33319 run/foreach_02.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33320 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33321
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33322 Torture-Sub-1/32-PASS: run/foreach_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33323 run: llvmdc -O0 -od./obj -ofrun/foreach_03.d.exe run/foreach_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33324 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33325 run/foreach_03.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33326 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33327
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33328 Torture-Sub-1/32-PASS: run/foreach_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33329 run: llvmdc -O0 -od./obj -ofrun/foreach_04.d.exe run/foreach_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33330 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33331 run/foreach_04.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33332 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33333
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33334 Torture-Sub-1/32-PASS: run/foreach_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33335 run: llvmdc -O0 -od./obj -ofrun/foreach_05.d.exe run/foreach_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33336 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33337 run/foreach_05.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33338 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33339
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33340 Torture-Sub-1/32-PASS: run/foreach_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33341 run: llvmdc -O0 -od./obj -ofrun/foreach_06.d.exe run/foreach_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33342 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33343 run/foreach_06.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33344 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33345
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33346 Torture-Sub-1/32-PASS: run/foreach_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33347 run: llvmdc -O0 -od./obj -ofrun/foreach_07.d.exe run/foreach_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33348 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33349 run/foreach_07.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33350 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33351
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33352 Torture-Sub-1/32-PASS: run/foreach_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33353 run: llvmdc -O0 -od./obj -ofrun/foreach_08.d.exe run/foreach_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33354 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33355 run/foreach_08.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33356 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33357
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33358 Torture-Sub-1/32-PASS: run/foreach_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33359 run: llvmdc -O0 -od./obj -ofrun/foreach_09.d.exe run/foreach_09.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33360 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33361 run/foreach_09.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33362 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33363
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33364 Torture-Sub-1/32-PASS: run/foreach_09.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33365 run: llvmdc -O0 -od./obj -ofrun/foreach_10.d.exe run/foreach_10.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33366 llvmdc: gen/tollvm.cpp:341: LLValue* DtoBoolean(LLValue*): Assertion `0' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33367 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33368 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33369 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33370 llvmdc[0x8167cc5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33371 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33372 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33373 Torture-Sub-1/32-ERROR: run/foreach_10.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33374 run: llvmdc -O0 -od./obj -ofrun/foreach_11.d.exe run/foreach_11.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33375 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33376 run/foreach_11.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33377 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33378
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33379 Torture-Sub-1/32-PASS: run/foreach_11.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33380 run: llvmdc -O0 -od./obj -ofrun/foreach_12.d.exe run/foreach_12.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33381 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33382 run/foreach_12.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33383 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33384
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33385 Torture-Sub-1/32-PASS: run/foreach_12.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33386 run: llvmdc -O0 -od./obj -ofrun/foreach_13.d.exe run/foreach_13.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33387 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33388 run/foreach_13.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33389 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33390
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33391 Torture-Sub-1/32-PASS: run/foreach_13.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33392 run: llvmdc -O0 -od./obj -ofrun/foreach_15.d.exe run/foreach_15.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33393 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33394 run/foreach_15.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33395 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33396
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33397 Torture-Sub-1/32-PASS: run/foreach_15.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33398 run: llvmdc -O0 -od./obj -ofrun/foreach_16.d.exe run/foreach_16.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33399 run/foreach_16.d(8): Error: identifier 'string' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33400 run/foreach_16.d(8): Error: string is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33401 run/foreach_16.d(8): variable dstress.run.foreach_16.main.x voids have no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33402 run/foreach_16.d(8): Error: cannot implicitly convert expression ("\xf0\x9d\x83\x93") of type char[4u] to int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33403 run/foreach_16.d(12): Error: foreach: int is not an aggregate type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33404 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33405 Torture-Sub-1/32-FAIL: run/foreach_16.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33406 run: llvmdc -O0 -od./obj -ofrun/foreach_23.d.exe run/foreach_23.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33407 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33408 run/foreach_23.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33409 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33410
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33411 Torture-Sub-1/32-PASS: run/foreach_23.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33412 run: llvmdc -O0 -od./obj -ofrun/foreach_24.d.exe run/foreach_24.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33413 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33414 run/foreach_24.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33415 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33416
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33417 Torture-Sub-1/32-PASS: run/foreach_24.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33418 run: llvmdc -O0 -od./obj -ofrun/foreach_25.d.exe run/foreach_25.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33419 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33420 run/foreach_25.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33421 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33422
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33423 Torture-Sub-1/32-PASS: run/foreach_25.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33424 run: llvmdc -O0 -od./obj -ofrun/foreach_26.d.exe run/foreach_26.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33425 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33426 run/foreach_26.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33427 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33428
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33429 Torture-Sub-1/32-PASS: run/foreach_26.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33430 run: llvmdc -O0 -od./obj -ofrun/foreach_27.d.exe run/foreach_27.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33431 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33432 run/foreach_27.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33433 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33434
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33435 Torture-Sub-1/32-PASS: run/foreach_27.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33436 run: llvmdc -O0 -od./obj -ofrun/foreach_28.d.exe run/foreach_28.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33437 llvmdc: gen/statements.cpp:832: virtual void ForeachStatement::toIR(IRState*): Assertion `body != 0' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33438 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33439 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33440 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33441 llvmdc[0x813fcdc]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33442 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33443 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33444 Torture-Sub-1/32-ERROR: run/foreach_28.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33445 run: llvmdc -O0 -od./obj -ofrun/foreach_29.d.exe run/foreach_29.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33446 llvmdc: gen/statements.cpp:832: virtual void ForeachStatement::toIR(IRState*): Assertion `body != 0' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33447 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33448 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33449 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33450 llvmdc[0x813fcdc]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33451 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33452 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33453 Torture-Sub-1/32-ERROR: run/foreach_29.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33454 run: llvmdc -O0 -od./obj -ofrun/forward_reference_07.d.exe run/forward_reference_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33455 run/forward_reference_07.d(16): Error: enum MyEnum is forward referenced
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33456 run/forward_reference_07.d(16): Error: enum MyEnum is forward referenced
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33457 run/forward_reference_07.d(12): Error: enum MyEnum is forward referenced
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33458 Error: enum MyEnum is forward referenced
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33459 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33460 Torture-Sub-1/32-FAIL: run/forward_reference_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33461 run: llvmdc -O0 -od./obj -ofrun/forward_reference_08.d.exe run/forward_reference_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33462 run/forward_reference_08.d(16): Error: enum MyEnum is forward referenced
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33463 run/forward_reference_08.d(16): Error: enum MyEnum is forward referenced
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33464 run/forward_reference_08.d(12): Error: enum MyEnum is forward referenced
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33465 Error: enum MyEnum is forward referenced
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33466 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33467 Torture-Sub-1/32-FAIL: run/forward_reference_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33468 run: llvmdc -O0 -od./obj -ofrun/forward_reference_09.d.exe run/forward_reference_09.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33469 run/forward_reference_09.d(16): Error: enum MyEnum is forward referenced
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33470 run/forward_reference_09.d(16): Error: enum MyEnum is forward referenced
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33471 run/forward_reference_09.d(12): Error: enum MyEnum is forward referenced
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33472 Error: enum MyEnum is forward referenced
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33473 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33474 Torture-Sub-1/32-FAIL: run/forward_reference_09.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33475 run: llvmdc -O0 -od./obj -ofrun/forward_reference_10.d.exe run/forward_reference_10.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33476 run/forward_reference_10.d(14): Error: enum MyEnum is forward referenced
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33477 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33478 Torture-Sub-1/32-FAIL: run/forward_reference_10.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33479 run: llvmdc -O0 -od./obj -ofrun/forward_reference_11.d.exe run/forward_reference_11.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33480 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33481 run/forward_reference_11.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33482 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33483
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33484 Torture-Sub-1/32-PASS: run/forward_reference_11.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33485 run: llvmdc -O0 -od./obj -ofrun/function_01.d.exe run/function_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33486 llvmdc: /home/kamm/eigenes/projekte/llvmdc/llvm-23-release-prefix/include/llvm/Instructions.h:375: const llvm::Type* llvm::checkType(const llvm::Type*): Assertion `Ty && "Invalid GetElementPtrInst indices for type!"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33487 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33488 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33489 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33490 llvmdc[0x8166156]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33491 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33492 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33493 Torture-Sub-1/32-ERROR: run/function_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33494 run: llvmdc -O0 -od./obj -ofrun/function_02.d.exe run/function_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33495 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33496 run/function_02.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33497 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33498
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33499 Torture-Sub-1/32-PASS: run/function_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33500 run: llvmdc -O0 -od./obj -ofrun/goto_01.d.exe run/goto_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33501 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33502 run/goto_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33503 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33504
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33505 Torture-Sub-1/32-PASS: run/goto_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33506 run: llvmdc -O0 -od./obj -ofrun/goto_02.d.exe run/goto_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33507 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33508 run/goto_02.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33509 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33510
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33511 Torture-Sub-1/32-PASS: run/goto_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33512 run: llvmdc -O0 -od./obj -ofrun/goto_03.d.exe run/goto_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33513 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33514 run/goto_03.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33515 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33516
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33517 Torture-Sub-1/32-PASS: run/goto_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33518 run: llvmdc -O0 -od./obj -ofrun/goto_05.d.exe run/goto_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33519 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33520 run/goto_05.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33521 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33522
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33523 Torture-Sub-1/32-PASS: run/goto_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33524 run: llvmdc -O0 -od./obj -ofrun/goto_07.d.exe run/goto_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33525 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33526 run/goto_07.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33527 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33528
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33529 Torture-Sub-1/32-PASS: run/goto_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33530 run: llvmdc -O0 -od./obj -ofrun/goto_08.d.exe run/goto_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33531 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33532 run/goto_08.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33533 Exception: Assertion failure
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33534 Assertion failed:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33535 run/goto_08.d(9)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33536 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33537
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33538 Torture-Sub-1/32-ERROR: run/goto_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33539 run: llvmdc -O0 -od./obj -ofrun/goto_09.d.exe run/goto_09.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33540 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33541 run/goto_09.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33542 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33543
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33544 Torture-Sub-1/32-PASS: run/goto_09.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33545 run: llvmdc -O0 -od./obj -ofrun/goto_10.d.exe run/goto_10.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33546 run/goto_10.d: module dstress.run.goto_10 Terminator found in the middle of a basic block!
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33547 label %endtryfinally
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33548 Broken module found, compilation terminated.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33549 Broken module found, compilation terminated.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33550 Broken module found, compilation terminated.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33551
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33552 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33553 Torture-Sub-1/32-FAIL: run/goto_10.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33554 run: llvmdc -O0 -od./obj -ofrun/goto_11.d.exe run/goto_11.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33555 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33556 run/goto_11.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33557 Exception: Assertion failure
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33558 Assertion failed:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33559 run/goto_11.d(30)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33560 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33561
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33562 Torture-Sub-1/32-ERROR: run/goto_11.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33563 run: llvmdc -O0 -od./obj -ofrun/ieee_754_zerocomp_01.d.exe run/ieee_754_zerocomp_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33564 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33565 run/ieee_754_zerocomp_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33566 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33567
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33568 Torture-Sub-1/32-PASS: run/ieee_754_zerocomp_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33569 run: llvmdc -O0 -od./obj -ofrun/ieee_754_zerocomp_02.d.exe run/ieee_754_zerocomp_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33570 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33571 run/ieee_754_zerocomp_02.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33572 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33573
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33574 Torture-Sub-1/32-PASS: run/ieee_754_zerocomp_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33575 run: llvmdc -O0 -od./obj -ofrun/ieee_754_zerocomp_03.d.exe run/ieee_754_zerocomp_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33576 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33577 run/ieee_754_zerocomp_03.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33578 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33579
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33580 Torture-Sub-1/32-PASS: run/ieee_754_zerocomp_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33581 run: llvmdc -O0 -od./obj -ofrun/ieee_754_zerocomp_04.d.exe run/ieee_754_zerocomp_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33582 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33583 run/ieee_754_zerocomp_04.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33584 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33585
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33586 Torture-Sub-1/32-PASS: run/ieee_754_zerocomp_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33587 run: llvmdc -O0 -od./obj -ofrun/ieee_754_zerocomp_05.d.exe run/ieee_754_zerocomp_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33588 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33589 run/ieee_754_zerocomp_05.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33590 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33591
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33592 Torture-Sub-1/32-PASS: run/ieee_754_zerocomp_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33593 run: llvmdc -O0 -od./obj -ofrun/ieee_754_zerocomp_06.d.exe run/ieee_754_zerocomp_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33594 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33595 run/ieee_754_zerocomp_06.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33596 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33597
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33598 Torture-Sub-1/32-PASS: run/ieee_754_zerocomp_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33599 run: llvmdc -O0 -od./obj -ofrun/ieee_754_zerocomp_07.d.exe run/ieee_754_zerocomp_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33600 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33601 run/ieee_754_zerocomp_07.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33602 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33603
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33604 Torture-Sub-1/32-PASS: run/ieee_754_zerocomp_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33605 run: llvmdc -O0 -od./obj -ofrun/ieee_754_zerocomp_08.d.exe run/ieee_754_zerocomp_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33606 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33607 run/ieee_754_zerocomp_08.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33608 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33609
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33610 Torture-Sub-1/32-PASS: run/ieee_754_zerocomp_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33611 run: llvmdc -O0 -od./obj -ofrun/ieee_754_zerocomp_09.d.exe run/ieee_754_zerocomp_09.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33612 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33613 run/ieee_754_zerocomp_09.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33614 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33615
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33616 Torture-Sub-1/32-PASS: run/ieee_754_zerocomp_09.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33617 run: llvmdc -O0 -od./obj -ofrun/ieee_754_zerosdq_01.d.exe run/ieee_754_zerosdq_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33618 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33619 run/ieee_754_zerosdq_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33620 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33621
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33622 Torture-Sub-1/32-PASS: run/ieee_754_zerosdq_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33623 run: llvmdc -O0 -od./obj -ofrun/ieee_754_zerosdq_02.d.exe run/ieee_754_zerosdq_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33624 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33625 run/ieee_754_zerosdq_02.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33626 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33627
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33628 Torture-Sub-1/32-PASS: run/ieee_754_zerosdq_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33629 run: llvmdc -O0 -od./obj -ofrun/ieee_754_zerosdq_03.d.exe run/ieee_754_zerosdq_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33630 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33631 run/ieee_754_zerosdq_03.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33632 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33633
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33634 Torture-Sub-1/32-PASS: run/ieee_754_zerosdq_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33635 run: llvmdc -O0 -od./obj -ofrun/ieee_754_zerosdq_04.d.exe run/ieee_754_zerosdq_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33636 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33637 run/ieee_754_zerosdq_04.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33638 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33639
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33640 Torture-Sub-1/32-PASS: run/ieee_754_zerosdq_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33641 run: llvmdc -O0 -od./obj -ofrun/if_01.d.exe run/if_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33642 run/if_01.d: module dstress.run.if_01 Terminator found in the middle of a basic block!
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33643 label %endif
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33644 Broken module found, compilation terminated.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33645 Broken module found, compilation terminated.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33646
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33647 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33648 Torture-Sub-1/32-FAIL: run/if_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33649 run: llvmdc -O0 -od./obj -ofrun/if_02.d.exe run/if_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33650 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33651 run/if_02.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33652 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33653
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33654 Torture-Sub-1/32-PASS: run/if_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33655 run: llvmdc -O0 -od./obj -ofrun/if_03.d.exe run/if_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33656 run/if_03.d: module dstress.run.if_03 Terminator found in the middle of a basic block!
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33657 label %endif
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33658 Broken module found, compilation terminated.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33659 Broken module found, compilation terminated.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33660
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33661 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33662 Torture-Sub-1/32-FAIL: run/if_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33663 run: llvmdc -O0 -od./obj -ofrun/if_04.d.exe run/if_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33664 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33665 run/if_04.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33666 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33667
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33668 Torture-Sub-1/32-PASS: run/if_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33669 run: llvmdc -O0 -od./obj -ofrun/if_05.d.exe run/if_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33670 run/if_05.d: module dstress.run.if_05 Terminator found in the middle of a basic block!
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33671 label %endif
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33672 Broken module found, compilation terminated.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33673 Broken module found, compilation terminated.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33674
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33675 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33676 Torture-Sub-1/32-FAIL: run/if_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33677 run: llvmdc -O0 -od./obj -ofrun/if_06.d.exe run/if_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33678 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33679 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33680 EXIT CODE: 11
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33681 Torture-Sub-1/32-ERROR: run/if_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33682 run: llvmdc -O0 -od./obj -ofrun/if_07.d.exe run/if_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33683 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33684 run/if_07.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33685 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33686
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33687 Torture-Sub-1/32-PASS: run/if_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33688 run: llvmdc -O0 -od./obj -ofrun/if_08.d.exe run/if_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33689 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33690 run/if_08.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33691 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33692
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33693 Torture-Sub-1/32-PASS: run/if_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33694 run: llvmdc -O0 -od./obj -ofrun/ifloat_03.d.exe run/ifloat_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33695 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33696 run/ifloat_03.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33697 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33698
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33699 Torture-Sub-1/32-PASS: run/ifloat_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33700 run: llvmdc -O0 -od./obj -ofrun/i/idouble_04_A.d.exe run/i/idouble_04_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33701 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33702 run/i/idouble_04_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33703 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33704
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33705 Torture-Sub-1/32-PASS: run/i/idouble_04_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33706 run: llvmdc -O0 -od./obj -ofrun/i/idouble_04_B.d.exe run/i/idouble_04_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33707 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33708 run/i/idouble_04_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33709 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33710
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33711 Torture-Sub-1/32-PASS: run/i/idouble_04_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33712 run: llvmdc -O0 -od./obj -ofrun/i/ieee_754_flt2int_A.d.exe run/i/ieee_754_flt2int_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33713 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33714 run/i/ieee_754_flt2int_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33715 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33716
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33717 Torture-Sub-1/32-PASS: run/i/ieee_754_flt2int_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33718 run: llvmdc -O0 -od./obj -ofrun/i/ieee_754_flt2int_B.d.exe run/i/ieee_754_flt2int_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33719 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33720 run/i/ieee_754_flt2int_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33721 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33722
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33723 Torture-Sub-1/32-PASS: run/i/ieee_754_flt2int_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33724 run: llvmdc -O0 -od./obj -ofrun/i/ieee_754_flt2int_C.d.exe run/i/ieee_754_flt2int_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33725 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33726 run/i/ieee_754_flt2int_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33727 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33728
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33729 Torture-Sub-1/32-PASS: run/i/ieee_754_flt2int_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33730 run: llvmdc -O0 -od./obj -ofrun/i/ieee_754_flt2int_D.d.exe run/i/ieee_754_flt2int_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33731 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33732 run/i/ieee_754_flt2int_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33733 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33734
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33735 Torture-Sub-1/32-PASS: run/i/ieee_754_flt2int_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33736 run: llvmdc -O0 -od./obj -ofrun/i/ieee_754_flt2int_E.d.exe run/i/ieee_754_flt2int_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33737 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33738 run/i/ieee_754_flt2int_E.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33739 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33740
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33741 Torture-Sub-1/32-PASS: run/i/ieee_754_flt2int_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33742 run: llvmdc -O0 -od./obj -ofrun/i/ieee_754_flt2int_F.d.exe run/i/ieee_754_flt2int_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33743 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33744 run/i/ieee_754_flt2int_F.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33745 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33746
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33747 Torture-Sub-1/32-PASS: run/i/ieee_754_flt2int_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33748 run: llvmdc -O0 -od./obj -ofrun/i/ieee_754_int2flt_A.d.exe run/i/ieee_754_int2flt_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33749 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33750 run/i/ieee_754_int2flt_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33751 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33752
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33753 Torture-Sub-1/32-PASS: run/i/ieee_754_int2flt_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33754 run: llvmdc -O0 -od./obj -ofrun/i/ieee_754_int2flt_B.d.exe run/i/ieee_754_int2flt_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33755 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33756 run/i/ieee_754_int2flt_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33757 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33758
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33759 Torture-Sub-1/32-PASS: run/i/ieee_754_int2flt_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33760 run: llvmdc -O0 -od./obj -ofrun/i/ieee_754_int2flt_C.d.exe run/i/ieee_754_int2flt_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33761 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33762 run/i/ieee_754_int2flt_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33763 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33764
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33765 Torture-Sub-1/32-PASS: run/i/ieee_754_int2flt_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33766 run: llvmdc -O0 -od./obj -ofrun/i/ieee_754_int2flt_D.d.exe run/i/ieee_754_int2flt_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33767 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33768 run/i/ieee_754_int2flt_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33769 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33770
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33771 Torture-Sub-1/32-PASS: run/i/ieee_754_int2flt_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33772 run: llvmdc -O0 -od./obj -ofrun/i/ieee_754_int2flt_E.d.exe run/i/ieee_754_int2flt_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33773 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33774 run/i/ieee_754_int2flt_E.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33775 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33776
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33777 Torture-Sub-1/32-PASS: run/i/ieee_754_int2flt_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33778 run: llvmdc -O0 -od./obj -ofrun/i/ieee_754_int2flt_F.d.exe run/i/ieee_754_int2flt_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33779 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33780 run/i/ieee_754_int2flt_F.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33781 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33782
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33783 Torture-Sub-1/32-PASS: run/i/ieee_754_int2flt_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33784 run: llvmdc -O0 -od./obj -ofrun/i/ieee_754_int2flt_G.d.exe run/i/ieee_754_int2flt_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33785 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33786 run/i/ieee_754_int2flt_G.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33787 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33788
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33789 Torture-Sub-1/32-PASS: run/i/ieee_754_int2flt_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33790 run: llvmdc -O0 -od./obj -ofrun/i/if_10_F.d.exe run/i/if_10_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33791 run/i/if_10_F.d: module dstess.run.i.if_10_F Terminator found in the middle of a basic block!
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33792 label %endif
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33793 Broken module found, compilation terminated.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33794 Broken module found, compilation terminated.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33795 Broken module found, compilation terminated.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33796
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33797 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33798 Torture-Sub-1/32-FAIL: run/i/if_10_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33799 run: llvmdc -O0 -od./obj -ofrun/i/if_11_A.d.exe run/i/if_11_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33800 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33801 run/i/if_11_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33802 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33803
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33804 Torture-Sub-1/32-PASS: run/i/if_11_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33805 run: llvmdc -O0 -od./obj -ofrun/i/if_11_B.d.exe run/i/if_11_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33806 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33807 run/i/if_11_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33808 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33809
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33810 Torture-Sub-1/32-PASS: run/i/if_11_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33811 run: llvmdc -O0 -od./obj -ofrun/i/if_12_A.d.exe run/i/if_12_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33812 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33813 run/i/if_12_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33814 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33815
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33816 Torture-Sub-1/32-PASS: run/i/if_12_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33817 run: llvmdc -O0 -od./obj -ofrun/i/if_12_B.d.exe run/i/if_12_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33818 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33819 run/i/if_12_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33820 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33821
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33822 Torture-Sub-1/32-PASS: run/i/if_12_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33823 run: llvmdc -O0 -od./obj -ofrun/i/if_14_A.d.exe run/i/if_14_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33824 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33825 run/i/if_14_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33826 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33827
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33828 Torture-Sub-1/32-PASS: run/i/if_14_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33829 run: llvmdc -O0 -od./obj -ofrun/i/if_14_B.d.exe run/i/if_14_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33830 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33831 run/i/if_14_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33832 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33833
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33834 Torture-Sub-1/32-PASS: run/i/if_14_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33835 run: llvmdc -O0 -od./obj -ofrun/i/if_14_C.d.exe run/i/if_14_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33836 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33837 run/i/if_14_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33838 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33839
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33840 Torture-Sub-1/32-PASS: run/i/if_14_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33841 run: llvmdc -O0 -od./obj -ofrun/i/if_14_D.d.exe run/i/if_14_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33842 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33843 run/i/if_14_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33844 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33845
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33846 Torture-Sub-1/32-PASS: run/i/if_14_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33847 run: llvmdc -O0 -od./obj -ofrun/i/if_14_E.d.exe run/i/if_14_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33848 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33849 run/i/if_14_E.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33850 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33851
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33852 Torture-Sub-1/32-PASS: run/i/if_14_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33853 run: llvmdc -O0 -od./obj -ofrun/i/if_14_F.d.exe run/i/if_14_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33854 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33855 run/i/if_14_F.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33856 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33857
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33858 Torture-Sub-1/32-PASS: run/i/if_14_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33859 run: llvmdc -O0 -od./obj -ofrun/i/if_14_G.d.exe run/i/if_14_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33860 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33861 run/i/if_14_G.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33862 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33863
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33864 Torture-Sub-1/32-PASS: run/i/if_14_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33865 run: llvmdc -O0 -od./obj -ofrun/i/if_14_H.d.exe run/i/if_14_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33866 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33867 run/i/if_14_H.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33868 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33869
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33870 Torture-Sub-1/32-PASS: run/i/if_14_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33871 run: llvmdc -O0 -od./obj -ofrun/i/ifloat_05_A.d.exe run/i/ifloat_05_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33872 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33873 run/i/ifloat_05_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33874 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33875
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33876 Torture-Sub-1/32-PASS: run/i/ifloat_05_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33877 run: llvmdc -O0 -od./obj -ofrun/i/ifloat_05_B.d.exe run/i/ifloat_05_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33878 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33879 run/i/ifloat_05_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33880 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33881
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33882 Torture-Sub-1/32-PASS: run/i/ifloat_05_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33883 run: llvmdc -O0 addon/import_08_Z.d -od./obj/_2B6D -ofrun/i/import_08_A.d.exe run/i/import_08_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33884 run/i/import_08_A.d(23): Error: C.addon is not a declaration
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33885 run/i/import_08_A.d(23): Error: no property 'import_08_Z' for type 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33886 run/i/import_08_A.d(23): Error: no property 'test' for type 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33887 run/i/import_08_A.d(23): Error: function expected before (), not 1 of type int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33888 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33889 Torture-Sub-1/32-FAIL: run/i/import_08_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33890 run: llvmdc -O0 addon/import_08_Z.d -od./obj/_2B74 -ofrun/i/import_08_B.d.exe run/i/import_08_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33891 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33892 run/i/import_08_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33893 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33894
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33895 Torture-Sub-1/32-PASS: run/i/import_08_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33896 run: llvmdc -O0 addon/import_08_Z.d -od./obj/_2B86 -ofrun/i/import_08_C.d.exe run/i/import_08_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33897 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33898 run/i/import_08_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33899 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33900
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33901 Torture-Sub-1/32-PASS: run/i/import_08_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33902 run: llvmdc -O0 "-Iaddon/import 09" "addon/import 09/import_dummy_09.d" -od./obj/_2B98 -ofrun/i/import_09.d.exe run/i/import_09.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33903 09.d: module 09 cannot read file '09.d'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33904 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33905 Torture-Sub-1/32-FAIL: run/i/import_09.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33906 run: llvmdc -O0 run/i/import_10_B.d -od./obj/_2B9F -ofrun/i/import_10_A.d.exe run/i/import_10_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33907 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33908 run/i/import_10_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33909 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33910
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33911 Torture-Sub-1/32-PASS: run/i/import_10_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33912 run: llvmdc -O0 run/i/import_10_A.d -od./obj/_2BB1 -ofrun/i/import_10_B.d.exe run/i/import_10_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33913 run/i/import_10_B.d(14): Error: Integer constant expression expected instead of len
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33914 run/i/import_10_B.d(14): Error: Integer constant expression expected instead of len
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33915 run/i/import_10_B.d(14): Error: Integer constant expression expected instead of len
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33916 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33917 Torture-Sub-1/32-FAIL: run/i/import_10_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33918 run: llvmdc -O0 run/i/import_11_B.d -od./obj/_2BB8 -ofrun/i/import_11_A.d.exe run/i/import_11_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33919 run/i/import_11_B.d(15): Error: enum Enum is forward referenced
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33920 run/i/import_11_A.d(15): Error: forward reference of Enum.max
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33921 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33922 Torture-Sub-1/32-FAIL: run/i/import_11_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33923 run: llvmdc -O0 run/i/import_11_A.d -od./obj/_2BBF -ofrun/i/import_11_B.d.exe run/i/import_11_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33924 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33925 run/i/import_11_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33926 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33927
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33928 Torture-Sub-1/32-PASS: run/i/import_11_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33929 run: llvmdc -O0 compile/i/import_13_A.d compile/i/import_13_B.d -od./obj/_2BD1 -ofrun/i/import_13_C.d.exe run/i/import_13_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33930 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33931 run/i/import_13_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33932 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33933
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33934 Torture-Sub-1/32-ERROR: run/i/import_13_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33935 run: llvmdc -O0 compile/i/import_13_B.d compile/i/import_13_A.d -od./obj/_2BE3 -ofrun/i/import_13_D.d.exe run/i/import_13_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33936 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33937 run/i/import_13_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33938 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33939
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33940 Torture-Sub-1/32-ERROR: run/i/import_13_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33941 run: llvmdc -O0 compile/i/import_13_B.d compile/i/import_13_A.d -od./obj/_2BF5 -ofrun/i/import_13_E.d.exe run/i/import_13_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33942 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33943 run/i/import_13_E.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33944 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33945
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33946 Torture-Sub-1/32-ERROR: run/i/import_13_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33947 run: llvmdc -O0 compile/i/import_13_A.d compile/i/import_13_B.d -od./obj/_2C07 -ofrun/i/import_13_F.d.exe run/i/import_13_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33948 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33949 run/i/import_13_F.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33950 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33951
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33952 Torture-Sub-1/32-ERROR: run/i/import_13_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33953 run: llvmdc -O0 compile/i/import_13_G.d compile/i/import_13_H.d -od./obj/_2C19 -ofrun/i/import_13_I.d.exe run/i/import_13_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33954 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33955 run/i/import_13_I.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33956 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33957
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33958 Torture-Sub-1/32-ERROR: run/i/import_13_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33959 run: llvmdc -O0 compile/i/import_13_H.d compile/i/import_13_G.d -od./obj/_2C2B -ofrun/i/import_13_J.d.exe run/i/import_13_J.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33960 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33961 run/i/import_13_J.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33962 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33963
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33964 Torture-Sub-1/32-ERROR: run/i/import_13_J.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33965 run: llvmdc -O0 compile/i/import_13_H.d compile/i/import_13_G.d -od./obj/_2C3D -ofrun/i/import_13_K.d.exe run/i/import_13_K.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33966 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33967 run/i/import_13_K.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33968 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33969
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33970 Torture-Sub-1/32-ERROR: run/i/import_13_K.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33971 run: llvmdc -O0 compile/i/import_13_G.d compile/i/import_13_H.d -od./obj/_2C4F -ofrun/i/import_13_L.d.exe run/i/import_13_L.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33972 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33973 run/i/import_13_L.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33974 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33975
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33976 Torture-Sub-1/32-ERROR: run/i/import_13_L.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33977 run: llvmdc -O0 compile/i/import_13_M.d compile/i/import_13_N.d -od./obj/_2C61 -ofrun/i/import_13_O.d.exe run/i/import_13_O.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33978 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33979 run/i/import_13_O.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33980 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33981
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33982 Torture-Sub-1/32-ERROR: run/i/import_13_O.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33983 run: llvmdc -O0 compile/i/import_13_N.d compile/i/import_13_M.d -od./obj/_2C73 -ofrun/i/import_13_P.d.exe run/i/import_13_P.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33984 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33985 run/i/import_13_P.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33986 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33987
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33988 Torture-Sub-1/32-ERROR: run/i/import_13_P.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33989 run: llvmdc -O0 compile/i/import_13_N.d compile/i/import_13_M.d -od./obj/_2C85 -ofrun/i/import_13_Q.d.exe run/i/import_13_Q.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33990 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33991 run/i/import_13_Q.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33992 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33993
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33994 Torture-Sub-1/32-ERROR: run/i/import_13_Q.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33995 run: llvmdc -O0 compile/i/import_13_M.d compile/i/import_13_N.d -od./obj/_2C97 -ofrun/i/import_13_R.d.exe run/i/import_13_R.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33996 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33997 run/i/import_13_R.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33998 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
33999
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34000 Torture-Sub-1/32-ERROR: run/i/import_13_R.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34001 run: llvmdc -O0 -od./obj -ofrun/i/init_06_A.d.exe run/i/init_06_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34002 llvmdc: gen/toir.cpp:1820: virtual DValue* EqualExp::toElem(IRState*): Assertion `0 && "Unsupported EqualExp type"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34003 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34004 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34005 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34006 llvmdc[0x811a59c]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34007 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34008 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34009 Torture-Sub-1/32-ERROR: run/i/init_06_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34010 run: llvmdc -O0 -od./obj -ofrun/i/init_06_B.d.exe run/i/init_06_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34011 llvmdc: gen/toir.cpp:1820: virtual DValue* EqualExp::toElem(IRState*): Assertion `0 && "Unsupported EqualExp type"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34012 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34013 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34014 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34015 llvmdc[0x811a59c]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34016 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34017 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34018 Torture-Sub-1/32-ERROR: run/i/init_06_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34019 run: llvmdc -O0 -od./obj -ofrun/i/init_06_C.d.exe run/i/init_06_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34020 llvmdc: gen/toir.cpp:1820: virtual DValue* EqualExp::toElem(IRState*): Assertion `0 && "Unsupported EqualExp type"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34021 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34022 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34023 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34024 llvmdc[0x811a59c]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34025 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34026 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34027 Torture-Sub-1/32-ERROR: run/i/init_06_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34028 run: llvmdc -O0 -od./obj -ofrun/i/init_06_D.d.exe run/i/init_06_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34029 llvmdc: gen/toir.cpp:1820: virtual DValue* EqualExp::toElem(IRState*): Assertion `0 && "Unsupported EqualExp type"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34030 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34031 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34032 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34033 llvmdc[0x811a59c]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34034 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34035 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34036 Torture-Sub-1/32-ERROR: run/i/init_06_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34037 run: llvmdc -O0 -od./obj -ofrun/i/inline_10_A.d.exe run/i/inline_10_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34038 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34039 run/i/inline_10_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34040 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34041
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34042 Torture-Sub-1/32-PASS: run/i/inline_10_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34043 run: llvmdc -O0 -od./obj -ofrun/i/inline_10_C.d.exe run/i/inline_10_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34044 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34045 run/i/inline_10_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34046 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34047
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34048 Torture-Sub-1/32-PASS: run/i/inline_10_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34049 run: llvmdc -O0 -od./obj -ofrun/i/inline_11_A.d.exe run/i/inline_11_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34050 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34051 run/i/inline_11_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34052 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34053
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34054 Torture-Sub-1/32-PASS: run/i/inline_11_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34055 run: llvmdc -O0 -od./obj -ofrun/i/inline_11_C.d.exe run/i/inline_11_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34056 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34057 run/i/inline_11_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34058 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34059
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34060 Torture-Sub-1/32-PASS: run/i/inline_11_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34061 run: llvmdc -O0 -od./obj -ofrun/i/inline_11_D.d.exe run/i/inline_11_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34062 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34063 run/i/inline_11_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34064 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34065
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34066 Torture-Sub-1/32-PASS: run/i/inline_11_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34067 run: llvmdc -O0 -od./obj -ofrun/i/inline_12_A.d.exe run/i/inline_12_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34068 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34069 run/i/inline_12_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34070 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34071
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34072 Torture-Sub-1/32-PASS: run/i/inline_12_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34073 run: llvmdc -O0 -od./obj -ofrun/i/inline_12_C.d.exe run/i/inline_12_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34074 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34075 run/i/inline_12_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34076 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34077
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34078 Torture-Sub-1/32-PASS: run/i/inline_12_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34079 run: llvmdc -O0 -od./obj -ofrun/i/inline_13_A.d.exe run/i/inline_13_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34080 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34081 run/i/inline_13_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34082 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34083
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34084 Torture-Sub-1/32-PASS: run/i/inline_13_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34085 run: llvmdc -O0 -od./obj -ofrun/i/inline_14_A.d.exe run/i/inline_14_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34086 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34087 run/i/inline_14_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34088 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34089
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34090 Torture-Sub-1/32-PASS: run/i/inline_14_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34091 run: llvmdc -O0 -od./obj -ofrun/i/inline_14_C.d.exe run/i/inline_14_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34092 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34093 run/i/inline_14_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34094 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34095
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34096 Torture-Sub-1/32-PASS: run/i/inline_14_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34097 run: llvmdc -O0 -od./obj -ofrun/i/inline_15_A.d.exe run/i/inline_15_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34098 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34099 run/i/inline_15_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34100 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34101
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34102 Torture-Sub-1/32-PASS: run/i/inline_15_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34103 run: llvmdc -O0 -od./obj -ofrun/i/inline_16_A.d.exe run/i/inline_16_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34104 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34105 run/i/inline_16_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34106 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34107
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34108 Torture-Sub-1/32-PASS: run/i/inline_16_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34109 run: llvmdc -O0 -od./obj -ofrun/i/inline_16_B.d.exe run/i/inline_16_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34110 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34111 run/i/inline_16_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34112 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34113
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34114 Torture-Sub-1/32-PASS: run/i/inline_16_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34115 run: llvmdc -O0 -od./obj -ofrun/i/inline_16_C.d.exe run/i/inline_16_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34116 run/i/inline_16_C.d(35): Error: identifier 'Fooi2' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34117 run/i/inline_16_C.d(35): Error: Fooi2 is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34118 run/i/inline_16_C.d(35): variable dstress.run.i.inline_16_C.main.f voids have no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34119 run/i/inline_16_C.d(35): Error: cannot implicitly convert expression (new Foo2) of type dstress.run.i.inline_16_C.Foo2 to int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34120 run/i/inline_16_C.d(41): Error: no property 'bar' for type 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34121 run/i/inline_16_C.d(41): Error: no property 'doSayHello' for type 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34122 run/i/inline_16_C.d(41): Error: function expected before (), not 1 of type int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34123 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34124 Torture-Sub-1/32-FAIL: run/i/inline_16_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34125 run: llvmdc -O0 -od./obj -ofrun/i/inline_17_A.d.exe run/i/inline_17_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34126 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34127 run/i/inline_17_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34128 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34129
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34130 Torture-Sub-1/32-PASS: run/i/inline_17_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34131 run: llvmdc -O0 -od./obj -ofrun/i/inout_02_A.d.exe run/i/inout_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34132 DSTRESS{XFAIL}: no inline ASM support
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34133 run/i/inout_02_A.d(35): static assert is false
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34134 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34135 Torture-Sub-1/32-XFAIL: run/i/inout_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34136 run: llvmdc -O0 -od./obj -ofrun/i/in_out_body_09_A.d.exe run/i/in_out_body_09_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34137 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34138 run/i/in_out_body_09_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34139 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34140
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34141 Torture-Sub-1/32-PASS: run/i/in_out_body_09_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34142 run: llvmdc -O0 -od./obj -ofrun/i/in_out_body_09_B.d.exe run/i/in_out_body_09_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34143 run/i/in_out_body_09_B.d(17): found 'test' when expecting ';' following 'statement'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34144 run/i/in_out_body_09_B.d(17): found 'i' when expecting ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34145 run/i/in_out_body_09_B.d(17): found ')' when expecting ';' following 'statement'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34146 run/i/in_out_body_09_B.d(17): found 'body' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34147 run/i/in_out_body_09_B.d(21): Declaration expected, not 'assert'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34148 run/i/in_out_body_09_B.d(22): Declaration expected, not 'return'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34149 run/i/in_out_body_09_B.d(23): unrecognized declaration
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34150 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34151 Torture-Sub-1/32-FAIL: run/i/in_out_body_09_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34152 run: llvmdc -O0 -od./obj -ofrun/i/in_out_body_09_C.d.exe run/i/in_out_body_09_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34153 run/i/in_out_body_09_C.d(17): found 'test' when expecting ';' following 'statement'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34154 run/i/in_out_body_09_C.d(17): found 'i' when expecting ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34155 run/i/in_out_body_09_C.d(17): found ')' when expecting ';' following 'statement'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34156 run/i/in_out_body_09_C.d(17): found 'body' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34157 run/i/in_out_body_09_C.d(21): Declaration expected, not 'assert'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34158 run/i/in_out_body_09_C.d(22): Declaration expected, not 'return'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34159 run/i/in_out_body_09_C.d(23): unrecognized declaration
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34160 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34161 Torture-Sub-1/32-FAIL: run/i/in_out_body_09_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34162 run: llvmdc -O0 -od./obj -ofrun/i/in_out_body_09_D.d.exe run/i/in_out_body_09_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34163 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34164 run/i/in_out_body_09_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34165 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34166
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34167 Torture-Sub-1/32-PASS: run/i/in_out_body_09_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34168 run: llvmdc -O0 -od./obj -ofrun/i/in_out_body_09_E.d.exe run/i/in_out_body_09_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34169 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34170 run/i/in_out_body_09_E.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34171 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34172
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34173 Torture-Sub-1/32-PASS: run/i/in_out_body_09_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34174 run: llvmdc -O0 -od./obj -ofrun/i/in_out_body_10_A.d.exe run/i/in_out_body_10_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34175 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34176 run/i/in_out_body_10_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34177 Exception: Assertion failure
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34178 Assertion failed:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34179 run/i/in_out_body_10_A.d(51)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34180 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34181
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34182 Torture-Sub-1/32-ERROR: run/i/in_out_body_10_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34183 run: llvmdc -O0 -od./obj -ofrun/i/in_out_body_11_A.d.exe run/i/in_out_body_11_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34184 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34185 run/i/in_out_body_11_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34186 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34187
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34188 Torture-Sub-1/32-PASS: run/i/in_out_body_11_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34189 run: llvmdc -O0 -od./obj -ofrun/i/in_out_body_11_B.d.exe run/i/in_out_body_11_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34190 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34191 run/i/in_out_body_11_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34192 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34193
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34194 Torture-Sub-1/32-PASS: run/i/in_out_body_11_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34195 run: llvmdc -O0 -od./obj -ofrun/i/in_out_body_11_C.d.exe run/i/in_out_body_11_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34196 run/i/in_out_body_11_C.d: module dstress.run.i.in_out_body_11_C Terminator found in the middle of a basic block!
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34197 label %scope
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34198 Broken module found, compilation terminated.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34199 Broken module found, compilation terminated.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34200 Broken module found, compilation terminated.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34201
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34202 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34203 Torture-Sub-1/32-FAIL: run/i/in_out_body_11_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34204 run: llvmdc -O0 -od./obj -ofrun/i/in_out_body_11_D.d.exe run/i/in_out_body_11_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34205 run/i/in_out_body_11_D.d: module dstress.run.i.in_out_body_11_D Terminator found in the middle of a basic block!
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34206 label %scope
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34207 Broken module found, compilation terminated.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34208 Broken module found, compilation terminated.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34209 Broken module found, compilation terminated.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34210
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34211 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34212 Torture-Sub-1/32-FAIL: run/i/in_out_body_11_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34213 run: llvmdc -O0 -od./obj -ofrun/i/in_out_body_11_E.d.exe run/i/in_out_body_11_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34214 run/i/in_out_body_11_E.d: module dstress.run.i.in_out_body_11_E Terminator found in the middle of a basic block!
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34215 label %scope
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34216 Broken module found, compilation terminated.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34217 Broken module found, compilation terminated.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34218
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34219 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34220 Torture-Sub-1/32-FAIL: run/i/in_out_body_11_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34221 run: llvmdc -O0 -od./obj -ofrun/i/in_out_body_11_F.d.exe run/i/in_out_body_11_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34222 run/i/in_out_body_11_F.d: module dstress.run.i.in_out_body_11_F Terminator found in the middle of a basic block!
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34223 label %scope
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34224 Broken module found, compilation terminated.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34225 Broken module found, compilation terminated.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34226
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34227 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34228 Torture-Sub-1/32-FAIL: run/i/in_out_body_11_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34229 run: llvmdc -O0 -od./obj -ofrun/i/in_out_body_11_G.d.exe run/i/in_out_body_11_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34230 Warning: run/i/in_out_body_11_G.d(40): try-catch is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34231 run/i/in_out_body_11_G.d: module dstress.run.i.in_out_body_11_G Terminator found in the middle of a basic block!
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34232 label %scope
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34233 Broken module found, compilation terminated.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34234 Terminator found in the middle of a basic block!
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34235 label %scope
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34236 Broken module found, compilation terminated.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34237 Broken module found, compilation terminated.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34238
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34239 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34240 Torture-Sub-1/32-FAIL: run/i/in_out_body_11_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34241 run: llvmdc -O0 -od./obj -ofrun/i/in_out_body_11_H.d.exe run/i/in_out_body_11_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34242 Warning: run/i/in_out_body_11_H.d(40): try-catch is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34243 run/i/in_out_body_11_H.d: module dstress.run.i.in_out_body_11_H Terminator found in the middle of a basic block!
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34244 label %scope
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34245 Broken module found, compilation terminated.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34246 Terminator found in the middle of a basic block!
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34247 label %scope
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34248 Broken module found, compilation terminated.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34249 Broken module found, compilation terminated.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34250
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34251 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34252 Torture-Sub-1/32-FAIL: run/i/in_out_body_11_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34253 run: llvmdc -O0 -od./obj -ofrun/i/in_out_body_12_A.d.exe run/i/in_out_body_12_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34254 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34255 run/i/in_out_body_12_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34256 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34257
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34258 Torture-Sub-1/32-PASS: run/i/in_out_body_12_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34259 run: llvmdc -O0 -od./obj -ofrun/i/in_out_body_12_B.d.exe run/i/in_out_body_12_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34260 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34261 run/i/in_out_body_12_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34262 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34263
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34264 Torture-Sub-1/32-PASS: run/i/in_out_body_12_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34265 run: llvmdc -O0 -od./obj -ofrun/i/in_out_body_12_C.d.exe run/i/in_out_body_12_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34266 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34267 run/i/in_out_body_12_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34268 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34269
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34270 Torture-Sub-1/32-PASS: run/i/in_out_body_12_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34271 run: llvmdc -O0 -od./obj -ofrun/i/in_out_body_13_A.d.exe run/i/in_out_body_13_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34272 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34273 run/i/in_out_body_13_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34274 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34275
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34276 Torture-Sub-1/32-PASS: run/i/in_out_body_13_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34277 run: llvmdc -O0 -od./obj -ofrun/i/in_out_body_13_B.d.exe run/i/in_out_body_13_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34278 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34279 run/i/in_out_body_13_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34280 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34281
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34282 Torture-Sub-1/32-PASS: run/i/in_out_body_13_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34283 run: llvmdc -O0 -od./obj -ofrun/i/in_out_body_13_C.d.exe run/i/in_out_body_13_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34284 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34285 run/i/in_out_body_13_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34286 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34287
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34288 Torture-Sub-1/32-PASS: run/i/in_out_body_13_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34289 run: llvmdc -O0 -od./obj -ofrun/i/int_09_B.d.exe run/i/int_09_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34290 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34291 run/i/int_09_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34292 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34293
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34294 Torture-Sub-1/32-PASS: run/i/int_09_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34295 run: llvmdc -O0 -od./obj -ofrun/i/interface_23_A.d.exe run/i/interface_23_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34296 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34297 run/i/interface_23_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34298 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34299
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34300 Torture-Sub-1/32-PASS: run/i/interface_23_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34301 run: llvmdc -O0 -od./obj -ofrun/i/interface_23_B.d.exe run/i/interface_23_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34302 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34303 run/i/interface_23_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34304 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34305
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34306 Torture-Sub-1/32-PASS: run/i/interface_23_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34307 run: llvmdc -O0 -od./obj -ofrun/i/interface_23_C.d.exe run/i/interface_23_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34308 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34309 run/i/interface_23_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34310 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34311
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34312 Torture-Sub-1/32-PASS: run/i/interface_23_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34313 run: llvmdc -O0 -od./obj -ofrun/i/interface_23_D.d.exe run/i/interface_23_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34314 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34315 run/i/interface_23_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34316 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34317
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34318 Torture-Sub-1/32-PASS: run/i/interface_23_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34319 run: llvmdc -O0 -od./obj -ofrun/i/interface_24_A.d.exe run/i/interface_24_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34320 run/i/interface_24_A.d(20): Error: cannot implicitly convert expression (f) of type Class[] to I[]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34321 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34322 Torture-Sub-1/32-FAIL: run/i/interface_24_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34323 run: llvmdc -O0 -od./obj -ofrun/i/interface_24_B.d.exe run/i/interface_24_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34324 run/i/interface_24_B.d(18): Error: cannot implicitly convert expression (new Class[](cast(uint)1)) of type Class[] to I[]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34325 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34326 Torture-Sub-1/32-FAIL: run/i/interface_24_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34327 run: llvmdc -O0 -od./obj -ofrun/i/interface_24_C.d.exe run/i/interface_24_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34328 run/i/interface_24_C.d(20): Error: cannot implicitly convert expression (f) of type Class[] to I[]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34329 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34330 Torture-Sub-1/32-FAIL: run/i/interface_24_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34331 run: llvmdc -O0 -od./obj -ofrun/i/interface_24_D.d.exe run/i/interface_24_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34332 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34333 run/i/interface_24_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34334 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34335
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34336 Torture-Sub-1/32-PASS: run/i/interface_24_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34337 run: llvmdc -O0 -od./obj -ofrun/i/interface_27_A.d.exe run/i/interface_27_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34338 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34339 run/i/interface_27_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34340 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34341
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34342 Torture-Sub-1/32-ERROR: run/i/interface_27_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34343 run: llvmdc -O0 -od./obj -ofrun/i/interface_27_B.d.exe run/i/interface_27_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34344 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34345 run/i/interface_27_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34346 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34347
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34348 Torture-Sub-1/32-ERROR: run/i/interface_27_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34349 run: llvmdc -O0 -od./obj -ofrun/i/interface_27_C.d.exe run/i/interface_27_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34350 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34351 run/i/interface_27_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34352 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34353
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34354 Torture-Sub-1/32-ERROR: run/i/interface_27_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34355 run: llvmdc -O0 -od./obj -ofrun/i/interface_27_D.d.exe run/i/interface_27_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34356 /tmp/ccILHMyg.o:(.rodata+0x44): undefined reference to `_D7dstress3run1i14interface_27_D1X3fooMFZi'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34357 collect2: ld returned 1 exit status
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34358 llvm-ld:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34359 --- errorlevel 1
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34360 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34361 Torture-Sub-1/32-FAIL: run/i/interface_27_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34362 run: llvmdc -O0 -od./obj -ofrun/i/interpret_01_A.d.exe run/i/interpret_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34363 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34364 run/i/interpret_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34365 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34366
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34367 Torture-Sub-1/32-ERROR: run/i/interpret_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34368 run: llvmdc -O0 -od./obj -ofrun/i/interpret_01_B.d.exe run/i/interpret_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34369 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34370 run/i/interpret_01_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34371 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34372
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34373 Torture-Sub-1/32-ERROR: run/i/interpret_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34374 run: llvmdc -O0 -od./obj -ofrun/i/interpret_02_A.d.exe run/i/interpret_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34375 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34376 run/i/interpret_02_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34377 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34378
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34379 Torture-Sub-1/32-PASS: run/i/interpret_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34380 run: llvmdc -O0 -od./obj -ofrun/i/interpret_03_A.d.exe run/i/interpret_03_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34381 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34382 run/i/interpret_03_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34383 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34384
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34385 Torture-Sub-1/32-PASS: run/i/interpret_03_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34386 run: llvmdc -O0 -od./obj -ofrun/i/interpret_04_A.d.exe run/i/interpret_04_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34387 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34388 run/i/interpret_04_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34389 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34390
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34391 Torture-Sub-1/32-PASS: run/i/interpret_04_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34392 run: llvmdc -O0 -od./obj -ofrun/i/invariant_33_A.d.exe run/i/invariant_33_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34393 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34394 run/i/invariant_33_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34395 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34396
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34397 Torture-Sub-1/32-ERROR: run/i/invariant_33_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34398 run: llvmdc -O0 -od./obj -ofrun/i/invariant_33_B.d.exe run/i/invariant_33_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34399 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34400 run/i/invariant_33_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34401 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34402
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34403 Torture-Sub-1/32-PASS: run/i/invariant_33_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34404 run: llvmdc -O0 -od./obj -ofrun/i/ireal_05_A.d.exe run/i/ireal_05_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34405 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34406 run/i/ireal_05_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34407 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34408
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34409 Torture-Sub-1/32-PASS: run/i/ireal_05_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34410 run: llvmdc -O0 -od./obj -ofrun/i/ireal_05_B.d.exe run/i/ireal_05_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34411 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34412 run/i/ireal_05_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34413 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34414
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34415 Torture-Sub-1/32-PASS: run/i/ireal_05_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34416 run: llvmdc -O0 -od./obj -ofrun/i/is_02_A.d.exe run/i/is_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34417 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34418 run/i/is_02_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34419 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34420
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34421 Torture-Sub-1/32-PASS: run/i/is_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34422 run: llvmdc -O0 -od./obj -ofrun/i/is_02_B.d.exe run/i/is_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34423 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34424 run/i/is_02_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34425 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34426
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34427 Torture-Sub-1/32-PASS: run/i/is_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34428 run: llvmdc -O0 -od./obj -ofrun/i/is_02_C.d.exe run/i/is_02_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34429 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34430 run/i/is_02_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34431 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34432
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34433 Torture-Sub-1/32-PASS: run/i/is_02_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34434 run: llvmdc -O0 -od./obj -ofrun/i/is_02_D.d.exe run/i/is_02_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34435 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34436 run/i/is_02_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34437 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34438
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34439 Torture-Sub-1/32-PASS: run/i/is_02_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34440 run: llvmdc -O0 -od./obj -ofrun/i/is_02_E.d.exe run/i/is_02_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34441 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34442 run/i/is_02_E.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34443 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34444
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34445 Torture-Sub-1/32-PASS: run/i/is_02_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34446 run: llvmdc -O0 -od./obj -ofrun/i/is_02_F.d.exe run/i/is_02_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34447 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34448 run/i/is_02_F.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34449 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34450
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34451 Torture-Sub-1/32-PASS: run/i/is_02_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34452 run: llvmdc -O0 -od./obj -ofrun/i/is_02_G.d.exe run/i/is_02_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34453 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34454 run/i/is_02_G.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34455 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34456
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34457 Torture-Sub-1/32-PASS: run/i/is_02_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34458 run: llvmdc -O0 -od./obj -ofrun/i/is_02_H.d.exe run/i/is_02_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34459 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34460 run/i/is_02_H.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34461 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34462
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34463 Torture-Sub-1/32-PASS: run/i/is_02_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34464 run: llvmdc -O0 -od./obj -ofrun/i/is_03_A.d.exe run/i/is_03_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34465 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34466 run/i/is_03_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34467 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34468
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34469 Torture-Sub-1/32-PASS: run/i/is_03_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34470 run: llvmdc -O0 -od./obj -ofrun/i/is_03_B.d.exe run/i/is_03_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34471 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34472 run/i/is_03_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34473 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34474
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34475 Torture-Sub-1/32-PASS: run/i/is_03_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34476 run: llvmdc -O0 -od./obj -ofrun/i/is_03_C.d.exe run/i/is_03_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34477 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34478 run/i/is_03_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34479 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34480
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34481 Torture-Sub-1/32-PASS: run/i/is_03_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34482 run: llvmdc -O0 -od./obj -ofrun/i/is_04_A.d.exe run/i/is_04_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34483 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34484 run/i/is_04_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34485 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34486
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34487 Torture-Sub-1/32-PASS: run/i/is_04_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34488 run: llvmdc -O0 -od./obj -ofrun/i/is_04_B.d.exe run/i/is_04_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34489 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34490 run/i/is_04_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34491 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34492
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34493 Torture-Sub-1/32-PASS: run/i/is_04_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34494 run: llvmdc -O0 -od./obj -ofrun/i/is_04_C.d.exe run/i/is_04_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34495 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34496 run/i/is_04_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34497 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34498
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34499 Torture-Sub-1/32-PASS: run/i/is_04_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34500 run: llvmdc -O0 -od./obj -ofrun/i/is_04_D.d.exe run/i/is_04_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34501 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34502 run/i/is_04_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34503 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34504
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34505 Torture-Sub-1/32-PASS: run/i/is_04_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34506 run: llvmdc -O0 -od./obj -ofrun/i/is_04_E.d.exe run/i/is_04_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34507 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34508 run/i/is_04_E.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34509 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34510
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34511 Torture-Sub-1/32-PASS: run/i/is_04_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34512 run: llvmdc -O0 -od./obj -ofrun/i/is_04_F.d.exe run/i/is_04_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34513 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34514 run/i/is_04_F.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34515 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34516
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34517 Torture-Sub-1/32-PASS: run/i/is_04_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34518 run: llvmdc -O0 -od./obj -ofrun/i/is_05_A.d.exe run/i/is_05_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34519 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34520 run/i/is_05_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34521 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34522
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34523 Torture-Sub-1/32-PASS: run/i/is_05_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34524 run: llvmdc -O0 -od./obj -ofrun/i/is_05_B.d.exe run/i/is_05_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34525 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34526 run/i/is_05_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34527 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34528
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34529 Torture-Sub-1/32-PASS: run/i/is_05_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34530 run: llvmdc -O0 -od./obj -ofrun/i/is_05_C.d.exe run/i/is_05_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34531 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34532 run/i/is_05_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34533 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34534
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34535 Torture-Sub-1/32-PASS: run/i/is_05_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34536 run: llvmdc -O0 -od./obj -ofrun/i/is_05_D.d.exe run/i/is_05_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34537 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34538 run/i/is_05_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34539 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34540
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34541 Torture-Sub-1/32-PASS: run/i/is_05_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34542 run: llvmdc -O0 -od./obj -ofrun/i/is_05_E.d.exe run/i/is_05_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34543 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34544 run/i/is_05_E.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34545 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34546
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34547 Torture-Sub-1/32-PASS: run/i/is_05_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34548 run: llvmdc -O0 -od./obj -ofrun/i/is_05_F.d.exe run/i/is_05_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34549 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34550 run/i/is_05_F.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34551 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34552
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34553 Torture-Sub-1/32-PASS: run/i/is_05_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34554 run: llvmdc -O0 -od./obj -ofrun/i/is_05_G.d.exe run/i/is_05_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34555 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34556 run/i/is_05_G.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34557 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34558
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34559 Torture-Sub-1/32-PASS: run/i/is_05_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34560 run: llvmdc -O0 -od./obj -ofrun/i/is_05_H.d.exe run/i/is_05_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34561 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34562 run/i/is_05_H.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34563 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34564
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34565 Torture-Sub-1/32-PASS: run/i/is_05_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34566 run: llvmdc -O0 -od./obj -ofrun/i/is_06_A.d.exe run/i/is_06_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34567 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34568 run/i/is_06_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34569 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34570
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34571 Torture-Sub-1/32-PASS: run/i/is_06_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34572 run: llvmdc -O0 -od./obj -ofrun/i/is_06_B.d.exe run/i/is_06_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34573 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34574 run/i/is_06_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34575 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34576
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34577 Torture-Sub-1/32-PASS: run/i/is_06_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34578 run: llvmdc -O0 -od./obj -ofrun/i/is_06_C.d.exe run/i/is_06_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34579 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34580 run/i/is_06_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34581 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34582
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34583 Torture-Sub-1/32-PASS: run/i/is_06_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34584 run: llvmdc -O0 -od./obj -ofrun/i/is_06_D.d.exe run/i/is_06_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34585 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34586 run/i/is_06_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34587 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34588
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34589 Torture-Sub-1/32-PASS: run/i/is_06_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34590 run: llvmdc -O0 -od./obj -ofrun/i/is_06_E.d.exe run/i/is_06_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34591 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34592 run/i/is_06_E.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34593 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34594
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34595 Torture-Sub-1/32-PASS: run/i/is_06_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34596 run: llvmdc -O0 -od./obj -ofrun/i/is_06_F.d.exe run/i/is_06_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34597 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34598 run/i/is_06_F.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34599 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34600
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34601 Torture-Sub-1/32-PASS: run/i/is_06_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34602 run: llvmdc -O0 -od./obj -ofrun/i/is_06_G.d.exe run/i/is_06_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34603 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34604 run/i/is_06_G.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34605 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34606
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34607 Torture-Sub-1/32-PASS: run/i/is_06_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34608 run: llvmdc -O0 -od./obj -ofrun/i/is_06_H.d.exe run/i/is_06_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34609 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34610 run/i/is_06_H.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34611 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34612
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34613 Torture-Sub-1/32-PASS: run/i/is_06_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34614 run: llvmdc -O0 -od./obj -ofrun/i/is_07_A.d.exe run/i/is_07_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34615 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34616 run/i/is_07_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34617 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34618
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34619 Torture-Sub-1/32-PASS: run/i/is_07_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34620 run: llvmdc -O0 -od./obj -ofrun/i/is_07_B.d.exe run/i/is_07_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34621 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34622 run/i/is_07_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34623 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34624
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34625 Torture-Sub-1/32-PASS: run/i/is_07_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34626 run: llvmdc -O0 -od./obj -ofrun/i/is_07_C.d.exe run/i/is_07_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34627 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34628 run/i/is_07_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34629 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34630
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34631 Torture-Sub-1/32-PASS: run/i/is_07_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34632 run: llvmdc -O0 -od./obj -ofrun/i/is_07_D.d.exe run/i/is_07_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34633 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34634 run/i/is_07_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34635 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34636
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34637 Torture-Sub-1/32-PASS: run/i/is_07_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34638 run: llvmdc -O0 -od./obj -ofrun/i/is_07_E.d.exe run/i/is_07_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34639 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34640 run/i/is_07_E.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34641 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34642
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34643 Torture-Sub-1/32-PASS: run/i/is_07_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34644 run: llvmdc -O0 -od./obj -ofrun/i/is_07_F.d.exe run/i/is_07_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34645 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34646 run/i/is_07_F.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34647 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34648
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34649 Torture-Sub-1/32-PASS: run/i/is_07_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34650 run: llvmdc -O0 -od./obj -ofrun/i/is_07_G.d.exe run/i/is_07_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34651 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34652 run/i/is_07_G.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34653 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34654
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34655 Torture-Sub-1/32-PASS: run/i/is_07_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34656 run: llvmdc -O0 -od./obj -ofrun/i/is_07_H.d.exe run/i/is_07_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34657 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34658 run/i/is_07_H.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34659 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34660
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34661 Torture-Sub-1/32-PASS: run/i/is_07_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34662 run: llvmdc -O0 -od./obj -ofrun/i/is_08_A.d.exe run/i/is_08_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34663 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34664 run/i/is_08_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34665 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34666
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34667 Torture-Sub-1/32-PASS: run/i/is_08_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34668 run: llvmdc -O0 -od./obj -ofrun/i/is_08_B.d.exe run/i/is_08_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34669 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34670 run/i/is_08_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34671 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34672
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34673 Torture-Sub-1/32-PASS: run/i/is_08_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34674 run: llvmdc -O0 -od./obj -ofrun/i/is_08_C.d.exe run/i/is_08_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34675 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34676 run/i/is_08_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34677 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34678
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34679 Torture-Sub-1/32-PASS: run/i/is_08_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34680 run: llvmdc -O0 -od./obj -ofrun/i/is_08_D.d.exe run/i/is_08_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34681 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34682 run/i/is_08_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34683 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34684
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34685 Torture-Sub-1/32-PASS: run/i/is_08_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34686 run: llvmdc -O0 -od./obj -ofrun/i/is_08_E.d.exe run/i/is_08_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34687 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34688 run/i/is_08_E.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34689 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34690
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34691 Torture-Sub-1/32-PASS: run/i/is_08_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34692 run: llvmdc -O0 -od./obj -ofrun/i/is_08_F.d.exe run/i/is_08_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34693 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34694 run/i/is_08_F.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34695 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34696
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34697 Torture-Sub-1/32-PASS: run/i/is_08_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34698 run: llvmdc -O0 -od./obj -ofrun/i/is_08_G.d.exe run/i/is_08_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34699 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34700 run/i/is_08_G.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34701 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34702
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34703 Torture-Sub-1/32-PASS: run/i/is_08_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34704 run: llvmdc -O0 -od./obj -ofrun/i/is_08_H.d.exe run/i/is_08_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34705 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34706 run/i/is_08_H.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34707 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34708
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34709 Torture-Sub-1/32-PASS: run/i/is_08_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34710 run: llvmdc -O0 -od./obj -ofrun/i/is_09_A.d.exe run/i/is_09_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34711 run/i/is_09_A.d(11): variable dstress.run.i.is_09_A.T.DUMMY field not allowed in interface
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34712 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34713 Torture-Sub-1/32-FAIL: run/i/is_09_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34714 run: llvmdc -O0 -od./obj -ofrun/i/is_09_B.d.exe run/i/is_09_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34715 run/i/is_09_B.d(11): variable dstress.run.i.is_09_B.T.DUMMY field not allowed in interface
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34716 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34717 Torture-Sub-1/32-FAIL: run/i/is_09_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34718 run: llvmdc -O0 -od./obj -ofrun/i/is_09_C.d.exe run/i/is_09_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34719 run/i/is_09_C.d(11): variable dstress.run.i.is_09_C.T.DUMMY field not allowed in interface
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34720 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34721 Torture-Sub-1/32-FAIL: run/i/is_09_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34722 run: llvmdc -O0 -od./obj -ofrun/i/is_09_D.d.exe run/i/is_09_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34723 run/i/is_09_D.d(11): variable dstress.run.i.is_09_D.T.DUMMY field not allowed in interface
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34724 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34725 Torture-Sub-1/32-FAIL: run/i/is_09_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34726 run: llvmdc -O0 -od./obj -ofrun/i/is_09_E.d.exe run/i/is_09_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34727 run/i/is_09_E.d(11): variable dstress.run.i.is_09_E.T.DUMMY field not allowed in interface
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34728 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34729 Torture-Sub-1/32-FAIL: run/i/is_09_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34730 run: llvmdc -O0 -od./obj -ofrun/i/is_09_F.d.exe run/i/is_09_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34731 run/i/is_09_F.d(11): variable dstress.run.i.is_09_F.T.DUMMY field not allowed in interface
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34732 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34733 Torture-Sub-1/32-FAIL: run/i/is_09_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34734 run: llvmdc -O0 -od./obj -ofrun/i/is_09_G.d.exe run/i/is_09_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34735 run/i/is_09_G.d(11): variable dstress.run.i.is_09_G.T.DUMMY field not allowed in interface
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34736 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34737 Torture-Sub-1/32-FAIL: run/i/is_09_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34738 run: llvmdc -O0 -od./obj -ofrun/i/is_09_H.d.exe run/i/is_09_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34739 run/i/is_09_H.d(11): variable dstress.run.i.is_09_H.T.DUMMY field not allowed in interface
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34740 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34741 Torture-Sub-1/32-FAIL: run/i/is_09_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34742 run: llvmdc -O0 -od./obj -ofrun/i/is_10_A.d.exe run/i/is_10_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34743 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34744 run/i/is_10_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34745 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34746
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34747 Torture-Sub-1/32-PASS: run/i/is_10_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34748 run: llvmdc -O0 -od./obj -ofrun/i/is_10_B.d.exe run/i/is_10_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34749 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34750 run/i/is_10_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34751 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34752
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34753 Torture-Sub-1/32-PASS: run/i/is_10_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34754 run: llvmdc -O0 -od./obj -ofrun/i/is_10_C.d.exe run/i/is_10_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34755 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34756 run/i/is_10_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34757 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34758
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34759 Torture-Sub-1/32-PASS: run/i/is_10_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34760 run: llvmdc -O0 -od./obj -ofrun/i/is_10_D.d.exe run/i/is_10_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34761 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34762 run/i/is_10_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34763 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34764
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34765 Torture-Sub-1/32-PASS: run/i/is_10_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34766 run: llvmdc -O0 -od./obj -ofrun/i/is_10_E.d.exe run/i/is_10_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34767 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34768 run/i/is_10_E.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34769 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34770
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34771 Torture-Sub-1/32-PASS: run/i/is_10_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34772 run: llvmdc -O0 -od./obj -ofrun/i/is_10_F.d.exe run/i/is_10_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34773 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34774 run/i/is_10_F.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34775 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34776
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34777 Torture-Sub-1/32-PASS: run/i/is_10_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34778 run: llvmdc -O0 -od./obj -ofrun/i/is_10_G.d.exe run/i/is_10_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34779 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34780 run/i/is_10_G.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34781 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34782
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34783 Torture-Sub-1/32-PASS: run/i/is_10_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34784 run: llvmdc -O0 -od./obj -ofrun/i/is_10_H.d.exe run/i/is_10_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34785 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34786 run/i/is_10_H.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34787 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34788
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34789 Torture-Sub-1/32-PASS: run/i/is_10_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34790 run: llvmdc -O0 -od./obj -ofrun/i/is_11_A.d.exe run/i/is_11_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34791 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34792 run/i/is_11_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34793 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34794
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34795 Torture-Sub-1/32-PASS: run/i/is_11_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34796 run: llvmdc -O0 -od./obj -ofrun/i/is_11_B.d.exe run/i/is_11_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34797 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34798 run/i/is_11_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34799 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34800
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34801 Torture-Sub-1/32-PASS: run/i/is_11_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34802 run: llvmdc -O0 -od./obj -ofrun/i/is_11_C.d.exe run/i/is_11_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34803 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34804 run/i/is_11_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34805 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34806
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34807 Torture-Sub-1/32-PASS: run/i/is_11_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34808 run: llvmdc -O0 -od./obj -ofrun/i/is_11_D.d.exe run/i/is_11_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34809 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34810 run/i/is_11_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34811 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34812
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34813 Torture-Sub-1/32-PASS: run/i/is_11_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34814 run: llvmdc -O0 -od./obj -ofrun/i/is_11_E.d.exe run/i/is_11_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34815 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34816 run/i/is_11_E.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34817 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34818
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34819 Torture-Sub-1/32-PASS: run/i/is_11_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34820 run: llvmdc -O0 -od./obj -ofrun/i/is_11_F.d.exe run/i/is_11_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34821 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34822 run/i/is_11_F.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34823 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34824
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34825 Torture-Sub-1/32-PASS: run/i/is_11_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34826 run: llvmdc -O0 -od./obj -ofrun/i/is_11_G.d.exe run/i/is_11_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34827 run/i/is_11_G.d(15): static assert is false
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34828 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34829 Torture-Sub-1/32-FAIL: run/i/is_11_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34830 run: llvmdc -O0 -od./obj -ofrun/i/is_11_H.d.exe run/i/is_11_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34831 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34832 run/i/is_11_H.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34833 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34834
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34835 Torture-Sub-1/32-PASS: run/i/is_11_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34836 run: llvmdc -O0 -od./obj -ofrun/i/is_12_A.d.exe run/i/is_12_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34837 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34838 run/i/is_12_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34839 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34840
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34841 Torture-Sub-1/32-PASS: run/i/is_12_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34842 run: llvmdc -O0 -od./obj -ofrun/i/is_12_B.d.exe run/i/is_12_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34843 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34844 run/i/is_12_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34845 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34846
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34847 Torture-Sub-1/32-PASS: run/i/is_12_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34848 run: llvmdc -O0 -od./obj -ofrun/i/is_12_C.d.exe run/i/is_12_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34849 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34850 run/i/is_12_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34851 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34852
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34853 Torture-Sub-1/32-PASS: run/i/is_12_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34854 run: llvmdc -O0 -od./obj -ofrun/i/is_12_D.d.exe run/i/is_12_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34855 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34856 run/i/is_12_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34857 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34858
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34859 Torture-Sub-1/32-PASS: run/i/is_12_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34860 run: llvmdc -O0 -od./obj -ofrun/i/is_12_E.d.exe run/i/is_12_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34861 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34862 run/i/is_12_E.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34863 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34864
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34865 Torture-Sub-1/32-PASS: run/i/is_12_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34866 run: llvmdc -O0 -od./obj -ofrun/i/is_12_F.d.exe run/i/is_12_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34867 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34868 run/i/is_12_F.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34869 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34870
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34871 Torture-Sub-1/32-PASS: run/i/is_12_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34872 run: llvmdc -O0 -od./obj -ofrun/i/is_12_G.d.exe run/i/is_12_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34873 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34874 run/i/is_12_G.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34875 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34876
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34877 Torture-Sub-1/32-PASS: run/i/is_12_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34878 run: llvmdc -O0 -od./obj -ofrun/i/is_12_H.d.exe run/i/is_12_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34879 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34880 run/i/is_12_H.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34881 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34882
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34883 Torture-Sub-1/32-PASS: run/i/is_12_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34884 run: llvmdc -O0 -od./obj -ofrun/i/is_13_A.d.exe run/i/is_13_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34885 run/i/is_13_A.d(21): static assert is false
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34886 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34887 Torture-Sub-1/32-FAIL: run/i/is_13_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34888 run: llvmdc -O0 -od./obj -ofrun/i/is_13_B.d.exe run/i/is_13_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34889 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34890 run/i/is_13_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34891 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34892
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34893 Torture-Sub-1/32-PASS: run/i/is_13_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34894 run: llvmdc -O0 -od./obj -ofrun/i/is_13_C.d.exe run/i/is_13_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34895 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34896 run/i/is_13_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34897 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34898
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34899 Torture-Sub-1/32-ERROR: run/i/is_13_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34900 run: llvmdc -O0 -od./obj -ofrun/i/is_13_D.d.exe run/i/is_13_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34901 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34902 run/i/is_13_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34903 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34904
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34905 Torture-Sub-1/32-PASS: run/i/is_13_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34906 run: llvmdc -O0 -od./obj -ofrun/in_01.d.exe run/in_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34907 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34908 run/in_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34909 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34910
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34911 Torture-Sub-1/32-PASS: run/in_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34912 run: llvmdc -O0 -od./obj -ofrun/in_02.d.exe run/in_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34913 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34914 run/in_02.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34915 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34916
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34917 Torture-Sub-1/32-PASS: run/in_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34918 run: llvmdc -O0 -od./obj -ofrun/in_03.d.exe run/in_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34919 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34920 run/in_03.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34921 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34922
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34923 Torture-Sub-1/32-PASS: run/in_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34924 run: llvmdc -O0 -od./obj -ofrun/InExpression_01.d.exe run/InExpression_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34925 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34926 run/InExpression_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34927 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34928
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34929 Torture-Sub-1/32-PASS: run/InExpression_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34930 run: llvmdc -O0 -od./obj -ofrun/InExpression_02.d.exe run/InExpression_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34931 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34932 run/InExpression_02.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34933 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34934
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34935 Torture-Sub-1/32-PASS: run/InExpression_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34936 run: llvmdc -O0 -od./obj -ofrun/InExpression_04.d.exe run/InExpression_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34937 llvmdc: gen/toir.cpp:1820: virtual DValue* EqualExp::toElem(IRState*): Assertion `0 && "Unsupported EqualExp type"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34938 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34939 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34940 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34941 llvmdc[0x811a59c]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34942 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34943 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34944 Torture-Sub-1/32-ERROR: run/InExpression_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34945 run: llvmdc -O0 -od./obj -ofrun/InExpression_06.d.exe run/InExpression_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34946 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34947 run/InExpression_06.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34948 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34949
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34950 Torture-Sub-1/32-PASS: run/InExpression_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34951 run: llvmdc -O0 -od./obj -ofrun/InExpression_07.d.exe run/InExpression_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34952 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34953 run/InExpression_07.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34954 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34955
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34956 Torture-Sub-1/32-PASS: run/InExpression_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34957 run: llvmdc -O0 -od./obj -ofrun/InExpression_08.d.exe run/InExpression_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34958 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34959 run/InExpression_08.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34960 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34961
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34962 Torture-Sub-1/32-PASS: run/InExpression_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34963 run: llvmdc -O0 -od./obj -ofrun/InExpression_10.d.exe run/InExpression_10.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34964 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34965 run/InExpression_10.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34966 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34967
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34968 Torture-Sub-1/32-PASS: run/InExpression_10.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34969 run: llvmdc -O0 -od./obj -ofrun/InExpression_11.d.exe run/InExpression_11.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34970 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34971 run/InExpression_11.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34972 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34973
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34974 Torture-Sub-1/32-PASS: run/InExpression_11.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34975 run: llvmdc -O0 -od./obj -ofrun/InExpression_12.d.exe run/InExpression_12.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34976 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34977 run/InExpression_12.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34978 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34979
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34980 Torture-Sub-1/32-PASS: run/InExpression_12.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34981 run: llvmdc -O0 -od./obj -ofrun/InExpression_13.d.exe run/InExpression_13.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34982 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34983 run/InExpression_13.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34984 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34985
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34986 Torture-Sub-1/32-PASS: run/InExpression_13.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34987 run: llvmdc -O0 -od./obj -ofrun/InExpression_19.d.exe run/InExpression_19.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34988 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34989 run/InExpression_19.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34990 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34991
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34992 Torture-Sub-1/32-PASS: run/InExpression_19.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34993 run: llvmdc -O0 -od./obj -ofrun/InExpression_20.d.exe run/InExpression_20.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34994 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34995 run/InExpression_20.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34996 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34997
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34998 Torture-Sub-1/32-PASS: run/InExpression_20.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
34999 run: llvmdc -O0 -od./obj -ofrun/init_01.d.exe run/init_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35000 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35001 run/init_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35002 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35003
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35004 Torture-Sub-1/32-PASS: run/init_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35005 run: llvmdc -O0 -od./obj -ofrun/init_02.d.exe run/init_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35006 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35007 run/init_02.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35008 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35009
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35010 Torture-Sub-1/32-PASS: run/init_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35011 run: llvmdc -O0 -od./obj -ofrun/init_03.d.exe run/init_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35012 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35013 run/init_03.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35014 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35015
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35016 Torture-Sub-1/32-PASS: run/init_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35017 run: llvmdc -O0 -od./obj -ofrun/init_04.d.exe run/init_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35018 run/init_04.d: module dstress.run.init_04 Terminator found in the middle of a basic block!
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35019 label %entry_dstress.run.init_04.main
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35020 Broken module found, compilation terminated.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35021 Broken module found, compilation terminated.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35022
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35023 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35024 Torture-Sub-1/32-FAIL: run/init_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35025 run: llvmdc -O0 -od./obj -ofrun/init_05.d.exe run/init_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35026 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35027 run/init_05.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35028 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35029
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35030 Torture-Sub-1/32-PASS: run/init_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35031 run: llvmdc -O0 -od./obj -ofrun/inline_05.d.exe run/inline_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35032 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35033 run/inline_05.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35034 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35035
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35036 Torture-Sub-1/32-PASS: run/inline_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35037 run: llvmdc -O0 -od./obj -ofrun/inline_06.d.exe run/inline_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35038 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35039 run/inline_06.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35040 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35041
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35042 Torture-Sub-1/32-PASS: run/inline_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35043 run: llvmdc -O0 -od./obj -ofrun/inline_09.d.exe run/inline_09.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35044 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35045 run/inline_09.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35046 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35047
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35048 Torture-Sub-1/32-PASS: run/inline_09.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35049 run: llvmdc -O0 -od./obj -ofrun/in_out_body_01.d.exe run/in_out_body_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35050 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35051 run/in_out_body_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35052 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35053
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35054 Torture-Sub-1/32-PASS: run/in_out_body_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35055 run: llvmdc -O0 -od./obj -ofrun/in_out_body_02.d.exe run/in_out_body_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35056 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35057 run/in_out_body_02.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35058 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35059
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35060 Torture-Sub-1/32-PASS: run/in_out_body_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35061 run: llvmdc -O0 -od./obj -ofrun/in_out_body_03.d.exe run/in_out_body_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35062 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35063 run/in_out_body_03.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35064 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35065
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35066 Torture-Sub-1/32-PASS: run/in_out_body_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35067 run: llvmdc -O0 -od./obj -ofrun/in_out_body_04.d.exe run/in_out_body_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35068 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35069 run/in_out_body_04.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35070 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35071
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35072 Torture-Sub-1/32-PASS: run/in_out_body_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35073 run: llvmdc -O0 -od./obj -ofrun/in_out_body_05.d.exe run/in_out_body_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35074 run/in_out_body_05.d(23): Error: identifier 'InException' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35075 run/in_out_body_05.d(23): Error: InException is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35076 Error: can only catch class objects, not 'void'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35077 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35078 Torture-Sub-1/32-FAIL: run/in_out_body_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35079 run: llvmdc -O0 -od./obj -ofrun/in_out_body_06.d.exe run/in_out_body_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35080 Warning: run/in_out_body_06.d(21): try-catch is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35081 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35082 run/in_out_body_06.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35083 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35084
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35085 Torture-Sub-1/32-ERROR: run/in_out_body_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35086 run: llvmdc -O0 -od./obj -ofrun/in_out_body_07.d.exe run/in_out_body_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35087 Warning: run/in_out_body_07.d(21): try-catch is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35088 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35089 run/in_out_body_07.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35090 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35091
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35092 Torture-Sub-1/32-ERROR: run/in_out_body_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35093 run: llvmdc -O0 -od./obj -ofrun/in_out_body_08.d.exe run/in_out_body_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35094 run/in_out_body_08.d(23): Error: identifier 'OutException' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35095 run/in_out_body_08.d(23): Error: OutException is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35096 Error: can only catch class objects, not 'void'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35097 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35098 Torture-Sub-1/32-FAIL: run/in_out_body_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35099 run: llvmdc -O0 -od./obj -ofrun/int_01.d.exe run/int_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35100 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35101 run/int_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35102 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35103
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35104 Torture-Sub-1/32-PASS: run/int_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35105 run: llvmdc -O0 -od./obj -ofrun/int_02.d.exe run/int_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35106 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35107 run/int_02.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35108 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35109
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35110 Torture-Sub-1/32-PASS: run/int_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35111 run: llvmdc -O0 -od./obj -ofrun/int_03.d.exe run/int_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35112 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35113 run/int_03.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35114 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35115
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35116 Torture-Sub-1/32-PASS: run/int_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35117 run: llvmdc -O0 -od./obj -ofrun/int_04.d.exe run/int_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35118 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35119 run/int_04.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35120 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35121
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35122 Torture-Sub-1/32-PASS: run/int_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35123 run: llvmdc -O0 -od./obj -ofrun/int_07.d.exe run/int_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35124 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35125 run/int_07.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35126 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35127
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35128 Torture-Sub-1/32-PASS: run/int_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35129 run: llvmdc -O0 -od./obj -ofrun/integer_literal_binary_01.d.exe run/integer_literal_binary_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35130 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35131 run/integer_literal_binary_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35132 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35133
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35134 Torture-Sub-1/32-PASS: run/integer_literal_binary_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35135 run: llvmdc -O0 -od./obj -ofrun/integer_literal_binary_02.d.exe run/integer_literal_binary_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35136 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35137 run/integer_literal_binary_02.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35138 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35139
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35140 Torture-Sub-1/32-PASS: run/integer_literal_binary_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35141 run: llvmdc -O0 -od./obj -ofrun/integer_literal_binary_03.d.exe run/integer_literal_binary_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35142 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35143 run/integer_literal_binary_03.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35144 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35145
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35146 Torture-Sub-1/32-PASS: run/integer_literal_binary_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35147 run: llvmdc -O0 -od./obj -ofrun/integer_literal_binary_04.d.exe run/integer_literal_binary_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35148 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35149 run/integer_literal_binary_04.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35150 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35151
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35152 Torture-Sub-1/32-PASS: run/integer_literal_binary_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35153 run: llvmdc -O0 -od./obj -ofrun/integer_literal_binary_05.d.exe run/integer_literal_binary_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35154 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35155 run/integer_literal_binary_05.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35156 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35157
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35158 Torture-Sub-1/32-PASS: run/integer_literal_binary_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35159 run: llvmdc -O0 -od./obj -ofrun/integer_literal_binary_06.d.exe run/integer_literal_binary_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35160 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35161 run/integer_literal_binary_06.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35162 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35163
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35164 Torture-Sub-1/32-PASS: run/integer_literal_binary_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35165 run: llvmdc -O0 -od./obj -ofrun/integer_literal_binary_07.d.exe run/integer_literal_binary_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35166 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35167 run/integer_literal_binary_07.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35168 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35169
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35170 Torture-Sub-1/32-PASS: run/integer_literal_binary_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35171 run: llvmdc -O0 -od./obj -ofrun/integer_literal_binary_08.d.exe run/integer_literal_binary_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35172 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35173 run/integer_literal_binary_08.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35174 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35175
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35176 Torture-Sub-1/32-PASS: run/integer_literal_binary_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35177 run: llvmdc -O0 -od./obj -ofrun/integer_literal_dec_05.d.exe run/integer_literal_dec_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35178 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35179 run/integer_literal_dec_05.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35180 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35181
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35182 Torture-Sub-1/32-PASS: run/integer_literal_dec_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35183 run: llvmdc -O0 -od./obj -ofrun/integer_literal_hex_01.d.exe run/integer_literal_hex_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35184 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35185 run/integer_literal_hex_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35186 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35187
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35188 Torture-Sub-1/32-PASS: run/integer_literal_hex_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35189 run: llvmdc -O0 -od./obj -ofrun/integer_literal_hex_02.d.exe run/integer_literal_hex_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35190 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35191 run/integer_literal_hex_02.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35192 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35193
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35194 Torture-Sub-1/32-PASS: run/integer_literal_hex_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35195 run: llvmdc -O0 -od./obj -ofrun/integer_literal_hex_03.d.exe run/integer_literal_hex_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35196 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35197 run/integer_literal_hex_03.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35198 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35199
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35200 Torture-Sub-1/32-PASS: run/integer_literal_hex_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35201 run: llvmdc -O0 -od./obj -ofrun/integer_literal_hex_04.d.exe run/integer_literal_hex_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35202 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35203 run/integer_literal_hex_04.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35204 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35205
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35206 Torture-Sub-1/32-PASS: run/integer_literal_hex_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35207 run: llvmdc -O0 -od./obj -ofrun/integer_literal_hex_05.d.exe run/integer_literal_hex_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35208 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35209 run/integer_literal_hex_05.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35210 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35211
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35212 Torture-Sub-1/32-PASS: run/integer_literal_hex_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35213 run: llvmdc -O0 -od./obj -ofrun/integer_literal_hex_06.d.exe run/integer_literal_hex_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35214 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35215 run/integer_literal_hex_06.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35216 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35217
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35218 Torture-Sub-1/32-PASS: run/integer_literal_hex_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35219 run: llvmdc -O0 -od./obj -ofrun/integer_literal_hex_07.d.exe run/integer_literal_hex_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35220 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35221 run/integer_literal_hex_07.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35222 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35223
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35224 Torture-Sub-1/32-PASS: run/integer_literal_hex_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35225 run: llvmdc -O0 -od./obj -ofrun/integer_literal_hex_08.d.exe run/integer_literal_hex_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35226 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35227 run/integer_literal_hex_08.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35228 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35229
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35230 Torture-Sub-1/32-PASS: run/integer_literal_hex_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35231 run: llvmdc -O0 -od./obj -ofrun/interface_01.d.exe run/interface_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35232 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35233 run/interface_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35234 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35235
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35236 Torture-Sub-1/32-PASS: run/interface_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35237 run: llvmdc -O0 -od./obj -ofrun/interface_02.d.exe run/interface_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35238 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35239 run/interface_02.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35240 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35241
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35242 Torture-Sub-1/32-PASS: run/interface_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35243 run: llvmdc -O0 -od./obj -ofrun/interface_04.d.exe run/interface_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35244 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35245 run/interface_04.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35246 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35247
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35248 Torture-Sub-1/32-PASS: run/interface_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35249 run: llvmdc -O0 -od./obj -ofrun/interface_05.d.exe run/interface_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35250 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35251 run/interface_05.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35252 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35253
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35254 Torture-Sub-1/32-PASS: run/interface_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35255 run: llvmdc -O0 -od./obj -ofrun/interface_06.d.exe run/interface_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35256 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35257 run/interface_06.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35258 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35259
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35260 Torture-Sub-1/32-PASS: run/interface_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35261 run: llvmdc -O0 -od./obj -ofrun/interface_07.d.exe run/interface_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35262 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35263 run/interface_07.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35264 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35265
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35266 Torture-Sub-1/32-PASS: run/interface_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35267 run: llvmdc -O0 -od./obj -ofrun/interface_10.d.exe run/interface_10.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35268 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35269 run/interface_10.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35270 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35271
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35272 Torture-Sub-1/32-PASS: run/interface_10.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35273 run: llvmdc -O0 -od./obj -ofrun/interface_12.d.exe run/interface_12.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35274 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35275 run/interface_12.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35276 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35277
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35278 Torture-Sub-1/32-PASS: run/interface_12.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35279 run: llvmdc -O0 -od./obj -ofrun/invariant_01.d.exe run/invariant_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35280 Warning: run/invariant_01.d(23): try-catch is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35281 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35282 run/invariant_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35283 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35284
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35285 Torture-Sub-1/32-ERROR: run/invariant_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35286 run: llvmdc -O0 -od./obj -ofrun/invariant_02.d.exe run/invariant_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35287 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35288 run/invariant_02.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35289 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35290
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35291 Torture-Sub-1/32-ERROR: run/invariant_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35292 run: llvmdc -O0 -od./obj -ofrun/invariant_04.d.exe run/invariant_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35293 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35294 run/invariant_04.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35295 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35296
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35297 Torture-Sub-1/32-ERROR: run/invariant_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35298 run: llvmdc -O0 -od./obj -ofrun/invariant_06.d.exe run/invariant_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35299 run/invariant_06.d(43): Error: expression u of type MyUnion does not have a boolean value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35300 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35301 Torture-Sub-1/32-FAIL: run/invariant_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35302 run: llvmdc -O0 -od./obj -ofrun/invariant_10.d.exe run/invariant_10.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35303 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35304 run/invariant_10.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35305 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35306
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35307 Torture-Sub-1/32-PASS: run/invariant_10.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35308 run: llvmdc -O0 -od./obj -ofrun/invariant_11.d.exe run/invariant_11.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35309 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35310 run/invariant_11.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35311 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35312
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35313 Torture-Sub-1/32-PASS: run/invariant_11.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35314 run: llvmdc -O0 -od./obj -ofrun/invariant_12.d.exe run/invariant_12.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35315 Warning: run/invariant_12.d(39): try-catch is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35316 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35317 run/invariant_12.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35318 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35319
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35320 Torture-Sub-1/32-ERROR: run/invariant_12.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35321 run: llvmdc -O0 -od./obj -ofrun/invariant_13.d.exe run/invariant_13.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35322 Warning: run/invariant_13.d(39): try-catch is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35323 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35324 run/invariant_13.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35325 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35326
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35327 Torture-Sub-1/32-ERROR: run/invariant_13.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35328 run: llvmdc -O0 -od./obj -ofrun/invariant_14.d.exe run/invariant_14.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35329 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35330 run/invariant_14.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35331 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35332
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35333 Torture-Sub-1/32-PASS: run/invariant_14.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35334 run: llvmdc -O0 -od./obj -ofrun/invariant_15.d.exe run/invariant_15.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35335 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35336 run/invariant_15.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35337 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35338
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35339 Torture-Sub-1/32-PASS: run/invariant_15.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35340 run: llvmdc -O0 -od./obj -ofrun/invariant_18.d.exe run/invariant_18.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35341 Warning: run/invariant_18.d(21): try-catch is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35342 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35343 run/invariant_18.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35344 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35345
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35346 Torture-Sub-1/32-ERROR: run/invariant_18.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35347 run: llvmdc -O0 -od./obj -ofrun/invariant_19.d.exe run/invariant_19.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35348 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35349 run/invariant_19.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35350 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35351
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35352 Torture-Sub-1/32-PASS: run/invariant_19.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35353 run: llvmdc -O0 -od./obj -ofrun/invariant_20.d.exe run/invariant_20.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35354 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35355 run/invariant_20.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35356 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35357
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35358 Torture-Sub-1/32-PASS: run/invariant_20.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35359 run: llvmdc -O0 -od./obj -ofrun/invariant_21.d.exe run/invariant_21.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35360 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35361 run/invariant_21.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35362 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35363
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35364 Torture-Sub-1/32-PASS: run/invariant_21.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35365 run: llvmdc -O0 -od./obj -ofrun/invariant_22.d.exe run/invariant_22.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35366 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35367 run/invariant_22.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35368 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35369
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35370 Torture-Sub-1/32-PASS: run/invariant_22.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35371 run: llvmdc -O0 -od./obj -ofrun/invariant_24.d.exe run/invariant_24.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35372 Warning: run/invariant_24.d(24): try-catch is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35373 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35374 run/invariant_24.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35375 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35376
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35377 Torture-Sub-1/32-ERROR: run/invariant_24.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35378 run: llvmdc -O0 -od./obj -ofrun/invariant_25.d.exe run/invariant_25.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35379 run/invariant_25.d(16): module asserterror cannot read file 'std/asserterror.d'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35380 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35381 Torture-Sub-1/32-FAIL: run/invariant_25.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35382 run: llvmdc -O0 -od./obj -ofrun/invariant_27.d.exe run/invariant_27.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35383 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35384 run/invariant_27.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35385 Exception: Assertion failure
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35386 Assertion failed:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35387 run/invariant_27.d(38)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35388 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35389
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35390 Torture-Sub-1/32-ERROR: run/invariant_27.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35391 run: llvmdc -O0 -od./obj -ofrun/invariant_28.d.exe run/invariant_28.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35392 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35393 run/invariant_28.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35394 Exception: Assertion failure
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35395 Assertion failed:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35396 run/invariant_28.d(34)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35397 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35398
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35399 Torture-Sub-1/32-ERROR: run/invariant_28.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35400 run: llvmdc -O0 -od./obj -ofrun/invariant_32.d.exe run/invariant_32.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35401 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35402 run/invariant_32.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35403 Exception: Assertion failure
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35404 Assertion failed:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35405 run/invariant_32.d(14)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35406 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35407
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35408 Torture-Sub-1/32-ERROR: run/invariant_32.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35409 run: llvmdc -O0 -od./obj -ofrun/keys_01.d.exe run/keys_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35410 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35411 run/keys_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35412 Exception: Assertion failure
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35413 Assertion failed:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35414 switch.d(80)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35415 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35416
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35417 Torture-Sub-1/32-ERROR: run/keys_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35418 run: llvmdc -O0 -od./obj -ofrun/label_01.d.exe run/label_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35419 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35420 run/label_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35421 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35422
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35423 Torture-Sub-1/32-PASS: run/label_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35424 run: llvmdc -O0 -od./obj -ofrun/label_02.d.exe run/label_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35425 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35426 run/label_02.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35427 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35428
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35429 Torture-Sub-1/32-PASS: run/label_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35430 run: llvmdc -O0 -od./obj -ofrun/label_03.d.exe run/label_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35431 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35432 run/label_03.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35433 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35434
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35435 Torture-Sub-1/32-PASS: run/label_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35436 run: llvmdc -O0 -od./obj -ofrun/length_02.d.exe run/length_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35437 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35438 run/length_02.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35439 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35440
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35441 Torture-Sub-1/32-PASS: run/length_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35442 run: llvmdc -O0 -od./obj -ofrun/length_05.d.exe run/length_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35443 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35444 run/length_05.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35445 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35446
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35447 Torture-Sub-1/32-PASS: run/length_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35448 run: llvmdc -O0 -od./obj -ofrun/length_06.d.exe run/length_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35449 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35450 run/length_06.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35451 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35452
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35453 Torture-Sub-1/32-PASS: run/length_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35454 run: llvmdc -O0 -od./obj -ofrun/__LINE__01.d.exe run/__LINE__01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35455 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35456 run/__LINE__01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35457 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35458
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35459 Torture-Sub-1/32-PASS: run/__LINE__01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35460 run: llvmdc -O0 -od./obj -ofrun/line_ending_dos.d.exe run/line_ending_dos.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35461 run/line_ending_dos.d(24): Error: identifier 'string' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35462 run/line_ending_dos.d(24): Error: string is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35463 run/line_ending_dos.d(24): variable dstress.run.line_ending_dos.checkLineNumber.msg voids have no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35464 run/line_ending_dos.d(24): Error: cannot implicitly convert expression (o.toString()) of type char[] to int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35465 run/line_ending_dos.d(27): Error: no property 'length' for type 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35466 run/line_ending_dos.d(28): Error: msg must be an array or pointer type, not int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35467 run/line_ending_dos.d(34): Error: no property 'length' for type 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35468 run/line_ending_dos.d(35): Error: msg must be an array or pointer type, not int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35469 run/line_ending_dos.d(41): Error: msg must be an array or pointer type, not int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35470 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35471 Torture-Sub-1/32-FAIL: run/line_ending_dos.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35472 run: llvmdc -O0 -od./obj -ofrun/line_ending_linux.d.exe run/line_ending_linux.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35473 run/line_ending_linux.d(24): Error: identifier 'string' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35474 run/line_ending_linux.d(24): Error: string is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35475 run/line_ending_linux.d(24): variable dstress.run.line_ending_linux.checkLineNumber.x voids have no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35476 run/line_ending_linux.d(24): Error: cannot implicitly convert expression (o.toString()) of type char[] to int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35477 run/line_ending_linux.d(27): Error: no property 'length' for type 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35478 run/line_ending_linux.d(28): Error: x must be an array or pointer type, not int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35479 run/line_ending_linux.d(34): Error: no property 'length' for type 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35480 run/line_ending_linux.d(35): Error: x must be an array or pointer type, not int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35481 run/line_ending_linux.d(41): Error: x must be an array or pointer type, not int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35482 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35483 Torture-Sub-1/32-FAIL: run/line_ending_linux.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35484 run: llvmdc -O0 -od./obj -ofrun/line_ending_mac.d.exe run/line_ending_mac.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35485 run/line_ending_mac.d(24): Error: identifier 'string' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35486 run/line_ending_mac.d(24): Error: string is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35487 run/line_ending_mac.d(24): variable dstress.run.line_ending_mac.checkLineNumber.msg voids have no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35488 run/line_ending_mac.d(24): Error: cannot implicitly convert expression (o.toString()) of type char[] to int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35489 run/line_ending_mac.d(27): Error: no property 'length' for type 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35490 run/line_ending_mac.d(28): Error: msg must be an array or pointer type, not int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35491 run/line_ending_mac.d(34): Error: no property 'length' for type 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35492 run/line_ending_mac.d(35): Error: msg must be an array or pointer type, not int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35493 run/line_ending_mac.d(41): Error: msg must be an array or pointer type, not int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35494 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35495 Torture-Sub-1/32-FAIL: run/line_ending_mac.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35496 run: llvmdc -O0 -od./obj -ofrun/line_ending_unicode.d.exe run/line_ending_unicode.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35497 run/line_ending_unicode.d(18): Error: identifier 'string' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35498 run/line_ending_unicode.d(18): Error: string is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35499 run/line_ending_unicode.d(18): variable line_ending_unicode.checkLineNumber.x voids have no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35500 run/line_ending_unicode.d(18): Error: cannot implicitly convert expression (o.toString()) of type char[] to int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35501 run/line_ending_unicode.d(21): Error: no property 'length' for type 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35502 run/line_ending_unicode.d(21): Error: x must be an array or pointer type, not int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35503 run/line_ending_unicode.d(24): Error: no property 'length' for type 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35504 run/line_ending_unicode.d(24): Error: x must be an array or pointer type, not int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35505 run/line_ending_unicode.d(27): Error: x must be an array or pointer type, not int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35506 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35507 Torture-Sub-1/32-FAIL: run/line_ending_unicode.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35508 run: llvmdc -O0 -od./obj -ofrun/line_token_02.d.exe run/line_token_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35509 run/line_token_02.d(15): Error: identifier 'string' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35510 run/line_token_02.d(15): Error: string is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35511 run/line_token_02.d(15): variable dstress.run.line_token_02.checkLineNumber.x voids have no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35512 run/line_token_02.d(15): Error: cannot implicitly convert expression (o.toString()) of type char[] to int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35513 run/line_token_02.d(18): Error: no property 'length' for type 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35514 run/line_token_02.d(19): Error: x must be an array or pointer type, not int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35515 run/line_token_02.d(25): Error: no property 'length' for type 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35516 run/line_token_02.d(26): Error: x must be an array or pointer type, not int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35517 run/line_token_02.d(32): Error: x must be an array or pointer type, not int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35518 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35519 Torture-Sub-1/32-FAIL: run/line_token_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35520 run: llvmdc -O0 -od./obj -ofrun/line_token_03.d.exe run/line_token_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35521 (15): Error: identifier 'string' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35522 (15): Error: string is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35523 run/line_token_03.d(15): variable dstress.run.line_token_03.checkFileSpec.x voids have no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35524 (15): Error: cannot implicitly convert expression (o.toString()) of type char[] to int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35525 (18): Error: no property 'length' for type 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35526 (19): Error: x must be an array or pointer type, not int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35527 (24): Error: int cannot be sliced with []
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35528 (24): Error: incompatible types for ((x[start - 1..start + 3]) == (" (0)")): 'int' and 'char[4u]'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35529 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35530 Torture-Sub-1/32-FAIL: run/line_token_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35531 run: llvmdc -O0 -od./obj -ofrun/line_token_04.d.exe run/line_token_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35532 a(15): Error: identifier 'string' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35533 a(15): Error: string is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35534 run/line_token_04.d(15): variable dstress.run.line_token_04.checkFileSpec.x voids have no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35535 a(15): Error: cannot implicitly convert expression (o.toString()) of type char[] to int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35536 a(18): Error: no property 'length' for type 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35537 a(19): Error: x must be an array or pointer type, not int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35538 a(24): Error: int cannot be sliced with []
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35539 a(24): Error: incompatible types for ((x[start - 2..start + 3]) == (" a(0)")): 'int' and 'char[5u]'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35540 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35541 Torture-Sub-1/32-FAIL: run/line_token_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35542 run: llvmdc -O0 -od./obj -ofrun/line_token_11.d.exe run/line_token_11.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35543 run/line_token_11.d(27): Error: identifier 'string' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35544 run/line_token_11.d(27): Error: string is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35545 run/line_token_11.d(27): variable dstress.run.line_token_11.checkLineNumber.x voids have no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35546 run/line_token_11.d(27): Error: cannot implicitly convert expression (o.toString()) of type char[] to int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35547 run/line_token_11.d(30): Error: no property 'length' for type 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35548 run/line_token_11.d(31): Error: x must be an array or pointer type, not int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35549 run/line_token_11.d(37): Error: no property 'length' for type 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35550 run/line_token_11.d(38): Error: x must be an array or pointer type, not int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35551 run/line_token_11.d(44): Error: x must be an array or pointer type, not int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35552 run/line_token_11.d(45): Error: x must be an array or pointer type, not int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35553 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35554 Torture-Sub-1/32-FAIL: run/line_token_11.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35555 run: llvmdc -O0 -od./obj -ofrun/line_token_12.d.exe run/line_token_12.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35556 run/line_token_12.d(27): Error: identifier 'string' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35557 run/line_token_12.d(27): Error: string is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35558 run/line_token_12.d(27): variable dstress.run.line_token_12.checkLineNumber.x voids have no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35559 run/line_token_12.d(27): Error: cannot implicitly convert expression (o.toString()) of type char[] to int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35560 run/line_token_12.d(30): Error: no property 'length' for type 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35561 run/line_token_12.d(31): Error: x must be an array or pointer type, not int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35562 run/line_token_12.d(37): Error: no property 'length' for type 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35563 run/line_token_12.d(38): Error: x must be an array or pointer type, not int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35564 run/line_token_12.d(44): Error: x must be an array or pointer type, not int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35565 run/line_token_12.d(45): Error: x must be an array or pointer type, not int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35566 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35567 Torture-Sub-1/32-FAIL: run/line_token_12.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35568 run: llvmdc -O0 -od./obj -ofrun/l/large_id_01_A.d.exe run/l/large_id_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35569 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35570 run/l/large_id_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35571 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35572
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35573 Torture-Sub-1/32-PASS: run/l/large_id_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35574 run: llvmdc -O0 -od./obj -ofrun/l/large_id_01_B.d.exe run/l/large_id_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35575 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35576 run/l/large_id_01_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35577 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35578
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35579 Torture-Sub-1/32-PASS: run/l/large_id_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35580 run: llvmdc -O0 -od./obj -ofrun/l/large_id_01_C.d.exe run/l/large_id_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35581 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35582 run/l/large_id_01_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35583 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35584
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35585 Torture-Sub-1/32-PASS: run/l/large_id_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35586 run: llvmdc -O0 -od./obj -ofrun/l/large_id_01_D.d.exe run/l/large_id_01_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35587 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35588 run/l/large_id_01_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35589 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35590
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35591 Torture-Sub-1/32-PASS: run/l/large_id_01_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35592 run: llvmdc -O0 -od./obj -ofrun/l/large_id_02_A.d.exe run/l/large_id_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35593 run/l/large_id_02_A.d(14): Error: identifier 'string' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35594 run/l/large_id_02_A.d(14): Error: string is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35595 run/l/large_id_02_A.d(14): variable dstress.run.l.large_id_02_A.msg voids have no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35596 run/l/large_id_02_A.d(14): Error: identifier 'string' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35597 run/l/large_id_02_A.d(14): Error: string is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35598 run/l/large_id_02_A.d(14): Error: arithmetic/string type expected for value-parameter, not void
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35599 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35600 Torture-Sub-1/32-FAIL: run/l/large_id_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35601 run: llvmdc -O0 -od./obj -ofrun/l/large_id_02_B.d.exe run/l/large_id_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35602 run/l/large_id_02_B.d(14): Error: identifier 'string' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35603 run/l/large_id_02_B.d(14): Error: string is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35604 run/l/large_id_02_B.d(14): variable dstress.run.l.large_id_02_B.msg voids have no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35605 run/l/large_id_02_B.d(14): Error: identifier 'string' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35606 run/l/large_id_02_B.d(14): Error: string is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35607 run/l/large_id_02_B.d(14): Error: arithmetic/string type expected for value-parameter, not void
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35608 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35609 Torture-Sub-1/32-FAIL: run/l/large_id_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35610 run: llvmdc -O0 -od./obj -ofrun/l/lazy_02_A.d.exe run/l/lazy_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35611 llvmdc: /home/kamm/eigenes/projekte/llvmdc/llvm-23-branch/lib/VMCore/Instructions.cpp:2242: llvm::BitCastInst::BitCastInst(llvm::Value*, const llvm::Type*, const std::string&, llvm::Instruction*): Assertion `castIsValid(getOpcode(), S, Ty) && "Illegal BitCast"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35612 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35613 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35614 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35615 llvmdc[0x8809579]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35616 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35617 Torture-Sub-1/32-ERROR: run/l/lazy_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35618 run: llvmdc -O0 -od./obj -ofrun/l/lazy_02_B.d.exe run/l/lazy_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35619 llvmdc: /home/kamm/eigenes/projekte/llvmdc/llvm-23-branch/lib/VMCore/Instructions.cpp:2242: llvm::BitCastInst::BitCastInst(llvm::Value*, const llvm::Type*, const std::string&, llvm::Instruction*): Assertion `castIsValid(getOpcode(), S, Ty) && "Illegal BitCast"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35620 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35621 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35622 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35623 llvmdc[0x8809579]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35624 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35625 Torture-Sub-1/32-ERROR: run/l/lazy_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35626 run: llvmdc -O0 -od./obj -ofrun/l/lazy_02_C.d.exe run/l/lazy_02_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35627 llvmdc: /home/kamm/eigenes/projekte/llvmdc/llvm-23-branch/lib/VMCore/Instructions.cpp:2242: llvm::BitCastInst::BitCastInst(llvm::Value*, const llvm::Type*, const std::string&, llvm::Instruction*): Assertion `castIsValid(getOpcode(), S, Ty) && "Illegal BitCast"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35628 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35629 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35630 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35631 llvmdc[0x8809579]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35632 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35633 Torture-Sub-1/32-ERROR: run/l/lazy_02_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35634 run: llvmdc -O0 -od./obj -ofrun/l/lazy_02_D.d.exe run/l/lazy_02_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35635 llvmdc: /home/kamm/eigenes/projekte/llvmdc/llvm-23-branch/lib/VMCore/Instructions.cpp:2242: llvm::BitCastInst::BitCastInst(llvm::Value*, const llvm::Type*, const std::string&, llvm::Instruction*): Assertion `castIsValid(getOpcode(), S, Ty) && "Illegal BitCast"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35636 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35637 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35638 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35639 llvmdc[0x8809579]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35640 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35641 Torture-Sub-1/32-ERROR: run/l/lazy_02_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35642 run: llvmdc -O0 -od./obj -ofrun/l/lazy_03_A.d.exe run/l/lazy_03_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35643 /home/kamm/eigenes/projekte/llvmdc/llvmdc/bin/../tango/std/stdarg.di(28): Error: identifier 'va_list' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35644 /home/kamm/eigenes/projekte/llvmdc/llvmdc/bin/../tango/std/stdarg.di(28): Error: va_list is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35645 /home/kamm/eigenes/projekte/llvmdc/llvmdc/bin/../tango/std/stdarg.di(28): Error: cannot have parameter of type void
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35646 /home/kamm/eigenes/projekte/llvmdc/llvmdc/bin/../tango/std/stdarg.di(28): variable std.stdarg.va_arg!(int).va_arg.ap voids have no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35647 /home/kamm/eigenes/projekte/llvmdc/llvmdc/bin/../tango/std/stdarg.di(24): template instance std.stdarg.va_arg!(int) error instantiating
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35648 run/l/lazy_03_A.d(24): function std.stdarg.va_arg!(int).va_arg (void) does not match parameter types (void*)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35649 run/l/lazy_03_A.d(24): Error: cannot implicitly convert expression (_argptr) of type void* to void
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35650 run/l/lazy_03_A.d(24): Error: cast(void)_argptr is not an lvalue
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35651 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35652 Torture-Sub-1/32-FAIL: run/l/lazy_03_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35653 run: llvmdc -O0 -od./obj -ofrun/l/lazy_03_B.d.exe run/l/lazy_03_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35654 llvmdc: /home/kamm/eigenes/projekte/llvmdc/llvm-23-release-prefix/include/llvm/Support/Casting.h:199: typename llvm::cast_retty<To, From>::ret_type llvm::cast(const Y&) [with X = llvm::FunctionType, Y = const llvm::Type*]: Assertion `isa<X>(Val) && "cast<Ty>() argument of incompatible type!"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35655 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35656 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35657 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35658 llvmdc[0x810e473]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35659 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35660 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35661 Torture-Sub-1/32-ERROR: run/l/lazy_03_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35662 run: llvmdc -O0 -od./obj -ofrun/l/lazy_03_C.d.exe run/l/lazy_03_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35663 /home/kamm/eigenes/projekte/llvmdc/llvmdc/bin/../tango/std/stdarg.di(28): Error: identifier 'va_list' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35664 /home/kamm/eigenes/projekte/llvmdc/llvmdc/bin/../tango/std/stdarg.di(28): Error: va_list is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35665 /home/kamm/eigenes/projekte/llvmdc/llvmdc/bin/../tango/std/stdarg.di(28): Error: cannot have parameter of type void
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35666 /home/kamm/eigenes/projekte/llvmdc/llvmdc/bin/../tango/std/stdarg.di(28): variable std.stdarg.va_arg!(int).va_arg.ap voids have no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35667 /home/kamm/eigenes/projekte/llvmdc/llvmdc/bin/../tango/std/stdarg.di(24): template instance std.stdarg.va_arg!(int) error instantiating
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35668 run/l/lazy_03_C.d(24): function std.stdarg.va_arg!(int).va_arg (void) does not match parameter types (void*)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35669 run/l/lazy_03_C.d(24): Error: cannot implicitly convert expression (_argptr) of type void* to void
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35670 run/l/lazy_03_C.d(24): Error: cast(void)_argptr is not an lvalue
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35671 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35672 Torture-Sub-1/32-FAIL: run/l/lazy_03_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35673 run: llvmdc -O0 -od./obj -ofrun/l/lazy_03_D.d.exe run/l/lazy_03_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35674 /home/kamm/eigenes/projekte/llvmdc/llvmdc/bin/../tango/std/stdarg.di(28): Error: identifier 'va_list' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35675 /home/kamm/eigenes/projekte/llvmdc/llvmdc/bin/../tango/std/stdarg.di(28): Error: va_list is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35676 /home/kamm/eigenes/projekte/llvmdc/llvmdc/bin/../tango/std/stdarg.di(28): Error: cannot have parameter of type void
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35677 /home/kamm/eigenes/projekte/llvmdc/llvmdc/bin/../tango/std/stdarg.di(28): variable std.stdarg.va_arg!(int).va_arg.ap voids have no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35678 /home/kamm/eigenes/projekte/llvmdc/llvmdc/bin/../tango/std/stdarg.di(24): template instance std.stdarg.va_arg!(int) error instantiating
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35679 run/l/lazy_03_D.d(24): function std.stdarg.va_arg!(int).va_arg (void) does not match parameter types (void*)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35680 run/l/lazy_03_D.d(24): Error: cannot implicitly convert expression (_argptr) of type void* to void
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35681 run/l/lazy_03_D.d(24): Error: cast(void)_argptr is not an lvalue
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35682 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35683 Torture-Sub-1/32-FAIL: run/l/lazy_03_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35684 run: llvmdc -O0 -od./obj -ofrun/l/lazy_04_A.d.exe run/l/lazy_04_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35685 /home/kamm/eigenes/projekte/llvmdc/llvmdc/bin/../tango/std/stdarg.di(28): Error: identifier 'va_list' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35686 /home/kamm/eigenes/projekte/llvmdc/llvmdc/bin/../tango/std/stdarg.di(28): Error: va_list is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35687 /home/kamm/eigenes/projekte/llvmdc/llvmdc/bin/../tango/std/stdarg.di(28): Error: cannot have parameter of type void
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35688 /home/kamm/eigenes/projekte/llvmdc/llvmdc/bin/../tango/std/stdarg.di(28): variable std.stdarg.va_arg!(char[]).va_arg.ap voids have no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35689 /home/kamm/eigenes/projekte/llvmdc/llvmdc/bin/../tango/std/stdarg.di(20): template instance std.stdarg.va_arg!(char[]) error instantiating
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35690 run/l/lazy_04_A.d(20): function std.stdarg.va_arg!(char[]).va_arg (void) does not match parameter types (void*)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35691 run/l/lazy_04_A.d(20): Error: cannot implicitly convert expression (_argptr) of type void* to void
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35692 run/l/lazy_04_A.d(20): Error: cast(void)_argptr is not an lvalue
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35693 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35694 Torture-Sub-1/32-FAIL: run/l/lazy_04_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35695 run: llvmdc -O0 -od./obj -ofrun/l/lazy_04_B.d.exe run/l/lazy_04_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35696 /home/kamm/eigenes/projekte/llvmdc/llvmdc/bin/../tango/std/stdarg.di(28): Error: identifier 'va_list' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35697 /home/kamm/eigenes/projekte/llvmdc/llvmdc/bin/../tango/std/stdarg.di(28): Error: va_list is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35698 /home/kamm/eigenes/projekte/llvmdc/llvmdc/bin/../tango/std/stdarg.di(28): Error: cannot have parameter of type void
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35699 /home/kamm/eigenes/projekte/llvmdc/llvmdc/bin/../tango/std/stdarg.di(28): variable std.stdarg.va_arg!(char[]).va_arg.ap voids have no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35700 /home/kamm/eigenes/projekte/llvmdc/llvmdc/bin/../tango/std/stdarg.di(20): template instance std.stdarg.va_arg!(char[]) error instantiating
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35701 run/l/lazy_04_B.d(20): function std.stdarg.va_arg!(char[]).va_arg (void) does not match parameter types (void*)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35702 run/l/lazy_04_B.d(20): Error: cannot implicitly convert expression (_argptr) of type void* to void
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35703 run/l/lazy_04_B.d(20): Error: cast(void)_argptr is not an lvalue
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35704 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35705 Torture-Sub-1/32-FAIL: run/l/lazy_04_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35706 run: llvmdc -O0 -od./obj -ofrun/l/lazy_04_C.d.exe run/l/lazy_04_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35707 /home/kamm/eigenes/projekte/llvmdc/llvmdc/bin/../tango/std/stdarg.di(28): Error: identifier 'va_list' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35708 /home/kamm/eigenes/projekte/llvmdc/llvmdc/bin/../tango/std/stdarg.di(28): Error: va_list is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35709 /home/kamm/eigenes/projekte/llvmdc/llvmdc/bin/../tango/std/stdarg.di(28): Error: cannot have parameter of type void
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35710 /home/kamm/eigenes/projekte/llvmdc/llvmdc/bin/../tango/std/stdarg.di(28): variable std.stdarg.va_arg!(char[]).va_arg.ap voids have no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35711 /home/kamm/eigenes/projekte/llvmdc/llvmdc/bin/../tango/std/stdarg.di(20): template instance std.stdarg.va_arg!(char[]) error instantiating
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35712 run/l/lazy_04_C.d(20): function std.stdarg.va_arg!(char[]).va_arg (void) does not match parameter types (void*)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35713 run/l/lazy_04_C.d(20): Error: cannot implicitly convert expression (_argptr) of type void* to void
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35714 run/l/lazy_04_C.d(20): Error: cast(void)_argptr is not an lvalue
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35715 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35716 Torture-Sub-1/32-FAIL: run/l/lazy_04_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35717 run: llvmdc -O0 -od./obj -ofrun/l/length_08_A.d.exe run/l/length_08_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35718 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35719 run/l/length_08_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35720 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35721
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35722 Torture-Sub-1/32-PASS: run/l/length_08_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35723 run: llvmdc -O0 -od./obj -ofrun/l/length_08_B.d.exe run/l/length_08_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35724 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35725 run/l/length_08_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35726 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35727
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35728 Torture-Sub-1/32-PASS: run/l/length_08_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35729 run: llvmdc -O0 -od./obj -ofrun/l/length_08_C.d.exe run/l/length_08_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35730 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35731 run/l/length_08_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35732 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35733
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35734 Torture-Sub-1/32-PASS: run/l/length_08_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35735 run: llvmdc -O0 -od./obj -ofrun/l/length_08_D.d.exe run/l/length_08_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35736 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35737 run/l/length_08_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35738 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35739
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35740 Torture-Sub-1/32-PASS: run/l/length_08_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35741 run: llvmdc -O0 -od./obj -ofrun/l/length_08_E.d.exe run/l/length_08_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35742 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35743 run/l/length_08_E.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35744 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35745
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35746 Torture-Sub-1/32-PASS: run/l/length_08_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35747 run: llvmdc -O0 -od./obj -ofrun/l/length_10_A.d.exe run/l/length_10_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35748 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35749 run/l/length_10_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35750 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35751
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35752 Torture-Sub-1/32-PASS: run/l/length_10_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35753 run: llvmdc -O0 -od./obj -ofrun/l/length_10_B.d.exe run/l/length_10_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35754 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35755 run/l/length_10_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35756 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35757
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35758 Torture-Sub-1/32-PASS: run/l/length_10_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35759 run: llvmdc -O0 -od./obj -ofrun/l/length_10_C.d.exe run/l/length_10_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35760 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35761 run/l/length_10_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35762 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35763
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35764 Torture-Sub-1/32-PASS: run/l/length_10_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35765 run: llvmdc -O0 -od./obj -ofrun/l/length_10_D.d.exe run/l/length_10_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35766 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35767 run/l/length_10_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35768 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35769
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35770 Torture-Sub-1/32-PASS: run/l/length_10_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35771 run: llvmdc -O0 -od./obj -ofrun/l/length_10_E.d.exe run/l/length_10_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35772 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35773 run/l/length_10_E.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35774 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35775
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35776 Torture-Sub-1/32-PASS: run/l/length_10_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35777 run: llvmdc -O0 -od./obj -ofrun/l/length_10_F.d.exe run/l/length_10_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35778 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35779 run/l/length_10_F.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35780 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35781
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35782 Torture-Sub-1/32-PASS: run/l/length_10_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35783 run: llvmdc -O0 -od./obj -ofrun/l/length_10_G.d.exe run/l/length_10_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35784 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35785 run/l/length_10_G.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35786 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35787
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35788 Torture-Sub-1/32-PASS: run/l/length_10_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35789 run: llvmdc -O0 -od./obj -ofrun/l/length_10_H.d.exe run/l/length_10_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35790 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35791 run/l/length_10_H.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35792 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35793
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35794 Torture-Sub-1/32-PASS: run/l/length_10_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35795 run: llvmdc -O0 -od./obj -ofrun/l/length_10_I.d.exe run/l/length_10_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35796 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35797 run/l/length_10_I.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35798 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35799
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35800 Torture-Sub-1/32-PASS: run/l/length_10_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35801 run: llvmdc -O0 -od./obj -ofrun/l/length_10_J.d.exe run/l/length_10_J.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35802 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35803 run/l/length_10_J.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35804 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35805
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35806 Torture-Sub-1/32-PASS: run/l/length_10_J.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35807 run: llvmdc -O0 -od./obj -ofrun/l/length_11_A.d.exe run/l/length_11_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35808 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35809 run/l/length_11_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35810 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35811
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35812 Torture-Sub-1/32-PASS: run/l/length_11_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35813 run: llvmdc -O0 -od./obj -ofrun/l/length_11_B.d.exe run/l/length_11_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35814 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35815 run/l/length_11_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35816 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35817
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35818 Torture-Sub-1/32-PASS: run/l/length_11_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35819 run: llvmdc -O0 -od./obj -ofrun/l/length_12_A.d.exe run/l/length_12_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35820 Error: no property 'length' for type 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35821 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35822 Torture-Sub-1/32-FAIL: run/l/length_12_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35823 run: llvmdc -O0 -od./obj -ofrun/l/length_12_B.d.exe run/l/length_12_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35824 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35825 run/l/length_12_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35826 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35827
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35828 Torture-Sub-1/32-PASS: run/l/length_12_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35829 run: llvmdc -O0 -od./obj -ofrun/l/length_12_C.d.exe run/l/length_12_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35830 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35831 run/l/length_12_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35832 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35833
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35834 Torture-Sub-1/32-PASS: run/l/length_12_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35835 run: llvmdc -O0 -od./obj -ofrun/l/long_04_B.d.exe run/l/long_04_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35836 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35837 run/l/long_04_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35838 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35839
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35840 Torture-Sub-1/32-PASS: run/l/long_04_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35841 run: llvmdc -O0 -od./obj -ofrun/long_01.d.exe run/long_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35842 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35843 run/long_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35844 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35845
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35846 Torture-Sub-1/32-PASS: run/long_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35847 run: llvmdc -O0 -od./obj -ofrun/long_char_1025.d.exe run/long_char_1025.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35848 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35849 run/long_char_1025.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35850 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35851
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35852 Torture-Sub-1/32-PASS: run/long_char_1025.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35853 run: llvmdc -O0 -od./obj -ofrun/long_char_2049.d.exe run/long_char_2049.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35854 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35855 run/long_char_2049.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35856 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35857
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35858 Torture-Sub-1/32-PASS: run/long_char_2049.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35859 run: llvmdc -O0 -od./obj -ofrun/long_char_65536.d.exe run/long_char_65536.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35860 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35861 run/long_char_65536.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35862 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35863
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35864 Torture-Sub-1/32-PASS: run/long_char_65536.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35865 run: llvmdc -O0 -od./obj -ofrun/long_char_65537.d.exe run/long_char_65537.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35866 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35867 run/long_char_65537.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35868 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35869
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35870 Torture-Sub-1/32-PASS: run/long_char_65537.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35871 run: llvmdc -O0 -od./obj -ofrun/main_02.d.exe run/main_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35872 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35873 run/main_02.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35874 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35875
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35876 Torture-Sub-1/32-PASS: run/main_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35877 run: llvmdc -O0 -od./obj -ofrun/main_03.d.exe run/main_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35878 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35879 run/main_03.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35880 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35881
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35882 Torture-Sub-1/32-PASS: run/main_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35883 run: llvmdc -O0 -od./obj -ofrun/many_functions_01.d.exe run/many_functions_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35884 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35885 run/many_functions_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35886 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35887
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35888 Torture-Sub-1/32-PASS: run/many_functions_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35889 run: llvmdc -O0 -od./obj -ofrun/memory_management_01.d.exe run/memory_management_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35890 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35891 run/memory_management_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35892 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35893
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35894 Torture-Sub-1/32-PASS: run/memory_management_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35895 run: llvmdc -O0 -od./obj -ofrun/memory_management_02.d.exe run/memory_management_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35896 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35897 run/memory_management_02.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35898 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35899
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35900 Torture-Sub-1/32-PASS: run/memory_management_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35901 run: llvmdc -O0 -od./obj -ofrun/memory_management_03.d.exe run/memory_management_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35902 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35903 run/memory_management_03.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35904 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35905
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35906 Torture-Sub-1/32-PASS: run/memory_management_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35907 run: llvmdc -O0 -od./obj -ofrun/mixin_02.d.exe run/mixin_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35908 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35909 run/mixin_02.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35910 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35911
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35912 Torture-Sub-1/32-PASS: run/mixin_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35913 run: llvmdc -O0 -od./obj -ofrun/mixin_03.d.exe run/mixin_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35914 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35915 run/mixin_03.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35916 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35917
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35918 Torture-Sub-1/32-PASS: run/mixin_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35919 run: llvmdc -O0 -od./obj -ofrun/mixin_05.d.exe run/mixin_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35920 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35921 run/mixin_05.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35922 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35923
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35924 Torture-Sub-1/32-PASS: run/mixin_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35925 run: llvmdc -O0 -od./obj -ofrun/mixin_06.d.exe run/mixin_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35926 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35927 run/mixin_06.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35928 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35929
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35930 Torture-Sub-1/32-PASS: run/mixin_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35931 run: llvmdc -O0 -od./obj -ofrun/mixin_07.d.exe run/mixin_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35932 run/mixin_07.d(19): mixin forward reference of tail
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35933 run/mixin_07.d(24): template instance dstress.run.mixin_07.List!(int) error instantiating
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35934 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35935 Torture-Sub-1/32-FAIL: run/mixin_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35936 run: llvmdc -O0 -od./obj -ofrun/mixin_08.d.exe run/mixin_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35937 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35938 run/mixin_08.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35939 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35940
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35941 Torture-Sub-1/32-PASS: run/mixin_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35942 run: llvmdc -O0 -od./obj -ofrun/mixin_09.d.exe run/mixin_09.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35943 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35944 run/mixin_09.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35945 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35946
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35947 Torture-Sub-1/32-PASS: run/mixin_09.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35948 run: llvmdc -O0 -od./obj -ofrun/mixin_10.d.exe run/mixin_10.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35949 run/mixin_10.d(17): constructor dstress.run.mixin_10.A.ctor!(int).this conflicts with constructor dstress.run.mixin_10.A.ctor!(Object).this at run/mixin_10.d(17)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35950 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35951 Torture-Sub-1/32-FAIL: run/mixin_10.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35952 run: llvmdc -O0 -od./obj -ofrun/mixin_11.d.exe run/mixin_11.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35953 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35954 run/mixin_11.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35955 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35956
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35957 Torture-Sub-1/32-PASS: run/mixin_11.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35958 run: llvmdc -O0 -od./obj -ofrun/mixin_12.d.exe run/mixin_12.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35959 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35960 run/mixin_12.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35961 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35962
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35963 Torture-Sub-1/32-PASS: run/mixin_12.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35964 run: llvmdc -O0 -od./obj -ofrun/m/mangleof_01_A.d.exe run/m/mangleof_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35965 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35966 run/m/mangleof_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35967 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35968
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35969 Torture-Sub-1/32-PASS: run/m/mangleof_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35970 run: llvmdc -O0 -od./obj -ofrun/m/mangleof_01_B.d.exe run/m/mangleof_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35971 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35972 run/m/mangleof_01_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35973 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35974
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35975 Torture-Sub-1/32-PASS: run/m/mangleof_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35976 run: llvmdc -O0 -od./obj -ofrun/m/mangleof_01_C.d.exe run/m/mangleof_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35977 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35978 run/m/mangleof_01_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35979 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35980
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35981 Torture-Sub-1/32-PASS: run/m/mangleof_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35982 run: llvmdc -O0 -od./obj -ofrun/m/mangleof_01_D.d.exe run/m/mangleof_01_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35983 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35984 run/m/mangleof_01_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35985 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35986
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35987 Torture-Sub-1/32-PASS: run/m/mangleof_01_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35988 run: llvmdc -O0 -od./obj -ofrun/m/mangleof_01_E.d.exe run/m/mangleof_01_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35989 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35990 run/m/mangleof_01_E.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35991 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35992
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35993 Torture-Sub-1/32-PASS: run/m/mangleof_01_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35994 run: llvmdc -O0 -od./obj -ofrun/m/mangleof_02_A.d.exe run/m/mangleof_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35995 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35996 run/m/mangleof_02_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35997 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35998
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
35999 Torture-Sub-1/32-PASS: run/m/mangleof_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36000 run: llvmdc -O0 -od./obj -ofrun/m/mangleof_02_B.d.exe run/m/mangleof_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36001 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36002 run/m/mangleof_02_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36003 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36004
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36005 Torture-Sub-1/32-PASS: run/m/mangleof_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36006 run: llvmdc -O0 -od./obj -ofrun/m/mangleof_02_C.d.exe run/m/mangleof_02_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36007 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36008 run/m/mangleof_02_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36009 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36010
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36011 Torture-Sub-1/32-PASS: run/m/mangleof_02_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36012 run: llvmdc -O0 -od./obj -ofrun/m/mangleof_02_D.d.exe run/m/mangleof_02_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36013 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36014 run/m/mangleof_02_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36015 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36016
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36017 Torture-Sub-1/32-PASS: run/m/mangleof_02_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36018 run: llvmdc -O0 -od./obj -ofrun/m/mangleof_02_E.d.exe run/m/mangleof_02_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36019 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36020 run/m/mangleof_02_E.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36021 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36022
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36023 Torture-Sub-1/32-PASS: run/m/mangleof_02_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36024 run: llvmdc -O0 -od./obj -ofrun/m/mangleof_02_F.d.exe run/m/mangleof_02_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36025 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36026 run/m/mangleof_02_F.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36027 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36028
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36029 Torture-Sub-1/32-PASS: run/m/mangleof_02_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36030 run: llvmdc -O0 -od./obj -ofrun/m/mangleof_03_A.d.exe run/m/mangleof_03_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36031 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36032 run/m/mangleof_03_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36033 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36034
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36035 Torture-Sub-1/32-PASS: run/m/mangleof_03_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36036 run: llvmdc -O0 -od./obj -ofrun/m/mangleof_03_B.d.exe run/m/mangleof_03_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36037 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36038 run/m/mangleof_03_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36039 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36040
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36041 Torture-Sub-1/32-PASS: run/m/mangleof_03_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36042 run: llvmdc -O0 -od./obj -ofrun/m/mangleof_03_C.d.exe run/m/mangleof_03_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36043 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36044 run/m/mangleof_03_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36045 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36046
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36047 Torture-Sub-1/32-PASS: run/m/mangleof_03_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36048 run: llvmdc -O0 -od./obj -ofrun/m/mangleof_03_D.d.exe run/m/mangleof_03_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36049 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36050 run/m/mangleof_03_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36051 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36052
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36053 Torture-Sub-1/32-PASS: run/m/mangleof_03_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36054 run: llvmdc -O0 -od./obj -ofrun/m/mangleof_03_E.d.exe run/m/mangleof_03_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36055 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36056 run/m/mangleof_03_E.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36057 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36058
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36059 Torture-Sub-1/32-PASS: run/m/mangleof_03_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36060 run: llvmdc -O0 -od./obj -ofrun/m/mangleof_03_F.d.exe run/m/mangleof_03_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36061 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36062 run/m/mangleof_03_F.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36063 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36064
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36065 Torture-Sub-1/32-PASS: run/m/mangleof_03_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36066 run: llvmdc -O0 -od./obj -ofrun/m/mangleof_03_G.d.exe run/m/mangleof_03_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36067 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36068 run/m/mangleof_03_G.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36069 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36070
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36071 Torture-Sub-1/32-PASS: run/m/mangleof_03_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36072 run: llvmdc -O0 -od./obj -ofrun/m/mangleof_04_A.d.exe run/m/mangleof_04_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36073 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36074 run/m/mangleof_04_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36075 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36076
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36077 Torture-Sub-1/32-PASS: run/m/mangleof_04_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36078 run: llvmdc -O0 -od./obj -ofrun/m/mangleof_04_B.d.exe run/m/mangleof_04_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36079 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36080 run/m/mangleof_04_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36081 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36082
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36083 Torture-Sub-1/32-PASS: run/m/mangleof_04_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36084 run: llvmdc -O0 -od./obj -ofrun/m/mangleof_04_C.d.exe run/m/mangleof_04_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36085 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36086 run/m/mangleof_04_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36087 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36088
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36089 Torture-Sub-1/32-PASS: run/m/mangleof_04_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36090 run: llvmdc -O0 -od./obj -ofrun/m/mangleof_04_D.d.exe run/m/mangleof_04_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36091 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36092 run/m/mangleof_04_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36093 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36094
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36095 Torture-Sub-1/32-PASS: run/m/mangleof_04_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36096 run: llvmdc -O0 -od./obj -ofrun/m/mangleof_04_E.d.exe run/m/mangleof_04_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36097 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36098 run/m/mangleof_04_E.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36099 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36100
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36101 Torture-Sub-1/32-PASS: run/m/mangleof_04_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36102 run: llvmdc -O0 -od./obj -ofrun/m/mangleof_04_F.d.exe run/m/mangleof_04_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36103 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36104 run/m/mangleof_04_F.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36105 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36106
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36107 Torture-Sub-1/32-PASS: run/m/mangleof_04_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36108 run: llvmdc -O0 -od./obj -ofrun/m/mangleof_04_G.d.exe run/m/mangleof_04_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36109 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36110 run/m/mangleof_04_G.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36111 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36112
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36113 Torture-Sub-1/32-PASS: run/m/mangleof_04_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36114 run: llvmdc -O0 -od./obj -ofrun/m/mangleof_05_A.d.exe run/m/mangleof_05_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36115 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36116 run/m/mangleof_05_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36117 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36118
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36119 Torture-Sub-1/32-PASS: run/m/mangleof_05_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36120 run: llvmdc -O0 -od./obj -ofrun/m/mangleof_05_B.d.exe run/m/mangleof_05_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36121 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36122 run/m/mangleof_05_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36123 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36124
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36125 Torture-Sub-1/32-PASS: run/m/mangleof_05_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36126 run: llvmdc -O0 -od./obj -ofrun/m/mangleof_05_C.d.exe run/m/mangleof_05_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36127 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36128 run/m/mangleof_05_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36129 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36130
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36131 Torture-Sub-1/32-PASS: run/m/mangleof_05_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36132 run: llvmdc -O0 -od./obj -ofrun/m/mangleof_05_D.d.exe run/m/mangleof_05_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36133 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36134 run/m/mangleof_05_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36135 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36136
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36137 Torture-Sub-1/32-PASS: run/m/mangleof_05_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36138 run: llvmdc -O0 -od./obj -ofrun/m/mangleof_05_E.d.exe run/m/mangleof_05_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36139 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36140 run/m/mangleof_05_E.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36141 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36142
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36143 Torture-Sub-1/32-PASS: run/m/mangleof_05_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36144 run: llvmdc -O0 -od./obj -ofrun/m/mangleof_05_F.d.exe run/m/mangleof_05_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36145 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36146 run/m/mangleof_05_F.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36147 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36148
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36149 Torture-Sub-1/32-PASS: run/m/mangleof_05_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36150 run: llvmdc -O0 -od./obj -ofrun/m/mangleof_05_G.d.exe run/m/mangleof_05_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36151 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36152 run/m/mangleof_05_G.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36153 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36154
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36155 Torture-Sub-1/32-PASS: run/m/mangleof_05_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36156 run: llvmdc -O0 -od./obj -ofrun/m/mangleof_06_A.d.exe run/m/mangleof_06_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36157 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36158 run/m/mangleof_06_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36159 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36160
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36161 Torture-Sub-1/32-PASS: run/m/mangleof_06_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36162 run: llvmdc -O0 -od./obj -ofrun/m/mangleof_06_B.d.exe run/m/mangleof_06_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36163 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36164 run/m/mangleof_06_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36165 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36166
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36167 Torture-Sub-1/32-PASS: run/m/mangleof_06_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36168 run: llvmdc -O0 -od./obj -ofrun/m/mangleof_06_C.d.exe run/m/mangleof_06_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36169 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36170 run/m/mangleof_06_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36171 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36172
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36173 Torture-Sub-1/32-PASS: run/m/mangleof_06_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36174 run: llvmdc -O0 -od./obj -ofrun/m/mangleof_06_D.d.exe run/m/mangleof_06_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36175 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36176 run/m/mangleof_06_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36177 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36178
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36179 Torture-Sub-1/32-PASS: run/m/mangleof_06_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36180 run: llvmdc -O0 -od./obj -ofrun/m/mangleof_06_E.d.exe run/m/mangleof_06_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36181 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36182 run/m/mangleof_06_E.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36183 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36184
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36185 Torture-Sub-1/32-PASS: run/m/mangleof_06_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36186 run: llvmdc -O0 -od./obj -ofrun/m/mangleof_06_F.d.exe run/m/mangleof_06_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36187 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36188 run/m/mangleof_06_F.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36189 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36190
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36191 Torture-Sub-1/32-PASS: run/m/mangleof_06_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36192 run: llvmdc -O0 -od./obj -ofrun/m/mangleof_06_G.d.exe run/m/mangleof_06_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36193 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36194 run/m/mangleof_06_G.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36195 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36196
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36197 Torture-Sub-1/32-PASS: run/m/mangleof_06_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36198 run: llvmdc -O0 -od./obj -ofrun/m/mangleof_07_A.d.exe run/m/mangleof_07_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36199 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36200 run/m/mangleof_07_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36201 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36202
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36203 Torture-Sub-1/32-PASS: run/m/mangleof_07_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36204 run: llvmdc -O0 -od./obj -ofrun/m/mangleof_07_B.d.exe run/m/mangleof_07_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36205 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36206 run/m/mangleof_07_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36207 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36208
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36209 Torture-Sub-1/32-PASS: run/m/mangleof_07_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36210 run: llvmdc -O0 -od./obj -ofrun/m/mangleof_07_C.d.exe run/m/mangleof_07_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36211 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36212 run/m/mangleof_07_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36213 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36214
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36215 Torture-Sub-1/32-PASS: run/m/mangleof_07_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36216 run: llvmdc -O0 -od./obj -ofrun/m/mangleof_07_D.d.exe run/m/mangleof_07_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36217 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36218 run/m/mangleof_07_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36219 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36220
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36221 Torture-Sub-1/32-PASS: run/m/mangleof_07_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36222 run: llvmdc -O0 -od./obj -ofrun/m/mangleof_07_E.d.exe run/m/mangleof_07_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36223 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36224 run/m/mangleof_07_E.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36225 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36226
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36227 Torture-Sub-1/32-PASS: run/m/mangleof_07_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36228 run: llvmdc -O0 -od./obj -ofrun/m/mangleof_07_F.d.exe run/m/mangleof_07_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36229 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36230 run/m/mangleof_07_F.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36231 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36232
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36233 Torture-Sub-1/32-PASS: run/m/mangleof_07_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36234 run: llvmdc -O0 -od./obj -ofrun/m/mangleof_07_G.d.exe run/m/mangleof_07_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36235 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36236 run/m/mangleof_07_G.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36237 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36238
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36239 Torture-Sub-1/32-PASS: run/m/mangleof_07_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36240 run: llvmdc -O0 -od./obj -ofrun/m/mangleof_08_A.d.exe run/m/mangleof_08_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36241 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36242 run/m/mangleof_08_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36243 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36244
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36245 Torture-Sub-1/32-PASS: run/m/mangleof_08_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36246 run: llvmdc -O0 -od./obj -ofrun/m/mangleof_08_B.d.exe run/m/mangleof_08_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36247 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36248 run/m/mangleof_08_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36249 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36250
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36251 Torture-Sub-1/32-PASS: run/m/mangleof_08_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36252 run: llvmdc -O0 -od./obj -ofrun/m/mangleof_08_C.d.exe run/m/mangleof_08_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36253 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36254 run/m/mangleof_08_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36255 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36257 Torture-Sub-1/32-PASS: run/m/mangleof_08_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36258 run: llvmdc -O0 -od./obj -ofrun/m/mangleof_08_D.d.exe run/m/mangleof_08_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36259 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36260 run/m/mangleof_08_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36261 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36262
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36263 Torture-Sub-1/32-PASS: run/m/mangleof_08_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36264 run: llvmdc -O0 -od./obj -ofrun/m/mangleof_08_E.d.exe run/m/mangleof_08_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36265 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36266 run/m/mangleof_08_E.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36267 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36268
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36269 Torture-Sub-1/32-PASS: run/m/mangleof_08_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36270 run: llvmdc -O0 -od./obj -ofrun/m/mangleof_08_F.d.exe run/m/mangleof_08_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36271 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36272 run/m/mangleof_08_F.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36273 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36274
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36275 Torture-Sub-1/32-PASS: run/m/mangleof_08_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36276 run: llvmdc -O0 -od./obj -ofrun/m/mangleof_08_G.d.exe run/m/mangleof_08_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36277 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36278 run/m/mangleof_08_G.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36279 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36280
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36281 Torture-Sub-1/32-PASS: run/m/mangleof_08_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36282 run: llvmdc -O0 -od./obj -ofrun/m/mangleof_09_A.d.exe run/m/mangleof_09_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36283 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36284 run/m/mangleof_09_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36285 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36286
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36287 Torture-Sub-1/32-PASS: run/m/mangleof_09_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36288 run: llvmdc -O0 -od./obj -ofrun/m/mangleof_09_B.d.exe run/m/mangleof_09_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36289 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36290 run/m/mangleof_09_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36291 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36292
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36293 Torture-Sub-1/32-PASS: run/m/mangleof_09_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36294 run: llvmdc -O0 -od./obj -ofrun/m/mangleof_09_C.d.exe run/m/mangleof_09_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36295 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36296 run/m/mangleof_09_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36297 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36298
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36299 Torture-Sub-1/32-PASS: run/m/mangleof_09_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36300 run: llvmdc -O0 -od./obj -ofrun/m/mangleof_09_D.d.exe run/m/mangleof_09_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36301 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36302 run/m/mangleof_09_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36303 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36304
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36305 Torture-Sub-1/32-PASS: run/m/mangleof_09_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36306 run: llvmdc -O0 -od./obj -ofrun/m/mangleof_09_E.d.exe run/m/mangleof_09_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36307 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36308 run/m/mangleof_09_E.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36309 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36310
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36311 Torture-Sub-1/32-PASS: run/m/mangleof_09_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36312 run: llvmdc -O0 -od./obj -ofrun/m/mangleof_09_F.d.exe run/m/mangleof_09_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36313 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36314 run/m/mangleof_09_F.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36315 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36316
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36317 Torture-Sub-1/32-PASS: run/m/mangleof_09_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36318 run: llvmdc -O0 -od./obj -ofrun/m/mangleof_09_G.d.exe run/m/mangleof_09_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36319 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36320 run/m/mangleof_09_G.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36321 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36322
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36323 Torture-Sub-1/32-PASS: run/m/mangleof_09_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36324 run: llvmdc -O0 -od./obj -ofrun/m/mangleof_10_A.d.exe run/m/mangleof_10_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36325 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36326 run/m/mangleof_10_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36327 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36328
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36329 Torture-Sub-1/32-PASS: run/m/mangleof_10_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36330 run: llvmdc -O0 -od./obj -ofrun/m/mangleof_10_B.d.exe run/m/mangleof_10_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36331 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36332 run/m/mangleof_10_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36333 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36334
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36335 Torture-Sub-1/32-PASS: run/m/mangleof_10_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36336 run: llvmdc -O0 -od./obj -ofrun/m/mangleof_10_C.d.exe run/m/mangleof_10_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36337 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36338 run/m/mangleof_10_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36339 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36340
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36341 Torture-Sub-1/32-PASS: run/m/mangleof_10_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36342 run: llvmdc -O0 -od./obj -ofrun/m/mangleof_10_D.d.exe run/m/mangleof_10_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36343 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36344 run/m/mangleof_10_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36345 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36346
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36347 Torture-Sub-1/32-PASS: run/m/mangleof_10_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36348 run: llvmdc -O0 -od./obj -ofrun/m/mangleof_10_E.d.exe run/m/mangleof_10_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36349 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36350 run/m/mangleof_10_E.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36351 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36352
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36353 Torture-Sub-1/32-PASS: run/m/mangleof_10_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36354 run: llvmdc -O0 -od./obj -ofrun/m/mangleof_10_F.d.exe run/m/mangleof_10_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36355 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36356 run/m/mangleof_10_F.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36357 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36358
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36359 Torture-Sub-1/32-PASS: run/m/mangleof_10_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36360 run: llvmdc -O0 -od./obj -ofrun/m/mangleof_10_G.d.exe run/m/mangleof_10_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36361 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36362 run/m/mangleof_10_G.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36363 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36364
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36365 Torture-Sub-1/32-PASS: run/m/mangleof_10_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36366 run: llvmdc -O0 -od./obj -ofrun/m/mangleof_11_A.d.exe run/m/mangleof_11_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36367 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36368 run/m/mangleof_11_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36369 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36370
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36371 Torture-Sub-1/32-PASS: run/m/mangleof_11_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36372 run: llvmdc -O0 -od./obj -ofrun/m/mangleof_11_B.d.exe run/m/mangleof_11_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36373 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36374 run/m/mangleof_11_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36375 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36376
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36377 Torture-Sub-1/32-PASS: run/m/mangleof_11_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36378 run: llvmdc -O0 -od./obj -ofrun/m/mangleof_11_C.d.exe run/m/mangleof_11_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36379 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36380 run/m/mangleof_11_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36381 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36382
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36383 Torture-Sub-1/32-PASS: run/m/mangleof_11_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36384 run: llvmdc -O0 -od./obj -ofrun/m/mangleof_11_D.d.exe run/m/mangleof_11_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36385 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36386 run/m/mangleof_11_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36387 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36388
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36389 Torture-Sub-1/32-PASS: run/m/mangleof_11_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36390 run: llvmdc -O0 -od./obj -ofrun/m/mangleof_11_E.d.exe run/m/mangleof_11_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36391 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36392 run/m/mangleof_11_E.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36393 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36394
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36395 Torture-Sub-1/32-PASS: run/m/mangleof_11_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36396 run: llvmdc -O0 -od./obj -ofrun/m/mangleof_11_F.d.exe run/m/mangleof_11_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36397 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36398 run/m/mangleof_11_F.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36399 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36400
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36401 Torture-Sub-1/32-PASS: run/m/mangleof_11_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36402 run: llvmdc -O0 -od./obj -ofrun/m/mangleof_11_G.d.exe run/m/mangleof_11_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36403 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36404 run/m/mangleof_11_G.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36405 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36406
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36407 Torture-Sub-1/32-PASS: run/m/mangleof_11_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36408 run: llvmdc -O0 -od./obj -ofrun/m/mangleof_12_A.d.exe run/m/mangleof_12_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36409 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36410 run/m/mangleof_12_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36411 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36412
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36413 Torture-Sub-1/32-PASS: run/m/mangleof_12_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36414 run: llvmdc -O0 -od./obj -ofrun/m/mangleof_12_B.d.exe run/m/mangleof_12_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36415 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36416 run/m/mangleof_12_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36417 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36418
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36419 Torture-Sub-1/32-PASS: run/m/mangleof_12_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36420 run: llvmdc -O0 -od./obj -ofrun/m/mangleof_12_C.d.exe run/m/mangleof_12_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36421 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36422 run/m/mangleof_12_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36423 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36424
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36425 Torture-Sub-1/32-PASS: run/m/mangleof_12_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36426 run: llvmdc -O0 -od./obj -ofrun/m/mangleof_12_D.d.exe run/m/mangleof_12_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36427 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36428 run/m/mangleof_12_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36429 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36430
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36431 Torture-Sub-1/32-PASS: run/m/mangleof_12_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36432 run: llvmdc -O0 -od./obj -ofrun/m/mangleof_12_E.d.exe run/m/mangleof_12_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36433 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36434 run/m/mangleof_12_E.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36435 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36436
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36437 Torture-Sub-1/32-PASS: run/m/mangleof_12_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36438 run: llvmdc -O0 -od./obj -ofrun/m/mangleof_12_F.d.exe run/m/mangleof_12_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36439 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36440 run/m/mangleof_12_F.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36441 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36442
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36443 Torture-Sub-1/32-PASS: run/m/mangleof_12_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36444 run: llvmdc -O0 -od./obj -ofrun/m/mangleof_12_G.d.exe run/m/mangleof_12_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36445 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36446 run/m/mangleof_12_G.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36447 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36448
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36449 Torture-Sub-1/32-PASS: run/m/mangleof_12_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36450 run: llvmdc -O0 -od./obj -ofrun/m/mangleof_13_A.d.exe run/m/mangleof_13_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36451 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36452 run/m/mangleof_13_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36453 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36454
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36455 Torture-Sub-1/32-PASS: run/m/mangleof_13_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36456 run: llvmdc -O0 -od./obj -ofrun/m/mangleof_13_B.d.exe run/m/mangleof_13_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36457 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36458 run/m/mangleof_13_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36459 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36460
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36461 Torture-Sub-1/32-PASS: run/m/mangleof_13_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36462 run: llvmdc -O0 -od./obj -ofrun/m/mangleof_13_C.d.exe run/m/mangleof_13_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36463 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36464 run/m/mangleof_13_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36465 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36466
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36467 Torture-Sub-1/32-PASS: run/m/mangleof_13_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36468 run: llvmdc -O0 -od./obj -ofrun/m/mangleof_13_D.d.exe run/m/mangleof_13_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36469 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36470 run/m/mangleof_13_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36471 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36472
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36473 Torture-Sub-1/32-PASS: run/m/mangleof_13_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36474 run: llvmdc -O0 -od./obj -ofrun/m/mangleof_13_E.d.exe run/m/mangleof_13_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36475 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36476 run/m/mangleof_13_E.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36477 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36478
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36479 Torture-Sub-1/32-PASS: run/m/mangleof_13_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36480 run: llvmdc -O0 -od./obj -ofrun/m/mangleof_13_F.d.exe run/m/mangleof_13_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36481 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36482 run/m/mangleof_13_F.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36483 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36484
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36485 Torture-Sub-1/32-PASS: run/m/mangleof_13_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36486 run: llvmdc -O0 -od./obj -ofrun/m/mangleof_13_G.d.exe run/m/mangleof_13_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36487 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36488 run/m/mangleof_13_G.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36489 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36490
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36491 Torture-Sub-1/32-PASS: run/m/mangleof_13_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36492 run: llvmdc -O0 -od./obj -ofrun/m/mangleof_14_A.d.exe run/m/mangleof_14_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36493 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36494 run/m/mangleof_14_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36495 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36496
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36497 Torture-Sub-1/32-PASS: run/m/mangleof_14_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36498 run: llvmdc -O0 -od./obj -ofrun/m/mangleof_14_E.d.exe run/m/mangleof_14_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36499 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36500 run/m/mangleof_14_E.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36501 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36502
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36503 Torture-Sub-1/32-PASS: run/m/mangleof_14_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36504 run: llvmdc -O0 -od./obj -ofrun/m/mangleof_14_F.d.exe run/m/mangleof_14_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36505 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36506 run/m/mangleof_14_F.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36507 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36508
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36509 Torture-Sub-1/32-PASS: run/m/mangleof_14_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36510 run: llvmdc -O0 -od./obj -ofrun/m/mangleof_14_G.d.exe run/m/mangleof_14_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36511 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36512 run/m/mangleof_14_G.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36513 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36514
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36515 Torture-Sub-1/32-PASS: run/m/mangleof_14_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36516 run: llvmdc -O0 -od./obj -ofrun/m/mangleof_14_H.d.exe run/m/mangleof_14_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36517 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36518 run/m/mangleof_14_H.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36519 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36520
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36521 Torture-Sub-1/32-PASS: run/m/mangleof_14_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36522 run: llvmdc -O0 -od./obj -ofrun/m/mangleof_14_I.d.exe run/m/mangleof_14_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36523 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36524 run/m/mangleof_14_I.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36525 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36526
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36527 Torture-Sub-1/32-PASS: run/m/mangleof_14_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36528 run: llvmdc -O0 -od./obj -ofrun/m/mangleof_15_A.d.exe run/m/mangleof_15_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36529 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36530 run/m/mangleof_15_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36531 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36532
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36533 Torture-Sub-1/32-PASS: run/m/mangleof_15_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36534 run: llvmdc -O0 -od./obj -ofrun/m/mangleof_15_B.d.exe run/m/mangleof_15_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36535 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36536 run/m/mangleof_15_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36537 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36538
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36539 Torture-Sub-1/32-PASS: run/m/mangleof_15_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36540 run: llvmdc -O0 -od./obj -ofrun/m/mangleof_15_C.d.exe run/m/mangleof_15_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36541 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36542 run/m/mangleof_15_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36543 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36544
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36545 Torture-Sub-1/32-PASS: run/m/mangleof_15_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36546 run: llvmdc -O0 -od./obj -ofrun/m/mangleof_15_D.d.exe run/m/mangleof_15_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36547 run/m/mangleof_15_D.d(14): Error: expression (s.length) > 2u && cast(int)(s[2u]) == 120 is not constant or does not evaluate to a bool
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36548 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36549 Torture-Sub-1/32-FAIL: run/m/mangleof_15_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36550 run: llvmdc -O0 -od./obj -ofrun/m/many_functions_02.d.exe run/m/many_functions_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36551 EXIT CODE: 9
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36552 Torture-Sub-1/32-ERROR: run/m/many_functions_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36553 run: llvmdc -O0 -od./obj -ofrun/m/memory_management_04.d.exe run/m/memory_management_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36554 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36555 run/m/memory_management_04.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36556 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36557
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36558 Torture-Sub-1/32-PASS: run/m/memory_management_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36559 run: llvmdc -O0 -od./obj -ofrun/m/memory_management_05.d.exe run/m/memory_management_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36560 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36561 run/m/memory_management_05.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36562 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36563
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36564 Torture-Sub-1/32-PASS: run/m/memory_management_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36565 run: llvmdc -O0 -od./obj -ofrun/m/memory_management_06_A.d.exe run/m/memory_management_06_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36566 run/m/memory_management_06_A.d(14): module gc cannot read file 'std/gc.d'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36567 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36568 Torture-Sub-1/32-FAIL: run/m/memory_management_06_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36569 run: llvmdc -O0 -od./obj -ofrun/m/memory_management_07_A.d.exe run/m/memory_management_07_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36570 Warning: run/m/memory_management_07_A.d(16): try-catch is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36571 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36572 run/m/memory_management_07_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36573 EXIT CODE: 9
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36574
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36575 Torture-Sub-1/32-ERROR: run/m/memory_management_07_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36576 run: llvmdc -O0 -od./obj -ofrun/m/memory_management_07_B.d.exe run/m/memory_management_07_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36577 Warning: run/m/memory_management_07_B.d(16): try-catch is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36578 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36579 run/m/memory_management_07_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36580 EXIT CODE: 9
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36581
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36582 Torture-Sub-1/32-ERROR: run/m/memory_management_07_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36583 run: llvmdc -O0 -od./obj -ofrun/m/mixin_13_A.d.exe run/m/mixin_13_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36584 run/m/mixin_13_A.d(27): Error: Unimplemented DeclarationExp type. kind: mixin
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36585 llvmdc: gen/toir.cpp:142: virtual DValue* DeclarationExp::toElem(IRState*): Assertion `0' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36586 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36587 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36588 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36589 llvmdc[0x8124447]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36590 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36591 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36592 Torture-Sub-1/32-ERROR: run/m/mixin_13_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36593 run: llvmdc -O0 -od./obj -ofrun/m/mixin_13_B.d.exe run/m/mixin_13_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36594 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36595 run/m/mixin_13_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36596 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36597
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36598 Torture-Sub-1/32-PASS: run/m/mixin_13_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36599 run: llvmdc -O0 -od./obj -ofrun/m/mixin_14_A.d.exe run/m/mixin_14_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36600 run/m/mixin_14_A.d(13): Error: Unimplemented DeclarationExp type. kind: mixin
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36601 llvmdc: gen/toir.cpp:142: virtual DValue* DeclarationExp::toElem(IRState*): Assertion `0' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36602 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36603 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36604 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36605 llvmdc[0x8124447]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36606 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36607 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36608 Torture-Sub-1/32-ERROR: run/m/mixin_14_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36609 run: llvmdc -O0 -od./obj -ofrun/m/mixin_14_B.d.exe run/m/mixin_14_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36610 run/m/mixin_14_B.d(13): Error: Unimplemented DeclarationExp type. kind: mixin
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36611 llvmdc: gen/toir.cpp:142: virtual DValue* DeclarationExp::toElem(IRState*): Assertion `0' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36612 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36613 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36614 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36615 llvmdc[0x8124447]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36616 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36617 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36618 Torture-Sub-1/32-ERROR: run/m/mixin_14_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36619 run: llvmdc -O0 -od./obj -ofrun/m/mixin_14_C.d.exe run/m/mixin_14_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36620 run/m/mixin_14_C.d(12): Error: Unimplemented DeclarationExp type. kind: mixin
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36621 llvmdc: gen/toir.cpp:142: virtual DValue* DeclarationExp::toElem(IRState*): Assertion `0' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36622 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36623 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36624 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36625 llvmdc[0x8124447]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36626 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36627 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36628 Torture-Sub-1/32-ERROR: run/m/mixin_14_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36629 run: llvmdc -O0 -od./obj -ofrun/m/mixin_14_D.d.exe run/m/mixin_14_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36630 run/m/mixin_14_D.d(12): Error: Unimplemented DeclarationExp type. kind: mixin
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36631 llvmdc: gen/toir.cpp:142: virtual DValue* DeclarationExp::toElem(IRState*): Assertion `0' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36632 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36633 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36634 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36635 llvmdc[0x8124447]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36636 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36637 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36638 Torture-Sub-1/32-ERROR: run/m/mixin_14_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36639 run: llvmdc -O0 -od./obj -ofrun/m/mixin_15_A.d.exe run/m/mixin_15_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36640 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36641 run/m/mixin_15_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36642 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36643
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36644 Torture-Sub-1/32-PASS: run/m/mixin_15_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36645 run: llvmdc -O0 -od./obj -ofrun/m/mixin_15_B.d.exe run/m/mixin_15_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36646 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36647 run/m/mixin_15_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36648 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36649
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36650 Torture-Sub-1/32-PASS: run/m/mixin_15_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36651 run: llvmdc -O0 -od./obj -ofrun/m/mixin_15_C.d.exe run/m/mixin_15_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36652 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36653 run/m/mixin_15_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36654 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36655
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36656 Torture-Sub-1/32-ERROR: run/m/mixin_15_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36657 run: llvmdc -O0 -od./obj -ofrun/m/mixin_16_A.d.exe run/m/mixin_16_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36658 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36659 run/m/mixin_16_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36660 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36661
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36662 Torture-Sub-1/32-ERROR: run/m/mixin_16_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36663 run: llvmdc -O0 -od./obj -ofrun/m/mixin_16_B.d.exe run/m/mixin_16_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36664 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36665 run/m/mixin_16_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36666 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36667
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36668 Torture-Sub-1/32-PASS: run/m/mixin_16_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36669 run: llvmdc -O0 -od./obj -ofrun/m/mixin_16_C.d.exe run/m/mixin_16_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36670 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36671 run/m/mixin_16_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36672 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36673
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36674 Torture-Sub-1/32-PASS: run/m/mixin_16_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36675 run: llvmdc -O0 -od./obj -ofrun/m/mixin_16_D.d.exe run/m/mixin_16_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36676 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36677 run/m/mixin_16_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36678 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36679
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36680 Torture-Sub-1/32-PASS: run/m/mixin_16_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36681 run: llvmdc -O0 -od./obj -ofrun/m/mixin_17_A.d.exe run/m/mixin_17_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36682 run/m/mixin_17_A.d(24): Error: Unimplemented DeclarationExp type. kind: mixin
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36683 llvmdc: gen/toir.cpp:142: virtual DValue* DeclarationExp::toElem(IRState*): Assertion `0' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36684 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36685 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36686 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36687 llvmdc[0x8124447]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36688 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36689 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36690 Torture-Sub-1/32-ERROR: run/m/mixin_17_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36691 run: llvmdc -O0 -od./obj -ofrun/m/mixin_17_B.d.exe run/m/mixin_17_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36692 run/m/mixin_17_B.d(24): Error: Unimplemented DeclarationExp type. kind: mixin
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36693 llvmdc: gen/toir.cpp:142: virtual DValue* DeclarationExp::toElem(IRState*): Assertion `0' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36694 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36695 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36696 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36697 llvmdc[0x8124447]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36698 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36699 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36700 Torture-Sub-1/32-ERROR: run/m/mixin_17_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36701 run: llvmdc -O0 -od./obj -ofrun/m/mixin_17_C.d.exe run/m/mixin_17_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36702 run/m/mixin_17_C.d(28): Error: Unimplemented DeclarationExp type. kind: mixin
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36703 llvmdc: gen/toir.cpp:142: virtual DValue* DeclarationExp::toElem(IRState*): Assertion `0' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36704 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36705 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36706 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36707 llvmdc[0x8124447]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36708 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36709 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36710 Torture-Sub-1/32-ERROR: run/m/mixin_17_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36711 run: llvmdc -O0 -od./obj -ofrun/m/mixin_17_D.d.exe run/m/mixin_17_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36712 /home/kamm/eigenes/projekte/llvmdc/llvmdc/bin/../tango/std/stdarg.di(28): Error: identifier 'va_list' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36713 /home/kamm/eigenes/projekte/llvmdc/llvmdc/bin/../tango/std/stdarg.di(28): Error: va_list is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36714 /home/kamm/eigenes/projekte/llvmdc/llvmdc/bin/../tango/std/stdarg.di(28): Error: cannot have parameter of type void
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36715 /home/kamm/eigenes/projekte/llvmdc/llvmdc/bin/../tango/std/stdarg.di(28): variable std.stdarg.va_arg!(int).va_arg.ap voids have no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36716 /home/kamm/eigenes/projekte/llvmdc/llvmdc/bin/../tango/std/stdarg.di(21): template instance std.stdarg.va_arg!(int) error instantiating
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36717 run/m/mixin_17_D.d(21): function std.stdarg.va_arg!(int).va_arg (void) does not match parameter types (void*)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36718 run/m/mixin_17_D.d(21): Error: cannot implicitly convert expression (_argptr) of type void* to void
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36719 run/m/mixin_17_D.d(21): Error: cast(void)_argptr is not an lvalue
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36720 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36721 Torture-Sub-1/32-FAIL: run/m/mixin_17_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36722 run: llvmdc -O0 -od./obj -ofrun/m/mixin_17_E.d.exe run/m/mixin_17_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36723 run/m/mixin_17_E.d(28): Error: Unimplemented DeclarationExp type. kind: mixin
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36724 llvmdc: gen/toir.cpp:142: virtual DValue* DeclarationExp::toElem(IRState*): Assertion `0' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36725 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36726 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36727 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36728 llvmdc[0x8124447]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36729 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36730 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36731 Torture-Sub-1/32-ERROR: run/m/mixin_17_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36732 run: llvmdc -O0 -od./obj -ofrun/m/mixin_17_F.d.exe run/m/mixin_17_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36733 /home/kamm/eigenes/projekte/llvmdc/llvmdc/bin/../tango/std/stdarg.di(28): Error: identifier 'va_list' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36734 /home/kamm/eigenes/projekte/llvmdc/llvmdc/bin/../tango/std/stdarg.di(28): Error: va_list is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36735 /home/kamm/eigenes/projekte/llvmdc/llvmdc/bin/../tango/std/stdarg.di(28): Error: cannot have parameter of type void
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36736 /home/kamm/eigenes/projekte/llvmdc/llvmdc/bin/../tango/std/stdarg.di(28): variable std.stdarg.va_arg!(int).va_arg.ap voids have no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36737 /home/kamm/eigenes/projekte/llvmdc/llvmdc/bin/../tango/std/stdarg.di(21): template instance std.stdarg.va_arg!(int) error instantiating
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36738 run/m/mixin_17_F.d(21): function std.stdarg.va_arg!(int).va_arg (void) does not match parameter types (void*)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36739 run/m/mixin_17_F.d(21): Error: cannot implicitly convert expression (_argptr) of type void* to void
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36740 run/m/mixin_17_F.d(21): Error: cast(void)_argptr is not an lvalue
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36741 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36742 Torture-Sub-1/32-FAIL: run/m/mixin_17_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36743 run: llvmdc -O0 -od./obj -ofrun/m/mixin_20_A.d.exe run/m/mixin_20_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36744 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36745 run/m/mixin_20_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36746 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36747
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36748 Torture-Sub-1/32-PASS: run/m/mixin_20_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36749 run: llvmdc -O0 -od./obj -ofrun/m/mixin_20_B.d.exe run/m/mixin_20_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36750 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36751 run/m/mixin_20_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36752 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36753
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36754 Torture-Sub-1/32-PASS: run/m/mixin_20_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36755 run: llvmdc -O0 -od./obj -ofrun/m/mixin_23_A.d.exe run/m/mixin_23_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36756 run/m/mixin_23_A.d(19): delegate dstress.run.m.mixin_23_A.C.__dgliteral1 literals cannot be class members
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36757 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36758 Torture-Sub-1/32-FAIL: run/m/mixin_23_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36759 run: llvmdc -O0 -od./obj -ofrun/m/mixin_23_B.d.exe run/m/mixin_23_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36760 run/m/mixin_23_B.d(19): delegate dstress.run.m.mixin_23_B.C.__dgliteral1 literals cannot be class members
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36761 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36762 Torture-Sub-1/32-FAIL: run/m/mixin_23_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36763 run: llvmdc -O0 -od./obj -ofrun/m/mixin_23_C.d.exe run/m/mixin_23_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36764 run/m/mixin_23_C.d(29): Error: undefined identifier (c dotexp mixin T!(__funcliteral1);
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36765 ).a
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36766 run/m/mixin_23_C.d(29): Error: function expected before (), not (c dotexp mixin T!(__funcliteral1);
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36767 ).a of type void
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36768 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36769 Torture-Sub-1/32-FAIL: run/m/mixin_23_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36770 run: llvmdc -O0 -od./obj -ofrun/m/mixin_23_D.d.exe run/m/mixin_23_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36771 run/m/mixin_23_D.d(19): delegate dstress.run.m.mixin_23_D.C.__dgliteral1 literals cannot be class members
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36772 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36773 Torture-Sub-1/32-FAIL: run/m/mixin_23_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36774 run: llvmdc -O0 -od./obj -ofrun/m/mixin_24_A.d.exe run/m/mixin_24_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36775 run/m/mixin_24_A.d(21): Error: Unimplemented DeclarationExp type. kind: mixin
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36776 llvmdc: gen/toir.cpp:142: virtual DValue* DeclarationExp::toElem(IRState*): Assertion `0' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36777 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36778 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36779 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36780 llvmdc[0x8124447]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36781 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36782 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36783 Torture-Sub-1/32-ERROR: run/m/mixin_24_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36784 run: llvmdc -O0 -od./obj -ofrun/m/mixin_24_B.d.exe run/m/mixin_24_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36785 run/m/mixin_24_B.d(21): Error: Unimplemented DeclarationExp type. kind: mixin
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36786 llvmdc: gen/toir.cpp:142: virtual DValue* DeclarationExp::toElem(IRState*): Assertion `0' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36787 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36788 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36789 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36790 llvmdc[0x8124447]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36791 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36792 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36793 Torture-Sub-1/32-ERROR: run/m/mixin_24_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36794 run: llvmdc -O0 -od./obj -ofrun/m/mixin_24_C.d.exe run/m/mixin_24_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36795 run/m/mixin_24_C.d(23): Error: Unimplemented DeclarationExp type. kind: mixin
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36796 llvmdc: gen/toir.cpp:142: virtual DValue* DeclarationExp::toElem(IRState*): Assertion `0' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36797 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36798 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36799 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36800 llvmdc[0x8124447]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36801 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36802 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36803 Torture-Sub-1/32-ERROR: run/m/mixin_24_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36804 run: llvmdc -O0 -od./obj -ofrun/m/mixin_24_D.d.exe run/m/mixin_24_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36805 run/m/mixin_24_D.d(21): Error: Unimplemented DeclarationExp type. kind: mixin
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36806 llvmdc: gen/toir.cpp:142: virtual DValue* DeclarationExp::toElem(IRState*): Assertion `0' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36807 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36808 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36809 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36810 llvmdc[0x8124447]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36811 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36812 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36813 Torture-Sub-1/32-ERROR: run/m/mixin_24_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36814 run: llvmdc -O0 -od./obj -ofrun/m/mixin_25_A.d.exe run/m/mixin_25_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36815 run/m/mixin_25_A.d(22): Error: Unimplemented DeclarationExp type. kind: mixin
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36816 llvmdc: gen/toir.cpp:142: virtual DValue* DeclarationExp::toElem(IRState*): Assertion `0' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36817 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36818 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36819 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36820 llvmdc[0x8124447]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36821 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36822 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36823 Torture-Sub-1/32-ERROR: run/m/mixin_25_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36824 run: llvmdc -O0 -od./obj -ofrun/m/mixin_26_A.d.exe run/m/mixin_26_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36825 llvmdc: gen/toir.cpp:1820: virtual DValue* EqualExp::toElem(IRState*): Assertion `0 && "Unsupported EqualExp type"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36826 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36827 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36828 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36829 llvmdc[0x811a59c]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36830 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36831 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36832 Torture-Sub-1/32-ERROR: run/m/mixin_26_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36833 run: llvmdc -O0 -od./obj -ofrun/m/mixin_26_B.d.exe run/m/mixin_26_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36834 llvmdc: gen/toir.cpp:1820: virtual DValue* EqualExp::toElem(IRState*): Assertion `0 && "Unsupported EqualExp type"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36835 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36836 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36837 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36838 llvmdc[0x811a59c]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36839 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36840 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36841 Torture-Sub-1/32-ERROR: run/m/mixin_26_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36842 run: llvmdc -O0 -od./obj -ofrun/m/mixin_27_A.d.exe run/m/mixin_27_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36843 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36844 run/m/mixin_27_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36845 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36846
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36847 Torture-Sub-1/32-ERROR: run/m/mixin_27_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36848 run: llvmdc -O0 -od./obj -ofrun/m/mixin_27_B.d.exe run/m/mixin_27_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36849 Warning: : try-catch is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36850 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36851 run/m/mixin_27_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36852 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36853
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36854 Torture-Sub-1/32-ERROR: run/m/mixin_27_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36855 run: llvmdc -O0 -od./obj -ofrun/m/mixin_27_C.d.exe run/m/mixin_27_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36856 Warning: : try-catch is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36857 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36858 run/m/mixin_27_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36859 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36860
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36861 Torture-Sub-1/32-PASS: run/m/mixin_27_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36862 run: llvmdc -O0 -od./obj -ofrun/m/mixin_27_D.d.exe run/m/mixin_27_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36863 Warning: : try-catch is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36864 Warning: run/m/mixin_27_D.d(17): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36865 Warning: run/m/mixin_27_D.d(22): try-catch is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36866 run/m/mixin_27_D.d: module dstress.run.m.mixin_27_D Terminator found in the middle of a basic block!
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36867 label %try
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36868 Broken module found, compilation terminated.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36869 Broken module found, compilation terminated.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36870 Broken module found, compilation terminated.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36871
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36872 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36873 Torture-Sub-1/32-FAIL: run/m/mixin_27_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36874 run: llvmdc -O0 -od./obj -ofrun/m/mixin_27_E.d.exe run/m/mixin_27_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36875 Warning: : try-catch is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36876 Warning: run/m/mixin_27_E.d(17): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36877 Warning: run/m/mixin_27_E.d(22): try-catch is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36878 run/m/mixin_27_E.d: module dstress.run.m.mixin_27_E Terminator found in the middle of a basic block!
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36879 label %endtryfinally
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36880 Broken module found, compilation terminated.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36881 Broken module found, compilation terminated.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36882 Broken module found, compilation terminated.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36883
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36884 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36885 Torture-Sub-1/32-FAIL: run/m/mixin_27_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36886 run: llvmdc -O0 -od./obj -ofrun/m/mixin_28_A.d.exe run/m/mixin_28_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36887 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36888 run/m/mixin_28_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36889 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36890
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36891 Torture-Sub-1/32-PASS: run/m/mixin_28_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36892 run: llvmdc -O0 -od./obj -ofrun/m/mixin_28_B.d.exe run/m/mixin_28_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36893 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36894 run/m/mixin_28_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36895 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36896
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36897 Torture-Sub-1/32-PASS: run/m/mixin_28_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36898 run: llvmdc -O0 -od./obj -ofrun/m/mixin_28_C.d.exe run/m/mixin_28_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36899 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36900 run/m/mixin_28_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36901 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36902
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36903 Torture-Sub-1/32-PASS: run/m/mixin_28_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36904 run: llvmdc -O0 -od./obj -ofrun/m/mixin_30_A.d.exe run/m/mixin_30_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36905 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36906 run/m/mixin_30_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36907 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36908
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36909 Torture-Sub-1/32-PASS: run/m/mixin_30_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36910 run: llvmdc -O0 -od./obj -ofrun/m/mixin_30_B.d.exe run/m/mixin_30_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36911 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36912 run/m/mixin_30_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36913 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36914
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36915 Torture-Sub-1/32-PASS: run/m/mixin_30_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36916 run: llvmdc -O0 -od./obj -ofrun/m/mixin_30_C.d.exe run/m/mixin_30_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36917 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36918 run/m/mixin_30_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36919 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36920
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36921 Torture-Sub-1/32-PASS: run/m/mixin_30_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36922 run: llvmdc -O0 -od./obj -ofrun/m/mixin_30_D.d.exe run/m/mixin_30_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36923 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36924 run/m/mixin_30_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36925 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36926
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36927 Torture-Sub-1/32-PASS: run/m/mixin_30_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36928 run: llvmdc -O0 -od./obj -ofrun/m/mixin_30_E.d.exe run/m/mixin_30_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36929 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36930 run/m/mixin_30_E.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36931 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36932
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36933 Torture-Sub-1/32-PASS: run/m/mixin_30_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36934 run: llvmdc -O0 -od./obj -ofrun/m/mixin_37_A.d.exe run/m/mixin_37_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36935 run/m/mixin_37_A.d(14): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36936 run/m/mixin_37_A.d(14): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36937 run/m/mixin_37_A.d(14): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36938 run/m/mixin_37_A.d(14): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36939 run/m/mixin_37_A.d(14): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36940 run/m/mixin_37_A.d(14): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36941 run/m/mixin_37_A.d(14): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36942 run/m/mixin_37_A.d(14): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36943 run/m/mixin_37_A.d(14): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36944 run/m/mixin_37_A.d(14): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36945 run/m/mixin_37_A.d(14): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36946 run/m/mixin_37_A.d(14): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36947 run/m/mixin_37_A.d(14): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36948 run/m/mixin_37_A.d(14): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36949 run/m/mixin_37_A.d(14): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36950 run/m/mixin_37_A.d(14): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36951 run/m/mixin_37_A.d(14): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36952 run/m/mixin_37_A.d(14): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36953 run/m/mixin_37_A.d(14): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36954 run/m/mixin_37_A.d(14): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36955 run/m/mixin_37_A.d(14): found 'EOF' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36956 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36957 Torture-Sub-1/32-FAIL: run/m/mixin_37_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36958 run: llvmdc -O0 -od./obj -ofrun/m/mixin_37_B.d.exe run/m/mixin_37_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36959 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36960 run/m/mixin_37_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36961 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36962
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36963 Torture-Sub-1/32-PASS: run/m/mixin_37_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36964 run: llvmdc -O0 -od./obj -ofrun/module_01.d.exe run/module_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36965 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36966 run/module_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36967 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36968
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36969 Torture-Sub-1/32-PASS: run/module_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36970 run: llvmdc -O0 -od./obj -ofrun/module_02.d.exe run/module_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36971 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36972 run/module_02.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36973 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36974
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36975 Torture-Sub-1/32-PASS: run/module_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36976 run: llvmdc -O0 -I. -od./obj/_47B1 -ofrun/module_04.d.exe run/module_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36977 run/module_04.d(17): Error: undefined identifier run
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36978 run/module_04.d(17): Error: no property 'module_04' for type 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36979 run/module_04.d(17): Error: no property 'i' for type 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36980 run/module_04.d(18): Error: undefined identifier run
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36981 run/module_04.d(18): Error: no property 'module_04' for type 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36982 run/module_04.d(18): Error: no property 'i' for type 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36983 run/module_04.d(18): Error: constant 1 is not an lvalue
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36984 run/module_04.d(19): Error: undefined identifier run
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36985 run/module_04.d(19): Error: no property 'module_04' for type 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36986 run/module_04.d(19): Error: no property 'i' for type 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36987 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36988 Torture-Sub-1/32-FAIL: run/module_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36989 run: llvmdc -O0 -od./obj -ofrun/named_entity_01.d.exe run/named_entity_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36990 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36991 run/named_entity_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36992 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36993
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36994 Torture-Sub-1/32-PASS: run/named_entity_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36995 run: llvmdc -O0 -od./obj -ofrun/named_entity_02.d.exe run/named_entity_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36996 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36997 run/named_entity_02.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36998 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
36999
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37000 Torture-Sub-1/32-PASS: run/named_entity_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37001 run: llvmdc -O0 -od./obj -ofrun/named_entity_03.d.exe run/named_entity_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37002 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37003 run/named_entity_03.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37004 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37005
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37006 Torture-Sub-1/32-PASS: run/named_entity_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37007 run: llvmdc -O0 -od./obj -ofrun/nested_function_01.d.exe run/nested_function_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37008 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37009 run/nested_function_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37010 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37011
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37012 Torture-Sub-1/32-PASS: run/nested_function_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37013 run: llvmdc -O0 -od./obj -ofrun/nested_function_03.d.exe run/nested_function_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37014 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37015 run/nested_function_03.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37016 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37017
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37018 Torture-Sub-1/32-PASS: run/nested_function_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37019 run: llvmdc -O0 -od./obj -ofrun/nested_function_04.d.exe run/nested_function_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37020 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37021 run/nested_function_04.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37022 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37023
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37024 Torture-Sub-1/32-PASS: run/nested_function_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37025 run: llvmdc -O0 -od./obj -ofrun/nested_function_05.d.exe run/nested_function_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37026 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37027 run/nested_function_05.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37028 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37029
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37030 Torture-Sub-1/32-PASS: run/nested_function_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37031 run: llvmdc -O0 -od./obj -ofrun/nested_function_06.d.exe run/nested_function_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37032 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37033 run/nested_function_06.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37034 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37035
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37036 Torture-Sub-1/32-PASS: run/nested_function_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37037 run: llvmdc -O0 -od./obj -ofrun/new_01.d.exe run/new_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37038 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37039 run/new_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37040 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37041
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37042 Torture-Sub-1/32-PASS: run/new_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37043 run: llvmdc -O0 -od./obj -ofrun/new_04.d.exe run/new_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37044 llvmdc: gen/toir.cpp:1887: virtual DValue* NewExp::toElem(IRState*): Assertion `!newargs && "arguments to new not yet supported"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37045 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37046 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37047 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37048 llvmdc[0x8119351]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37049 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37050 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37051 Torture-Sub-1/32-ERROR: run/new_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37052 run: llvmdc -O0 -od./obj -ofrun/new_06.d.exe run/new_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37053 llvmdc: gen/toir.cpp:1887: virtual DValue* NewExp::toElem(IRState*): Assertion `!newargs && "arguments to new not yet supported"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37054 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37055 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37056 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37057 llvmdc[0x8119351]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37058 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37059 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37060 Torture-Sub-1/32-ERROR: run/new_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37061 run: llvmdc -O0 -od./obj -ofrun/new_07.d.exe run/new_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37062 llvmdc: gen/toir.cpp:1887: virtual DValue* NewExp::toElem(IRState*): Assertion `!newargs && "arguments to new not yet supported"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37063 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37064 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37065 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37066 llvmdc[0x8119351]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37067 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37068 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37069 Torture-Sub-1/32-ERROR: run/new_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37070 run: llvmdc -O0 -od./obj -ofrun/new_08.d.exe run/new_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37071 llvmdc: gen/toir.cpp:1887: virtual DValue* NewExp::toElem(IRState*): Assertion `!newargs && "arguments to new not yet supported"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37072 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37073 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37074 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37075 llvmdc[0x8119351]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37076 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37077 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37078 Torture-Sub-1/32-ERROR: run/new_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37079 run: llvmdc -O0 -od./obj -ofrun/new_09.d.exe run/new_09.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37080 llvmdc: gen/toir.cpp:1887: virtual DValue* NewExp::toElem(IRState*): Assertion `!newargs && "arguments to new not yet supported"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37081 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37082 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37083 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37084 llvmdc[0x8119351]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37085 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37086 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37087 Torture-Sub-1/32-ERROR: run/new_09.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37088 run: llvmdc -O0 -od./obj -ofrun/new_10.d.exe run/new_10.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37089 llvmdc: gen/toir.cpp:1887: virtual DValue* NewExp::toElem(IRState*): Assertion `!newargs && "arguments to new not yet supported"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37090 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37091 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37092 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37093 llvmdc[0x8119351]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37094 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37095 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37096 Torture-Sub-1/32-ERROR: run/new_10.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37097 run: llvmdc -O0 -od./obj -ofrun/new_11.d.exe run/new_11.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37098 llvmdc: gen/toir.cpp:1887: virtual DValue* NewExp::toElem(IRState*): Assertion `!newargs && "arguments to new not yet supported"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37099 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37100 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37101 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37102 llvmdc[0x8119351]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37103 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37104 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37105 Torture-Sub-1/32-ERROR: run/new_11.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37106 run: llvmdc -O0 -od./obj -ofrun/new_12.d.exe run/new_12.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37107 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37108 run/new_12.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37109 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37110
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37111 Torture-Sub-1/32-PASS: run/new_12.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37112 run: llvmdc -O0 -od./obj -ofrun/new_13.d.exe run/new_13.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37113 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37114 run/new_13.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37115 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37116
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37117 Torture-Sub-1/32-PASS: run/new_13.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37118 run: llvmdc -O0 -od./obj -ofrun/n/nested_class_01_A.d.exe run/n/nested_class_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37119 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37120 run/n/nested_class_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37121 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37122
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37123 Torture-Sub-1/32-PASS: run/n/nested_class_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37124 run: llvmdc -O0 -od./obj -ofrun/n/nested_class_01_B.d.exe run/n/nested_class_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37125 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37126 run/n/nested_class_01_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37127 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37128
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37129 Torture-Sub-1/32-PASS: run/n/nested_class_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37130 run: llvmdc -O0 -od./obj -ofrun/n/nested_class_01_E.d.exe run/n/nested_class_01_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37131 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37132 run/n/nested_class_01_E.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37133 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37134
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37135 Torture-Sub-1/32-PASS: run/n/nested_class_01_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37136 run: llvmdc -O0 -od./obj -ofrun/n/nested_class_02_A.d.exe run/n/nested_class_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37137 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37138 run/n/nested_class_02_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37139 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37140
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37141 Torture-Sub-1/32-PASS: run/n/nested_class_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37142 run: llvmdc -O0 -od./obj -ofrun/n/nested_class_02_B.d.exe run/n/nested_class_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37143 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37144 run/n/nested_class_02_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37145 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37146
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37147 Torture-Sub-1/32-PASS: run/n/nested_class_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37148 run: llvmdc -O0 -od./obj -ofrun/n/nested_class_02_E.d.exe run/n/nested_class_02_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37149 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37150 run/n/nested_class_02_E.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37151 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37152
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37153 Torture-Sub-1/32-PASS: run/n/nested_class_02_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37154 run: llvmdc -O0 -od./obj -ofrun/n/nested_class_03_A.d.exe run/n/nested_class_03_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37155 llvmdc: /home/kamm/eigenes/projekte/llvmdc/llvm-23-branch/lib/VMCore/Instructions.cpp:2242: llvm::BitCastInst::BitCastInst(llvm::Value*, const llvm::Type*, const std::string&, llvm::Instruction*): Assertion `castIsValid(getOpcode(), S, Ty) && "Illegal BitCast"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37156 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37157 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37158 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37159 llvmdc[0x8809579]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37160 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37161 Torture-Sub-1/32-ERROR: run/n/nested_class_03_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37162 run: llvmdc -O0 -od./obj -ofrun/n/nested_class_04_A.d.exe run/n/nested_class_04_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37163 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37164 run/n/nested_class_04_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37165 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37166
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37167 Torture-Sub-1/32-PASS: run/n/nested_class_04_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37168 run: llvmdc -O0 -od./obj -ofrun/n/nested_class_04_B.d.exe run/n/nested_class_04_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37169 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37170 run/n/nested_class_04_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37171 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37172
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37173 Torture-Sub-1/32-ERROR: run/n/nested_class_04_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37174 run: llvmdc -O0 -od./obj -ofrun/n/nested_class_04_C.d.exe run/n/nested_class_04_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37175 run/n/nested_class_04_C.d(18): Error: this for i needs to be type Outer not type dstress.run.n.nested_class_04_C.Outer.Inner
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37176 run/n/nested_class_04_C.d(18): class dstress.run.n.nested_class_04_C.Outer.Inner member i is not accessible
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37177 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37178 Torture-Sub-1/32-FAIL: run/n/nested_class_04_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37179 run: llvmdc -O0 -od./obj -ofrun/n/nested_class_04_D.d.exe run/n/nested_class_04_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37180 run/n/nested_class_04_D.d(18): Error: this for i needs to be type Outer not type dstress.run.n.nested_class_04_D.Outer.Inner
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37181 run/n/nested_class_04_D.d(18): class dstress.run.n.nested_class_04_D.Outer.Inner member i is not accessible
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37182 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37183 Torture-Sub-1/32-FAIL: run/n/nested_class_04_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37184 run: llvmdc -O0 -od./obj -ofrun/n/nested_class_05_A.d.exe run/n/nested_class_05_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37185 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37186 run/n/nested_class_05_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37187 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37188
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37189 Torture-Sub-1/32-PASS: run/n/nested_class_05_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37190 run: llvmdc -O0 -od./obj -ofrun/n/nested_class_05_B.d.exe run/n/nested_class_05_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37191 run/n/nested_class_05_B.d(18): Error: this for i needs to be type Outer not type dstress.run.n.nested_class_05_B.Outer.Inner
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37192 run/n/nested_class_05_B.d(18): class dstress.run.n.nested_class_05_B.Outer.Inner member i is not accessible
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37193 run/n/nested_class_05_B.d(26): Error: 'this' for nested class must be a class type, not Outer*
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37194 run/n/nested_class_05_B.d(26): Error: identifier 'Inner' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37195 run/n/nested_class_05_B.d(26): Error: Inner is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37196 run/n/nested_class_05_B.d(26): Error: e.new is only for allocating nested classes, not void
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37197 run/n/nested_class_05_B.d(26): Error: new can only create structs, dynamic arrays or class objects, not void's
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37198 run/n/nested_class_05_B.d(26): Error: cannot implicitly convert expression (outer.new void) of type void* to dstress.run.n.nested_class_05_B.Outer.Inner
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37199 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37200 Torture-Sub-1/32-FAIL: run/n/nested_class_05_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37201 run: llvmdc -O0 -od./obj -ofrun/n/nested_function_07_A.d.exe run/n/nested_function_07_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37202 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37203 run/n/nested_function_07_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37204 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37205
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37206 Torture-Sub-1/32-PASS: run/n/nested_function_07_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37207 run: llvmdc -O0 -od./obj -ofrun/n/nested_function_07_B.d.exe run/n/nested_function_07_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37208 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37209 run/n/nested_function_07_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37210 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37211
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37212 Torture-Sub-1/32-PASS: run/n/nested_function_07_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37213 run: llvmdc -O0 -od./obj -ofrun/n/nested_function_07_C.d.exe run/n/nested_function_07_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37214 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37215 run/n/nested_function_07_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37216 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37217
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37218 Torture-Sub-1/32-PASS: run/n/nested_function_07_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37219 run: llvmdc -O0 -od./obj -ofrun/n/new_04_B.d.exe run/n/new_04_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37220 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37221 run/n/new_04_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37222 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37223
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37224 Torture-Sub-1/32-ERROR: run/n/new_04_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37225 run: llvmdc -O0 -od./obj -ofrun/n/new_28_A.d.exe run/n/new_28_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37226 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37227 run/n/new_28_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37228 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37229
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37230 Torture-Sub-1/32-PASS: run/n/new_28_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37231 run: llvmdc -O0 -od./obj -ofrun/n/new_28_B.d.exe run/n/new_28_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37232 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37233 run/n/new_28_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37234 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37235
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37236 Torture-Sub-1/32-PASS: run/n/new_28_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37237 run: llvmdc -O0 -od./obj -ofrun/n/new_28_C.d.exe run/n/new_28_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37238 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37239 run/n/new_28_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37240 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37241
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37242 Torture-Sub-1/32-PASS: run/n/new_28_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37243 run: llvmdc -O0 -od./obj -ofrun/n/new_28_D.d.exe run/n/new_28_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37244 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37245 run/n/new_28_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37246 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37247
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37248 Torture-Sub-1/32-PASS: run/n/new_28_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37249 run: llvmdc -O0 -od./obj -ofrun/n/new_29_A.d.exe run/n/new_29_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37250 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37251 run/n/new_29_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37252 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37253
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37254 Torture-Sub-1/32-PASS: run/n/new_29_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37255 run: llvmdc -O0 -od./obj -ofrun/n/new_29_B.d.exe run/n/new_29_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37256 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37257 run/n/new_29_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37258 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37259
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37260 Torture-Sub-1/32-PASS: run/n/new_29_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37261 run: llvmdc -O0 -od./obj -ofrun/n/new_29_C.d.exe run/n/new_29_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37262 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37263 run/n/new_29_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37264 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37265
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37266 Torture-Sub-1/32-PASS: run/n/new_29_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37267 run: llvmdc -O0 -od./obj -ofrun/n/new_29_D.d.exe run/n/new_29_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37268 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37269 run/n/new_29_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37270 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37271
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37272 Torture-Sub-1/32-PASS: run/n/new_29_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37273 run: llvmdc -O0 -od./obj -ofrun/odd_bug_01.d.exe run/odd_bug_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37274 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37275 run/odd_bug_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37276 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37277
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37278 Torture-Sub-1/32-PASS: run/odd_bug_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37279 run: llvmdc -O0 -od./obj -ofrun/odd_bug_02.d.exe run/odd_bug_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37280 /home/kamm/eigenes/projekte/llvmdc/llvmdc/bin/../tango/std/stdarg.di(28): Error: identifier 'va_list' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37281 /home/kamm/eigenes/projekte/llvmdc/llvmdc/bin/../tango/std/stdarg.di(28): Error: va_list is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37282 /home/kamm/eigenes/projekte/llvmdc/llvmdc/bin/../tango/std/stdarg.di(28): Error: cannot have parameter of type void
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37283 /home/kamm/eigenes/projekte/llvmdc/llvmdc/bin/../tango/std/stdarg.di(28): variable std.stdarg.va_arg!(TestStruct).va_arg.ap voids have no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37284 /home/kamm/eigenes/projekte/llvmdc/llvmdc/bin/../tango/std/stdarg.di(17): template instance std.stdarg.va_arg!(TestStruct) error instantiating
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37285 run/odd_bug_02.d(17): function std.stdarg.va_arg!(TestStruct).va_arg (void) does not match parameter types (void*)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37286 run/odd_bug_02.d(17): Error: cannot implicitly convert expression (_argptr) of type void* to void
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37287 run/odd_bug_02.d(17): Error: cast(void)_argptr is not an lvalue
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37288 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37289 Torture-Sub-1/32-FAIL: run/odd_bug_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37290 run: llvmdc -O0 -od./obj -ofrun/offsetof_07.d.exe run/offsetof_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37291 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37292 run/offsetof_07.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37293 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37294
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37295 Torture-Sub-1/32-PASS: run/offsetof_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37296 run: llvmdc -O0 -od./obj -ofrun/offsetof_09.d.exe run/offsetof_09.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37297 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37298 run/offsetof_09.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37299 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37300
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37301 Torture-Sub-1/32-PASS: run/offsetof_09.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37302 run: llvmdc -O0 -od./obj -ofrun/offsetof_10.d.exe run/offsetof_10.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37303 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37304 run/offsetof_10.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37305 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37306
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37307 Torture-Sub-1/32-PASS: run/offsetof_10.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37308 run: llvmdc -O0 -od./obj -ofrun/offsetof_11.d.exe run/offsetof_11.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37309 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37310 run/offsetof_11.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37311 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37312
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37313 Torture-Sub-1/32-PASS: run/offsetof_11.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37314 run: llvmdc -O0 -od./obj -ofrun/offsetof_12.d.exe run/offsetof_12.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37315 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37316 run/offsetof_12.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37317 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37318
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37319 Torture-Sub-1/32-PASS: run/offsetof_12.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37320 run: llvmdc -O0 -od./obj -ofrun/offsetof_13.d.exe run/offsetof_13.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37321 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37322 run/offsetof_13.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37323 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37324
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37325 Torture-Sub-1/32-PASS: run/offsetof_13.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37326 run: llvmdc -O0 -od./obj -ofrun/offsetof_14.d.exe run/offsetof_14.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37327 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37328 run/offsetof_14.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37329 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37330
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37331 Torture-Sub-1/32-PASS: run/offsetof_14.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37332 run: llvmdc -O0 -od./obj -ofrun/offsetof_15.d.exe run/offsetof_15.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37333 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37334 run/offsetof_15.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37335 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37336
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37337 Torture-Sub-1/32-PASS: run/offsetof_15.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37338 run: llvmdc -O0 -od./obj -ofrun/offsetof_16.d.exe run/offsetof_16.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37339 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37340 run/offsetof_16.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37341 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37342
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37343 Torture-Sub-1/32-PASS: run/offsetof_16.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37344 run: llvmdc -O0 -od./obj -ofrun/offsetof_17.d.exe run/offsetof_17.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37345 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37346 run/offsetof_17.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37347 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37348
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37349 Torture-Sub-1/32-PASS: run/offsetof_17.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37350 run: llvmdc -O0 -od./obj -ofrun/offsetof_18.d.exe run/offsetof_18.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37351 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37352 run/offsetof_18.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37353 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37354
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37355 Torture-Sub-1/32-PASS: run/offsetof_18.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37356 run: llvmdc -O0 -od./obj -ofrun/offsetof_19.d.exe run/offsetof_19.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37357 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37358 run/offsetof_19.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37359 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37360
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37361 Torture-Sub-1/32-PASS: run/offsetof_19.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37362 run: llvmdc -O0 -od./obj -ofrun/offsetof_20.d.exe run/offsetof_20.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37363 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37364 run/offsetof_20.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37365 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37366
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37367 Torture-Sub-1/32-PASS: run/offsetof_20.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37368 run: llvmdc -O0 -od./obj -ofrun/offsetof_21.d.exe run/offsetof_21.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37369 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37370 run/offsetof_21.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37371 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37372
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37373 Torture-Sub-1/32-PASS: run/offsetof_21.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37374 run: llvmdc -O0 -od./obj -ofrun/offsetof_22.d.exe run/offsetof_22.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37375 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37376 run/offsetof_22.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37377 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37378
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37379 Torture-Sub-1/32-PASS: run/offsetof_22.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37380 run: llvmdc -O0 -od./obj -ofrun/offsetof_23.d.exe run/offsetof_23.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37381 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37382 run/offsetof_23.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37383 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37384
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37385 Torture-Sub-1/32-PASS: run/offsetof_23.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37386 run: llvmdc -O0 -od./obj -ofrun/offsetof_24.d.exe run/offsetof_24.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37387 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37388 run/offsetof_24.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37389 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37390
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37391 Torture-Sub-1/32-PASS: run/offsetof_24.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37392 run: llvmdc -O0 -od./obj -ofrun/offsetof_25.d.exe run/offsetof_25.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37393 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37394 run/offsetof_25.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37395 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37396
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37397 Torture-Sub-1/32-PASS: run/offsetof_25.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37398 run: llvmdc -O0 -od./obj -ofrun/offsetof_26.d.exe run/offsetof_26.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37399 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37400 run/offsetof_26.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37401 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37402
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37403 Torture-Sub-1/32-PASS: run/offsetof_26.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37404 run: llvmdc -O0 -od./obj -ofrun/offsetof_27.d.exe run/offsetof_27.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37405 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37406 run/offsetof_27.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37407 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37408
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37409 Torture-Sub-1/32-PASS: run/offsetof_27.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37410 run: llvmdc -O0 -od./obj -ofrun/offsetof_28.d.exe run/offsetof_28.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37411 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37412 run/offsetof_28.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37413 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37414
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37415 Torture-Sub-1/32-PASS: run/offsetof_28.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37416 run: llvmdc -O0 -od./obj -ofrun/offsetof_29.d.exe run/offsetof_29.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37417 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37418 run/offsetof_29.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37419 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37420
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37421 Torture-Sub-1/32-PASS: run/offsetof_29.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37422 run: llvmdc -O0 -od./obj -ofrun/offsetof_30.d.exe run/offsetof_30.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37423 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37424 run/offsetof_30.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37425 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37426
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37427 Torture-Sub-1/32-PASS: run/offsetof_30.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37428 run: llvmdc -O0 -od./obj -ofrun/offsetof_31.d.exe run/offsetof_31.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37429 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37430 run/offsetof_31.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37431 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37432
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37433 Torture-Sub-1/32-PASS: run/offsetof_31.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37434 run: llvmdc -O0 -od./obj -ofrun/offsetof_32.d.exe run/offsetof_32.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37435 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37436 run/offsetof_32.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37437 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37438
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37439 Torture-Sub-1/32-PASS: run/offsetof_32.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37440 run: llvmdc -O0 -od./obj -ofrun/offsetof_33.d.exe run/offsetof_33.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37441 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37442 run/offsetof_33.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37443 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37444
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37445 Torture-Sub-1/32-PASS: run/offsetof_33.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37446 run: llvmdc -O0 -od./obj -ofrun/offsetof_34.d.exe run/offsetof_34.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37447 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37448 run/offsetof_34.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37449 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37450
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37451 Torture-Sub-1/32-PASS: run/offsetof_34.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37452 run: llvmdc -O0 -od./obj -ofrun/offsetof_35.d.exe run/offsetof_35.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37453 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37454 run/offsetof_35.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37455 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37456
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37457 Torture-Sub-1/32-PASS: run/offsetof_35.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37458 run: llvmdc -O0 -od./obj -ofrun/offsetof_36.d.exe run/offsetof_36.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37459 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37460 run/offsetof_36.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37461 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37462
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37463 Torture-Sub-1/32-PASS: run/offsetof_36.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37464 run: llvmdc -O0 -od./obj -ofrun/offsetof_37.d.exe run/offsetof_37.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37465 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37466 run/offsetof_37.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37467 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37468
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37469 Torture-Sub-1/32-PASS: run/offsetof_37.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37470 run: llvmdc -O0 -od./obj -ofrun/offsetof_38.d.exe run/offsetof_38.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37471 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37472 run/offsetof_38.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37473 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37474
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37475 Torture-Sub-1/32-PASS: run/offsetof_38.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37476 run: llvmdc -O0 -od./obj -ofrun/offsetof_39.d.exe run/offsetof_39.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37477 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37478 run/offsetof_39.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37479 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37480
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37481 Torture-Sub-1/32-PASS: run/offsetof_39.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37482 run: llvmdc -O0 -od./obj -ofrun/offsetof_40.d.exe run/offsetof_40.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37483 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37484 run/offsetof_40.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37485 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37486
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37487 Torture-Sub-1/32-PASS: run/offsetof_40.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37488 run: llvmdc -O0 -od./obj -ofrun/offsetof_41.d.exe run/offsetof_41.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37489 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37490 run/offsetof_41.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37491 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37492
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37493 Torture-Sub-1/32-PASS: run/offsetof_41.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37494 run: llvmdc -O0 -od./obj -ofrun/offsetof_42.d.exe run/offsetof_42.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37495 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37496 run/offsetof_42.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37497 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37498
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37499 Torture-Sub-1/32-PASS: run/offsetof_42.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37500 run: llvmdc -O0 -od./obj -ofrun/offsetof_43.d.exe run/offsetof_43.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37501 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37502 run/offsetof_43.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37503 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37504
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37505 Torture-Sub-1/32-PASS: run/offsetof_43.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37506 run: llvmdc -O0 -od./obj -ofrun/offsetof_44.d.exe run/offsetof_44.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37507 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37508 run/offsetof_44.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37509 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37510
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37511 Torture-Sub-1/32-PASS: run/offsetof_44.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37512 run: llvmdc -O0 -od./obj -ofrun/offsetof_45.d.exe run/offsetof_45.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37513 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37514 run/offsetof_45.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37515 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37516
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37517 Torture-Sub-1/32-PASS: run/offsetof_45.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37518 run: llvmdc -O0 -od./obj -ofrun/offsetof_46.d.exe run/offsetof_46.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37519 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37520 run/offsetof_46.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37521 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37522
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37523 Torture-Sub-1/32-PASS: run/offsetof_46.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37524 run: llvmdc -O0 -od./obj -ofrun/offsetof_47.d.exe run/offsetof_47.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37525 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37526 run/offsetof_47.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37527 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37528
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37529 Torture-Sub-1/32-PASS: run/offsetof_47.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37530 run: llvmdc -O0 -od./obj -ofrun/offsetof_48.d.exe run/offsetof_48.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37531 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37532 run/offsetof_48.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37533 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37534
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37535 Torture-Sub-1/32-PASS: run/offsetof_48.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37536 run: llvmdc -O0 -od./obj -ofrun/offsetof_49.d.exe run/offsetof_49.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37537 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37538 run/offsetof_49.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37539 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37540
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37541 Torture-Sub-1/32-PASS: run/offsetof_49.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37542 run: llvmdc -O0 -od./obj -ofrun/offsetof_50.d.exe run/offsetof_50.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37543 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37544 run/offsetof_50.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37545 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37546
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37547 Torture-Sub-1/32-PASS: run/offsetof_50.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37548 run: llvmdc -O0 -od./obj -ofrun/offsetof_51.d.exe run/offsetof_51.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37549 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37550 run/offsetof_51.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37551 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37552
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37553 Torture-Sub-1/32-PASS: run/offsetof_51.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37554 run: llvmdc -O0 -od./obj -ofrun/offsetof_52.d.exe run/offsetof_52.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37555 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37556 run/offsetof_52.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37557 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37558
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37559 Torture-Sub-1/32-PASS: run/offsetof_52.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37560 run: llvmdc -O0 -od./obj -ofrun/offsetof_53.d.exe run/offsetof_53.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37561 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37562 run/offsetof_53.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37563 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37564
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37565 Torture-Sub-1/32-PASS: run/offsetof_53.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37566 run: llvmdc -O0 -od./obj -ofrun/offsetof_54.d.exe run/offsetof_54.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37567 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37568 run/offsetof_54.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37569 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37570
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37571 Torture-Sub-1/32-PASS: run/offsetof_54.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37572 run: llvmdc -O0 -od./obj -ofrun/offsetof_55.d.exe run/offsetof_55.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37573 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37574 run/offsetof_55.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37575 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37576
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37577 Torture-Sub-1/32-PASS: run/offsetof_55.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37578 run: llvmdc -O0 -od./obj -ofrun/offsetof_56.d.exe run/offsetof_56.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37579 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37580 run/offsetof_56.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37581 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37582
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37583 Torture-Sub-1/32-PASS: run/offsetof_56.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37584 run: llvmdc -O0 -od./obj -ofrun/offsetof_57.d.exe run/offsetof_57.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37585 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37586 run/offsetof_57.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37587 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37588
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37589 Torture-Sub-1/32-PASS: run/offsetof_57.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37590 run: llvmdc -O0 -od./obj -ofrun/offsetof_58.d.exe run/offsetof_58.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37591 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37592 run/offsetof_58.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37593 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37594
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37595 Torture-Sub-1/32-PASS: run/offsetof_58.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37596 run: llvmdc -O0 -od./obj -ofrun/offsetof_59.d.exe run/offsetof_59.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37597 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37598 run/offsetof_59.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37599 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37600
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37601 Torture-Sub-1/32-PASS: run/offsetof_59.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37602 run: llvmdc -O0 -od./obj -ofrun/offsetof_60.d.exe run/offsetof_60.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37603 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37604 run/offsetof_60.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37605 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37606
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37607 Torture-Sub-1/32-PASS: run/offsetof_60.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37608 run: llvmdc -O0 -od./obj -ofrun/offsetof_61.d.exe run/offsetof_61.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37609 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37610 run/offsetof_61.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37611 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37612
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37613 Torture-Sub-1/32-PASS: run/offsetof_61.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37614 run: llvmdc -O0 -od./obj -ofrun/offsetof_62.d.exe run/offsetof_62.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37615 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37616 run/offsetof_62.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37617 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37618
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37619 Torture-Sub-1/32-PASS: run/offsetof_62.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37620 run: llvmdc -O0 -od./obj -ofrun/offsetof_63.d.exe run/offsetof_63.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37621 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37622 run/offsetof_63.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37623 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37624
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37625 Torture-Sub-1/32-PASS: run/offsetof_63.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37626 run: llvmdc -O0 -od./obj -ofrun/offsetof_64.d.exe run/offsetof_64.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37627 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37628 run/offsetof_64.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37629 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37630
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37631 Torture-Sub-1/32-PASS: run/offsetof_64.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37632 run: llvmdc -O0 -od./obj -ofrun/offsetof_65.d.exe run/offsetof_65.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37633 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37634 run/offsetof_65.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37635 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37636
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37637 Torture-Sub-1/32-PASS: run/offsetof_65.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37638 run: llvmdc -O0 -od./obj -ofrun/offsetof_66.d.exe run/offsetof_66.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37639 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37640 run/offsetof_66.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37641 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37642
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37643 Torture-Sub-1/32-PASS: run/offsetof_66.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37644 run: llvmdc -O0 -od./obj -ofrun/offsetof_67.d.exe run/offsetof_67.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37645 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37646 run/offsetof_67.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37647 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37648
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37649 Torture-Sub-1/32-PASS: run/offsetof_67.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37650 run: llvmdc -O0 -od./obj -ofrun/offsetof_68.d.exe run/offsetof_68.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37651 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37652 run/offsetof_68.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37653 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37654
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37655 Torture-Sub-1/32-PASS: run/offsetof_68.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37656 run: llvmdc -O0 -od./obj -ofrun/offsetof_69.d.exe run/offsetof_69.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37657 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37658 run/offsetof_69.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37659 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37660
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37661 Torture-Sub-1/32-PASS: run/offsetof_69.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37662 run: llvmdc -O0 -od./obj -ofrun/offsetof_70.d.exe run/offsetof_70.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37663 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37664 run/offsetof_70.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37665 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37666
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37667 Torture-Sub-1/32-PASS: run/offsetof_70.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37668 run: llvmdc -O0 -od./obj -ofrun/offsetof_71.d.exe run/offsetof_71.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37669 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37670 run/offsetof_71.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37671 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37672
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37673 Torture-Sub-1/32-PASS: run/offsetof_71.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37674 run: llvmdc -O0 -od./obj -ofrun/offsetof_72.d.exe run/offsetof_72.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37675 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37676 run/offsetof_72.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37677 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37678
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37679 Torture-Sub-1/32-PASS: run/offsetof_72.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37680 run: llvmdc -O0 -od./obj -ofrun/offsetof_73.d.exe run/offsetof_73.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37681 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37682 run/offsetof_73.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37683 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37684
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37685 Torture-Sub-1/32-PASS: run/offsetof_73.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37686 run: llvmdc -O0 -od./obj -ofrun/offsetof_78.d.exe run/offsetof_78.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37687 run/offsetof_78.d(19): Error: this for a needs to be type Foo not type Bar*
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37688 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37689 Torture-Sub-1/32-FAIL: run/offsetof_78.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37690 run: llvmdc -O0 -od./obj -ofrun/o/object_01_A.d.exe run/o/object_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37691 run/o/object_01_A.d(11): class dstress.run.o.object_01_A.Object only object.d can define this reserved class name
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37692 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37693 Torture-Sub-1/32-FAIL: run/o/object_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37694 run: llvmdc -O0 -od./obj -ofrun/o/object_01_B.d.exe run/o/object_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37695 run/o/object_01_B.d(11): class dstress.run.o.object_01_B.Object only object.d can define this reserved class name
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37696 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37697 Torture-Sub-1/32-FAIL: run/o/object_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37698 run: llvmdc -O0 -od./obj -ofrun/o/object_01_C.d.exe run/o/object_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37699 run/o/object_01_C.d(11): class dstress.run.o.object_01_C.Object only object.d can define this reserved class name
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37700 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37701 Torture-Sub-1/32-FAIL: run/o/object_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37702 run: llvmdc -O0 -od./obj -ofrun/o/object_01_D.d.exe run/o/object_01_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37703 run/o/object_01_D.d(11): class dstress.run.o.object_01_D.Object only object.d can define this reserved class name
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37704 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37705 Torture-Sub-1/32-FAIL: run/o/object_01_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37706 run: llvmdc -O0 -od./obj -ofrun/o/object_01_E.d.exe run/o/object_01_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37707 run/o/object_01_E.d(11): class dstress.run.o.object_01_E.Object only object.d can define this reserved class name
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37708 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37709 Torture-Sub-1/32-FAIL: run/o/object_01_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37710 run: llvmdc -O0 -od./obj -ofrun/o/object_01_F.d.exe run/o/object_01_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37711 run/o/object_01_F.d(11): class dstress.run.o.object_01_F.Object only object.d can define this reserved class name
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37712 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37713 Torture-Sub-1/32-FAIL: run/o/object_01_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37714 run: llvmdc -O0 -od./obj -ofrun/o/object_01_G.d.exe run/o/object_01_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37715 run/o/object_01_G.d(11): class dstress.run.o.object_01_G.Object only object.d can define this reserved class name
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37716 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37717 Torture-Sub-1/32-FAIL: run/o/object_01_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37718 run: llvmdc -O0 -od./obj -ofrun/o/object_01_H.d.exe run/o/object_01_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37719 run/o/object_01_H.d(11): class dstress.run.o.object_01_G.Object only object.d can define this reserved class name
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37720 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37721 Torture-Sub-1/32-FAIL: run/o/object_01_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37722 run: llvmdc -O0 -od./obj -ofrun/o/odd_bug_03_A.d.exe run/o/odd_bug_03_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37723 run/o/odd_bug_03_A.d(14): module format cannot read file 'std/format.d'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37724 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37725 Torture-Sub-1/32-FAIL: run/o/odd_bug_03_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37726 run: llvmdc -O0 -od./obj -ofrun/o/odd_bug_03_B.d.exe run/o/odd_bug_03_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37727 run/o/odd_bug_03_B.d(14): module format cannot read file 'std/format.d'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37728 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37729 Torture-Sub-1/32-FAIL: run/o/odd_bug_03_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37730 run: llvmdc -O0 -od./obj -ofrun/o/odd_bug_03_C.d.exe run/o/odd_bug_03_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37731 run/o/odd_bug_03_C.d(14): module format cannot read file 'std/format.d'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37732 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37733 Torture-Sub-1/32-FAIL: run/o/odd_bug_03_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37734 run: llvmdc -O0 -od./obj -ofrun/o/odd_bug_04_A.d.exe run/o/odd_bug_04_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37735 Warning: run/o/odd_bug_04_A.d(43): try-catch is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37736 Warning: run/o/odd_bug_04_A.d(44): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37737 Warning: run/o/odd_bug_04_A.d(54): try-catch is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37738 Warning: run/o/odd_bug_04_A.d(55): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37739 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37740 run/o/odd_bug_04_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37741 Exception: uups
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37742 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37743
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37744 Torture-Sub-1/32-ERROR: run/o/odd_bug_04_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37745 run: llvmdc -O0 -od./obj -ofrun/o/odd_bug_04_B.d.exe run/o/odd_bug_04_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37746 Warning: run/o/odd_bug_04_B.d(40): try-catch is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37747 Warning: run/o/odd_bug_04_B.d(41): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37748 Warning: run/o/odd_bug_04_B.d(51): try-catch is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37749 Warning: run/o/odd_bug_04_B.d(52): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37750 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37751 run/o/odd_bug_04_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37752 Exception: uups
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37753 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37754
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37755 Torture-Sub-1/32-ERROR: run/o/odd_bug_04_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37756 run: llvmdc -O0 -od./obj -ofrun/o/odd_bug_04_C.d.exe run/o/odd_bug_04_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37757 Warning: run/o/odd_bug_04_C.d(40): try-catch is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37758 Warning: run/o/odd_bug_04_C.d(41): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37759 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37760 run/o/odd_bug_04_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37761 Exception: uups
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37762 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37763
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37764 Torture-Sub-1/32-ERROR: run/o/odd_bug_04_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37765 run: llvmdc -O0 -od./obj -ofrun/o/odd_bug_04_D.d.exe run/o/odd_bug_04_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37766 Warning: run/o/odd_bug_04_D.d(39): try-catch is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37767 Warning: run/o/odd_bug_04_D.d(40): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37768 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37769 run/o/odd_bug_04_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37770 Exception: uups
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37771 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37772
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37773 Torture-Sub-1/32-ERROR: run/o/odd_bug_04_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37774 run: llvmdc -O0 -od./obj -ofrun/o/odd_bug_04_E.d.exe run/o/odd_bug_04_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37775 Warning: run/o/odd_bug_04_E.d(39): try-catch is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37776 Warning: run/o/odd_bug_04_E.d(40): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37777 Warning: run/o/odd_bug_04_E.d(47): try-catch is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37778 Warning: run/o/odd_bug_04_E.d(48): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37779 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37780 run/o/odd_bug_04_E.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37781 Exception: uups
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37782 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37783
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37784 Torture-Sub-1/32-ERROR: run/o/odd_bug_04_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37785 run: llvmdc -O0 -od./obj -ofrun/o/odd_bug_04_F.d.exe run/o/odd_bug_04_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37786 Warning: run/o/odd_bug_04_F.d(39): try-catch is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37787 Warning: run/o/odd_bug_04_F.d(40): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37788 Warning: run/o/odd_bug_04_F.d(46): try-catch is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37789 Warning: run/o/odd_bug_04_F.d(47): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37790 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37791 run/o/odd_bug_04_F.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37792 Exception: uups
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37793 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37794
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37795 Torture-Sub-1/32-ERROR: run/o/odd_bug_04_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37796 run: llvmdc -O0 -od./obj -ofrun/o/odd_bug_06_A.d.exe run/o/odd_bug_06_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37797 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37798 run/o/odd_bug_06_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37799 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37800
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37801 Torture-Sub-1/32-PASS: run/o/odd_bug_06_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37802 run: llvmdc -O0 -od./obj -ofrun/o/odd_bug_06_B.d.exe run/o/odd_bug_06_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37803 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37804 run/o/odd_bug_06_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37805 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37806
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37807 Torture-Sub-1/32-PASS: run/o/odd_bug_06_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37808 run: llvmdc -O0 -od./obj -ofrun/o/odd_bug_07_A.d.exe run/o/odd_bug_07_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37809 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37810 run/o/odd_bug_07_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37811 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37812
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37813 Torture-Sub-1/32-PASS: run/o/odd_bug_07_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37814 run: llvmdc -O0 -od./obj -ofrun/o/odd_bug_07_B.d.exe run/o/odd_bug_07_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37815 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37816 run/o/odd_bug_07_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37817 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37818
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37819 Torture-Sub-1/32-PASS: run/o/odd_bug_07_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37820 run: llvmdc -O0 -od./obj -ofrun/o/odd_bug_07_C.d.exe run/o/odd_bug_07_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37821 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37822 run/o/odd_bug_07_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37823 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37824
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37825 Torture-Sub-1/32-PASS: run/o/odd_bug_07_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37826 run: llvmdc -O0 -od./obj -ofrun/o/odd_bug_07_D.d.exe run/o/odd_bug_07_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37827 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37828 run/o/odd_bug_07_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37829 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37830
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37831 Torture-Sub-1/32-PASS: run/o/odd_bug_07_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37832 run: llvmdc -O0 -od./obj -ofrun/o/odd_bug_07_E.d.exe run/o/odd_bug_07_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37833 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37834 run/o/odd_bug_07_E.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37835 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37836
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37837 Torture-Sub-1/32-PASS: run/o/odd_bug_07_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37838 run: llvmdc -O0 -od./obj -ofrun/o/odd_bug_08_A.d.exe run/o/odd_bug_08_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37839 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37840 run/o/odd_bug_08_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37841 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37842
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37843 Torture-Sub-1/32-PASS: run/o/odd_bug_08_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37844 run: llvmdc -O0 -od./obj -ofrun/o/odd_bug_08_B.d.exe run/o/odd_bug_08_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37845 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37846 run/o/odd_bug_08_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37847 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37848
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37849 Torture-Sub-1/32-PASS: run/o/odd_bug_08_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37850 run: llvmdc -O0 -od./obj -ofrun/o/odd_bug_08_C.d.exe run/o/odd_bug_08_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37851 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37852 run/o/odd_bug_08_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37853 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37854
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37855 Torture-Sub-1/32-PASS: run/o/odd_bug_08_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37856 run: llvmdc -O0 -od./obj -ofrun/o/odd_bug_08_D.d.exe run/o/odd_bug_08_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37857 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37858 run/o/odd_bug_08_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37859 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37860
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37861 Torture-Sub-1/32-PASS: run/o/odd_bug_08_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37862 run: llvmdc -O0 -od./obj -ofrun/o/odd_bug_08_E.d.exe run/o/odd_bug_08_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37863 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37864 run/o/odd_bug_08_E.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37865 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37866
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37867 Torture-Sub-1/32-PASS: run/o/odd_bug_08_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37868 run: llvmdc -O0 -od./obj -ofrun/o/odd_bug_08_F.d.exe run/o/odd_bug_08_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37869 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37870 run/o/odd_bug_08_F.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37871 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37872
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37873 Torture-Sub-1/32-PASS: run/o/odd_bug_08_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37874 run: llvmdc -O0 -od./obj -ofrun/o/odd_bug_08_G.d.exe run/o/odd_bug_08_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37875 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37876 run/o/odd_bug_08_G.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37877 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37878
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37879 Torture-Sub-1/32-PASS: run/o/odd_bug_08_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37880 run: llvmdc -O0 -od./obj -ofrun/o/odd_bug_08_H.d.exe run/o/odd_bug_08_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37881 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37882 run/o/odd_bug_08_H.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37883 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37884
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37885 Torture-Sub-1/32-PASS: run/o/odd_bug_08_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37886 run: llvmdc -O0 -od./obj -ofrun/o/odd_bug_08_I.d.exe run/o/odd_bug_08_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37887 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37888 run/o/odd_bug_08_I.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37889 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37890
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37891 Torture-Sub-1/32-PASS: run/o/odd_bug_08_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37892 run: llvmdc -O0 -od./obj -ofrun/o/odd_bug_09_A.d.exe run/o/odd_bug_09_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37893 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37894 run/o/odd_bug_09_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37895 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37896
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37897 Torture-Sub-1/32-PASS: run/o/odd_bug_09_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37898 run: llvmdc -O0 -od./obj -ofrun/o/odd_bug_09_B.d.exe run/o/odd_bug_09_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37899 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37900 run/o/odd_bug_09_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37901 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37902
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37903 Torture-Sub-1/32-PASS: run/o/odd_bug_09_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37904 run: llvmdc -O0 -od./obj -ofrun/o/odd_bug_10_A.d.exe run/o/odd_bug_10_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37905 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37906 run/o/odd_bug_10_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37907 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37908
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37909 Torture-Sub-1/32-PASS: run/o/odd_bug_10_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37910 run: llvmdc -O0 -od./obj -ofrun/o/odd_bug_10_B.d.exe run/o/odd_bug_10_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37911 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37912 run/o/odd_bug_10_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37913 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37914
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37915 Torture-Sub-1/32-PASS: run/o/odd_bug_10_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37916 run: llvmdc -O0 -od./obj -ofrun/o/odd_bug_10_C.d.exe run/o/odd_bug_10_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37917 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37918 run/o/odd_bug_10_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37919 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37920
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37921 Torture-Sub-1/32-PASS: run/o/odd_bug_10_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37922 run: llvmdc -O0 -od./obj -ofrun/o/odd_bug_11_A.d.exe run/o/odd_bug_11_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37923 run/o/odd_bug_11_A.d(15): Error: identifier 'string' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37924 run/o/odd_bug_11_A.d(15): Error: string is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37925 run/o/odd_bug_11_A.d(15): Error: cannot have parameter of type void
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37926 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37927 Torture-Sub-1/32-FAIL: run/o/odd_bug_11_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37928 run: llvmdc -O0 -od./obj -ofrun/o/odd_bug_11_B.d.exe run/o/odd_bug_11_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37929 run/o/odd_bug_11_B.d(15): Error: identifier 'string' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37930 run/o/odd_bug_11_B.d(15): Error: string is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37931 run/o/odd_bug_11_B.d(15): Error: cannot have parameter of type void
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37932 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37933 Torture-Sub-1/32-FAIL: run/o/odd_bug_11_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37934 run: llvmdc -O0 -od./obj -ofrun/o/odd_bug_11_C.d.exe run/o/odd_bug_11_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37935 run/o/odd_bug_11_C.d(15): Error: identifier 'string' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37936 run/o/odd_bug_11_C.d(15): Error: string is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37937 run/o/odd_bug_11_C.d(15): Error: cannot have parameter of type void
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37938 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37939 Torture-Sub-1/32-FAIL: run/o/odd_bug_11_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37940 run: llvmdc -O0 -od./obj -ofrun/o/odd_bug_11_D.d.exe run/o/odd_bug_11_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37941 run/o/odd_bug_11_D.d(15): Error: identifier 'string' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37942 run/o/odd_bug_11_D.d(15): Error: string is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37943 run/o/odd_bug_11_D.d(15): Error: cannot have parameter of type void
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37944 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37945 Torture-Sub-1/32-FAIL: run/o/odd_bug_11_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37946 run: llvmdc -O0 -od./obj -ofrun/o/odd_bug_11_E.d.exe run/o/odd_bug_11_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37947 run/o/odd_bug_11_E.d(15): Error: identifier 'string' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37948 run/o/odd_bug_11_E.d(15): Error: string is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37949 run/o/odd_bug_11_E.d(15): Error: cannot have parameter of type void
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37950 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37951 Torture-Sub-1/32-FAIL: run/o/odd_bug_11_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37952 run: llvmdc -O0 -od./obj -ofrun/o/odd_bug_13_A.d.exe run/o/odd_bug_13_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37953 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37954 run/o/odd_bug_13_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37955 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37956
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37957 Torture-Sub-1/32-ERROR: run/o/odd_bug_13_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37958 run: llvmdc -O0 -od./obj -ofrun/o/odd_bug_14_A.d.exe run/o/odd_bug_14_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37959 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37960 run/o/odd_bug_14_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37961 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37962
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37963 Torture-Sub-1/32-PASS: run/o/odd_bug_14_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37964 run: llvmdc -O0 -od./obj -ofrun/o/odd_bug_14_B.d.exe run/o/odd_bug_14_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37965 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37966 run/o/odd_bug_14_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37967 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37968
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37969 Torture-Sub-1/32-PASS: run/o/odd_bug_14_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37970 run: llvmdc -O0 -od./obj -ofrun/o/odd_bug_14_C.d.exe run/o/odd_bug_14_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37971 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37972 run/o/odd_bug_14_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37973 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37974
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37975 Torture-Sub-1/32-PASS: run/o/odd_bug_14_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37976 run: llvmdc -O0 -od./obj -ofrun/o/odd_bug_15_A.d.exe run/o/odd_bug_15_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37977 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37978 run/o/odd_bug_15_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37979 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37980
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37981 Torture-Sub-1/32-PASS: run/o/odd_bug_15_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37982 run: llvmdc -O0 -od./obj -ofrun/o/odd_bug_16_B.d.exe run/o/odd_bug_16_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37983 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37984 run/o/odd_bug_16_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37985 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37986
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37987 Torture-Sub-1/32-PASS: run/o/odd_bug_16_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37988 run: llvmdc -O0 -od./obj -ofrun/o/offsetof_78_B.d.exe run/o/offsetof_78_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37989 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37990 run/o/offsetof_78_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37991 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37992
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37993 Torture-Sub-1/32-PASS: run/o/offsetof_78_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37994 run: llvmdc -O0 -od./obj -ofrun/o/offsetof_78_C.d.exe run/o/offsetof_78_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37995 run/o/offsetof_78_C.d(21): Error: 'this' is only allowed in non-static member functions, not main
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37996 run/o/offsetof_78_C.d(21): Error: this for x needs to be type Foo not type int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37997 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37998 Torture-Sub-1/32-FAIL: run/o/offsetof_78_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
37999 run: llvmdc -O0 -od./obj -ofrun/o/offsetof_79.d.exe run/o/offsetof_79.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38000 run/o/offsetof_79.d(14): Error: no property 'test' for type 'dstress.run.o.offsetof_79.MyClass'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38001 run/o/offsetof_79.d(14): Error: no property 'offsetof' for type 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38002 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38003 Torture-Sub-1/32-FAIL: run/o/offsetof_79.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38004 run: llvmdc -O0 -od./obj -ofrun/o/offsetof_80_A.d.exe run/o/offsetof_80_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38005 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38006 run/o/offsetof_80_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38007 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38008
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38009 Torture-Sub-1/32-PASS: run/o/offsetof_80_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38010 run: llvmdc -O0 -od./obj -ofrun/o/offsetof_80_B.d.exe run/o/offsetof_80_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38011 run/o/offsetof_80_B.d(18): Error: this for i needs to be type Innner not type dstress.run.o.offsetof_80_B.Outer
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38012 run/o/offsetof_80_B.d(18): class dstress.run.o.offsetof_80_B.Outer member i is not accessible
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38013 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38014 Torture-Sub-1/32-FAIL: run/o/offsetof_80_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38015 run: llvmdc -O0 -od./obj -ofrun/o/offsetof_80_C.d.exe run/o/offsetof_80_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38016 run/o/offsetof_80_C.d(18): Error: this for i needs to be type Innner not type Outer*
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38017 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38018 Torture-Sub-1/32-FAIL: run/o/offsetof_80_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38019 run: llvmdc -O0 -od./obj -ofrun/o/offsetof_80_D.d.exe run/o/offsetof_80_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38020 run/o/offsetof_80_D.d(18): Error: this for i needs to be type Innner not type Outer*
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38021 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38022 Torture-Sub-1/32-FAIL: run/o/offsetof_80_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38023 run: llvmdc -O0 -od./obj -ofrun/o/offsetof_80_E.d.exe run/o/offsetof_80_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38024 run/o/offsetof_80_E.d(18): Error: 'this' is only allowed in non-static member functions, not test
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38025 run/o/offsetof_80_E.d(18): Error: this for i needs to be type Innner not type int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38026 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38027 Torture-Sub-1/32-FAIL: run/o/offsetof_80_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38028 run: llvmdc -O0 -od./obj -ofrun/o/offsetof_80_F.d.exe run/o/offsetof_80_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38029 run/o/offsetof_80_F.d(18): Error: 'this' is only allowed in non-static member functions, not test
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38030 run/o/offsetof_80_F.d(18): Error: this for i needs to be type Innner not type int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38031 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38032 Torture-Sub-1/32-FAIL: run/o/offsetof_80_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38033 run: llvmdc -O0 -od./obj -ofrun/o/opAdd_07_A.d.exe run/o/opAdd_07_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38034 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38035 run/o/opAdd_07_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38036 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38037
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38038 Torture-Sub-1/32-PASS: run/o/opAdd_07_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38039 run: llvmdc -O0 -od./obj -ofrun/o/opAdd_07_B.d.exe run/o/opAdd_07_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38040 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38041 run/o/opAdd_07_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38042 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38043
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38044 Torture-Sub-1/32-PASS: run/o/opAdd_07_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38045 run: llvmdc -O0 -od./obj -ofrun/o/opAnd_01_A.d.exe run/o/opAnd_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38046 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38047 run/o/opAnd_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38048 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38049
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38050 Torture-Sub-1/32-PASS: run/o/opAnd_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38051 run: llvmdc -O0 -od./obj -ofrun/o/opAnd_01_B.d.exe run/o/opAnd_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38052 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38053 run/o/opAnd_01_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38054 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38055
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38056 Torture-Sub-1/32-PASS: run/o/opAnd_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38057 run: llvmdc -O0 -od./obj -ofrun/o/opAndAnd_01_A.d.exe run/o/opAndAnd_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38058 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38059 run/o/opAndAnd_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38060 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38061
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38062 Torture-Sub-1/32-PASS: run/o/opAndAnd_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38063 run: llvmdc -O0 -od./obj -ofrun/o/opAndAnd_01_B.d.exe run/o/opAndAnd_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38064 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38065 run/o/opAndAnd_01_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38066 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38067
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38068 Torture-Sub-1/32-PASS: run/o/opAndAnd_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38069 run: llvmdc -O0 -od./obj -ofrun/o/opAndAnd_02_A.d.exe run/o/opAndAnd_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38070 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38071 run/o/opAndAnd_02_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38072 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38073
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38074 Torture-Sub-1/32-PASS: run/o/opAndAnd_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38075 run: llvmdc -O0 -od./obj -ofrun/o/opAndAnd_02_B.d.exe run/o/opAndAnd_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38076 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38077 run/o/opAndAnd_02_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38078 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38079
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38080 Torture-Sub-1/32-PASS: run/o/opAndAnd_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38081 run: llvmdc -O0 -od./obj -ofrun/o/opAndAnd_02_C.d.exe run/o/opAndAnd_02_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38082 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38083 run/o/opAndAnd_02_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38084 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38085
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38086 Torture-Sub-1/32-PASS: run/o/opAndAnd_02_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38087 run: llvmdc -O0 -od./obj -ofrun/o/opAndAssign_01_A.d.exe run/o/opAndAssign_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38088 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38089 run/o/opAndAssign_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38090 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38091
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38092 Torture-Sub-1/32-PASS: run/o/opAndAssign_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38093 run: llvmdc -O0 -od./obj -ofrun/o/opAndAssign_01_B.d.exe run/o/opAndAssign_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38094 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38095 run/o/opAndAssign_01_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38096 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38097
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38098 Torture-Sub-1/32-PASS: run/o/opAndAssign_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38099 run: llvmdc -O0 -od./obj -ofrun/o/opAndAssign_01_C.d.exe run/o/opAndAssign_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38100 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38101 run/o/opAndAssign_01_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38102 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38103
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38104 Torture-Sub-1/32-PASS: run/o/opAndAssign_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38105 run: llvmdc -O0 -od./obj -ofrun/o/opAndAssign_01_D.d.exe run/o/opAndAssign_01_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38106 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38107 run/o/opAndAssign_01_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38108 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38109
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38110 Torture-Sub-1/32-PASS: run/o/opAndAssign_01_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38111 run: llvmdc -O0 -od./obj -ofrun/o/opAndAssign_01_E.d.exe run/o/opAndAssign_01_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38112 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38113 run/o/opAndAssign_01_E.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38114 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38115
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38116 Torture-Sub-1/32-PASS: run/o/opAndAssign_01_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38117 run: llvmdc -O0 -od./obj -ofrun/o/opAndAssign_01_F.d.exe run/o/opAndAssign_01_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38118 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38119 run/o/opAndAssign_01_F.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38120 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38121
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38122 Torture-Sub-1/32-PASS: run/o/opAndAssign_01_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38123 run: llvmdc -O0 -od./obj -ofrun/o/opAndAssign_01_G.d.exe run/o/opAndAssign_01_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38124 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38125 run/o/opAndAssign_01_G.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38126 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38127
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38128 Torture-Sub-1/32-PASS: run/o/opAndAssign_01_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38129 run: llvmdc -O0 -od./obj -ofrun/o/opAndAssign_01_H.d.exe run/o/opAndAssign_01_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38130 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38131 run/o/opAndAssign_01_H.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38132 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38133
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38134 Torture-Sub-1/32-PASS: run/o/opAndAssign_01_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38135 run: llvmdc -O0 -od./obj -ofrun/o/opAndAssign_01_I.d.exe run/o/opAndAssign_01_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38136 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38137 run/o/opAndAssign_01_I.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38138 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38139
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38140 Torture-Sub-1/32-PASS: run/o/opAndAssign_01_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38141 run: llvmdc -O0 -od./obj -ofrun/o/opCall_01_A.d.exe run/o/opCall_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38142 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38143 run/o/opCall_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38144 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38145
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38146 Torture-Sub-1/32-PASS: run/o/opCall_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38147 run: llvmdc -O0 -od./obj -ofrun/o/opCall_01_B.d.exe run/o/opCall_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38148 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38149 run/o/opCall_01_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38150 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38151
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38152 Torture-Sub-1/32-PASS: run/o/opCall_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38153 run: llvmdc -O0 -od./obj -ofrun/o/opCall_01_C.d.exe run/o/opCall_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38154 run/o/opCall_01_C.d(20): expression expected, not ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38155 run/o/opCall_01_C.d(20): C style cast illegal, use cast(typeof(x))(0 != 3)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38156 run/o/opCall_01_C.d(20): found '{' when expecting ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38157 run/o/opCall_01_C.d(24): Declaration expected, not 'return'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38158 run/o/opCall_01_C.d(25): unrecognized declaration
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38159 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38160 Torture-Sub-1/32-FAIL: run/o/opCall_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38161 run: llvmdc -O0 -od./obj -ofrun/o/opCall_01_D.d.exe run/o/opCall_01_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38162 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38163 run/o/opCall_01_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38164 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38165
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38166 Torture-Sub-1/32-PASS: run/o/opCall_01_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38167 run: llvmdc -O0 -od./obj -ofrun/o/opCall_01_E.d.exe run/o/opCall_01_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38168 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38169 run/o/opCall_01_E.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38170 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38171
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38172 Torture-Sub-1/32-PASS: run/o/opCall_01_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38173 run: llvmdc -O0 -od./obj -ofrun/o/opCall_02_A.d.exe run/o/opCall_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38174 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38175 run/o/opCall_02_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38176 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38177
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38178 Torture-Sub-1/32-PASS: run/o/opCall_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38179 run: llvmdc -O0 -od./obj -ofrun/o/opCall_02_B.d.exe run/o/opCall_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38180 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38181 run/o/opCall_02_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38182 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38183
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38184 Torture-Sub-1/32-PASS: run/o/opCall_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38185 run: llvmdc -O0 -od./obj -ofrun/o/opCall_02_C.d.exe run/o/opCall_02_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38186 run/o/opCall_02_C.d(20): expression expected, not ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38187 run/o/opCall_02_C.d(20): C style cast illegal, use cast(typeof(x))(0 != 3)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38188 run/o/opCall_02_C.d(20): found '{' when expecting ')'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38189 run/o/opCall_02_C.d(24): Declaration expected, not 'return'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38190 run/o/opCall_02_C.d(25): unrecognized declaration
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38191 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38192 Torture-Sub-1/32-FAIL: run/o/opCall_02_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38193 run: llvmdc -O0 -od./obj -ofrun/o/opCall_02_D.d.exe run/o/opCall_02_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38194 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38195 run/o/opCall_02_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38196 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38197
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38198 Torture-Sub-1/32-PASS: run/o/opCall_02_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38199 run: llvmdc -O0 -od./obj -ofrun/o/opCall_02_E.d.exe run/o/opCall_02_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38200 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38201 run/o/opCall_02_E.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38202 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38203
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38204 Torture-Sub-1/32-PASS: run/o/opCall_02_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38205 run: llvmdc -O0 -od./obj -ofrun/o/opCall_03_A.d.exe run/o/opCall_03_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38206 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38207 run/o/opCall_03_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38208 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38209
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38210 Torture-Sub-1/32-ERROR: run/o/opCall_03_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38211 run: llvmdc -O0 -od./obj -ofrun/o/opCall_03_B.d.exe run/o/opCall_03_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38212 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38213 run/o/opCall_03_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38214 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38215
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38216 Torture-Sub-1/32-PASS: run/o/opCall_03_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38217 run: llvmdc -O0 -od./obj -ofrun/o/opCall_03_C.d.exe run/o/opCall_03_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38218 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38219 run/o/opCall_03_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38220 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38221
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38222 Torture-Sub-1/32-PASS: run/o/opCall_03_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38223 run: llvmdc -O0 -od./obj -ofrun/o/opCast_04_A.d.exe run/o/opCast_04_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38224 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38225 run/o/opCast_04_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38226 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38227
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38228 Torture-Sub-1/32-PASS: run/o/opCast_04_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38229 run: llvmdc -O0 -od./obj -ofrun/o/opCast_04_B.d.exe run/o/opCast_04_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38230 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38231 run/o/opCast_04_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38232 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38233
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38234 Torture-Sub-1/32-PASS: run/o/opCast_04_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38235 run: llvmdc -O0 -od./obj -ofrun/o/opCat_07_A.d.exe run/o/opCat_07_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38236 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38237 run/o/opCat_07_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38238 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38239
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38240 Torture-Sub-1/32-ERROR: run/o/opCat_07_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38241 run: llvmdc -O0 -od./obj -ofrun/o/opCat_07_B.d.exe run/o/opCat_07_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38242 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38243 run/o/opCat_07_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38244 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38245
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38246 Torture-Sub-1/32-PASS: run/o/opCat_07_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38247 run: llvmdc -O0 -od./obj -ofrun/o/opCat_15_A.d.exe run/o/opCat_15_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38248 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38249 run/o/opCat_15_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38250 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38251
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38252 Torture-Sub-1/32-PASS: run/o/opCat_15_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38253 run: llvmdc -O0 -od./obj -ofrun/o/opCat_15_B.d.exe run/o/opCat_15_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38254 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38255 run/o/opCat_15_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38256 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38257
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38258 Torture-Sub-1/32-PASS: run/o/opCat_15_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38259 run: llvmdc -O0 -od./obj -ofrun/o/opCat_15_C.d.exe run/o/opCat_15_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38260 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38261 run/o/opCat_15_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38262 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38263
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38264 Torture-Sub-1/32-PASS: run/o/opCat_15_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38265 run: llvmdc -O0 -od./obj -ofrun/o/opCat_15_D.d.exe run/o/opCat_15_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38266 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38267 run/o/opCat_15_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38268 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38269
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38270 Torture-Sub-1/32-PASS: run/o/opCat_15_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38271 run: llvmdc -O0 -od./obj -ofrun/o/opCat_15_E.d.exe run/o/opCat_15_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38272 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38273 run/o/opCat_15_E.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38274 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38275
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38276 Torture-Sub-1/32-PASS: run/o/opCat_15_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38277 run: llvmdc -O0 -od./obj -ofrun/o/opCat_15_F.d.exe run/o/opCat_15_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38278 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38279 run/o/opCat_15_F.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38280 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38281
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38282 Torture-Sub-1/32-PASS: run/o/opCat_15_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38283 run: llvmdc -O0 -od./obj -ofrun/o/opCat_15_G.d.exe run/o/opCat_15_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38284 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38285 run/o/opCat_15_G.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38286 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38287
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38288 Torture-Sub-1/32-PASS: run/o/opCat_15_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38289 run: llvmdc -O0 -od./obj -ofrun/o/opCat_15_H.d.exe run/o/opCat_15_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38290 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38291 run/o/opCat_15_H.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38292 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38293
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38294 Torture-Sub-1/32-PASS: run/o/opCat_15_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38295 run: llvmdc -O0 -od./obj -ofrun/o/opCat_15_I.d.exe run/o/opCat_15_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38296 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38297 run/o/opCat_15_I.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38298 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38299
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38300 Torture-Sub-1/32-PASS: run/o/opCat_15_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38301 run: llvmdc -O0 -od./obj -ofrun/o/opCat_15_J.d.exe run/o/opCat_15_J.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38302 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38303 run/o/opCat_15_J.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38304 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38305
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38306 Torture-Sub-1/32-PASS: run/o/opCat_15_J.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38307 run: llvmdc -O0 -od./obj -ofrun/o/opCat_15_K.d.exe run/o/opCat_15_K.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38308 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38309 run/o/opCat_15_K.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38310 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38311
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38312 Torture-Sub-1/32-PASS: run/o/opCat_15_K.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38313 run: llvmdc -O0 -od./obj -ofrun/o/opCat_15_L.d.exe run/o/opCat_15_L.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38314 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38315 run/o/opCat_15_L.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38316 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38317
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38318 Torture-Sub-1/32-PASS: run/o/opCat_15_L.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38319 run: llvmdc -O0 -od./obj -ofrun/o/opCat_15_M.d.exe run/o/opCat_15_M.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38320 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38321 run/o/opCat_15_M.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38322 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38323
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38324 Torture-Sub-1/32-PASS: run/o/opCat_15_M.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38325 run: llvmdc -O0 -od./obj -ofrun/o/opCat_15_N.d.exe run/o/opCat_15_N.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38326 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38327 run/o/opCat_15_N.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38328 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38329
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38330 Torture-Sub-1/32-PASS: run/o/opCat_15_N.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38331 run: llvmdc -O0 -od./obj -ofrun/o/opCat_15_O.d.exe run/o/opCat_15_O.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38332 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38333 run/o/opCat_15_O.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38334 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38335
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38336 Torture-Sub-1/32-PASS: run/o/opCat_15_O.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38337 run: llvmdc -O0 -od./obj -ofrun/o/opCat_15_P.d.exe run/o/opCat_15_P.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38338 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38339 run/o/opCat_15_P.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38340 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38341
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38342 Torture-Sub-1/32-PASS: run/o/opCat_15_P.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38343 run: llvmdc -O0 -od./obj -ofrun/o/opCat_15_Q.d.exe run/o/opCat_15_Q.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38344 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38345 run/o/opCat_15_Q.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38346 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38347
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38348 Torture-Sub-1/32-PASS: run/o/opCat_15_Q.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38349 run: llvmdc -O0 -od./obj -ofrun/o/opCat_15_R.d.exe run/o/opCat_15_R.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38350 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38351 run/o/opCat_15_R.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38352 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38353
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38354 Torture-Sub-1/32-PASS: run/o/opCat_15_R.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38355 run: llvmdc -O0 -od./obj -ofrun/o/opCat_15_S.d.exe run/o/opCat_15_S.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38356 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38357 run/o/opCat_15_S.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38358 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38359
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38360 Torture-Sub-1/32-PASS: run/o/opCat_15_S.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38361 run: llvmdc -O0 -od./obj -ofrun/o/opCat_15_T.d.exe run/o/opCat_15_T.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38362 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38363 run/o/opCat_15_T.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38364 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38365
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38366 Torture-Sub-1/32-PASS: run/o/opCat_15_T.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38367 run: llvmdc -O0 -od./obj -ofrun/o/opCat_15_U.d.exe run/o/opCat_15_U.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38368 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38369 run/o/opCat_15_U.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38370 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38371
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38372 Torture-Sub-1/32-PASS: run/o/opCat_15_U.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38373 run: llvmdc -O0 -od./obj -ofrun/o/opCat_16_C.d.exe run/o/opCat_16_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38374 run/o/opCat_16_C.d(12): Error: identifier 'string' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38375 run/o/opCat_16_C.d(12): Error: string is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38376 run/o/opCat_16_C.d(14): Error: cannot implicitly convert expression ("Foo") of type char[3u] to void
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38377 run/o/opCat_16_C.d(15): Error: identifier 'string' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38378 run/o/opCat_16_C.d(15): Error: string is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38379 run/o/opCat_16_C.d(15): variable dstress.run.o.opCat_16_C.main.test voids have no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38380 run/o/opCat_16_C.d(15): Error: cannot implicitly convert expression ("Bar") of type char[3u] to int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38381 run/o/opCat_16_C.d(16): Error: incompatible types for ((strings) ~ (test)): 'void[]' and 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38382 run/o/opCat_16_C.d(16): Error: Can only concatenate arrays, not (void[] ~ int)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38383 run/o/opCat_16_C.d(16): Error: no property 'length' for type 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38384 run/o/opCat_16_C.d(19): Error: incompatible types for ((strings) ~ (test)): 'void[]' and 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38385 run/o/opCat_16_C.d(19): Error: Can only concatenate arrays, not (void[] ~ int)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38386 run/o/opCat_16_C.d(19): Error: strings ~ test must be an array or pointer type, not int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38387 run/o/opCat_16_C.d(19): Error: incompatible types for (("Foo") != ((strings ~ test)[0])): 'char[3u]' and 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38388 run/o/opCat_16_C.d(22): Error: incompatible types for ((strings) ~ (test)): 'void[]' and 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38389 run/o/opCat_16_C.d(22): Error: Can only concatenate arrays, not (void[] ~ int)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38390 run/o/opCat_16_C.d(22): Error: strings ~ test must be an array or pointer type, not int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38391 run/o/opCat_16_C.d(22): Error: incompatible types for (("Bar") != ((strings ~ test)[1])): 'char[3u]' and 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38392 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38393 Torture-Sub-1/32-FAIL: run/o/opCat_16_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38394 run: llvmdc -O0 -od./obj -ofrun/o/opCat_16_D.d.exe run/o/opCat_16_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38395 run/o/opCat_16_D.d(12): Error: identifier 'wstring' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38396 run/o/opCat_16_D.d(12): Error: wstring is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38397 run/o/opCat_16_D.d(14): Error: cannot implicitly convert expression ("Foo") of type char[3u] to void
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38398 run/o/opCat_16_D.d(15): Error: identifier 'wstring' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38399 run/o/opCat_16_D.d(15): Error: wstring is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38400 run/o/opCat_16_D.d(15): variable dstress.run.o.opCat_16_D.main.test voids have no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38401 run/o/opCat_16_D.d(15): Error: cannot implicitly convert expression ("Bar") of type char[3u] to int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38402 run/o/opCat_16_D.d(16): Error: incompatible types for ((strings) ~ (test)): 'void[]' and 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38403 run/o/opCat_16_D.d(16): Error: Can only concatenate arrays, not (void[] ~ int)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38404 run/o/opCat_16_D.d(16): Error: no property 'length' for type 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38405 run/o/opCat_16_D.d(17): Error: incompatible types for ((strings) ~ (test)): 'void[]' and 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38406 run/o/opCat_16_D.d(17): Error: Can only concatenate arrays, not (void[] ~ int)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38407 run/o/opCat_16_D.d(17): Error: strings ~ test must be an array or pointer type, not int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38408 run/o/opCat_16_D.d(17): Error: incompatible types for (((strings ~ test)[0]) == ("Foo")): 'int' and 'char[3u]'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38409 run/o/opCat_16_D.d(18): Error: incompatible types for ((strings) ~ (test)): 'void[]' and 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38410 run/o/opCat_16_D.d(18): Error: Can only concatenate arrays, not (void[] ~ int)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38411 run/o/opCat_16_D.d(18): Error: strings ~ test must be an array or pointer type, not int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38412 run/o/opCat_16_D.d(18): Error: incompatible types for (((strings ~ test)[1]) == ("Bar")): 'int' and 'char[3u]'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38413 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38414 Torture-Sub-1/32-FAIL: run/o/opCat_16_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38415 run: llvmdc -O0 -od./obj -ofrun/o/opCat_16_E.d.exe run/o/opCat_16_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38416 run/o/opCat_16_E.d(12): Error: identifier 'dstring' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38417 run/o/opCat_16_E.d(12): Error: dstring is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38418 run/o/opCat_16_E.d(14): Error: cannot implicitly convert expression ("Foo") of type char[3u] to void
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38419 run/o/opCat_16_E.d(15): Error: identifier 'dstring' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38420 run/o/opCat_16_E.d(15): Error: dstring is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38421 run/o/opCat_16_E.d(15): variable dstress.run.o.opCat_16_E.main.test voids have no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38422 run/o/opCat_16_E.d(15): Error: cannot implicitly convert expression ("Bar") of type char[3u] to int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38423 run/o/opCat_16_E.d(16): Error: incompatible types for ((strings) ~ (test)): 'void[]' and 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38424 run/o/opCat_16_E.d(16): Error: Can only concatenate arrays, not (void[] ~ int)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38425 run/o/opCat_16_E.d(16): Error: no property 'length' for type 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38426 run/o/opCat_16_E.d(17): Error: incompatible types for ((strings) ~ (test)): 'void[]' and 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38427 run/o/opCat_16_E.d(17): Error: Can only concatenate arrays, not (void[] ~ int)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38428 run/o/opCat_16_E.d(17): Error: strings ~ test must be an array or pointer type, not int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38429 run/o/opCat_16_E.d(17): Error: incompatible types for (((strings ~ test)[0]) == ("Foo")): 'int' and 'char[3u]'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38430 run/o/opCat_16_E.d(18): Error: incompatible types for ((strings) ~ (test)): 'void[]' and 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38431 run/o/opCat_16_E.d(18): Error: Can only concatenate arrays, not (void[] ~ int)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38432 run/o/opCat_16_E.d(18): Error: strings ~ test must be an array or pointer type, not int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38433 run/o/opCat_16_E.d(18): Error: incompatible types for (((strings ~ test)[1]) == ("Bar")): 'int' and 'char[3u]'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38434 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38435 Torture-Sub-1/32-FAIL: run/o/opCat_16_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38436 run: llvmdc -O0 -od./obj -ofrun/o/opCat_16_G.d.exe run/o/opCat_16_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38437 run/o/opCat_16_G.d(12): Error: identifier 'dstring' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38438 run/o/opCat_16_G.d(12): Error: dstring is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38439 run/o/opCat_16_G.d(14): Error: cannot implicitly convert expression ("Foo") of type char[3u] to void
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38440 run/o/opCat_16_G.d(16): Error: void has no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38441 run/o/opCat_16_G.d(16): Error: incompatible types for (((strings ~ cast(void[])_adDupT(_D12TypeInfo_G3w6__initZ,"Bar"d))[cast(uint)0]) == ("Foo")): 'void' and 'char[3u]'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38442 run/o/opCat_16_G.d(17): Error: void has no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38443 run/o/opCat_16_G.d(17): Error: incompatible types for (((strings ~ cast(void[])_adDupT(_D12TypeInfo_G3w6__initZ,"Bar"d))[cast(uint)1]) == ("Bar")): 'void' and 'char[3u]'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38444 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38445 Torture-Sub-1/32-FAIL: run/o/opCat_16_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38446 run: llvmdc -O0 -od./obj -ofrun/o/opCat_16_H.d.exe run/o/opCat_16_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38447 run/o/opCat_16_H.d(12): Error: identifier 'wstring' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38448 run/o/opCat_16_H.d(12): Error: wstring is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38449 run/o/opCat_16_H.d(14): Error: cannot implicitly convert expression ("Foo") of type char[3u] to void
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38450 run/o/opCat_16_H.d(16): Error: void has no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38451 run/o/opCat_16_H.d(16): Error: incompatible types for (((strings ~ cast(void[])_adDupT(_D12TypeInfo_G3u6__initZ,"Bar"w))[cast(uint)0]) == ("Foo"w)): 'void' and 'wchar[3u]'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38452 run/o/opCat_16_H.d(17): Error: void has no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38453 run/o/opCat_16_H.d(17): Error: incompatible types for (((strings ~ cast(void[])_adDupT(_D12TypeInfo_G3u6__initZ,"Bar"w))[cast(uint)1]) == ("Bar"w)): 'void' and 'wchar[3u]'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38454 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38455 Torture-Sub-1/32-FAIL: run/o/opCat_16_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38456 run: llvmdc -O0 -od./obj -ofrun/o/opCat_17_A.d.exe run/o/opCat_17_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38457 llvmdc: ./gen/dvalue.h:43: virtual LLValue* DValue::getRVal(): Assertion `0' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38458 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38459 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38460 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38461 llvmdc[0x810e2f1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38462 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38463 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38464 Torture-Sub-1/32-ERROR: run/o/opCat_17_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38465 run: llvmdc -O0 -od./obj -ofrun/o/opCat_17_B.d.exe run/o/opCat_17_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38466 llvmdc: ./gen/dvalue.h:43: virtual LLValue* DValue::getRVal(): Assertion `0' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38467 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38468 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38469 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38470 llvmdc[0x810e2f1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38471 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38472 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38473 Torture-Sub-1/32-ERROR: run/o/opCat_17_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38474 run: llvmdc -O0 -od./obj -ofrun/o/opCat_18_A.d.exe run/o/opCat_18_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38475 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38476 run/o/opCat_18_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38477 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38478
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38479 Torture-Sub-1/32-PASS: run/o/opCat_18_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38480 run: llvmdc -O0 -od./obj -ofrun/o/opCat_18_B.d.exe run/o/opCat_18_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38481 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38482 run/o/opCat_18_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38483 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38484
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38485 Torture-Sub-1/32-PASS: run/o/opCat_18_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38486 run: llvmdc -O0 -od./obj -ofrun/o/opCat_18_C.d.exe run/o/opCat_18_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38487 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38488 run/o/opCat_18_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38489 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38490
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38491 Torture-Sub-1/32-PASS: run/o/opCat_18_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38492 run: llvmdc -O0 -od./obj -ofrun/o/opCat_18_D.d.exe run/o/opCat_18_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38493 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38494 run/o/opCat_18_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38495 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38496
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38497 Torture-Sub-1/32-PASS: run/o/opCat_18_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38498 run: llvmdc -O0 -od./obj -ofrun/o/opCat_18_E.d.exe run/o/opCat_18_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38499 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38500 run/o/opCat_18_E.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38501 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38502
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38503 Torture-Sub-1/32-PASS: run/o/opCat_18_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38504 run: llvmdc -O0 -od./obj -ofrun/o/opCat_18_F.d.exe run/o/opCat_18_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38505 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38506 run/o/opCat_18_F.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38507 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38508
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38509 Torture-Sub-1/32-PASS: run/o/opCat_18_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38510 run: llvmdc -O0 -od./obj -ofrun/o/opCat_18_G.d.exe run/o/opCat_18_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38511 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38512 run/o/opCat_18_G.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38513 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38514
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38515 Torture-Sub-1/32-PASS: run/o/opCat_18_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38516 run: llvmdc -O0 -od./obj -ofrun/o/opCat_18_H.d.exe run/o/opCat_18_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38517 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38518 run/o/opCat_18_H.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38519 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38520
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38521 Torture-Sub-1/32-PASS: run/o/opCat_18_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38522 run: llvmdc -O0 -od./obj -ofrun/o/opCat_19_A.d.exe run/o/opCat_19_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38523 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38524 run/o/opCat_19_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38525 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38526
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38527 Torture-Sub-1/32-PASS: run/o/opCat_19_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38528 run: llvmdc -O0 -od./obj -ofrun/o/opCat_19_B.d.exe run/o/opCat_19_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38529 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38530 run/o/opCat_19_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38531 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38532
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38533 Torture-Sub-1/32-PASS: run/o/opCat_19_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38534 run: llvmdc -O0 -od./obj -ofrun/o/opCat_19_C.d.exe run/o/opCat_19_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38535 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38536 run/o/opCat_19_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38537 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38538
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38539 Torture-Sub-1/32-PASS: run/o/opCat_19_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38540 run: llvmdc -O0 -od./obj -ofrun/o/opCat_24_A.d.exe run/o/opCat_24_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38541 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38542 run/o/opCat_24_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38543 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38544
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38545 Torture-Sub-1/32-PASS: run/o/opCat_24_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38546 run: llvmdc -O0 -od./obj -ofrun/o/opCat_24_B.d.exe run/o/opCat_24_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38547 /home/kamm/eigenes/projekte/llvmdc/llvmdc/bin/../tango/std/stdarg.di(28): Error: identifier 'va_list' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38548 /home/kamm/eigenes/projekte/llvmdc/llvmdc/bin/../tango/std/stdarg.di(28): Error: va_list is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38549 /home/kamm/eigenes/projekte/llvmdc/llvmdc/bin/../tango/std/stdarg.di(28): Error: cannot have parameter of type void
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38550 /home/kamm/eigenes/projekte/llvmdc/llvmdc/bin/../tango/std/stdarg.di(28): variable std.stdarg.va_arg!(int[]).va_arg.ap voids have no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38551 /home/kamm/eigenes/projekte/llvmdc/llvmdc/bin/../tango/std/stdarg.di(20): template instance std.stdarg.va_arg!(int[]) error instantiating
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38552 run/o/opCat_24_B.d(20): function std.stdarg.va_arg!(int[]).va_arg (void) does not match parameter types (void*)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38553 run/o/opCat_24_B.d(20): Error: cannot implicitly convert expression (_argptr) of type void* to void
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38554 run/o/opCat_24_B.d(20): Error: cast(void)_argptr is not an lvalue
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38555 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38556 Torture-Sub-1/32-FAIL: run/o/opCat_24_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38557 run: llvmdc -O0 -od./obj -ofrun/o/opCat_24_C.d.exe run/o/opCat_24_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38558 /home/kamm/eigenes/projekte/llvmdc/llvmdc/bin/../tango/std/stdarg.di(28): Error: identifier 'va_list' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38559 /home/kamm/eigenes/projekte/llvmdc/llvmdc/bin/../tango/std/stdarg.di(28): Error: va_list is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38560 /home/kamm/eigenes/projekte/llvmdc/llvmdc/bin/../tango/std/stdarg.di(28): Error: cannot have parameter of type void
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38561 /home/kamm/eigenes/projekte/llvmdc/llvmdc/bin/../tango/std/stdarg.di(28): variable std.stdarg.va_arg!(int[]).va_arg.ap voids have no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38562 /home/kamm/eigenes/projekte/llvmdc/llvmdc/bin/../tango/std/stdarg.di(20): template instance std.stdarg.va_arg!(int[]) error instantiating
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38563 run/o/opCat_24_C.d(20): function std.stdarg.va_arg!(int[]).va_arg (void) does not match parameter types (void*)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38564 run/o/opCat_24_C.d(20): Error: cannot implicitly convert expression (_argptr) of type void* to void
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38565 run/o/opCat_24_C.d(20): Error: cast(void)_argptr is not an lvalue
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38566 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38567 Torture-Sub-1/32-FAIL: run/o/opCat_24_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38568 run: llvmdc -O0 -od./obj -ofrun/o/opCat_24_D.d.exe run/o/opCat_24_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38569 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38570 run/o/opCat_24_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38571 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38572
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38573 Torture-Sub-1/32-PASS: run/o/opCat_24_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38574 run: llvmdc -O0 -od./obj -ofrun/o/opCat_27_A.d.exe run/o/opCat_27_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38575 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38576 run/o/opCat_27_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38577 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38578
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38579 Torture-Sub-1/32-PASS: run/o/opCat_27_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38580 run: llvmdc -O0 -od./obj -ofrun/o/opCat_27_B.d.exe run/o/opCat_27_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38581 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38582 run/o/opCat_27_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38583 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38584
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38585 Torture-Sub-1/32-PASS: run/o/opCat_27_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38586 run: llvmdc -O0 -od./obj -ofrun/o/opCat_27_C.d.exe run/o/opCat_27_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38587 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38588 run/o/opCat_27_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38589 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38590
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38591 Torture-Sub-1/32-PASS: run/o/opCat_27_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38592 run: llvmdc -O0 -od./obj -ofrun/o/opCatAssign_19_A.d.exe run/o/opCatAssign_19_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38593 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38594 run/o/opCatAssign_19_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38595 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38596
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38597 Torture-Sub-1/32-ERROR: run/o/opCatAssign_19_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38598 run: llvmdc -O0 -od./obj -ofrun/o/opCatAssign_19_B.d.exe run/o/opCatAssign_19_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38599 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38600 run/o/opCatAssign_19_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38601 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38602
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38603 Torture-Sub-1/32-ERROR: run/o/opCatAssign_19_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38604 run: llvmdc -O0 -od./obj -ofrun/o/opCatAssign_19_C.d.exe run/o/opCatAssign_19_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38605 run/o/opCatAssign_19_C.d(15): Error: cannot append type dchar to type char[]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38606 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38607 Torture-Sub-1/32-FAIL: run/o/opCatAssign_19_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38608 run: llvmdc -O0 -od./obj -ofrun/o/opCatAssign_19_D.d.exe run/o/opCatAssign_19_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38609 run/o/opCatAssign_19_D.d(15): Error: cannot append type dchar to type char[]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38610 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38611 Torture-Sub-1/32-FAIL: run/o/opCatAssign_19_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38612 run: llvmdc -O0 -od./obj -ofrun/o/opCatAssign_19_E.d.exe run/o/opCatAssign_19_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38613 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38614 run/o/opCatAssign_19_E.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38615 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38616
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38617 Torture-Sub-1/32-ERROR: run/o/opCatAssign_19_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38618 run: llvmdc -O0 -od./obj -ofrun/o/opCatAssign_19_F.d.exe run/o/opCatAssign_19_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38619 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38620 run/o/opCatAssign_19_F.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38621 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38622
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38623 Torture-Sub-1/32-ERROR: run/o/opCatAssign_19_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38624 run: llvmdc -O0 -od./obj -ofrun/o/opCatAssign_20_A.d.exe run/o/opCatAssign_20_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38625 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38626 run/o/opCatAssign_20_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38627 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38628
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38629 Torture-Sub-1/32-PASS: run/o/opCatAssign_20_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38630 run: llvmdc -O0 -od./obj -ofrun/o/opCatAssign_20_B.d.exe run/o/opCatAssign_20_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38631 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38632 run/o/opCatAssign_20_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38633 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38634
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38635 Torture-Sub-1/32-PASS: run/o/opCatAssign_20_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38636 run: llvmdc -O0 -od./obj -ofrun/o/opCatAssign_21_A.d.exe run/o/opCatAssign_21_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38637 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38638 run/o/opCatAssign_21_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38639 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38640
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38641 Torture-Sub-1/32-PASS: run/o/opCatAssign_21_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38642 run: llvmdc -O0 -od./obj -ofrun/o/opCatAssign_21_B.d.exe run/o/opCatAssign_21_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38643 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38644 run/o/opCatAssign_21_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38645 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38646
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38647 Torture-Sub-1/32-PASS: run/o/opCatAssign_21_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38648 run: llvmdc -O0 -od./obj -ofrun/o/opCmp_05_A.d.exe run/o/opCmp_05_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38649 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38650 run/o/opCmp_05_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38651 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38652
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38653 Torture-Sub-1/32-PASS: run/o/opCmp_05_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38654 run: llvmdc -O0 -od./obj -ofrun/o/opCmp_05_B.d.exe run/o/opCmp_05_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38655 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38656 run/o/opCmp_05_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38657 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38658
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38659 Torture-Sub-1/32-PASS: run/o/opCmp_05_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38660 run: llvmdc -O0 -od./obj -ofrun/o/opCmp_05_C.d.exe run/o/opCmp_05_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38661 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38662 run/o/opCmp_05_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38663 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38664
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38665 Torture-Sub-1/32-PASS: run/o/opCmp_05_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38666 run: llvmdc -O0 -od./obj -ofrun/o/opCmp_05_D.d.exe run/o/opCmp_05_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38667 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38668 run/o/opCmp_05_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38669 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38670
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38671 Torture-Sub-1/32-PASS: run/o/opCmp_05_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38672 run: llvmdc -O0 -od./obj -ofrun/o/opCmp_05_E.d.exe run/o/opCmp_05_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38673 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38674 run/o/opCmp_05_E.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38675 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38676
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38677 Torture-Sub-1/32-PASS: run/o/opCmp_05_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38678 run: llvmdc -O0 -od./obj -ofrun/o/opCmp_05_F.d.exe run/o/opCmp_05_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38679 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38680 run/o/opCmp_05_F.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38681 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38682
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38683 Torture-Sub-1/32-PASS: run/o/opCmp_05_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38684 run: llvmdc -O0 -od./obj -ofrun/o/opCmp_07_A.d.exe run/o/opCmp_07_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38685 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38686 run/o/opCmp_07_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38687 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38688
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38689 Torture-Sub-1/32-PASS: run/o/opCmp_07_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38690 run: llvmdc -O0 -od./obj -ofrun/o/opCmp_07_B.d.exe run/o/opCmp_07_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38691 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38692 run/o/opCmp_07_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38693 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38694
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38695 Torture-Sub-1/32-PASS: run/o/opCmp_07_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38696 run: llvmdc -O0 -od./obj -ofrun/o/opCmp_09_D.d.exe run/o/opCmp_09_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38697 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38698 run/o/opCmp_09_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38699 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38700
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38701 Torture-Sub-1/32-PASS: run/o/opCmp_09_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38702 run: llvmdc -O0 -od./obj -ofrun/o/opDiv_04.d.exe run/o/opDiv_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38703 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38704 run/o/opDiv_04.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38705 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38706
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38707 Torture-Sub-1/32-PASS: run/o/opDiv_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38708 run: llvmdc -O0 -od./obj -ofrun/o/opDiv_05.d.exe run/o/opDiv_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38709 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38710 run/o/opDiv_05.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38711 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38712
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38713 Torture-Sub-1/32-PASS: run/o/opDiv_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38714 run: llvmdc -O0 -od./obj -ofrun/o/opDiv_06.d.exe run/o/opDiv_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38715 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38716 run/o/opDiv_06.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38717 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38718
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38719 Torture-Sub-1/32-PASS: run/o/opDiv_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38720 run: llvmdc -O0 -od./obj -ofrun/o/opDiv_07_A.d.exe run/o/opDiv_07_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38721 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38722 run/o/opDiv_07_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38723 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38724
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38725 Torture-Sub-1/32-PASS: run/o/opDiv_07_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38726 run: llvmdc -O0 -od./obj -ofrun/o/opDiv_07_B.d.exe run/o/opDiv_07_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38727 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38728 run/o/opDiv_07_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38729 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38730
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38731 Torture-Sub-1/32-PASS: run/o/opDiv_07_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38732 run: llvmdc -O0 -od./obj -ofrun/o/opDiv_08_A.d.exe run/o/opDiv_08_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38733 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38734 run/o/opDiv_08_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38735 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38736
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38737 Torture-Sub-1/32-PASS: run/o/opDiv_08_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38738 run: llvmdc -O0 -od./obj -ofrun/o/opDiv_08_B.d.exe run/o/opDiv_08_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38739 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38740 run/o/opDiv_08_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38741 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38742
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38743 Torture-Sub-1/32-PASS: run/o/opDiv_08_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38744 run: llvmdc -O0 -od./obj -ofrun/o/opDiv_09_A.d.exe run/o/opDiv_09_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38745 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38746 run/o/opDiv_09_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38747 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38748
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38749 Torture-Sub-1/32-PASS: run/o/opDiv_09_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38750 run: llvmdc -O0 -od./obj -ofrun/o/opDiv_09_B.d.exe run/o/opDiv_09_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38751 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38752 run/o/opDiv_09_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38753 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38754
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38755 Torture-Sub-1/32-PASS: run/o/opDiv_09_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38756 run: llvmdc -O0 -od./obj -ofrun/o/opDiv_11_A.d.exe run/o/opDiv_11_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38757 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38758 run/o/opDiv_11_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38759 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38760
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38761 Torture-Sub-1/32-PASS: run/o/opDiv_11_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38762 run: llvmdc -O0 -od./obj -ofrun/o/opDiv_11_B.d.exe run/o/opDiv_11_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38763 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38764 run/o/opDiv_11_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38765 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38766
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38767 Torture-Sub-1/32-PASS: run/o/opDiv_11_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38768 run: llvmdc -O0 -od./obj -ofrun/o/opDiv_12_A.d.exe run/o/opDiv_12_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38769 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38770 run/o/opDiv_12_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38771 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38772
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38773 Torture-Sub-1/32-PASS: run/o/opDiv_12_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38774 run: llvmdc -O0 -od./obj -ofrun/o/opDiv_12_B.d.exe run/o/opDiv_12_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38775 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38776 run/o/opDiv_12_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38777 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38778
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38779 Torture-Sub-1/32-PASS: run/o/opDiv_12_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38780 run: llvmdc -O0 -od./obj -ofrun/o/opDiv_13_A1.d.exe run/o/opDiv_13_A1.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38781 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38782 run/o/opDiv_13_A1.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38783 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38784
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38785 Torture-Sub-1/32-PASS: run/o/opDiv_13_A1.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38786 run: llvmdc -O0 -od./obj -ofrun/o/opDiv_13_A2.d.exe run/o/opDiv_13_A2.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38787 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38788 run/o/opDiv_13_A2.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38789 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38790
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38791 Torture-Sub-1/32-PASS: run/o/opDiv_13_A2.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38792 run: llvmdc -O0 -od./obj -ofrun/o/opDiv_13_B1.d.exe run/o/opDiv_13_B1.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38793 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38794 run/o/opDiv_13_B1.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38795 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38796
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38797 Torture-Sub-1/32-PASS: run/o/opDiv_13_B1.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38798 run: llvmdc -O0 -od./obj -ofrun/o/opDiv_13_B2.d.exe run/o/opDiv_13_B2.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38799 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38800 run/o/opDiv_13_B2.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38801 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38802
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38803 Torture-Sub-1/32-PASS: run/o/opDiv_13_B2.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38804 run: llvmdc -O0 -od./obj -ofrun/o/opDiv_13_C1.d.exe run/o/opDiv_13_C1.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38805 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38806 run/o/opDiv_13_C1.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38807 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38808
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38809 Torture-Sub-1/32-PASS: run/o/opDiv_13_C1.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38810 run: llvmdc -O0 -od./obj -ofrun/o/opDiv_13_C2.d.exe run/o/opDiv_13_C2.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38811 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38812 run/o/opDiv_13_C2.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38813 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38814
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38815 Torture-Sub-1/32-PASS: run/o/opDiv_13_C2.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38816 run: llvmdc -O0 -od./obj -ofrun/o/opDiv_13_D1.d.exe run/o/opDiv_13_D1.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38817 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38818 run/o/opDiv_13_D1.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38819 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38820
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38821 Torture-Sub-1/32-PASS: run/o/opDiv_13_D1.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38822 run: llvmdc -O0 -od./obj -ofrun/o/opDiv_13_D2.d.exe run/o/opDiv_13_D2.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38823 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38824 run/o/opDiv_13_D2.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38825 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38826
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38827 Torture-Sub-1/32-PASS: run/o/opDiv_13_D2.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38828 run: llvmdc -O0 -od./obj -ofrun/o/opDivAssign_12.d.exe run/o/opDivAssign_12.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38829 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38830 run/o/opDivAssign_12.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38831 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38832
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38833 Torture-Sub-1/32-PASS: run/o/opDivAssign_12.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38834 run: llvmdc -O0 -od./obj -ofrun/o/opDivAssign_13.d.exe run/o/opDivAssign_13.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38835 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38836 run/o/opDivAssign_13.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38837 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38838
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38839 Torture-Sub-1/32-PASS: run/o/opDivAssign_13.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38840 run: llvmdc -O0 -od./obj -ofrun/o/opDivAssign_14.d.exe run/o/opDivAssign_14.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38841 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38842 run/o/opDivAssign_14.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38843 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38844
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38845 Torture-Sub-1/32-PASS: run/o/opDivAssign_14.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38846 run: llvmdc -O0 -od./obj -ofrun/o/opEquals_04_A.d.exe run/o/opEquals_04_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38847 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38848 run/o/opEquals_04_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38849 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38850
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38851 Torture-Sub-1/32-PASS: run/o/opEquals_04_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38852 run: llvmdc -O0 -od./obj -ofrun/o/opEquals_04_B.d.exe run/o/opEquals_04_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38853 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38854 run/o/opEquals_04_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38855 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38856
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38857 Torture-Sub-1/32-PASS: run/o/opEquals_04_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38858 run: llvmdc -O0 -od./obj -ofrun/o/opEquals_04_C.d.exe run/o/opEquals_04_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38859 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38860 run/o/opEquals_04_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38861 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38862
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38863 Torture-Sub-1/32-PASS: run/o/opEquals_04_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38864 run: llvmdc -O0 -od./obj -ofrun/o/opEquals_04_D.d.exe run/o/opEquals_04_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38865 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38866 run/o/opEquals_04_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38867 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38868
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38869 Torture-Sub-1/32-PASS: run/o/opEquals_04_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38870 run: llvmdc -O0 -od./obj -ofrun/o/opEquals_04_E.d.exe run/o/opEquals_04_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38871 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38872 run/o/opEquals_04_E.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38873 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38874
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38875 Torture-Sub-1/32-PASS: run/o/opEquals_04_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38876 run: llvmdc -O0 -od./obj -ofrun/o/opEquals_04_F.d.exe run/o/opEquals_04_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38877 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38878 run/o/opEquals_04_F.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38879 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38880
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38881 Torture-Sub-1/32-PASS: run/o/opEquals_04_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38882 run: llvmdc -O0 -od./obj -ofrun/o/opEquals_04_G.d.exe run/o/opEquals_04_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38883 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38884 run/o/opEquals_04_G.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38885 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38886
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38887 Torture-Sub-1/32-PASS: run/o/opEquals_04_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38888 run: llvmdc -O0 -od./obj -ofrun/o/opEquals_04_H.d.exe run/o/opEquals_04_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38889 Warning: run/o/opEquals_04_H.d(14): try-catch is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38890 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38891 run/o/opEquals_04_H.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38892 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38893
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38894 Torture-Sub-1/32-ERROR: run/o/opEquals_04_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38895 run: llvmdc -O0 -od./obj -ofrun/o/opEquals_05_A.d.exe run/o/opEquals_05_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38896 run/o/opEquals_05_A.d(13): Error: cannot implicitly convert expression ((new Object).opEquals(new Object)) of type int to bool
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38897 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38898 Torture-Sub-1/32-FAIL: run/o/opEquals_05_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38899 run: llvmdc -O0 -od./obj -ofrun/o/opEquals_05_B.d.exe run/o/opEquals_05_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38900 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38901 run/o/opEquals_05_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38902 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38903
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38904 Torture-Sub-1/32-PASS: run/o/opEquals_05_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38905 run: llvmdc -O0 -od./obj -ofrun/o/opEquals_05_C.d.exe run/o/opEquals_05_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38906 run/o/opEquals_05_C.d(13): function dstress.run.o.opEquals_05_C.C.opEquals of type bool(Object o) overrides but is not covariant with object.Object.opEquals of type int(Object o)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38907 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38908 Torture-Sub-1/32-FAIL: run/o/opEquals_05_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38909 run: llvmdc -O0 -od./obj -ofrun/o/opEquals_05_D.d.exe run/o/opEquals_05_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38910 run/o/opEquals_05_D.d(13): function dstress.run.o.opEquals_05_D.C.opEquals of type bool(Object o) overrides but is not covariant with object.Object.opEquals of type int(Object o)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38911 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38912 Torture-Sub-1/32-FAIL: run/o/opEquals_05_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38913 run: llvmdc -O0 -od./obj -ofrun/o/opEquals_05_E.d.exe run/o/opEquals_05_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38914 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38915 run/o/opEquals_05_E.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38916 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38917
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38918 Torture-Sub-1/32-PASS: run/o/opEquals_05_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38919 run: llvmdc -O0 -od./obj -ofrun/o/opEquals_05_F.d.exe run/o/opEquals_05_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38920 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38921 run/o/opEquals_05_F.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38922 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38923
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38924 Torture-Sub-1/32-PASS: run/o/opEquals_05_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38925 run: llvmdc -O0 -od./obj -ofrun/o/opEquals_05_G.d.exe run/o/opEquals_05_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38926 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38927 run/o/opEquals_05_G.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38928 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38929
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38930 Torture-Sub-1/32-PASS: run/o/opEquals_05_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38931 run: llvmdc -O0 -od./obj -ofrun/o/opEquals_05_H.d.exe run/o/opEquals_05_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38932 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38933 run/o/opEquals_05_H.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38934 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38935
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38936 Torture-Sub-1/32-PASS: run/o/opEquals_05_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38937 run: llvmdc -O0 -od./obj -ofrun/o/opIn_01_A.d.exe run/o/opIn_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38938 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38939 run/o/opIn_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38940 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38941
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38942 Torture-Sub-1/32-PASS: run/o/opIn_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38943 run: llvmdc -O0 -od./obj -ofrun/o/opIn_01_B.d.exe run/o/opIn_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38944 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38945 run/o/opIn_01_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38946 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38947
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38948 Torture-Sub-1/32-PASS: run/o/opIn_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38949 run: llvmdc -O0 -od./obj -ofrun/o/opIndex_06_A.d.exe run/o/opIndex_06_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38950 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38951 run/o/opIndex_06_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38952 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38953
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38954 Torture-Sub-1/32-PASS: run/o/opIndex_06_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38955 run: llvmdc -O0 -od./obj -ofrun/o/opIndex_06_B.d.exe run/o/opIndex_06_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38956 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38957 run/o/opIndex_06_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38958 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38959
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38960 Torture-Sub-1/32-PASS: run/o/opIndex_06_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38961 run: llvmdc -O0 -od./obj -ofrun/o/opIndex_06_C.d.exe run/o/opIndex_06_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38962 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38963 run/o/opIndex_06_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38964 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38965
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38966 Torture-Sub-1/32-PASS: run/o/opIndex_06_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38967 run: llvmdc -O0 -od./obj -ofrun/o/opIndexAssign_01_A.d.exe run/o/opIndexAssign_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38968 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38969 run/o/opIndexAssign_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38970 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38971
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38972 Torture-Sub-1/32-PASS: run/o/opIndexAssign_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38973 run: llvmdc -O0 -od./obj -ofrun/o/opIndexAssign_01_B.d.exe run/o/opIndexAssign_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38974 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38975 run/o/opIndexAssign_01_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38976 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38977
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38978 Torture-Sub-1/32-PASS: run/o/opIndexAssign_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38979 run: llvmdc -O0 -od./obj -ofrun/o/opIndexAssign_02_A.d.exe run/o/opIndexAssign_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38980 run/o/opIndexAssign_02_A.d(34): Error: p.property()[4] is not an lvalue
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38981 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38982 Torture-Sub-1/32-FAIL: run/o/opIndexAssign_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38983 run: llvmdc -O0 -od./obj -ofrun/o/opIndexAssign_02_B.d.exe run/o/opIndexAssign_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38984 run/o/opIndexAssign_02_B.d(35): Error: p.property()[4] is not an lvalue
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38985 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38986 Torture-Sub-1/32-FAIL: run/o/opIndexAssign_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38987 run: llvmdc -O0 -od./obj -ofrun/o/opIndexAssign_02_C.d.exe run/o/opIndexAssign_02_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38988 run/o/opIndexAssign_02_C.d(35): Error: p.property()[4] is not an lvalue
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38989 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38990 Torture-Sub-1/32-FAIL: run/o/opIndexAssign_02_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38991 run: llvmdc -O0 -od./obj -ofrun/o/opIndexAssign_02_D.d.exe run/o/opIndexAssign_02_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38992 run/o/opIndexAssign_02_D.d(34): Error: p.property()[4] is not an lvalue
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38993 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38994 Torture-Sub-1/32-FAIL: run/o/opIndexAssign_02_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38995 run: llvmdc -O0 -od./obj -ofrun/o/opIndexAssign_02_E.d.exe run/o/opIndexAssign_02_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38996 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38997 run/o/opIndexAssign_02_E.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38998 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
38999
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39000 Torture-Sub-1/32-PASS: run/o/opIndexAssign_02_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39001 run: llvmdc -O0 -od./obj -ofrun/o/opIndexAssign_02_F.d.exe run/o/opIndexAssign_02_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39002 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39003 run/o/opIndexAssign_02_F.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39004 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39005
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39006 Torture-Sub-1/32-PASS: run/o/opIndexAssign_02_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39007 run: llvmdc -O0 -od./obj -ofrun/o/opIndexAssign_02_G.d.exe run/o/opIndexAssign_02_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39008 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39009 run/o/opIndexAssign_02_G.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39010 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39011
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39012 Torture-Sub-1/32-PASS: run/o/opIndexAssign_02_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39013 run: llvmdc -O0 -od./obj -ofrun/o/opIndexAssign_02_H.d.exe run/o/opIndexAssign_02_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39014 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39015 run/o/opIndexAssign_02_H.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39016 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39017
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39018 Torture-Sub-1/32-PASS: run/o/opIndexAssign_02_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39019 run: llvmdc -O0 -od./obj -ofrun/o/opIn_r_01_A.d.exe run/o/opIn_r_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39020 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39021 run/o/opIn_r_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39022 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39023
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39024 Torture-Sub-1/32-PASS: run/o/opIn_r_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39025 run: llvmdc -O0 -od./obj -ofrun/o/opIn_r_01_B.d.exe run/o/opIn_r_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39026 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39027 run/o/opIn_r_01_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39028 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39029
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39030 Torture-Sub-1/32-PASS: run/o/opIn_r_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39031 run: llvmdc -O0 -od./obj -ofrun/o/opModule_01_A.d.exe run/o/opModule_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39032 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39033 run/o/opModule_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39034 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39035
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39036 Torture-Sub-1/32-PASS: run/o/opModule_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39037 run: llvmdc -O0 -od./obj -ofrun/o/opModule_01_B.d.exe run/o/opModule_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39038 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39039 run/o/opModule_01_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39040 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39041
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39042 Torture-Sub-1/32-PASS: run/o/opModule_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39043 run: llvmdc -O0 -od./obj -ofrun/o/opMul_01.d.exe run/o/opMul_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39044 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39045 run/o/opMul_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39046 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39047
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39048 Torture-Sub-1/32-PASS: run/o/opMul_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39049 run: llvmdc -O0 -od./obj -ofrun/o/opMul_02.d.exe run/o/opMul_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39050 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39051 run/o/opMul_02.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39052 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39053
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39054 Torture-Sub-1/32-PASS: run/o/opMul_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39055 run: llvmdc -O0 -od./obj -ofrun/o/opMul_03.d.exe run/o/opMul_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39056 run/o/opMul_03.d(9): Error: cannot implicitly convert expression (-(i * 4L)) of type real to ireal
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39057 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39058 Torture-Sub-1/32-FAIL: run/o/opMul_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39059 run: llvmdc -O0 -od./obj -ofrun/o/opMul_08_A.d.exe run/o/opMul_08_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39060 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39061 run/o/opMul_08_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39062 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39063
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39064 Torture-Sub-1/32-PASS: run/o/opMul_08_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39065 run: llvmdc -O0 -od./obj -ofrun/o/opMul_08_B.d.exe run/o/opMul_08_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39066 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39067 run/o/opMul_08_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39068 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39069
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39070 Torture-Sub-1/32-PASS: run/o/opMul_08_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39071 run: llvmdc -O0 -od./obj -ofrun/o/opMul_08_C.d.exe run/o/opMul_08_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39072 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39073 run/o/opMul_08_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39074 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39075
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39076 Torture-Sub-1/32-PASS: run/o/opMul_08_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39077 run: llvmdc -O0 -od./obj -ofrun/o/opMul_08_D.d.exe run/o/opMul_08_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39078 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39079 run/o/opMul_08_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39080 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39081
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39082 Torture-Sub-1/32-PASS: run/o/opMul_08_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39083 run: llvmdc -O0 -od./obj -ofrun/o/opMul_08_E.d.exe run/o/opMul_08_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39084 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39085 run/o/opMul_08_E.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39086 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39087
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39088 Torture-Sub-1/32-PASS: run/o/opMul_08_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39089 run: llvmdc -O0 -od./obj -ofrun/o/opMulAssign_12.d.exe run/o/opMulAssign_12.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39090 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39091 run/o/opMulAssign_12.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39092 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39093
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39094 Torture-Sub-1/32-PASS: run/o/opMulAssign_12.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39095 run: llvmdc -O0 -od./obj -ofrun/o/opMulAssign_13.d.exe run/o/opMulAssign_13.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39096 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39097 run/o/opMulAssign_13.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39098 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39099
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39100 Torture-Sub-1/32-PASS: run/o/opMulAssign_13.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39101 run: llvmdc -O0 -od./obj -ofrun/o/opMulAssign_14.d.exe run/o/opMulAssign_14.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39102 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39103 run/o/opMulAssign_14.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39104 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39105
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39106 Torture-Sub-1/32-PASS: run/o/opMulAssign_14.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39107 run: llvmdc -O0 -od./obj -ofrun/o/opOr_01_A.d.exe run/o/opOr_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39108 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39109 run/o/opOr_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39110 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39111
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39112 Torture-Sub-1/32-PASS: run/o/opOr_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39113 run: llvmdc -O0 -od./obj -ofrun/o/opOr_01_B.d.exe run/o/opOr_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39114 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39115 run/o/opOr_01_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39116 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39117
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39118 Torture-Sub-1/32-PASS: run/o/opOr_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39119 run: llvmdc -O0 -od./obj -ofrun/o/opOrAssign_01_A.d.exe run/o/opOrAssign_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39120 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39121 run/o/opOrAssign_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39122 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39123
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39124 Torture-Sub-1/32-PASS: run/o/opOrAssign_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39125 run: llvmdc -O0 -od./obj -ofrun/o/opOrAssign_01_B.d.exe run/o/opOrAssign_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39126 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39127 run/o/opOrAssign_01_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39128 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39129
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39130 Torture-Sub-1/32-PASS: run/o/opOrAssign_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39131 run: llvmdc -O0 -od./obj -ofrun/o/opOrAssign_01_C.d.exe run/o/opOrAssign_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39132 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39133 run/o/opOrAssign_01_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39134 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39135
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39136 Torture-Sub-1/32-PASS: run/o/opOrAssign_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39137 run: llvmdc -O0 -od./obj -ofrun/o/opOrAssign_01_D.d.exe run/o/opOrAssign_01_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39138 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39139 run/o/opOrAssign_01_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39140 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39141
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39142 Torture-Sub-1/32-PASS: run/o/opOrAssign_01_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39143 run: llvmdc -O0 -od./obj -ofrun/o/opOrAssign_01_E.d.exe run/o/opOrAssign_01_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39144 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39145 run/o/opOrAssign_01_E.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39146 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39147
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39148 Torture-Sub-1/32-PASS: run/o/opOrAssign_01_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39149 run: llvmdc -O0 -od./obj -ofrun/o/opOrAssign_01_F.d.exe run/o/opOrAssign_01_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39150 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39151 run/o/opOrAssign_01_F.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39152 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39153
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39154 Torture-Sub-1/32-PASS: run/o/opOrAssign_01_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39155 run: llvmdc -O0 -od./obj -ofrun/o/opOrAssign_01_G.d.exe run/o/opOrAssign_01_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39156 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39157 run/o/opOrAssign_01_G.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39158 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39159
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39160 Torture-Sub-1/32-PASS: run/o/opOrAssign_01_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39161 run: llvmdc -O0 -od./obj -ofrun/o/opOrAssign_01_H.d.exe run/o/opOrAssign_01_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39162 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39163 run/o/opOrAssign_01_H.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39164 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39165
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39166 Torture-Sub-1/32-PASS: run/o/opOrAssign_01_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39167 run: llvmdc -O0 -od./obj -ofrun/o/opOrAssign_01_I.d.exe run/o/opOrAssign_01_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39168 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39169 run/o/opOrAssign_01_I.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39170 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39171
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39172 Torture-Sub-1/32-PASS: run/o/opOrAssign_01_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39173 run: llvmdc -O0 -od./obj -ofrun/o/opOrOr_01_A.d.exe run/o/opOrOr_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39174 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39175 run/o/opOrOr_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39176 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39177
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39178 Torture-Sub-1/32-PASS: run/o/opOrOr_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39179 run: llvmdc -O0 -od./obj -ofrun/o/opOrOr_01_B.d.exe run/o/opOrOr_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39180 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39181 run/o/opOrOr_01_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39182 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39183
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39184 Torture-Sub-1/32-PASS: run/o/opOrOr_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39185 run: llvmdc -O0 -od./obj -ofrun/o/opSlice_01_A.d.exe run/o/opSlice_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39186 llvmdc: gen/arrays.cpp:165: void DtoArrayInit(LLValue*, LLValue*, LLValue*): Assertion `finalTy == t' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39187 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39188 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39189 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39190 llvmdc[0x810c469]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39191 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39192 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39193 Torture-Sub-1/32-ERROR: run/o/opSlice_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39194 run: llvmdc -O0 -od./obj -ofrun/o/opSlice_01_B.d.exe run/o/opSlice_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39195 llvmdc: gen/arrays.cpp:165: void DtoArrayInit(LLValue*, LLValue*, LLValue*): Assertion `finalTy == t' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39196 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39197 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39198 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39199 llvmdc[0x810c469]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39200 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39201 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39202 Torture-Sub-1/32-ERROR: run/o/opSlice_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39203 run: llvmdc -O0 -od./obj -ofrun/o/opSlice_01_C.d.exe run/o/opSlice_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39204 llvmdc: gen/arrays.cpp:165: void DtoArrayInit(LLValue*, LLValue*, LLValue*): Assertion `finalTy == t' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39205 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39206 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39207 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39208 llvmdc[0x810c469]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39209 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39210 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39211 Torture-Sub-1/32-ERROR: run/o/opSlice_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39212 run: llvmdc -O0 -od./obj -ofrun/o/opSlice_01_D.d.exe run/o/opSlice_01_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39213 llvmdc: gen/arrays.cpp:165: void DtoArrayInit(LLValue*, LLValue*, LLValue*): Assertion `finalTy == t' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39214 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39215 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39216 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39217 llvmdc[0x810c469]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39218 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39219 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39220 Torture-Sub-1/32-ERROR: run/o/opSlice_01_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39221 run: llvmdc -O0 -od./obj -ofrun/o/opSlice_01_E.d.exe run/o/opSlice_01_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39222 llvmdc: gen/arrays.cpp:165: void DtoArrayInit(LLValue*, LLValue*, LLValue*): Assertion `finalTy == t' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39223 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39224 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39225 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39226 llvmdc[0x810c469]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39227 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39228 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39229 Torture-Sub-1/32-ERROR: run/o/opSlice_01_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39230 run: llvmdc -O0 -od./obj -ofrun/o/opSlice_01_F.d.exe run/o/opSlice_01_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39231 llvmdc: gen/arrays.cpp:165: void DtoArrayInit(LLValue*, LLValue*, LLValue*): Assertion `finalTy == t' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39232 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39233 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39234 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39235 llvmdc[0x810c469]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39236 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39237 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39238 Torture-Sub-1/32-ERROR: run/o/opSlice_01_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39239 run: llvmdc -O0 -od./obj -ofrun/o/opSlice_01_G.d.exe run/o/opSlice_01_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39240 llvmdc: gen/arrays.cpp:165: void DtoArrayInit(LLValue*, LLValue*, LLValue*): Assertion `finalTy == t' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39241 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39242 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39243 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39244 llvmdc[0x810c469]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39245 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39246 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39247 Torture-Sub-1/32-ERROR: run/o/opSlice_01_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39248 run: llvmdc -O0 -od./obj -ofrun/o/opSlice_01_H.d.exe run/o/opSlice_01_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39249 llvmdc: gen/arrays.cpp:165: void DtoArrayInit(LLValue*, LLValue*, LLValue*): Assertion `finalTy == t' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39250 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39251 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39252 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39253 llvmdc[0x810c469]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39254 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39255 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39256 Torture-Sub-1/32-ERROR: run/o/opSlice_01_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39257 run: llvmdc -O0 -od./obj -ofrun/o/opSlice_01_I.d.exe run/o/opSlice_01_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39258 llvmdc: gen/arrays.cpp:165: void DtoArrayInit(LLValue*, LLValue*, LLValue*): Assertion `finalTy == t' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39259 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39260 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39261 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39262 llvmdc[0x810c469]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39263 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39264 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39265 Torture-Sub-1/32-ERROR: run/o/opSlice_01_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39266 run: llvmdc -O0 -od./obj -ofrun/o/opSlice_01_J.d.exe run/o/opSlice_01_J.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39267 llvmdc: gen/arrays.cpp:165: void DtoArrayInit(LLValue*, LLValue*, LLValue*): Assertion `finalTy == t' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39268 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39269 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39270 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39271 llvmdc[0x810c469]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39272 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39273 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39274 Torture-Sub-1/32-ERROR: run/o/opSlice_01_J.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39275 run: llvmdc -O0 -od./obj -ofrun/o/opSlice_01_K.d.exe run/o/opSlice_01_K.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39276 llvmdc: gen/arrays.cpp:165: void DtoArrayInit(LLValue*, LLValue*, LLValue*): Assertion `finalTy == t' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39277 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39278 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39279 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39280 llvmdc[0x810c469]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39281 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39282 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39283 Torture-Sub-1/32-ERROR: run/o/opSlice_01_K.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39284 run: llvmdc -O0 -od./obj -ofrun/o/opSlice_01_L.d.exe run/o/opSlice_01_L.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39285 llvmdc: gen/arrays.cpp:165: void DtoArrayInit(LLValue*, LLValue*, LLValue*): Assertion `finalTy == t' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39286 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39287 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39288 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39289 llvmdc[0x810c469]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39290 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39291 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39292 Torture-Sub-1/32-ERROR: run/o/opSlice_01_L.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39293 run: llvmdc -O0 -od./obj -ofrun/o/opSlice_01_M.d.exe run/o/opSlice_01_M.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39294 llvmdc: gen/arrays.cpp:165: void DtoArrayInit(LLValue*, LLValue*, LLValue*): Assertion `finalTy == t' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39295 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39296 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39297 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39298 llvmdc[0x810c469]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39299 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39300 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39301 Torture-Sub-1/32-ERROR: run/o/opSlice_01_M.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39302 run: llvmdc -O0 -od./obj -ofrun/o/opSlice_01_N.d.exe run/o/opSlice_01_N.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39303 llvmdc: gen/arrays.cpp:165: void DtoArrayInit(LLValue*, LLValue*, LLValue*): Assertion `finalTy == t' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39304 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39305 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39306 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39307 llvmdc[0x810c469]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39308 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39309 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39310 Torture-Sub-1/32-ERROR: run/o/opSlice_01_N.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39311 run: llvmdc -O0 -od./obj -ofrun/o/opSlice_01_O.d.exe run/o/opSlice_01_O.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39312 llvmdc: gen/arrays.cpp:165: void DtoArrayInit(LLValue*, LLValue*, LLValue*): Assertion `finalTy == t' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39313 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39314 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39315 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39316 llvmdc[0x810c469]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39317 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39318 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39319 Torture-Sub-1/32-ERROR: run/o/opSlice_01_O.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39320 run: llvmdc -O0 -od./obj -ofrun/o/opSlice_01_P.d.exe run/o/opSlice_01_P.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39321 llvmdc: ./gen/dvalue.h:43: virtual LLValue* DValue::getRVal(): Assertion `0' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39322 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39323 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39324 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39325 llvmdc[0x810e2f1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39326 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39327 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39328 Torture-Sub-1/32-ERROR: run/o/opSlice_01_P.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39329 run: llvmdc -O0 -od./obj -ofrun/o/opSlice_01_Q.d.exe run/o/opSlice_01_Q.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39330 llvmdc: ./gen/dvalue.h:43: virtual LLValue* DValue::getRVal(): Assertion `0' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39331 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39332 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39333 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39334 llvmdc[0x810e2f1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39335 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39336 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39337 Torture-Sub-1/32-ERROR: run/o/opSlice_01_Q.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39338 run: llvmdc -O0 -od./obj -ofrun/o/opSlice_01_R.d.exe run/o/opSlice_01_R.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39339 llvmdc: ./gen/dvalue.h:43: virtual LLValue* DValue::getRVal(): Assertion `0' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39340 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39341 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39342 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39343 llvmdc[0x810e2f1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39344 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39345 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39346 Torture-Sub-1/32-ERROR: run/o/opSlice_01_R.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39347 run: llvmdc -O0 -od./obj -ofrun/o/opSlice_01_S.d.exe run/o/opSlice_01_S.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39348 llvmdc: gen/arrays.cpp:165: void DtoArrayInit(LLValue*, LLValue*, LLValue*): Assertion `finalTy == t' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39349 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39350 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39351 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39352 llvmdc[0x810c469]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39353 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39354 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39355 Torture-Sub-1/32-ERROR: run/o/opSlice_01_S.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39356 run: llvmdc -O0 -od./obj -ofrun/o/opSlice_01_T.d.exe run/o/opSlice_01_T.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39357 llvmdc: gen/arrays.cpp:165: void DtoArrayInit(LLValue*, LLValue*, LLValue*): Assertion `finalTy == t' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39358 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39359 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39360 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39361 llvmdc[0x810c469]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39362 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39363 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39364 Torture-Sub-1/32-ERROR: run/o/opSlice_01_T.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39365 run: llvmdc -O0 -od./obj -ofrun/o/opSlice_01_U.d.exe run/o/opSlice_01_U.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39366 llvmdc: gen/arrays.cpp:165: void DtoArrayInit(LLValue*, LLValue*, LLValue*): Assertion `finalTy == t' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39367 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39368 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39369 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39370 llvmdc[0x810c469]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39371 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39372 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39373 Torture-Sub-1/32-ERROR: run/o/opSlice_01_U.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39374 run: llvmdc -O0 -od./obj -ofrun/o/opSlice_02_A.d.exe run/o/opSlice_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39375 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39376 run/o/opSlice_02_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39377 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39378
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39379 Torture-Sub-1/32-PASS: run/o/opSlice_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39380 run: llvmdc -O0 -od./obj -ofrun/o/opSlice_02_B.d.exe run/o/opSlice_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39381 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39382 run/o/opSlice_02_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39383 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39384
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39385 Torture-Sub-1/32-PASS: run/o/opSlice_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39386 run: llvmdc -O0 -od./obj -ofrun/o/opSlice_02_C.d.exe run/o/opSlice_02_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39387 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39388 run/o/opSlice_02_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39389 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39390
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39391 Torture-Sub-1/32-PASS: run/o/opSlice_02_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39392 run: llvmdc -O0 -od./obj -ofrun/o/opSliceAssign_01.d.exe run/o/opSliceAssign_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39393 llvmdc: ./gen/dvalue.h:43: virtual LLValue* DValue::getRVal(): Assertion `0' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39394 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39395 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39396 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39397 llvmdc[0x810e2f1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39398 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39399 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39400 Torture-Sub-1/32-ERROR: run/o/opSliceAssign_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39401 run: llvmdc -O0 -od./obj -ofrun/o/opSliceAssign_02_A.d.exe run/o/opSliceAssign_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39402 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39403 run/o/opSliceAssign_02_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39404 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39405
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39406 Torture-Sub-1/32-PASS: run/o/opSliceAssign_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39407 run: llvmdc -O0 -od./obj -ofrun/o/opSliceAssign_02_B.d.exe run/o/opSliceAssign_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39408 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39409 run/o/opSliceAssign_02_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39410 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39411
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39412 Torture-Sub-1/32-PASS: run/o/opSliceAssign_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39413 run: llvmdc -O0 -od./obj -ofrun/o/opSliceAssign_02_C.d.exe run/o/opSliceAssign_02_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39414 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39415 run/o/opSliceAssign_02_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39416 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39417
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39418 Torture-Sub-1/32-PASS: run/o/opSliceAssign_02_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39419 run: llvmdc -O0 -od./obj -ofrun/o/opSliceAssign_02_D.d.exe run/o/opSliceAssign_02_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39420 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39421 run/o/opSliceAssign_02_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39422 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39423
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39424 Torture-Sub-1/32-PASS: run/o/opSliceAssign_02_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39425 run: llvmdc -O0 -od./obj -ofrun/o/opSliceAssign_03_A.d.exe run/o/opSliceAssign_03_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39426 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39427 run/o/opSliceAssign_03_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39428 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39429
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39430 Torture-Sub-1/32-PASS: run/o/opSliceAssign_03_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39431 run: llvmdc -O0 -od./obj -ofrun/o/opSub_07_A.d.exe run/o/opSub_07_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39432 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39433 run/o/opSub_07_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39434 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39435
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39436 Torture-Sub-1/32-PASS: run/o/opSub_07_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39437 run: llvmdc -O0 -od./obj -ofrun/o/opSub_07_B.d.exe run/o/opSub_07_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39438 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39439 run/o/opSub_07_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39440 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39441
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39442 Torture-Sub-1/32-PASS: run/o/opSub_07_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39443 run: llvmdc -O0 -od./obj -ofrun/o/opXorAssign_01_A.d.exe run/o/opXorAssign_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39444 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39445 run/o/opXorAssign_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39446 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39447
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39448 Torture-Sub-1/32-PASS: run/o/opXorAssign_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39449 run: llvmdc -O0 -od./obj -ofrun/o/opXorAssign_01_B.d.exe run/o/opXorAssign_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39450 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39451 run/o/opXorAssign_01_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39452 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39453
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39454 Torture-Sub-1/32-PASS: run/o/opXorAssign_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39455 run: llvmdc -O0 -od./obj -ofrun/o/opXorAssign_01_C.d.exe run/o/opXorAssign_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39456 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39457 run/o/opXorAssign_01_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39458 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39459
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39460 Torture-Sub-1/32-PASS: run/o/opXorAssign_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39461 run: llvmdc -O0 -od./obj -ofrun/o/opXorAssign_01_D.d.exe run/o/opXorAssign_01_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39462 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39463 run/o/opXorAssign_01_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39464 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39465
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39466 Torture-Sub-1/32-PASS: run/o/opXorAssign_01_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39467 run: llvmdc -O0 -od./obj -ofrun/o/opXorAssign_01_E.d.exe run/o/opXorAssign_01_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39468 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39469 run/o/opXorAssign_01_E.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39470 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39471
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39472 Torture-Sub-1/32-PASS: run/o/opXorAssign_01_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39473 run: llvmdc -O0 -od./obj -ofrun/o/opXorAssign_01_F.d.exe run/o/opXorAssign_01_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39474 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39475 run/o/opXorAssign_01_F.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39476 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39477
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39478 Torture-Sub-1/32-PASS: run/o/opXorAssign_01_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39479 run: llvmdc -O0 -od./obj -ofrun/o/opXorAssign_01_G.d.exe run/o/opXorAssign_01_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39480 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39481 run/o/opXorAssign_01_G.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39482 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39483
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39484 Torture-Sub-1/32-PASS: run/o/opXorAssign_01_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39485 run: llvmdc -O0 -od./obj -ofrun/o/opXorAssign_01_H.d.exe run/o/opXorAssign_01_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39486 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39487 run/o/opXorAssign_01_H.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39488 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39489
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39490 Torture-Sub-1/32-PASS: run/o/opXorAssign_01_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39491 run: llvmdc -O0 -od./obj -ofrun/o/opXorAssign_01_I.d.exe run/o/opXorAssign_01_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39492 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39493 run/o/opXorAssign_01_I.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39494 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39495
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39496 Torture-Sub-1/32-PASS: run/o/opXorAssign_01_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39497 run: llvmdc -O0 -od./obj -ofrun/o/opXorAssign_01_J.d.exe run/o/opXorAssign_01_J.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39498 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39499 run/o/opXorAssign_01_J.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39500 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39501
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39502 Torture-Sub-1/32-PASS: run/o/opXorAssign_01_J.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39503 run: llvmdc -O0 -od./obj -ofrun/o/outer_01_D.d.exe run/o/outer_01_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39504 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39505 run/o/outer_01_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39506 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39507
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39508 Torture-Sub-1/32-PASS: run/o/outer_01_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39509 run: llvmdc -O0 -od./obj -ofrun/o/outer_01_E.d.exe run/o/outer_01_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39510 run/o/outer_01_E.d(13): Error: no property 'outer' for type 'dstress.run.o.outer_01_E.A.B'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39511 run/o/outer_01_E.d(13): Error: incompatible types for ((1) is (this)): 'int' and 'A*'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39512 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39513 Torture-Sub-1/32-FAIL: run/o/outer_01_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39514 run: llvmdc -O0 -od./obj -ofrun/o/overload_23.d.exe run/o/overload_23.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39515 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39516 run/o/overload_23.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39517 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39518
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39519 Torture-Sub-1/32-ERROR: run/o/overload_23.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39520 run: llvmdc -O0 -od./obj -ofrun/o/overload_24.d.exe run/o/overload_24.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39521 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39522 run/o/overload_24.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39523 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39524
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39525 Torture-Sub-1/32-ERROR: run/o/overload_24.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39526 run: llvmdc -O0 -od./obj -ofrun/o/overload_25_A.d.exe run/o/overload_25_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39527 run/o/overload_25_A.d(23): Error: dstress.run.o.overload_25_A.testT!(byte).test at run/o/overload_25_A.d(12) conflicts with dstress.run.o.overload_25_A.testT!(ubyte).test at run/o/overload_25_A.d(12)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39528 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39529 Torture-Sub-1/32-FAIL: run/o/overload_25_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39530 run: llvmdc -O0 -od./obj -ofrun/o/overload_25_B.d.exe run/o/overload_25_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39531 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39532 run/o/overload_25_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39533 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39534
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39535 Torture-Sub-1/32-ERROR: run/o/overload_25_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39536 run: llvmdc -O0 -od./obj -ofrun/o/overload_26_A.d.exe run/o/overload_26_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39537 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39538 run/o/overload_26_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39539 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39540
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39541 Torture-Sub-1/32-PASS: run/o/overload_26_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39542 run: llvmdc -O0 -od./obj -ofrun/o/overload_26_B.d.exe run/o/overload_26_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39543 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39544 run/o/overload_26_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39545 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39546
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39547 Torture-Sub-1/32-PASS: run/o/overload_26_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39548 run: llvmdc -O0 -od./obj -ofrun/o/overload_27_A.d.exe run/o/overload_27_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39549 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39550 run/o/overload_27_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39551 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39552
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39553 Torture-Sub-1/32-PASS: run/o/overload_27_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39554 run: llvmdc -O0 -od./obj -ofrun/o/overload_27_B.d.exe run/o/overload_27_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39555 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39556 run/o/overload_27_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39557 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39558
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39559 Torture-Sub-1/32-PASS: run/o/overload_27_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39560 run: llvmdc -O0 -od./obj -ofrun/o/overload_27_C.d.exe run/o/overload_27_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39561 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39562 run/o/overload_27_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39563 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39564
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39565 Torture-Sub-1/32-PASS: run/o/overload_27_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39566 run: llvmdc -O0 -od./obj -ofrun/o/overload_27_D.d.exe run/o/overload_27_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39567 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39568 run/o/overload_27_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39569 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39570
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39571 Torture-Sub-1/32-PASS: run/o/overload_27_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39572 run: llvmdc -O0 -od./obj -ofrun/o/overload_27_E.d.exe run/o/overload_27_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39573 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39574 run/o/overload_27_E.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39575 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39576
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39577 Torture-Sub-1/32-PASS: run/o/overload_27_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39578 run: llvmdc -O0 -od./obj -ofrun/o/overload_28_A.d.exe run/o/overload_28_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39579 run/o/overload_28_A.d(45): function dstress.run.o.overload_28_A.Parent.func (int) does not match parameter types (char[1u])
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39580 run/o/overload_28_A.d(45): Error: cannot implicitly convert expression ("a") of type char[1u] to int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39581 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39582 Torture-Sub-1/32-FAIL: run/o/overload_28_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39583 run: llvmdc -O0 -od./obj -ofrun/opCast_01.d.exe run/opCast_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39584 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39585 run/opCast_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39586 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39587
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39588 Torture-Sub-1/32-PASS: run/opCast_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39589 run: llvmdc -O0 -od./obj -ofrun/opCast_02.d.exe run/opCast_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39590 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39591 run/opCast_02.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39592 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39593
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39594 Torture-Sub-1/32-PASS: run/opCast_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39595 run: llvmdc -O0 -od./obj -ofrun/opCast_03.d.exe run/opCast_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39596 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39597 run/opCast_03.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39598 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39599
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39600 Torture-Sub-1/32-PASS: run/opCast_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39601 run: llvmdc -O0 -od./obj -ofrun/opCat_01.d.exe run/opCat_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39602 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39603 run/opCat_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39604 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39605
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39606 Torture-Sub-1/32-PASS: run/opCat_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39607 run: llvmdc -O0 -od./obj -ofrun/opCat_02.d.exe run/opCat_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39608 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39609 run/opCat_02.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39610 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39611
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39612 Torture-Sub-1/32-PASS: run/opCat_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39613 run: llvmdc -O0 -od./obj -ofrun/opCat_03.d.exe run/opCat_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39614 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39615 run/opCat_03.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39616 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39617
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39618 Torture-Sub-1/32-PASS: run/opCat_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39619 run: llvmdc -O0 -od./obj -ofrun/opCat_04.d.exe run/opCat_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39620 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39621 run/opCat_04.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39622 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39623
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39624 Torture-Sub-1/32-PASS: run/opCat_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39625 run: llvmdc -O0 -od./obj -ofrun/opCat_05.d.exe run/opCat_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39626 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39627 run/opCat_05.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39628 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39629
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39630 Torture-Sub-1/32-PASS: run/opCat_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39631 run: llvmdc -O0 -od./obj -ofrun/opCat_06.d.exe run/opCat_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39632 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39633 run/opCat_06.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39634 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39635
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39636 Torture-Sub-1/32-PASS: run/opCat_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39637 run: llvmdc -O0 -od./obj -ofrun/opCatAssign_01.d.exe run/opCatAssign_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39638 run/opCatAssign_01.d(8): Error: identifier 'string' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39639 run/opCatAssign_01.d(8): Error: string is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39640 run/opCatAssign_01.d(8): variable dstress.run.opCatAssign_01.main.x voids have no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39641 run/opCatAssign_01.d(9): Error: cannot append type char[3u] to type int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39642 run/opCatAssign_01.d(10): Error: no property 'length' for type 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39643 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39644 Torture-Sub-1/32-FAIL: run/opCatAssign_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39645 run: llvmdc -O0 -od./obj -ofrun/opCatAssign_02.d.exe run/opCatAssign_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39646 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39647 run/opCatAssign_02.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39648 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39649
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39650 Torture-Sub-1/32-PASS: run/opCatAssign_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39651 run: llvmdc -O0 -od./obj -ofrun/opCatAssign_03.d.exe run/opCatAssign_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39652 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39653 run/opCatAssign_03.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39654 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39655
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39656 Torture-Sub-1/32-PASS: run/opCatAssign_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39657 run: llvmdc -O0 -od./obj -ofrun/opCatAssign_04.d.exe run/opCatAssign_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39658 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39659 run/opCatAssign_04.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39660 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39661
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39662 Torture-Sub-1/32-PASS: run/opCatAssign_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39663 run: llvmdc -O0 -od./obj -ofrun/opCatAssign_05.d.exe run/opCatAssign_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39664 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39665 run/opCatAssign_05.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39666 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39667
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39668 Torture-Sub-1/32-PASS: run/opCatAssign_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39669 run: llvmdc -O0 -od./obj -ofrun/opCatAssign_06.d.exe run/opCatAssign_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39670 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39671 run/opCatAssign_06.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39672 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39673
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39674 Torture-Sub-1/32-PASS: run/opCatAssign_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39675 run: llvmdc -O0 -od./obj -ofrun/opCatAssign_07.d.exe run/opCatAssign_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39676 run/opCatAssign_07.d(28): template dstress.run.opCatAssign_07.MyClass.opCatAssign(Type) does not match any template declaration
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39677 run/opCatAssign_07.d(28): template dstress.run.opCatAssign_07.MyClass.opCatAssign(Type) cannot deduce template function from argument types (int[])
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39678 run/opCatAssign_07.d(28): template dstress.run.opCatAssign_07.MyClass.opCatAssign(Type) does not match any template declaration
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39679 run/opCatAssign_07.d(28): template dstress.run.opCatAssign_07.MyClass.opCatAssign(Type) cannot deduce template function from argument types (int[])
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39680 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39681 Torture-Sub-1/32-FAIL: run/opCatAssign_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39682 run: llvmdc -O0 -od./obj -ofrun/opCatAssign_08.d.exe run/opCatAssign_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39683 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39684 run/opCatAssign_08.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39685 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39686
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39687 Torture-Sub-1/32-PASS: run/opCatAssign_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39688 run: llvmdc -O0 -od./obj -ofrun/opCatAssign_09.d.exe run/opCatAssign_09.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39689 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39690 run/opCatAssign_09.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39691 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39692
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39693 Torture-Sub-1/32-PASS: run/opCatAssign_09.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39694 run: llvmdc -O0 -od./obj -ofrun/opCatAssign_10.d.exe run/opCatAssign_10.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39695 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39696 run/opCatAssign_10.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39697 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39698
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39699 Torture-Sub-1/32-PASS: run/opCatAssign_10.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39700 run: llvmdc -O0 -od./obj -ofrun/opCatAssign_11.d.exe run/opCatAssign_11.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39701 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39702 run/opCatAssign_11.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39703 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39704
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39705 Torture-Sub-1/32-PASS: run/opCatAssign_11.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39706 run: llvmdc -O0 -od./obj -ofrun/opCatAssign_12.d.exe run/opCatAssign_12.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39707 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39708 run/opCatAssign_12.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39709 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39710
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39711 Torture-Sub-1/32-PASS: run/opCatAssign_12.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39712 run: llvmdc -O0 -od./obj -ofrun/opCatAssign_13.d.exe run/opCatAssign_13.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39713 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39714 run/opCatAssign_13.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39715 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39716
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39717 Torture-Sub-1/32-PASS: run/opCatAssign_13.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39718 run: llvmdc -O0 -od./obj -ofrun/opCatAssign_14.d.exe run/opCatAssign_14.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39719 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39720 run/opCatAssign_14.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39721 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39722
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39723 Torture-Sub-1/32-PASS: run/opCatAssign_14.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39724 run: llvmdc -O0 -od./obj -ofrun/opCmp_01.d.exe run/opCmp_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39725 WARNING: While resolving call to function '_adSort' arguments were dropped!
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39726 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39727 run/opCmp_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39728 EXIT CODE: 11
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39729
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39730 Torture-Sub-1/32-ERROR: run/opCmp_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39731 run: llvmdc -O0 -od./obj -ofrun/opCmp_03.d.exe run/opCmp_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39732 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39733 run/opCmp_03.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39734 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39735
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39736 Torture-Sub-1/32-PASS: run/opCmp_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39737 run: llvmdc -O0 -od./obj -ofrun/opDivAssign_01.d.exe run/opDivAssign_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39738 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39739 run/opDivAssign_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39740 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39741
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39742 Torture-Sub-1/32-PASS: run/opDivAssign_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39743 run: llvmdc -O0 -od./obj -ofrun/opDivAssign_02.d.exe run/opDivAssign_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39744 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39745 run/opDivAssign_02.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39746 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39747
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39748 Torture-Sub-1/32-PASS: run/opDivAssign_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39749 run: llvmdc -O0 -od./obj -ofrun/opDivAssign_03.d.exe run/opDivAssign_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39750 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39751 run/opDivAssign_03.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39752 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39753
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39754 Torture-Sub-1/32-PASS: run/opDivAssign_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39755 run: llvmdc -O0 -od./obj -ofrun/opDivAssign_04.d.exe run/opDivAssign_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39756 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39757 run/opDivAssign_04.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39758 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39759
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39760 Torture-Sub-1/32-PASS: run/opDivAssign_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39761 run: llvmdc -O0 -od./obj -ofrun/opDivAssign_05.d.exe run/opDivAssign_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39762 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39763 run/opDivAssign_05.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39764 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39765
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39766 Torture-Sub-1/32-PASS: run/opDivAssign_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39767 run: llvmdc -O0 -od./obj -ofrun/opDivAssign_06.d.exe run/opDivAssign_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39768 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39769 run/opDivAssign_06.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39770 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39771
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39772 Torture-Sub-1/32-PASS: run/opDivAssign_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39773 run: llvmdc -O0 -od./obj -ofrun/opDivAssign_07.d.exe run/opDivAssign_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39774 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39775 run/opDivAssign_07.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39776 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39777
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39778 Torture-Sub-1/32-PASS: run/opDivAssign_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39779 run: llvmdc -O0 -od./obj -ofrun/opDivAssign_08.d.exe run/opDivAssign_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39780 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39781 run/opDivAssign_08.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39782 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39783
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39784 Torture-Sub-1/32-PASS: run/opDivAssign_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39785 run: llvmdc -O0 -od./obj -ofrun/opDivAssign_09.d.exe run/opDivAssign_09.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39786 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39787 run/opDivAssign_09.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39788 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39789
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39790 Torture-Sub-1/32-PASS: run/opDivAssign_09.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39791 run: llvmdc -O0 -od./obj -ofrun/opDivAssign_10.d.exe run/opDivAssign_10.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39792 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39793 run/opDivAssign_10.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39794 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39795
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39796 Torture-Sub-1/32-PASS: run/opDivAssign_10.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39797 run: llvmdc -O0 -od./obj -ofrun/opDivAssign_11.d.exe run/opDivAssign_11.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39798 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39799 run/opDivAssign_11.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39800 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39801
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39802 Torture-Sub-1/32-PASS: run/opDivAssign_11.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39803 run: llvmdc -O0 -od./obj -ofrun/opEquals_01.d.exe run/opEquals_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39804 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39805 run/opEquals_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39806 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39807
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39808 Torture-Sub-1/32-PASS: run/opEquals_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39809 run: llvmdc -O0 -od./obj -ofrun/opIdentity_01.d.exe run/opIdentity_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39810 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39811 run/opIdentity_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39812 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39813
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39814 Torture-Sub-1/32-PASS: run/opIdentity_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39815 run: llvmdc -O0 -od./obj -ofrun/opIdentity_02.d.exe run/opIdentity_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39816 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39817 run/opIdentity_02.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39818 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39819
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39820 Torture-Sub-1/32-PASS: run/opIdentity_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39821 run: llvmdc -O0 -od./obj -ofrun/opIndex_01.d.exe run/opIndex_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39822 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39823 run/opIndex_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39824 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39825
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39826 Torture-Sub-1/32-PASS: run/opIndex_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39827 run: llvmdc -O0 -od./obj -ofrun/opIndex_03.d.exe run/opIndex_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39828 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39829 run/opIndex_03.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39830 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39831
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39832 Torture-Sub-1/32-PASS: run/opIndex_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39833 run: llvmdc -O0 -od./obj -ofrun/opIndex_04.d.exe run/opIndex_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39834 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39835 run/opIndex_04.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39836 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39837
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39838 Torture-Sub-1/32-PASS: run/opIndex_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39839 run: llvmdc -O0 -od./obj -ofrun/opMulAssign_01.d.exe run/opMulAssign_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39840 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39841 run/opMulAssign_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39842 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39843
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39844 Torture-Sub-1/32-PASS: run/opMulAssign_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39845 run: llvmdc -O0 -od./obj -ofrun/opMulAssign_02.d.exe run/opMulAssign_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39846 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39847 run/opMulAssign_02.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39848 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39849
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39850 Torture-Sub-1/32-PASS: run/opMulAssign_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39851 run: llvmdc -O0 -od./obj -ofrun/opMulAssign_03.d.exe run/opMulAssign_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39852 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39853 run/opMulAssign_03.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39854 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39855
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39856 Torture-Sub-1/32-PASS: run/opMulAssign_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39857 run: llvmdc -O0 -od./obj -ofrun/opMulAssign_04.d.exe run/opMulAssign_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39858 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39859 run/opMulAssign_04.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39860 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39861
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39862 Torture-Sub-1/32-PASS: run/opMulAssign_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39863 run: llvmdc -O0 -od./obj -ofrun/opMulAssign_05.d.exe run/opMulAssign_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39864 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39865 run/opMulAssign_05.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39866 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39867
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39868 Torture-Sub-1/32-PASS: run/opMulAssign_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39869 run: llvmdc -O0 -od./obj -ofrun/opMulAssign_06.d.exe run/opMulAssign_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39870 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39871 run/opMulAssign_06.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39872 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39873
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39874 Torture-Sub-1/32-PASS: run/opMulAssign_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39875 run: llvmdc -O0 -od./obj -ofrun/opMulAssign_07.d.exe run/opMulAssign_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39876 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39877 run/opMulAssign_07.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39878 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39879
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39880 Torture-Sub-1/32-PASS: run/opMulAssign_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39881 run: llvmdc -O0 -od./obj -ofrun/opMulAssign_08.d.exe run/opMulAssign_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39882 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39883 run/opMulAssign_08.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39884 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39885
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39886 Torture-Sub-1/32-PASS: run/opMulAssign_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39887 run: llvmdc -O0 -od./obj -ofrun/opMulAssign_09.d.exe run/opMulAssign_09.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39888 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39889 run/opMulAssign_09.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39890 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39891
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39892 Torture-Sub-1/32-PASS: run/opMulAssign_09.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39893 run: llvmdc -O0 -od./obj -ofrun/opMulAssign_10.d.exe run/opMulAssign_10.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39894 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39895 run/opMulAssign_10.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39896 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39897
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39898 Torture-Sub-1/32-PASS: run/opMulAssign_10.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39899 run: llvmdc -O0 -od./obj -ofrun/opMulAssign_11.d.exe run/opMulAssign_11.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39900 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39901 run/opMulAssign_11.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39902 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39903
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39904 Torture-Sub-1/32-PASS: run/opMulAssign_11.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39905 run: llvmdc -O0 -od./obj -ofrun/opNeg_01.d.exe run/opNeg_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39906 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39907 run/opNeg_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39908 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39909
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39910 Torture-Sub-1/32-PASS: run/opNeg_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39911 run: llvmdc -O0 -od./obj -ofrun/opNeg_02.d.exe run/opNeg_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39912 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39913 run/opNeg_02.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39914 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39915
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39916 Torture-Sub-1/32-PASS: run/opNeg_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39917 run: llvmdc -O0 -od./obj -ofrun/opPos_01.d.exe run/opPos_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39918 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39919 run/opPos_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39920 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39921
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39922 Torture-Sub-1/32-PASS: run/opPos_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39923 run: llvmdc -O0 -od./obj -ofrun/opPos_02.d.exe run/opPos_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39924 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39925 run/opPos_02.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39926 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39927
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39928 Torture-Sub-1/32-PASS: run/opPos_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39929 run: llvmdc -O0 -od./obj -ofrun/opPostDec_01.d.exe run/opPostDec_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39930 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39931 run/opPostDec_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39932 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39933
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39934 Torture-Sub-1/32-PASS: run/opPostDec_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39935 run: llvmdc -O0 -od./obj -ofrun/opPostDec_02.d.exe run/opPostDec_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39936 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39937 run/opPostDec_02.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39938 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39939
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39940 Torture-Sub-1/32-PASS: run/opPostDec_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39941 run: llvmdc -O0 -od./obj -ofrun/opPostDec_03.d.exe run/opPostDec_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39942 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39943 run/opPostDec_03.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39944 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39945
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39946 Torture-Sub-1/32-PASS: run/opPostDec_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39947 run: llvmdc -O0 -od./obj -ofrun/opPostDec_04.d.exe run/opPostDec_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39948 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39949 run/opPostDec_04.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39950 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39951
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39952 Torture-Sub-1/32-PASS: run/opPostDec_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39953 run: llvmdc -O0 -od./obj -ofrun/opPostDec_05.d.exe run/opPostDec_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39954 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39955 run/opPostDec_05.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39956 Exception: Assertion failure
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39957 Assertion failed:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39958 run/opPostDec_05.d(18)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39959 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39960
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39961 Torture-Sub-1/32-ERROR: run/opPostDec_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39962 run: llvmdc -O0 -od./obj -ofrun/opPostDec_06.d.exe run/opPostDec_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39963 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39964 run/opPostDec_06.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39965 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39966
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39967 Torture-Sub-1/32-PASS: run/opPostDec_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39968 run: llvmdc -O0 -od./obj -ofrun/opPostDec_07.d.exe run/opPostDec_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39969 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39970 run/opPostDec_07.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39971 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39972
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39973 Torture-Sub-1/32-PASS: run/opPostDec_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39974 run: llvmdc -O0 -od./obj -ofrun/opPostDec_08.d.exe run/opPostDec_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39975 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39976 run/opPostDec_08.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39977 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39978
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39979 Torture-Sub-1/32-PASS: run/opPostDec_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39980 run: llvmdc -O0 -od./obj -ofrun/opPostDec_09.d.exe run/opPostDec_09.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39981 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39982 run/opPostDec_09.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39983 Exception: Assertion failure
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39984 Assertion failed:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39985 run/opPostDec_09.d(18)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39986 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39987
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39988 Torture-Sub-1/32-ERROR: run/opPostDec_09.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39989 run: llvmdc -O0 -od./obj -ofrun/opPostDec_10.d.exe run/opPostDec_10.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39990 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39991 run/opPostDec_10.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39992 Exception: Assertion failure
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39993 Assertion failed:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39994 run/opPostDec_10.d(18)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39995 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39996
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39997 Torture-Sub-1/32-ERROR: run/opPostDec_10.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39998 run: llvmdc -O0 -od./obj -ofrun/opPostDec_11.d.exe run/opPostDec_11.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
39999 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40000 run/opPostDec_11.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40001 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40002
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40003 Torture-Sub-1/32-ERROR: run/opPostDec_11.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40004 run: llvmdc -O0 -od./obj -ofrun/opPostInc_01.d.exe run/opPostInc_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40005 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40006 run/opPostInc_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40007 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40008
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40009 Torture-Sub-1/32-PASS: run/opPostInc_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40010 run: llvmdc -O0 -od./obj -ofrun/opPostInc_02.d.exe run/opPostInc_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40011 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40012 run/opPostInc_02.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40013 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40014
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40015 Torture-Sub-1/32-PASS: run/opPostInc_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40016 run: llvmdc -O0 -od./obj -ofrun/opPostInc_03.d.exe run/opPostInc_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40017 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40018 run/opPostInc_03.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40019 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40020
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40021 Torture-Sub-1/32-PASS: run/opPostInc_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40022 run: llvmdc -O0 -od./obj -ofrun/opPostInc_04.d.exe run/opPostInc_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40023 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40024 run/opPostInc_04.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40025 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40026
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40027 Torture-Sub-1/32-PASS: run/opPostInc_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40028 run: llvmdc -O0 -od./obj -ofrun/opPostInc_05.d.exe run/opPostInc_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40029 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40030 run/opPostInc_05.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40031 Exception: Assertion failure
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40032 Assertion failed:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40033 run/opPostInc_05.d(18)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40034 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40035
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40036 Torture-Sub-1/32-ERROR: run/opPostInc_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40037 run: llvmdc -O0 -od./obj -ofrun/opPostInc_06.d.exe run/opPostInc_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40038 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40039 run/opPostInc_06.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40040 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40041
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40042 Torture-Sub-1/32-PASS: run/opPostInc_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40043 run: llvmdc -O0 -od./obj -ofrun/opPostInc_07.d.exe run/opPostInc_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40044 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40045 run/opPostInc_07.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40046 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40047
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40048 Torture-Sub-1/32-PASS: run/opPostInc_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40049 run: llvmdc -O0 -od./obj -ofrun/opPostInc_08.d.exe run/opPostInc_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40050 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40051 run/opPostInc_08.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40052 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40053
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40054 Torture-Sub-1/32-PASS: run/opPostInc_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40055 run: llvmdc -O0 -od./obj -ofrun/opPostInc_09.d.exe run/opPostInc_09.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40056 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40057 run/opPostInc_09.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40058 Exception: Assertion failure
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40059 Assertion failed:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40060 run/opPostInc_09.d(18)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40061 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40062
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40063 Torture-Sub-1/32-ERROR: run/opPostInc_09.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40064 run: llvmdc -O0 -od./obj -ofrun/opPostInc_10.d.exe run/opPostInc_10.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40065 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40066 run/opPostInc_10.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40067 Exception: Assertion failure
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40068 Assertion failed:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40069 run/opPostInc_10.d(18)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40070 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40071
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40072 Torture-Sub-1/32-ERROR: run/opPostInc_10.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40073 run: llvmdc -O0 -od./obj -ofrun/opPostInc_11.d.exe run/opPostInc_11.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40074 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40075 run/opPostInc_11.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40076 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40077
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40078 Torture-Sub-1/32-ERROR: run/opPostInc_11.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40079 run: llvmdc -O0 -od./obj -ofrun/opPreDec_01.d.exe run/opPreDec_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40080 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40081 run/opPreDec_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40082 Exception: Assertion failure
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40083 Assertion failed:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40084 run/opPreDec_01.d(18)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40085 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40086
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40087 Torture-Sub-1/32-ERROR: run/opPreDec_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40088 run: llvmdc -O0 -od./obj -ofrun/opPreDec_02.d.exe run/opPreDec_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40089 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40090 run/opPreDec_02.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40091 Exception: Assertion failure
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40092 Assertion failed:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40093 run/opPreDec_02.d(18)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40094 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40095
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40096 Torture-Sub-1/32-ERROR: run/opPreDec_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40097 run: llvmdc -O0 -od./obj -ofrun/opPreDec_03.d.exe run/opPreDec_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40098 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40099 run/opPreDec_03.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40100 Exception: Assertion failure
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40101 Assertion failed:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40102 run/opPreDec_03.d(18)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40103 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40104
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40105 Torture-Sub-1/32-ERROR: run/opPreDec_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40106 run: llvmdc -O0 -od./obj -ofrun/opPreDec_04.d.exe run/opPreDec_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40107 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40108 run/opPreDec_04.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40109 Exception: Assertion failure
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40110 Assertion failed:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40111 run/opPreDec_04.d(18)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40112 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40113
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40114 Torture-Sub-1/32-ERROR: run/opPreDec_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40115 run: llvmdc -O0 -od./obj -ofrun/opPreDec_05.d.exe run/opPreDec_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40116 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40117 run/opPreDec_05.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40118 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40119
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40120 Torture-Sub-1/32-PASS: run/opPreDec_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40121 run: llvmdc -O0 -od./obj -ofrun/opPreDec_06.d.exe run/opPreDec_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40122 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40123 run/opPreDec_06.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40124 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40125
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40126 Torture-Sub-1/32-PASS: run/opPreDec_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40127 run: llvmdc -O0 -od./obj -ofrun/opPreDec_07.d.exe run/opPreDec_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40128 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40129 run/opPreDec_07.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40130 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40131
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40132 Torture-Sub-1/32-PASS: run/opPreDec_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40133 run: llvmdc -O0 -od./obj -ofrun/opPreDec_08.d.exe run/opPreDec_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40134 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40135 run/opPreDec_08.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40136 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40137
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40138 Torture-Sub-1/32-PASS: run/opPreDec_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40139 run: llvmdc -O0 -od./obj -ofrun/opPreDec_09.d.exe run/opPreDec_09.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40140 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40141 run/opPreDec_09.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40142 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40143
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40144 Torture-Sub-1/32-PASS: run/opPreDec_09.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40145 run: llvmdc -O0 -od./obj -ofrun/opPreDec_10.d.exe run/opPreDec_10.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40146 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40147 run/opPreDec_10.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40148 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40149
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40150 Torture-Sub-1/32-PASS: run/opPreDec_10.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40151 run: llvmdc -O0 -od./obj -ofrun/opPreDec_11.d.exe run/opPreDec_11.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40152 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40153 run/opPreDec_11.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40154 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40155
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40156 Torture-Sub-1/32-PASS: run/opPreDec_11.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40157 run: llvmdc -O0 -od./obj -ofrun/opPreInc_01.d.exe run/opPreInc_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40158 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40159 run/opPreInc_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40160 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40161
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40162 Torture-Sub-1/32-PASS: run/opPreInc_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40163 run: llvmdc -O0 -od./obj -ofrun/opPreInc_02.d.exe run/opPreInc_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40164 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40165 run/opPreInc_02.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40166 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40167
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40168 Torture-Sub-1/32-PASS: run/opPreInc_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40169 run: llvmdc -O0 -od./obj -ofrun/opPreInc_03.d.exe run/opPreInc_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40170 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40171 run/opPreInc_03.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40172 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40173
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40174 Torture-Sub-1/32-PASS: run/opPreInc_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40175 run: llvmdc -O0 -od./obj -ofrun/opPreInc_04.d.exe run/opPreInc_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40176 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40177 run/opPreInc_04.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40178 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40179
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40180 Torture-Sub-1/32-PASS: run/opPreInc_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40181 run: llvmdc -O0 -od./obj -ofrun/opPreInc_05.d.exe run/opPreInc_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40182 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40183 run/opPreInc_05.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40184 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40185
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40186 Torture-Sub-1/32-PASS: run/opPreInc_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40187 run: llvmdc -O0 -od./obj -ofrun/opPreInc_06.d.exe run/opPreInc_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40188 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40189 run/opPreInc_06.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40190 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40191
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40192 Torture-Sub-1/32-PASS: run/opPreInc_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40193 run: llvmdc -O0 -od./obj -ofrun/opPreInc_07.d.exe run/opPreInc_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40194 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40195 run/opPreInc_07.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40196 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40197
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40198 Torture-Sub-1/32-PASS: run/opPreInc_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40199 run: llvmdc -O0 -od./obj -ofrun/opPreInc_08.d.exe run/opPreInc_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40200 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40201 run/opPreInc_08.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40202 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40203
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40204 Torture-Sub-1/32-PASS: run/opPreInc_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40205 run: llvmdc -O0 -od./obj -ofrun/opPreInc_09.d.exe run/opPreInc_09.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40206 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40207 run/opPreInc_09.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40208 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40209
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40210 Torture-Sub-1/32-PASS: run/opPreInc_09.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40211 run: llvmdc -O0 -od./obj -ofrun/opPreInc_10.d.exe run/opPreInc_10.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40212 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40213 run/opPreInc_10.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40214 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40215
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40216 Torture-Sub-1/32-PASS: run/opPreInc_10.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40217 run: llvmdc -O0 -od./obj -ofrun/opPreInc_11.d.exe run/opPreInc_11.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40218 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40219 run/opPreInc_11.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40220 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40221
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40222 Torture-Sub-1/32-PASS: run/opPreInc_11.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40223 run: llvmdc -O0 -od./obj -ofrun/opShr_01.d.exe run/opShr_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40224 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40225 run/opShr_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40226 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40227
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40228 Torture-Sub-1/32-PASS: run/opShr_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40229 run: llvmdc -O0 -od./obj -ofrun/opShr_02.d.exe run/opShr_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40230 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40231 run/opShr_02.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40232 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40233
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40234 Torture-Sub-1/32-PASS: run/opShr_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40235 run: llvmdc -O0 -od./obj -ofrun/opShr_03.d.exe run/opShr_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40236 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40237 run/opShr_03.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40238 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40239
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40240 Torture-Sub-1/32-PASS: run/opShr_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40241 run: llvmdc -O0 -od./obj -ofrun/opShr_04.d.exe run/opShr_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40242 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40243 run/opShr_04.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40244 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40245
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40246 Torture-Sub-1/32-PASS: run/opShr_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40247 run: llvmdc -O0 -od./obj -ofrun/opShr_05.d.exe run/opShr_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40248 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40249 run/opShr_05.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40250 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40251
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40252 Torture-Sub-1/32-PASS: run/opShr_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40253 run: llvmdc -O0 -od./obj -ofrun/opShr_06.d.exe run/opShr_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40254 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40255 run/opShr_06.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40256 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40257
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40258 Torture-Sub-1/32-PASS: run/opShr_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40259 run: llvmdc -O0 -od./obj -ofrun/opShrAssign_01.d.exe run/opShrAssign_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40260 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40261 run/opShrAssign_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40262 Exception: Assertion failure
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40263 Assertion failed:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40264 run/opShrAssign_01.d(14)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40265 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40266
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40267 Torture-Sub-1/32-ERROR: run/opShrAssign_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40268 run: llvmdc -O0 -od./obj -ofrun/opShrAssign_02.d.exe run/opShrAssign_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40269 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40270 run/opShrAssign_02.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40271 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40272
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40273 Torture-Sub-1/32-PASS: run/opShrAssign_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40274 run: llvmdc -O0 -od./obj -ofrun/out_01.d.exe run/out_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40275 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40276 run/out_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40277 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40278
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40279 Torture-Sub-1/32-PASS: run/out_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40280 run: llvmdc -O0 -od./obj -ofrun/out_02.d.exe run/out_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40281 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40282 run/out_02.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40283 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40284
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40285 Torture-Sub-1/32-PASS: run/out_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40286 run: llvmdc -O0 -od./obj -ofrun/out_03.d.exe run/out_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40287 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40288 run/out_03.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40289 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40290
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40291 Torture-Sub-1/32-PASS: run/out_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40292 run: llvmdc -O0 -od./obj -ofrun/out_04.d.exe run/out_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40293 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40294 run/out_04.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40295 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40296
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40297 Torture-Sub-1/32-PASS: run/out_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40298 run: llvmdc -O0 -od./obj -ofrun/out_05.d.exe run/out_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40299 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40300 run/out_05.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40301 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40302
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40303 Torture-Sub-1/32-PASS: run/out_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40304 run: llvmdc -O0 -od./obj -ofrun/out_06.d.exe run/out_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40305 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40306 run/out_06.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40307 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40308
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40309 Torture-Sub-1/32-PASS: run/out_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40310 run: llvmdc -O0 -od./obj -ofrun/OutOfMemory_01.d.exe run/OutOfMemory_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40311 run/OutOfMemory_01.d(14): module outofmemory cannot read file 'std/outofmemory.d'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40312 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40313 Torture-Sub-1/32-FAIL: run/OutOfMemory_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40314 run: llvmdc -O0 -od./obj -ofrun/OutOfMemory_02.d.exe run/OutOfMemory_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40315 run/OutOfMemory_02.d(14): module outofmemory cannot read file 'std/outofmemory.d'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40316 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40317 Torture-Sub-1/32-FAIL: run/OutOfMemory_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40318 run: llvmdc -O0 -od./obj -ofrun/OutOfMemory_03.d.exe run/OutOfMemory_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40319 Warning: run/OutOfMemory_03.d(18): try-catch is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40320 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40321 run/OutOfMemory_03.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40322 EXIT CODE: 11
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40323
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40324 Torture-Sub-1/32-ERROR: run/OutOfMemory_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40325 run: llvmdc -O0 -od./obj -ofrun/overload_01.d.exe run/overload_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40326 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40327 run/overload_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40328 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40329
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40330 Torture-Sub-1/32-PASS: run/overload_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40331 run: llvmdc -O0 -od./obj -ofrun/overload_02.d.exe run/overload_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40332 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40333 run/overload_02.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40334 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40335
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40336 Torture-Sub-1/32-PASS: run/overload_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40337 run: llvmdc -O0 -od./obj -ofrun/overload_03.d.exe run/overload_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40338 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40339 run/overload_03.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40340 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40341
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40342 Torture-Sub-1/32-PASS: run/overload_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40343 run: llvmdc -O0 -od./obj -ofrun/overload_04.d.exe run/overload_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40344 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40345 run/overload_04.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40346 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40347
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40348 Torture-Sub-1/32-PASS: run/overload_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40349 run: llvmdc -O0 -od./obj -ofrun/overload_05.d.exe run/overload_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40350 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40351 run/overload_05.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40352 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40353
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40354 Torture-Sub-1/32-PASS: run/overload_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40355 run: llvmdc -O0 -od./obj -ofrun/overload_06.d.exe run/overload_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40356 run/overload_06.d(16): Error: declaration foo is already defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40357 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40358 Torture-Sub-1/32-FAIL: run/overload_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40359 run: llvmdc -O0 -od./obj -ofrun/overload_07.d.exe run/overload_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40360 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40361 run/overload_07.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40362 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40363
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40364 Torture-Sub-1/32-PASS: run/overload_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40365 run: llvmdc -O0 -od./obj -ofrun/overload_09.d.exe run/overload_09.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40366 run/overload_09.d(27): function dstress.run.overload_09.test called with argument types:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40367 (double,uint)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40368 matches both:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40369 dstress.run.overload_09.test(real,real)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40370 and:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40371 dstress.run.overload_09.test(real,uint)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40372 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40373 Torture-Sub-1/32-FAIL: run/overload_09.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40374 run: llvmdc -O0 -od./obj -ofrun/overload_10.d.exe run/overload_10.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40375 run/overload_10.d(27): function dstress.run.overload_10.test called with argument types:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40376 (double,uint)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40377 matches both:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40378 dstress.run.overload_10.test(real,real)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40379 and:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40380 dstress.run.overload_10.test(real,uint)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40381 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40382 Torture-Sub-1/32-FAIL: run/overload_10.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40383 run: llvmdc -O0 -od./obj -ofrun/overload_15.d.exe run/overload_15.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40384 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40385 run/overload_15.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40386 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40387
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40388 Torture-Sub-1/32-PASS: run/overload_15.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40389 run: llvmdc -O0 -od./obj -ofrun/overload_17.d.exe run/overload_17.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40390 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40391 run/overload_17.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40392 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40393
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40394 Torture-Sub-1/32-PASS: run/overload_17.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40395 run: llvmdc -O0 -od./obj -ofrun/overload_18.d.exe run/overload_18.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40396 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40397 run/overload_18.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40398 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40399
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40400 Torture-Sub-1/32-PASS: run/overload_18.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40401 run: llvmdc -O0 -od./obj -ofrun/overload_19.d.exe run/overload_19.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40402 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40403 run/overload_19.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40404 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40405
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40406 Torture-Sub-1/32-PASS: run/overload_19.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40407 run: llvmdc -O0 -od./obj -ofrun/overload_20.d.exe run/overload_20.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40408 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40409 run/overload_20.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40410 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40411
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40412 Torture-Sub-1/32-PASS: run/overload_20.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40413 run: llvmdc -O0 -od./obj -ofrun/overload_21.d.exe run/overload_21.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40414 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40415 run/overload_21.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40416 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40417
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40418 Torture-Sub-1/32-PASS: run/overload_21.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40419 run: llvmdc -O0 -od./obj -ofrun/overload_22.d.exe run/overload_22.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40420 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40421 run/overload_22.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40422 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40423
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40424 Torture-Sub-1/32-PASS: run/overload_22.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40425 run: llvmdc -O0 -od./obj -ofrun/override_01.d.exe run/override_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40426 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40427 run/override_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40428 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40429
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40430 Torture-Sub-1/32-PASS: run/override_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40431 run: llvmdc -O0 -od./obj -ofrun/package_03.d.exe run/package_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40432 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40433 run/package_03.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40434 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40435
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40436 Torture-Sub-1/32-PASS: run/package_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40437 run: llvmdc -O0 -od./obj -ofrun/p/pointer_03_B.d.exe run/p/pointer_03_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40438 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40439 run/p/pointer_03_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40440 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40441
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40442 Torture-Sub-1/32-PASS: run/p/pointer_03_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40443 run: llvmdc -O0 -od./obj -ofrun/p/pointer_03_C.d.exe run/p/pointer_03_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40444 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40445 run/p/pointer_03_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40446 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40447
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40448 Torture-Sub-1/32-PASS: run/p/pointer_03_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40449 run: llvmdc -O0 -od./obj -ofrun/p/pragma_msg_01_A.d.exe run/p/pragma_msg_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40450 Crash!
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40451 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40452 run/p/pragma_msg_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40453 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40454
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40455 Torture-Sub-1/32-PASS: run/p/pragma_msg_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40456 run: llvmdc -O0 -od./obj -ofrun/p/pragma_msg_01_B.d.exe run/p/pragma_msg_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40457 Crash!
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40458 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40459 run/p/pragma_msg_01_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40460 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40461
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40462 Torture-Sub-1/32-PASS: run/p/pragma_msg_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40463 run: llvmdc -O0 -od./obj -ofrun/p/pragma_msg_01_C.d.exe run/p/pragma_msg_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40464 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40465 run/p/pragma_msg_01_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40466 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40467
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40468 Torture-Sub-1/32-PASS: run/p/pragma_msg_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40469 run: llvmdc -O0 -od./obj -ofrun/p/private_09_A.d.exe run/p/private_09_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40470 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40471 run/p/private_09_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40472 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40473
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40474 Torture-Sub-1/32-PASS: run/p/private_09_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40475 run: llvmdc -O0 -od./obj -ofrun/p/private_09_B.d.exe run/p/private_09_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40476 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40477 run/p/private_09_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40478 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40479
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40480 Torture-Sub-1/32-PASS: run/p/private_09_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40481 run: llvmdc -O0 -od./obj -ofrun/p/private_09_C.d.exe run/p/private_09_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40482 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40483 run/p/private_09_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40484 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40485
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40486 Torture-Sub-1/32-PASS: run/p/private_09_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40487 run: llvmdc -O0 -od./obj -ofrun/p/private_09_D.d.exe run/p/private_09_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40488 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40489 run/p/private_09_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40490 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40491
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40492 Torture-Sub-1/32-PASS: run/p/private_09_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40493 run: llvmdc -O0 addon/private_10_Z.d -od./obj/_68F9 -ofrun/p/private_10_A.d.exe run/p/private_10_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40494 run/p/private_10_A.d(13): module addon.p.private_10_Z is in multiple packages addon.p.private_10_Z
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40495 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40496 Torture-Sub-1/32-FAIL: run/p/private_10_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40497 run: llvmdc -O0 addon/private_10_Z.d -od./obj/_6900 -ofrun/p/private_10_B.d.exe run/p/private_10_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40498 run/p/private_10_B.d(13): module addon.p.private_10_Z is in multiple packages addon.p.private_10_Z
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40499 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40500 Torture-Sub-1/32-FAIL: run/p/private_10_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40501 run: llvmdc -O0 addon/private_10_Z.d -od./obj/_6907 -ofrun/p/private_10_C.d.exe run/p/private_10_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40502 run/p/private_10_C.d(13): module addon.p.private_10_Z is in multiple packages addon.p.private_10_Z
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40503 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40504 Torture-Sub-1/32-FAIL: run/p/private_10_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40505 run: llvmdc -O0 addon/private_10_Z.d -od./obj/_690E -ofrun/p/private_10_D.d.exe run/p/private_10_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40506 run/p/private_10_D.d(13): module addon.p.private_10_Z is in multiple packages addon.p.private_10_Z
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40507 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40508 Torture-Sub-1/32-FAIL: run/p/private_10_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40509 run: llvmdc -O0 -od./obj -ofrun/p/private_11_A.d.exe run/p/private_11_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40510 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40511 run/p/private_11_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40512 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40513
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40514 Torture-Sub-1/32-PASS: run/p/private_11_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40515 run: llvmdc -O0 -od./obj -ofrun/p/private_11_B.d.exe run/p/private_11_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40516 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40517 run/p/private_11_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40518 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40519
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40520 Torture-Sub-1/32-PASS: run/p/private_11_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40521 run: llvmdc -O0 -od./obj -ofrun/p/private_11_C.d.exe run/p/private_11_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40522 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40523 run/p/private_11_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40524 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40525
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40526 Torture-Sub-1/32-PASS: run/p/private_11_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40527 run: llvmdc -O0 -od./obj -ofrun/p/ptr_10_A.d.exe run/p/ptr_10_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40528 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40529 run/p/ptr_10_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40530 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40531
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40532 Torture-Sub-1/32-PASS: run/p/ptr_10_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40533 run: llvmdc -O0 -od./obj -ofrun/p/ptr_10_B.d.exe run/p/ptr_10_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40534 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40535 run/p/ptr_10_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40536 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40537
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40538 Torture-Sub-1/32-PASS: run/p/ptr_10_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40539 run: llvmdc -O0 -od./obj -ofrun/p/ptr_10_C.d.exe run/p/ptr_10_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40540 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40541 run/p/ptr_10_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40542 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40543
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40544 Torture-Sub-1/32-PASS: run/p/ptr_10_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40545 run: llvmdc -O0 -od./obj -ofrun/p/ptr_10_D.d.exe run/p/ptr_10_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40546 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40547 run/p/ptr_10_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40548 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40549
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40550 Torture-Sub-1/32-ERROR: run/p/ptr_10_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40551 run: llvmdc -O0 -od./obj -ofrun/p/ptr_10_E.d.exe run/p/ptr_10_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40552 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40553 run/p/ptr_10_E.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40554 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40555
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40556 Torture-Sub-1/32-PASS: run/p/ptr_10_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40557 run: llvmdc -O0 -od./obj -ofrun/p/ptr_10_F.d.exe run/p/ptr_10_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40558 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40559 run/p/ptr_10_F.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40560 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40561
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40562 Torture-Sub-1/32-PASS: run/p/ptr_10_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40563 run: llvmdc -O0 -od./obj -ofrun/p/ptr_10_G.d.exe run/p/ptr_10_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40564 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40565 run/p/ptr_10_G.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40566 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40567
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40568 Torture-Sub-1/32-PASS: run/p/ptr_10_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40569 run: llvmdc -O0 -od./obj -ofrun/p/ptr_10_H.d.exe run/p/ptr_10_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40570 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40571 run/p/ptr_10_H.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40572 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40573
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40574 Torture-Sub-1/32-PASS: run/p/ptr_10_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40575 run: llvmdc -O0 -od./obj -ofrun/p/ptr_11_A.d.exe run/p/ptr_11_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40576 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40577 run/p/ptr_11_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40578 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40579
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40580 Torture-Sub-1/32-ERROR: run/p/ptr_11_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40581 run: llvmdc -O0 -od./obj -ofrun/p/ptr_12_A.d.exe run/p/ptr_12_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40582 llvmdc: gen/llvmhelpers.cpp:446: void DtoAssign(DValue*, DValue*): Assertion `r->getType() == l->getType()->getContainedType(0)' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40583 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40584 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40585 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40586 llvmdc[0x815e381]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40587 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40588 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40589 Torture-Sub-1/32-ERROR: run/p/ptr_12_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40590 run: llvmdc -O0 -od./obj -ofrun/pragma_01.d.exe run/pragma_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40591 compiling pragma
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40592
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40593 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40594 run/pragma_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40595 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40596
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40597 Torture-Sub-1/32-PASS: run/pragma_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40598 run: llvmdc -O0 -od./obj -ofrun/pragma_02.d.exe run/pragma_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40599 compiling pragma
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40600
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40601 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40602 run/pragma_02.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40603 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40604
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40605 Torture-Sub-1/32-PASS: run/pragma_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40606 run: llvmdc -O0 -od./obj -ofrun/pragma_05.d.exe run/pragma_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40607 compiling pragma
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40608 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40609 run/pragma_05.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40610 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40611
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40612 Torture-Sub-1/32-PASS: run/pragma_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40613 run: llvmdc -O0 -od./obj -ofrun/pragma_06.d.exe run/pragma_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40614 compiling pragma
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40615 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40616 run/pragma_06.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40617 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40618
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40619 Torture-Sub-1/32-PASS: run/pragma_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40620 run: llvmdc -O0 -od./obj -ofrun/private_01.d.exe run/private_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40621 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40622 run/private_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40623 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40624
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40625 Torture-Sub-1/32-PASS: run/private_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40626 run: llvmdc -O0 -od./obj -ofrun/private_02.d.exe run/private_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40627 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40628 run/private_02.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40629 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40630
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40631 Torture-Sub-1/32-PASS: run/private_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40632 run: llvmdc -O0 -od./obj -ofrun/private_03.d.exe run/private_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40633 run/private_03.d(23): Error: outer class Outer 'this' needed to 'new' nested class Inner
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40634 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40635 Torture-Sub-1/32-FAIL: run/private_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40636 run: llvmdc -O0 -od./obj -ofrun/private_04.d.exe run/private_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40637 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40638 run/private_04.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40639 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40640
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40641 Torture-Sub-1/32-PASS: run/private_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40642 run: llvmdc -O0 -od./obj -ofrun/private_07.d.exe run/private_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40643 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40644 run/private_07.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40645 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40646
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40647 Torture-Sub-1/32-PASS: run/private_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40648 run: llvmdc -O0 -od./obj -ofrun/protected_01.d.exe run/protected_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40649 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40650 run/protected_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40651 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40652
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40653 Torture-Sub-1/32-PASS: run/protected_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40654 run: llvmdc -O0 -od./obj -ofrun/ptr_01.d.exe run/ptr_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40655 llvmdc: /home/kamm/eigenes/projekte/llvmdc/llvm-23-release-prefix/include/llvm/Instructions.h:375: const llvm::Type* llvm::checkType(const llvm::Type*): Assertion `Ty && "Invalid GetElementPtrInst indices for type!"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40656 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40657 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40658 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40659 llvmdc[0x8166156]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40660 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40661 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40662 Torture-Sub-1/32-ERROR: run/ptr_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40663 run: llvmdc -O0 -od./obj -ofrun/ptr_02.d.exe run/ptr_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40664 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40665 run/ptr_02.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40666 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40667
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40668 Torture-Sub-1/32-PASS: run/ptr_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40669 run: llvmdc -O0 -od./obj -ofrun/ptr_03.d.exe run/ptr_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40670 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40671 run/ptr_03.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40672 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40673
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40674 Torture-Sub-1/32-PASS: run/ptr_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40675 run: llvmdc -O0 -od./obj -ofrun/ptr_04.d.exe run/ptr_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40676 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40677 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40678 EXIT CODE: 11
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40679 Torture-Sub-1/32-ERROR: run/ptr_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40680 run: llvmdc -O0 -od./obj -ofrun/real_01.d.exe run/real_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40681 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40682 run/real_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40683 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40684
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40685 Torture-Sub-1/32-PASS: run/real_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40686 run: llvmdc -O0 -od./obj -ofrun/real_02.d.exe run/real_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40687 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40688 run/real_02.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40689 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40690
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40691 Torture-Sub-1/32-PASS: run/real_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40692 run: llvmdc -O0 -od./obj -ofrun/real_04.d.exe run/real_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40693 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40694 run/real_04.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40695 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40696
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40697 Torture-Sub-1/32-PASS: run/real_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40698 run: llvmdc -O0 -od./obj -ofrun/real_05.d.exe run/real_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40699 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40700 run/real_05.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40701 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40702
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40703 Torture-Sub-1/32-PASS: run/real_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40704 run: llvmdc -O0 -od./obj -ofrun/real_06.d.exe run/real_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40705 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40706 run/real_06.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40707 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40708
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40709 Torture-Sub-1/32-PASS: run/real_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40710 run: llvmdc -O0 -od./obj -ofrun/real_07.d.exe run/real_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40711 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40712 run/real_07.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40713 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40714
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40715 Torture-Sub-1/32-PASS: run/real_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40716 run: llvmdc -O0 -od./obj -ofrun/real_08.d.exe run/real_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40717 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40718 run/real_08.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40719 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40720
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40721 Torture-Sub-1/32-PASS: run/real_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40722 run: llvmdc -O0 -od./obj -ofrun/real_09.d.exe run/real_09.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40723 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40724 run/real_09.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40725 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40726
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40727 Torture-Sub-1/32-PASS: run/real_09.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40728 run: llvmdc -O0 -od./obj -ofrun/real_10.d.exe run/real_10.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40729 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40730 run/real_10.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40731 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40732
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40733 Torture-Sub-1/32-PASS: run/real_10.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40734 run: llvmdc -O0 -od./obj -ofrun/real_11.d.exe run/real_11.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40735 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40736 run/real_11.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40737 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40738
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40739 Torture-Sub-1/32-PASS: run/real_11.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40740 run: llvmdc -O0 -od./obj -ofrun/real_12.d.exe run/real_12.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40741 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40742 run/real_12.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40743 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40744
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40745 Torture-Sub-1/32-PASS: run/real_12.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40746 run: llvmdc -O0 -od./obj -ofrun/real_13.d.exe run/real_13.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40747 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40748 run/real_13.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40749 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40750
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40751 Torture-Sub-1/32-PASS: run/real_13.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40752 run: llvmdc -O0 -od./obj -ofrun/real_22.d.exe run/real_22.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40753 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40754 run/real_22.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40755 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40756
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40757 Torture-Sub-1/32-PASS: run/real_22.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40758 run: llvmdc -O0 -od./obj -ofrun/rehash_01.d.exe run/rehash_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40759 llvmdc: gen/llvmhelpers.cpp:606: DValue* DtoCast(DValue*, Type*): Assertion `0' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40760 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40761 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40762 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40763 llvmdc[0x815d75a]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40764 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40765 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40766 Torture-Sub-1/32-ERROR: run/rehash_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40767 run: llvmdc -O0 -od./obj -ofrun/return_01.d.exe run/return_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40768 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40769 run/return_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40770 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40771
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40772 Torture-Sub-1/32-PASS: run/return_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40773 run: llvmdc -O0 -od./obj -ofrun/return_02.d.exe run/return_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40774 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40775 run/return_02.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40776 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40777
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40778 Torture-Sub-1/32-PASS: run/return_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40779 run: llvmdc -O0 -od./obj -ofrun/return_03.d.exe run/return_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40780 run/return_03.d: module dstress.run.return_03 Terminator found in the middle of a basic block!
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40781 label %endtryfinally
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40782 Broken module found, compilation terminated.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40783 Broken module found, compilation terminated.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40784 Broken module found, compilation terminated.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40785
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40786 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40787 Torture-Sub-1/32-FAIL: run/return_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40788 run: llvmdc -O0 -od./obj -ofrun/return_04.d.exe run/return_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40789 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40790 run/return_04.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40791 Exception: Assertion failure
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40792 Assertion failed:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40793 run/return_04.d(28)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40794 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40795
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40796 Torture-Sub-1/32-ERROR: run/return_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40797 run: llvmdc -O0 -od./obj -ofrun/return_06.d.exe run/return_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40798 Warning: run/return_06.d(24): try-catch is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40799 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40800 run/return_06.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40801 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40802
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40803 Torture-Sub-1/32-ERROR: run/return_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40804 run: llvmdc -O0 -od./obj -ofrun/reverse_01.d.exe run/reverse_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40805 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40806 run/reverse_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40807 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40808
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40809 Torture-Sub-1/32-PASS: run/reverse_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40810 run: llvmdc -O0 -od./obj -ofrun/reverse_02.d.exe run/reverse_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40811 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40812 run/reverse_02.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40813 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40814
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40815 Torture-Sub-1/32-PASS: run/reverse_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40816 run: llvmdc -O0 -od./obj -ofrun/reverse_03.d.exe run/reverse_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40817 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40818 run/reverse_03.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40819 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40820
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40821 Torture-Sub-1/32-PASS: run/reverse_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40822 run: llvmdc -O0 -od./obj -ofrun/reverse_04.d.exe run/reverse_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40823 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40824 run/reverse_04.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40825 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40826
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40827 Torture-Sub-1/32-PASS: run/reverse_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40828 run: llvmdc -O0 -od./obj -ofrun/reverse_05.d.exe run/reverse_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40829 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40830 run/reverse_05.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40831 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40832
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40833 Torture-Sub-1/32-PASS: run/reverse_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40834 run: llvmdc -O0 -od./obj -ofrun/reverse_06.d.exe run/reverse_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40835 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40836 run/reverse_06.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40837 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40838
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40839 Torture-Sub-1/32-PASS: run/reverse_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40840 run: llvmdc -O0 -od./obj -ofrun/reverse_07.d.exe run/reverse_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40841 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40842 run/reverse_07.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40843 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40844
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40845 Torture-Sub-1/32-PASS: run/reverse_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40846 run: llvmdc -O0 -od./obj -ofrun/r/real_23_B.d.exe run/r/real_23_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40847 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40848 run/r/real_23_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40849 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40850
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40851 Torture-Sub-1/32-PASS: run/r/real_23_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40852 run: llvmdc -O0 -od./obj -ofrun/r/real_26_A.d.exe run/r/real_26_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40853 run/r/real_26_A.d(15): static assert is false
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40854 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40855 Torture-Sub-1/32-FAIL: run/r/real_26_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40856 run: llvmdc -O0 -od./obj -ofrun/r/real_26_B.d.exe run/r/real_26_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40857 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40858 run/r/real_26_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40859 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40860
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40861 Torture-Sub-1/32-PASS: run/r/real_26_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40862 run: llvmdc -O0 -od./obj -ofrun/r/real_26_C.d.exe run/r/real_26_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40863 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40864 run/r/real_26_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40865 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40866
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40867 Torture-Sub-1/32-PASS: run/r/real_26_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40868 run: llvmdc -O0 -od./obj -ofrun/r/real_26_D.d.exe run/r/real_26_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40869 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40870 run/r/real_26_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40871 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40872
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40873 Torture-Sub-1/32-PASS: run/r/real_26_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40874 run: llvmdc -O0 -od./obj -ofrun/r/real_26_E.d.exe run/r/real_26_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40875 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40876 run/r/real_26_E.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40877 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40878
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40879 Torture-Sub-1/32-PASS: run/r/real_26_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40880 run: llvmdc -O0 -od./obj -ofrun/r/real_26_F.d.exe run/r/real_26_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40881 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40882 run/r/real_26_F.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40883 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40884
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40885 Torture-Sub-1/32-PASS: run/r/real_26_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40886 run: llvmdc -O0 -od./obj -ofrun/r/real_26_G.d.exe run/r/real_26_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40887 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40888 run/r/real_26_G.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40889 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40890
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40891 Torture-Sub-1/32-PASS: run/r/real_26_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40892 run: llvmdc -O0 -od./obj -ofrun/r/real_26_H.d.exe run/r/real_26_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40893 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40894 run/r/real_26_H.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40895 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40896
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40897 Torture-Sub-1/32-PASS: run/r/real_26_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40898 run: llvmdc -O0 -od./obj -ofrun/r/real_26_I.d.exe run/r/real_26_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40899 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40900 run/r/real_26_I.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40901 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40902
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40903 Torture-Sub-1/32-PASS: run/r/real_26_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40904 run: llvmdc -O0 -od./obj -ofrun/r/real_26_K.d.exe run/r/real_26_K.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40905 run/r/real_26_K.d(15): static assert is false
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40906 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40907 Torture-Sub-1/32-FAIL: run/r/real_26_K.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40908 run: llvmdc -O0 -od./obj -ofrun/r/real_27_A.d.exe run/r/real_27_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40909 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40910 run/r/real_27_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40911 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40912
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40913 Torture-Sub-1/32-PASS: run/r/real_27_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40914 run: llvmdc -O0 -od./obj -ofrun/r/real_27_B.d.exe run/r/real_27_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40915 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40916 run/r/real_27_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40917 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40918
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40919 Torture-Sub-1/32-PASS: run/r/real_27_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40920 run: llvmdc -O0 -od./obj -ofrun/r/real_27_C.d.exe run/r/real_27_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40921 run/r/real_27_C.d: module dstress.run.r.real_27_C Terminator found in the middle of a basic block!
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40922 label %entry_dstress.run.r.real_27_C.main
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40923 Terminator found in the middle of a basic block!
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40924 label %entry_dstress.run.r.real_27_C.main
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40925 Broken module found, compilation terminated.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40926 Broken module found, compilation terminated.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40927
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40928 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40929 Torture-Sub-1/32-FAIL: run/r/real_27_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40930 run: llvmdc -O0 -od./obj -ofrun/r/real_27_D.d.exe run/r/real_27_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40931 run/r/real_27_D.d: module dstress.run.r.real_27_D Terminator found in the middle of a basic block!
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40932 label %ifnotinitend
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40933 Broken module found, compilation terminated.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40934 Broken module found, compilation terminated.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40935
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40936 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40937 Torture-Sub-1/32-FAIL: run/r/real_27_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40938 run: llvmdc -O0 -od./obj -ofrun/r/ref_01_A.d.exe run/r/ref_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40939 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40940 run/r/ref_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40941 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40942
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40943 Torture-Sub-1/32-PASS: run/r/ref_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40944 run: llvmdc -O0 -od./obj -ofrun/r/ref_01_C.d.exe run/r/ref_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40945 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40946 run/r/ref_01_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40947 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40948
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40949 Torture-Sub-1/32-ERROR: run/r/ref_01_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40950 run: llvmdc -O0 -od./obj -ofrun/r/remove_01.d.exe run/r/remove_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40951 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40952 run/r/remove_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40953 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40954
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40955 Torture-Sub-1/32-PASS: run/r/remove_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40956 run: llvmdc -O0 -od./obj -ofrun/r/return_09_A.d.exe run/r/return_09_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40957 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40958 run/r/return_09_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40959 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40960
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40961 Torture-Sub-1/32-PASS: run/r/return_09_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40962 run: llvmdc -O0 -od./obj -ofrun/r/return_09_B.d.exe run/r/return_09_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40963 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40964 run/r/return_09_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40965 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40966
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40967 Torture-Sub-1/32-PASS: run/r/return_09_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40968 run: llvmdc -O0 -od./obj -ofrun/r/return_09_C.d.exe run/r/return_09_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40969 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40970 run/r/return_09_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40971 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40972
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40973 Torture-Sub-1/32-PASS: run/r/return_09_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40974 run: llvmdc -O0 -od./obj -ofrun/r/reverse_08_A.d.exe run/r/reverse_08_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40975 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40976 run/r/reverse_08_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40977 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40978
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40979 Torture-Sub-1/32-ERROR: run/r/reverse_08_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40980 run: llvmdc -O0 -od./obj -ofrun/r/reverse_08_B.d.exe run/r/reverse_08_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40981 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40982 run/r/reverse_08_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40983 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40984
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40985 Torture-Sub-1/32-ERROR: run/r/reverse_08_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40986 run: llvmdc -O0 -od./obj -ofrun/r/reverse_08_C.d.exe run/r/reverse_08_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40987 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40988 run/r/reverse_08_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40989 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40990
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40991 Torture-Sub-1/32-ERROR: run/r/reverse_08_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40992 run: llvmdc -O0 -od./obj -ofrun/short_01.d.exe run/short_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40993 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40994 run/short_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40995 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40996
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40997 Torture-Sub-1/32-PASS: run/short_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40998 run: llvmdc -O0 -od./obj -ofrun/sizeof_01.d.exe run/sizeof_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
40999 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41000 run/sizeof_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41001 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41002
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41003 Torture-Sub-1/32-PASS: run/sizeof_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41004 run: llvmdc -O0 -od./obj -ofrun/sizeof_02.d.exe run/sizeof_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41005 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41006 run/sizeof_02.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41007 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41008
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41009 Torture-Sub-1/32-PASS: run/sizeof_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41010 run: llvmdc -O0 -od./obj -ofrun/sizeof_03.d.exe run/sizeof_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41011 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41012 run/sizeof_03.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41013 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41014
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41015 Torture-Sub-1/32-PASS: run/sizeof_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41016 run: llvmdc -O0 -od./obj -ofrun/sizeof_04.d.exe run/sizeof_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41017 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41018 run/sizeof_04.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41019 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41020
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41021 Torture-Sub-1/32-PASS: run/sizeof_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41022 run: llvmdc -O0 -od./obj -ofrun/sizeof_11.d.exe run/sizeof_11.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41023 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41024 run/sizeof_11.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41025 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41026
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41027 Torture-Sub-1/32-PASS: run/sizeof_11.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41028 run: llvmdc -O0 -od./obj -ofrun/sizeof_13.d.exe run/sizeof_13.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41029 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41030 run/sizeof_13.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41031 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41032
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41033 Torture-Sub-1/32-PASS: run/sizeof_13.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41034 run: llvmdc -O0 -od./obj -ofrun/sizeof_14.d.exe run/sizeof_14.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41035 run/sizeof_14.d(19): Error: this for a needs to be type Foo not type Bar*
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41036 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41037 Torture-Sub-1/32-FAIL: run/sizeof_14.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41038 run: llvmdc -O0 -od./obj -ofrun/sizeof_15.d.exe run/sizeof_15.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41039 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41040 run/sizeof_15.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41041 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41042
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41043 Torture-Sub-1/32-PASS: run/sizeof_15.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41044 run: llvmdc -O0 -od./obj -ofrun/slice_01.d.exe run/slice_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41045 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41046 run/slice_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41047 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41048
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41049 Torture-Sub-1/32-PASS: run/slice_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41050 run: llvmdc -O0 -od./obj -ofrun/slice_02.d.exe run/slice_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41051 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41052 run/slice_02.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41053 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41054
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41055 Torture-Sub-1/32-PASS: run/slice_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41056 run: llvmdc -O0 -od./obj -ofrun/slice_03.d.exe run/slice_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41057 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41058 run/slice_03.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41059 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41060
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41061 Torture-Sub-1/32-PASS: run/slice_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41062 run: llvmdc -O0 -od./obj -ofrun/slice_04.d.exe run/slice_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41063 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41064 run/slice_04.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41065 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41066
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41067 Torture-Sub-1/32-PASS: run/slice_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41068 run: llvmdc -O0 -od./obj -ofrun/slice_05.d.exe run/slice_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41069 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41070 run/slice_05.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41071 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41072
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41073 Torture-Sub-1/32-PASS: run/slice_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41074 run: llvmdc -O0 -od./obj -ofrun/slice_07.d.exe run/slice_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41075 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41076 run/slice_07.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41077 Exception: Assertion failure
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41078 Assertion failed:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41079 run/slice_07.d(21)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41080 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41081
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41082 Torture-Sub-1/32-ERROR: run/slice_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41083 run: llvmdc -O0 -od./obj -ofrun/slice_09.d.exe run/slice_09.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41084 Warning: run/slice_09.d(19): try-catch is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41085 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41086 run/slice_09.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41087 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41088
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41089 Torture-Sub-1/32-PASS: run/slice_09.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41090 run: llvmdc -O0 -od./obj -ofrun/sort_01.d.exe run/sort_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41091 WARNING: While resolving call to function '_adSort' arguments were dropped!
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41092 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41093 run/sort_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41094 EXIT CODE: 11
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41095
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41096 Torture-Sub-1/32-ERROR: run/sort_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41097 run: llvmdc -O0 -od./obj -ofrun/sort_02.d.exe run/sort_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41098 WARNING: While resolving call to function '_adSort' arguments were dropped!
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41099 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41100 run/sort_02.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41101 EXIT CODE: 11
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41102
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41103 Torture-Sub-1/32-ERROR: run/sort_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41104 run: llvmdc -O0 -od./obj -ofrun/sort_03.d.exe run/sort_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41105 WARNING: While resolving call to function '_adSort' arguments were dropped!
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41106 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41107 run/sort_03.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41108 EXIT CODE: 11
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41109
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41110 Torture-Sub-1/32-ERROR: run/sort_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41111 run: llvmdc -O0 -od./obj -ofrun/sort_04.d.exe run/sort_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41112 WARNING: While resolving call to function '_adSort' arguments were dropped!
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41113 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41114 run/sort_04.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41115 EXIT CODE: 11
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41116
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41117 Torture-Sub-1/32-ERROR: run/sort_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41118 run: llvmdc -O0 -od./obj -ofrun/sort_05.d.exe run/sort_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41119 WARNING: While resolving call to function '_adSort' arguments were dropped!
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41120 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41121 run/sort_05.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41122 EXIT CODE: 11
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41123
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41124 Torture-Sub-1/32-ERROR: run/sort_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41125 run: llvmdc -O0 -od./obj -ofrun/sort_06.d.exe run/sort_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41126 WARNING: While resolving call to function '_adSort' arguments were dropped!
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41127 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41128 run/sort_06.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41129 EXIT CODE: 11
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41130
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41131 Torture-Sub-1/32-ERROR: run/sort_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41132 run: llvmdc -O0 -od./obj -ofrun/sort_07.d.exe run/sort_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41133 WARNING: While resolving call to function '_adSort' arguments were dropped!
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41134 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41135 run/sort_07.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41136 EXIT CODE: 11
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41137
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41138 Torture-Sub-1/32-ERROR: run/sort_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41139 run: llvmdc -O0 -od./obj -ofrun/sort_08.d.exe run/sort_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41140 WARNING: While resolving call to function '_adSort' arguments were dropped!
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41141 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41142 run/sort_08.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41143 EXIT CODE: 11
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41144
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41145 Torture-Sub-1/32-ERROR: run/sort_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41146 run: llvmdc -O0 -od./obj -ofrun/sort_09.d.exe run/sort_09.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41147 WARNING: While resolving call to function '_adSort' arguments were dropped!
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41148 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41149 run/sort_09.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41150 EXIT CODE: 11
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41151
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41152 Torture-Sub-1/32-ERROR: run/sort_09.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41153 run: llvmdc -O0 -od./obj -ofrun/sort_10.d.exe run/sort_10.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41154 WARNING: While resolving call to function '_adSort' arguments were dropped!
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41155 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41156 run/sort_10.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41157 EXIT CODE: 11
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41158
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41159 Torture-Sub-1/32-ERROR: run/sort_10.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41160 run: llvmdc -O0 -od./obj -ofrun/sort_11.d.exe run/sort_11.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41161 WARNING: While resolving call to function '_adSort' arguments were dropped!
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41162 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41163 run/sort_11.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41164 EXIT CODE: 11
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41165
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41166 Torture-Sub-1/32-ERROR: run/sort_11.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41167 run: llvmdc -O0 -od./obj -ofrun/sort_12.d.exe run/sort_12.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41168 WARNING: While resolving call to function '_adSort' arguments were dropped!
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41169 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41170 run/sort_12.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41171 EXIT CODE: 11
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41172
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41173 Torture-Sub-1/32-ERROR: run/sort_12.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41174 run: llvmdc -O0 -od./obj -ofrun/sort_13.d.exe run/sort_13.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41175 WARNING: While resolving call to function '_adSort' arguments were dropped!
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41176 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41177 run/sort_13.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41178 EXIT CODE: 11
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41179
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41180 Torture-Sub-1/32-ERROR: run/sort_13.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41181 run: llvmdc -O0 -od./obj -ofrun/sort_14.d.exe run/sort_14.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41182 WARNING: While resolving call to function '_adSort' arguments were dropped!
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41183 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41184 run/sort_14.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41185 EXIT CODE: 11
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41186
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41187 Torture-Sub-1/32-ERROR: run/sort_14.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41188 run: llvmdc -O0 -od./obj -ofrun/sort_15.d.exe run/sort_15.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41189 WARNING: While resolving call to function '_adSort' arguments were dropped!
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41190 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41191 run/sort_15.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41192 EXIT CODE: 11
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41193
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41194 Torture-Sub-1/32-ERROR: run/sort_15.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41195 run: llvmdc -O0 -od./obj -ofrun/s/scope_05_A.d.exe run/s/scope_05_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41196 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41197 run/s/scope_05_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41198 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41199
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41200 Torture-Sub-1/32-PASS: run/s/scope_05_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41201 run: llvmdc -O0 -od./obj -ofrun/s/scope_05_B.d.exe run/s/scope_05_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41202 Warning: : try-catch is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41203 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41204 run/s/scope_05_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41205 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41206
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41207 Torture-Sub-1/32-PASS: run/s/scope_05_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41208 run: llvmdc -O0 -od./obj -ofrun/s/scope_05_C.d.exe run/s/scope_05_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41209 Warning: : try-catch is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41210 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41211 run/s/scope_05_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41212 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41213
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41214 Torture-Sub-1/32-PASS: run/s/scope_05_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41215 run: llvmdc -O0 -od./obj -ofrun/s/scope_05_D.d.exe run/s/scope_05_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41216 Warning: run/s/scope_05_D.d(11): try-catch is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41217 Warning: : try-catch is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41218 Warning: run/s/scope_05_D.d(16): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41219 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41220 run/s/scope_05_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41221 Exception: msg
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41222 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41223
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41224 Torture-Sub-1/32-ERROR: run/s/scope_05_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41225 run: llvmdc -O0 -od./obj -ofrun/s/scope_05_E.d.exe run/s/scope_05_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41226 Warning: run/s/scope_05_E.d(11): try-catch is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41227 Warning: run/s/scope_05_E.d(16): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41228 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41229 run/s/scope_05_E.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41230 Exception: msg
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41231 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41232
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41233 Torture-Sub-1/32-ERROR: run/s/scope_05_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41234 run: llvmdc -O0 -od./obj -ofrun/s/scope_05_F.d.exe run/s/scope_05_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41235 Warning: run/s/scope_05_F.d(11): try-catch is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41236 Warning: : try-catch is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41237 Warning: run/s/scope_05_F.d(16): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41238 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41239 run/s/scope_05_F.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41240 Exception: msg
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41241 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41242
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41243 Torture-Sub-1/32-ERROR: run/s/scope_05_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41244 run: llvmdc -O0 -od./obj -ofrun/s/scope_06_A.d.exe run/s/scope_06_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41245 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41246 run/s/scope_06_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41247 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41248
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41249 Torture-Sub-1/32-PASS: run/s/scope_06_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41250 run: llvmdc -O0 -od./obj -ofrun/s/scope_06_B.d.exe run/s/scope_06_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41251 Warning: : try-catch is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41252 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41253 run/s/scope_06_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41254 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41255
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41256 Torture-Sub-1/32-PASS: run/s/scope_06_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41257 run: llvmdc -O0 -od./obj -ofrun/s/scope_06_C.d.exe run/s/scope_06_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41258 Warning: : try-catch is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41259 Warning: : try-catch is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41260 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41261 run/s/scope_06_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41262 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41263
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41264 Torture-Sub-1/32-PASS: run/s/scope_06_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41265 run: llvmdc -O0 -od./obj -ofrun/s/scope_06_D.d.exe run/s/scope_06_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41266 Warning: : try-catch is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41267 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41268 run/s/scope_06_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41269 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41270
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41271 Torture-Sub-1/32-PASS: run/s/scope_06_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41272 run: llvmdc -O0 -od./obj -ofrun/s/scope_06_E.d.exe run/s/scope_06_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41273 Warning: : try-catch is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41274 Warning: : try-catch is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41275 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41276 run/s/scope_06_E.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41277 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41278
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41279 Torture-Sub-1/32-PASS: run/s/scope_06_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41280 run: llvmdc -O0 -od./obj -ofrun/s/scope_06_F.d.exe run/s/scope_06_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41281 Warning: : try-catch is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41282 Warning: : try-catch is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41283 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41284 run/s/scope_06_F.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41285 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41286
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41287 Torture-Sub-1/32-PASS: run/s/scope_06_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41288 run: llvmdc -O0 -od./obj -ofrun/s/scope_06_G.d.exe run/s/scope_06_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41289 Warning: run/s/scope_06_G.d(10): try-catch is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41290 Warning: : try-catch is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41291 Warning: : try-catch is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41292 Warning: run/s/scope_06_G.d(29): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41293 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41294 run/s/scope_06_G.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41295 Exception: msg
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41296 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41297
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41298 Torture-Sub-1/32-ERROR: run/s/scope_06_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41299 run: llvmdc -O0 -od./obj -ofrun/s/scope_06_H.d.exe run/s/scope_06_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41300 Warning: run/s/scope_06_H.d(10): try-catch is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41301 Warning: : try-catch is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41302 Warning: : try-catch is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41303 Warning: run/s/scope_06_H.d(37): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41304 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41305 run/s/scope_06_H.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41306 Exception: msg
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41307 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41308
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41309 Torture-Sub-1/32-ERROR: run/s/scope_06_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41310 run: llvmdc -O0 -od./obj -ofrun/s/scope_06_I.d.exe run/s/scope_06_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41311 Warning: run/s/scope_06_I.d(10): try-catch is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41312 Warning: : try-catch is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41313 Warning: : try-catch is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41314 Warning: run/s/scope_06_I.d(37): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41315 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41316 run/s/scope_06_I.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41317 Exception: msg
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41318 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41319
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41320 Torture-Sub-1/32-ERROR: run/s/scope_06_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41321 run: llvmdc -O0 -od./obj -ofrun/s/scope_06_J.d.exe run/s/scope_06_J.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41322 Warning: run/s/scope_06_J.d(10): try-catch is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41323 Warning: : try-catch is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41324 Warning: : try-catch is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41325 Warning: run/s/scope_06_J.d(37): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41326 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41327 run/s/scope_06_J.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41328 Exception: msg
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41329 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41330
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41331 Torture-Sub-1/32-ERROR: run/s/scope_06_J.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41332 run: llvmdc -O0 -od./obj -ofrun/s/scope_06_K.d.exe run/s/scope_06_K.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41333 Warning: run/s/scope_06_K.d(13): try-catch is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41334 Warning: : try-catch is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41335 Warning: : try-catch is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41336 Warning: run/s/scope_06_K.d(40): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41337 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41338 run/s/scope_06_K.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41339 Exception: dstress.run.s.scope_06_K.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41340 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41341
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41342 Torture-Sub-1/32-ERROR: run/s/scope_06_K.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41343 run: llvmdc -O0 -od./obj -ofrun/s/scope_06_L.d.exe run/s/scope_06_L.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41344 Warning: run/s/scope_06_L.d(13): try-catch is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41345 Warning: : try-catch is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41346 Warning: : try-catch is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41347 Warning: run/s/scope_06_L.d(41): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41348 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41349 run/s/scope_06_L.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41350 Exception: dstress.run.s.scope_06_L.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41351 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41352
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41353 Torture-Sub-1/32-ERROR: run/s/scope_06_L.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41354 run: llvmdc -O0 -od./obj -ofrun/s/scope_06_M.d.exe run/s/scope_06_M.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41355 Warning: run/s/scope_06_M.d(13): try-catch is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41356 Warning: : try-catch is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41357 Warning: : try-catch is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41358 Warning: run/s/scope_06_M.d(40): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41359 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41360 run/s/scope_06_M.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41361 Exception: dstress.run.s.scope_06_M.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41362 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41363
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41364 Torture-Sub-1/32-ERROR: run/s/scope_06_M.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41365 run: llvmdc -O0 -od./obj -ofrun/s/scope_06_N.d.exe run/s/scope_06_N.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41366 Warning: run/s/scope_06_N.d(13): try-catch is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41367 Warning: : try-catch is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41368 Warning: run/s/scope_06_N.d(33): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41369 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41370 run/s/scope_06_N.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41371 Exception: dstress.run.s.scope_06_N.X
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41372 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41373
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41374 Torture-Sub-1/32-ERROR: run/s/scope_06_N.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41375 run: llvmdc -O0 -od./obj -ofrun/s/scope_06_O.d.exe run/s/scope_06_O.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41376 llvmdc: gen/statements.cpp:488: virtual void TryFinallyStatement::toIR(IRState*): Assertion `!gIR->scopereturned()' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41377 Warning: run/s/scope_06_O.d(13): try-catch is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41378 Warning: : try-catch is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41379 Warning: run/s/scope_06_O.d(33): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41380 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41381 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41382 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41383 llvmdc[0x813ef27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41384 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41385 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41386 Torture-Sub-1/32-ERROR: run/s/scope_06_O.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41387 run: llvmdc -O0 -od./obj -ofrun/s/scope_12_A.d.exe run/s/scope_12_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41388 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41389 run/s/scope_12_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41390 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41391
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41392 Torture-Sub-1/32-PASS: run/s/scope_12_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41393 run: llvmdc -O0 -od./obj -ofrun/s/scope_12_B.d.exe run/s/scope_12_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41394 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41395 run/s/scope_12_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41396 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41397
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41398 Torture-Sub-1/32-PASS: run/s/scope_12_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41399 run: llvmdc -O0 -od./obj -ofrun/s/scope_12_C.d.exe run/s/scope_12_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41400 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41401 run/s/scope_12_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41402 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41403
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41404 Torture-Sub-1/32-PASS: run/s/scope_12_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41405 run: llvmdc -O0 -od./obj -ofrun/s/scope_12_D.d.exe run/s/scope_12_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41406 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41407 run/s/scope_12_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41408 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41409
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41410 Torture-Sub-1/32-PASS: run/s/scope_12_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41411 run: llvmdc -O0 -od./obj -ofrun/s/scope_13_A.d.exe run/s/scope_13_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41412 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41413 run/s/scope_13_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41414 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41415
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41416 Torture-Sub-1/32-ERROR: run/s/scope_13_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41417 run: llvmdc -O0 -od./obj -ofrun/s/scope_13_B.d.exe run/s/scope_13_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41418 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41419 run/s/scope_13_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41420 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41421
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41422 Torture-Sub-1/32-PASS: run/s/scope_13_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41423 run: llvmdc -O0 -od./obj -ofrun/s/scope_14_A.d.exe run/s/scope_14_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41424 run/s/scope_14_A.d(15): Error: cannot goto into try block
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41425 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41426 Torture-Sub-1/32-FAIL: run/s/scope_14_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41427 run: llvmdc -O0 -od./obj -ofrun/s/scope_14_B.d.exe run/s/scope_14_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41428 run/s/scope_14_B.d(15): Error: cannot goto into try block
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41429 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41430 Torture-Sub-1/32-FAIL: run/s/scope_14_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41431 run: llvmdc -O0 -od./obj -ofrun/s/scope_14_C.d.exe run/s/scope_14_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41432 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41433 run/s/scope_14_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41434 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41435
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41436 Torture-Sub-1/32-PASS: run/s/scope_14_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41437 run: llvmdc -O0 -od./obj -ofrun/s/scope_14_D.d.exe run/s/scope_14_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41438 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41439 run/s/scope_14_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41440 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41441
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41442 Torture-Sub-1/32-PASS: run/s/scope_14_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41443 run: llvmdc -O0 -od./obj -ofrun/s/scope_14_E.d.exe run/s/scope_14_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41444 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41445 run/s/scope_14_E.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41446 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41447
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41448 Torture-Sub-1/32-PASS: run/s/scope_14_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41449 run: llvmdc -O0 -od./obj -ofrun/s/scope_14_F.d.exe run/s/scope_14_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41450 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41451 run/s/scope_14_F.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41452 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41453
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41454 Torture-Sub-1/32-PASS: run/s/scope_14_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41455 run: llvmdc -O0 -od./obj -ofrun/s/scope_15_A.d.exe run/s/scope_15_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41456 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41457 run/s/scope_15_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41458 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41459
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41460 Torture-Sub-1/32-PASS: run/s/scope_15_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41461 run: llvmdc -O0 -od./obj -ofrun/s/scope_16_A.d.exe run/s/scope_16_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41462 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41463 run/s/scope_16_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41464 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41465
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41466 Torture-Sub-1/32-PASS: run/s/scope_16_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41467 run: llvmdc -O0 -od./obj -ofrun/s/scope_16_B.d.exe run/s/scope_16_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41468 llvmdc: gen/toir.cpp:1887: virtual DValue* NewExp::toElem(IRState*): Assertion `!newargs && "arguments to new not yet supported"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41469 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41470 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41471 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41472 llvmdc[0x8119351]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41473 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41474 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41475 Torture-Sub-1/32-ERROR: run/s/scope_16_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41476 run: llvmdc -O0 -od./obj -ofrun/s/scope_17_A.d.exe run/s/scope_17_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41477 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41478 run/s/scope_17_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41479 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41480
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41481 Torture-Sub-1/32-ERROR: run/s/scope_17_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41482 run: llvmdc -O0 -od./obj -ofrun/s/scope_17_B.d.exe run/s/scope_17_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41483 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41484 run/s/scope_17_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41485 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41486
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41487 Torture-Sub-1/32-ERROR: run/s/scope_17_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41488 run: llvmdc -O0 -od./obj -ofrun/s/scope_17_C.d.exe run/s/scope_17_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41489 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41490 run/s/scope_17_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41491 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41492
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41493 Torture-Sub-1/32-ERROR: run/s/scope_17_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41494 run: llvmdc -O0 -od./obj -ofrun/s/scope_17_D.d.exe run/s/scope_17_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41495 llvmdc: /home/kamm/eigenes/projekte/llvmdc/llvm-23-branch/lib/VMCore/Value.cpp:63: virtual llvm::Value::~Value(): Assertion `use_empty() && "Uses remain when a value is destroyed!"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41496 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41497 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41498 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41499 llvmdc[0x88355a2]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41500 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41501 Torture-Sub-1/32-ERROR: run/s/scope_17_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41502 run: llvmdc -O0 -od./obj -ofrun/s/scope_18_A.d.exe run/s/scope_18_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41503 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41504 run/s/scope_18_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41505 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41506
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41507 Torture-Sub-1/32-ERROR: run/s/scope_18_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41508 run: llvmdc -O0 -od./obj -ofrun/s/scope_18_B.d.exe run/s/scope_18_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41509 Warning: : try-catch is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41510 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41511 run/s/scope_18_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41512 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41513
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41514 Torture-Sub-1/32-ERROR: run/s/scope_18_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41515 run: llvmdc -O0 -od./obj -ofrun/s/scope_18_C.d.exe run/s/scope_18_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41516 Warning: : try-catch is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41517 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41518 run/s/scope_18_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41519 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41520
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41521 Torture-Sub-1/32-ERROR: run/s/scope_18_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41522 run: llvmdc -O0 -od./obj -ofrun/s/scope_19_A.d.exe run/s/scope_19_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41523 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41524 run/s/scope_19_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41525 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41526
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41527 Torture-Sub-1/32-PASS: run/s/scope_19_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41528 run: llvmdc -O0 -od./obj -ofrun/s/scope_19_C.d.exe run/s/scope_19_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41529 Warning: : try-catch is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41530 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41531 run/s/scope_19_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41532 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41533
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41534 Torture-Sub-1/32-PASS: run/s/scope_19_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41535 run: llvmdc -O0 -od./obj -ofrun/s/scope_19_D.d.exe run/s/scope_19_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41536 Warning: run/s/scope_19_D.d(14): try-catch is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41537 Warning: : try-catch is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41538 Warning: run/s/scope_19_D.d(17): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41539 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41540 run/s/scope_19_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41541 Exception:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41542 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41543
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41544 Torture-Sub-1/32-ERROR: run/s/scope_19_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41545 run: llvmdc -O0 -od./obj -ofrun/s/short_04_B.d.exe run/s/short_04_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41546 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41547 run/s/short_04_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41548 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41549
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41550 Torture-Sub-1/32-PASS: run/s/short_04_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41551 run: llvmdc -O0 -od./obj -ofrun/s/sizeof_16_A.d.exe run/s/sizeof_16_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41552 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41553 run/s/sizeof_16_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41554 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41555
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41556 Torture-Sub-1/32-PASS: run/s/sizeof_16_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41557 run: llvmdc -O0 -od./obj -ofrun/s/slice_06.d.exe run/s/slice_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41558 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41559 run/s/slice_06.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41560 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41561
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41562 Torture-Sub-1/32-PASS: run/s/slice_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41563 run: llvmdc -O0 -od./obj -ofrun/s/slice_08.d.exe run/s/slice_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41564 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41565 run/s/slice_08.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41566 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41567
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41568 Torture-Sub-1/32-PASS: run/s/slice_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41569 run: llvmdc -O0 -od./obj -ofrun/s/sort_16_A.d.exe run/s/sort_16_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41570 WARNING: While resolving call to function '_adSort' arguments were dropped!
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41571 WARNING: While resolving call to function '_adSort' arguments were dropped!
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41572 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41573 run/s/sort_16_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41574 EXIT CODE: 11
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41575
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41576 Torture-Sub-1/32-ERROR: run/s/sort_16_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41577 run: llvmdc -O0 -od./obj -ofrun/s/sort_16_B.d.exe run/s/sort_16_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41578 WARNING: While resolving call to function '_adSort' arguments were dropped!
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41579 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41580 run/s/sort_16_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41581 EXIT CODE: 11
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41582
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41583 Torture-Sub-1/32-ERROR: run/s/sort_16_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41584 run: llvmdc -O0 -od./obj -ofrun/s/sort_16_C.d.exe run/s/sort_16_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41585 WARNING: While resolving call to function '_adSort' arguments were dropped!
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41586 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41587 run/s/sort_16_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41588 EXIT CODE: 11
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41589
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41590 Torture-Sub-1/32-ERROR: run/s/sort_16_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41591 run: llvmdc -O0 -od./obj -ofrun/s/static_30_A.d.exe run/s/static_30_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41592 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41593 run/s/static_30_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41594 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41595
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41596 Torture-Sub-1/32-PASS: run/s/static_30_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41597 run: llvmdc -O0 -od./obj -ofrun/s/static_30_B.d.exe run/s/static_30_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41598 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41599 run/s/static_30_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41600 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41601
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41602 Torture-Sub-1/32-PASS: run/s/static_30_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41603 run: llvmdc -O0 -od./obj -ofrun/s/static_30_C.d.exe run/s/static_30_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41604 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41605 run/s/static_30_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41606 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41607
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41608 Torture-Sub-1/32-PASS: run/s/static_30_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41609 run: llvmdc -O0 addon/static_31_Z.d -od./obj/_7352 -ofrun/s/static_31.d.exe run/s/static_31.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41610 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41611 run/s/static_31.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41612 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41613
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41614 Torture-Sub-1/32-PASS: run/s/static_31.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41615 run: llvmdc -O0 -od./obj -ofrun/s/static_33_A.d.exe run/s/static_33_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41616 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41617 run/s/static_33_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41618 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41619
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41620 Torture-Sub-1/32-ERROR: run/s/static_33_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41621 run: llvmdc -O0 -od./obj -ofrun/s/static_33_B.d.exe run/s/static_33_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41622 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41623 run/s/static_33_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41624 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41625
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41626 Torture-Sub-1/32-ERROR: run/s/static_33_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41627 run: llvmdc -O0 -od./obj -ofrun/s/static_34_A.d.exe run/s/static_34_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41628 llvmdc: gen/classes.cpp:829: DValue* DtoNewClass(TypeClass*, NewExp*): Assertion `nest' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41629 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41630 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41631 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41632 llvmdc[0x8133eef]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41633 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41634 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41635 Torture-Sub-1/32-ERROR: run/s/static_34_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41636 run: llvmdc -O0 -od./obj -ofrun/s/static_34_B.d.exe run/s/static_34_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41637 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41638 run/s/static_34_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41639 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41640
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41641 Torture-Sub-1/32-PASS: run/s/static_34_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41642 run: llvmdc -O0 -od./obj -ofrun/s/static_35_A.d.exe run/s/static_35_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41643 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41644 run/s/static_35_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41645 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41646
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41647 Torture-Sub-1/32-PASS: run/s/static_35_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41648 run: llvmdc -O0 -od./obj -ofrun/s/static_35_B.d.exe run/s/static_35_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41649 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41650 run/s/static_35_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41651 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41652
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41653 Torture-Sub-1/32-PASS: run/s/static_35_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41654 run: llvmdc -O0 -od./obj -ofrun/s/static_35_C.d.exe run/s/static_35_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41655 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41656 run/s/static_35_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41657 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41658
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41659 Torture-Sub-1/32-PASS: run/s/static_35_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41660 run: llvmdc -O0 -od./obj -ofrun/s/static_35_D.d.exe run/s/static_35_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41661 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41662 run/s/static_35_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41663 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41664
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41665 Torture-Sub-1/32-PASS: run/s/static_35_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41666 run: llvmdc -O0 -od./obj -ofrun/s/static_35_E.d.exe run/s/static_35_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41667 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41668 run/s/static_35_E.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41669 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41670
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41671 Torture-Sub-1/32-PASS: run/s/static_35_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41672 run: llvmdc -O0 -od./obj -ofrun/s/static_35_F.d.exe run/s/static_35_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41673 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41674 run/s/static_35_F.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41675 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41676
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41677 Torture-Sub-1/32-PASS: run/s/static_35_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41678 run: llvmdc -O0 -od./obj -ofrun/s/static_36_A.d.exe run/s/static_36_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41679 run/s/static_36_A.d(17): static assert is false
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41680 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41681 Torture-Sub-1/32-FAIL: run/s/static_36_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41682 run: llvmdc -O0 -od./obj -ofrun/s/static_36_B.d.exe run/s/static_36_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41683 run/s/static_36_B.d(17): static assert is false
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41684 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41685 Torture-Sub-1/32-FAIL: run/s/static_36_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41686 run: llvmdc -O0 -od./obj -ofrun/s/static_36_C.d.exe run/s/static_36_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41687 run/s/static_36_C.d(17): static assert is false
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41688 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41689 Torture-Sub-1/32-FAIL: run/s/static_36_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41690 run: llvmdc -O0 -od./obj -ofrun/s/static_36_D.d.exe run/s/static_36_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41691 run/s/static_36_D.d(17): static assert is false
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41692 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41693 Torture-Sub-1/32-FAIL: run/s/static_36_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41694 run: llvmdc -O0 -od./obj -ofrun/s/static_36_E.d.exe run/s/static_36_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41695 run/s/static_36_E.d(17): static assert is false
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41696 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41697 Torture-Sub-1/32-FAIL: run/s/static_36_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41698 run: llvmdc -O0 -od./obj -ofrun/s/static_36_F.d.exe run/s/static_36_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41699 run/s/static_36_F.d(17): static assert is false
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41700 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41701 Torture-Sub-1/32-FAIL: run/s/static_36_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41702 run: llvmdc -O0 -od./obj -ofrun/s/static_37_A.d.exe run/s/static_37_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41703 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41704 run/s/static_37_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41705 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41706
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41707 Torture-Sub-1/32-PASS: run/s/static_37_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41708 run: llvmdc -O0 -od./obj -ofrun/s/static_37_B.d.exe run/s/static_37_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41709 run/s/static_37_B.d(25): class dstress.run.s.static_37_B.B member foo is not accessible
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41710 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41711 Torture-Sub-1/32-FAIL: run/s/static_37_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41712 run: llvmdc -O0 -od./obj -ofrun/s/static_37_C.d.exe run/s/static_37_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41713 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41714 run/s/static_37_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41715 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41716
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41717 Torture-Sub-1/32-PASS: run/s/static_37_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41718 run: llvmdc -O0 -od./obj -ofrun/s/static_37_D.d.exe run/s/static_37_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41719 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41720 run/s/static_37_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41721 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41722
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41723 Torture-Sub-1/32-PASS: run/s/static_37_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41724 run: llvmdc -O0 -od./obj -ofrun/s/static_37_E.d.exe run/s/static_37_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41725 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41726 run/s/static_37_E.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41727 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41728
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41729 Torture-Sub-1/32-PASS: run/s/static_37_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41730 run: llvmdc -O0 -od./obj -ofrun/s/static_37_F.d.exe run/s/static_37_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41731 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41732 run/s/static_37_F.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41733 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41734
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41735 Torture-Sub-1/32-PASS: run/s/static_37_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41736 run: llvmdc -O0 -od./obj -ofrun/s/static_37_G.d.exe run/s/static_37_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41737 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41738 run/s/static_37_G.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41739 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41740
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41741 Torture-Sub-1/32-PASS: run/s/static_37_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41742 run: llvmdc -O0 -od./obj -ofrun/s/static_37_H.d.exe run/s/static_37_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41743 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41744 run/s/static_37_H.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41745 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41746
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41747 Torture-Sub-1/32-PASS: run/s/static_37_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41748 run: llvmdc -O0 -od./obj -ofrun/s/static_37_I.d.exe run/s/static_37_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41749 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41750 run/s/static_37_I.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41751 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41752
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41753 Torture-Sub-1/32-PASS: run/s/static_37_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41754 run: llvmdc -O0 -od./obj -ofrun/s/static_37_J.d.exe run/s/static_37_J.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41755 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41756 run/s/static_37_J.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41757 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41758
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41759 Torture-Sub-1/32-PASS: run/s/static_37_J.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41760 run: llvmdc -O0 -od./obj -ofrun/s/static_37_K.d.exe run/s/static_37_K.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41761 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41762 run/s/static_37_K.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41763 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41764
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41765 Torture-Sub-1/32-PASS: run/s/static_37_K.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41766 run: llvmdc -O0 -od./obj -ofrun/s/static_38_A.d.exe run/s/static_38_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41767 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41768 run/s/static_38_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41769 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41770
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41771 Torture-Sub-1/32-ERROR: run/s/static_38_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41772 run: llvmdc -O0 -od./obj -ofrun/s/static_if_01_A.d.exe run/s/static_if_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41773 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41774 run/s/static_if_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41775 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41776
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41777 Torture-Sub-1/32-PASS: run/s/static_if_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41778 run: llvmdc -O0 -od./obj -ofrun/s/static_if_01_B.d.exe run/s/static_if_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41779 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41780 run/s/static_if_01_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41781 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41782
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41783 Torture-Sub-1/32-PASS: run/s/static_if_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41784 run: llvmdc -O0 -od./obj -ofrun/s/static_if_04_A.d.exe run/s/static_if_04_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41785 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41786 run/s/static_if_04_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41787 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41788
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41789 Torture-Sub-1/32-PASS: run/s/static_if_04_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41790 run: llvmdc -O0 -od./obj -ofrun/s/static_if_04_B.d.exe run/s/static_if_04_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41791 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41792 run/s/static_if_04_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41793 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41794
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41795 Torture-Sub-1/32-PASS: run/s/static_if_04_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41796 run: llvmdc -O0 -od./obj -ofrun/s/static_if_04_C.d.exe run/s/static_if_04_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41797 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41798 run/s/static_if_04_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41799 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41800
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41801 Torture-Sub-1/32-PASS: run/s/static_if_04_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41802 run: llvmdc -O0 -od./obj -ofrun/s/static_if_04_D.d.exe run/s/static_if_04_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41803 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41804 run/s/static_if_04_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41805 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41806
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41807 Torture-Sub-1/32-PASS: run/s/static_if_04_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41808 run: llvmdc -O0 -od./obj -ofrun/s/static_if_05_A.d.exe run/s/static_if_05_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41809 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41810 run/s/static_if_05_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41811 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41812
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41813 Torture-Sub-1/32-PASS: run/s/static_if_05_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41814 run: llvmdc -O0 -od./obj -ofrun/s/static_if_05_B.d.exe run/s/static_if_05_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41815 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41816 run/s/static_if_05_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41817 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41818
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41819 Torture-Sub-1/32-PASS: run/s/static_if_05_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41820 run: llvmdc -O0 -od./obj -ofrun/s/static_if_06_A.d.exe run/s/static_if_06_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41821 run/s/static_if_06_A.d(20): Error: Unimplemented DeclarationExp type. kind: mixin
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41822 llvmdc: gen/toir.cpp:142: virtual DValue* DeclarationExp::toElem(IRState*): Assertion `0' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41823 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41824 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41825 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41826 llvmdc[0x8124447]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41827 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41828 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41829 Torture-Sub-1/32-ERROR: run/s/static_if_06_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41830 run: llvmdc -O0 -od./obj -ofrun/s/static_if_06_B.d.exe run/s/static_if_06_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41831 run/s/static_if_06_B.d(20): Error: Unimplemented DeclarationExp type. kind: mixin
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41832 llvmdc: gen/toir.cpp:142: virtual DValue* DeclarationExp::toElem(IRState*): Assertion `0' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41833 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41834 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41835 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41836 llvmdc[0x8124447]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41837 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41838 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41839 Torture-Sub-1/32-ERROR: run/s/static_if_06_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41840 run: llvmdc -O0 -od./obj -ofrun/s/static_if_07_A.d.exe run/s/static_if_07_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41841 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41842 run/s/static_if_07_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41843 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41844
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41845 Torture-Sub-1/32-PASS: run/s/static_if_07_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41846 run: llvmdc -O0 -od./obj -ofrun/s/static_if_07_B.d.exe run/s/static_if_07_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41847 Warning: : try-catch is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41848 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41849 run/s/static_if_07_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41850 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41851
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41852 Torture-Sub-1/32-PASS: run/s/static_if_07_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41853 run: llvmdc -O0 -od./obj -ofrun/s/static_if_07_C.d.exe run/s/static_if_07_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41854 Warning: : try-catch is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41855 Warning: : try-catch is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41856 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41857 run/s/static_if_07_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41858 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41859
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41860 Torture-Sub-1/32-PASS: run/s/static_if_07_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41861 run: llvmdc -O0 -od./obj -ofrun/s/static_if_07_D.d.exe run/s/static_if_07_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41862 Warning: : try-catch is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41863 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41864 run/s/static_if_07_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41865 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41866
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41867 Torture-Sub-1/32-PASS: run/s/static_if_07_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41868 run: llvmdc -O0 -od./obj -ofrun/s/static_if_07_E.d.exe run/s/static_if_07_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41869 Warning: : try-catch is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41870 Warning: : try-catch is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41871 Warning: run/s/static_if_07_E.d(22): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41872 Warning: run/s/static_if_07_E.d(28): try-catch is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41873 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41874 run/s/static_if_07_E.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41875 Exception: message
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41876 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41877
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41878 Torture-Sub-1/32-ERROR: run/s/static_if_07_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41879 run: llvmdc -O0 -od./obj -ofrun/s/static_if_08_A.d.exe run/s/static_if_08_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41880 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41881 run/s/static_if_08_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41882 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41883
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41884 Torture-Sub-1/32-PASS: run/s/static_if_08_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41885 run: llvmdc -O0 -od./obj -ofrun/s/static_if_08_B.d.exe run/s/static_if_08_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41886 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41887 run/s/static_if_08_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41888 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41889
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41890 Torture-Sub-1/32-PASS: run/s/static_if_08_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41891 run: llvmdc -O0 -od./obj -ofrun/s/string_postfix_01_A.d.exe run/s/string_postfix_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41892 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41893 run/s/string_postfix_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41894 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41895
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41896 Torture-Sub-1/32-PASS: run/s/string_postfix_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41897 run: llvmdc -O0 -od./obj -ofrun/s/string_postfix_02_A.d.exe run/s/string_postfix_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41898 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41899 run/s/string_postfix_02_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41900 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41901
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41902 Torture-Sub-1/32-PASS: run/s/string_postfix_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41903 run: llvmdc -O0 -od./obj -ofrun/s/string_postfix_03_A.d.exe run/s/string_postfix_03_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41904 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41905 run/s/string_postfix_03_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41906 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41907
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41908 Torture-Sub-1/32-PASS: run/s/string_postfix_03_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41909 run: llvmdc -O0 -od./obj -ofrun/s/string_postfix_06_A.d.exe run/s/string_postfix_06_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41910 run/s/string_postfix_06_A.d(7): Error: identifier 'string' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41911 run/s/string_postfix_06_A.d(7): Error: string is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41912 run/s/string_postfix_06_A.d(7): Error: cannot have parameter of type void
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41913 run/s/string_postfix_06_A.d(11): Error: identifier 'wstring' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41914 run/s/string_postfix_06_A.d(11): Error: wstring is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41915 run/s/string_postfix_06_A.d(11): Error: cannot have parameter of type void
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41916 run/s/string_postfix_06_A.d(15): Error: identifier 'dstring' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41917 run/s/string_postfix_06_A.d(15): Error: dstring is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41918 run/s/string_postfix_06_A.d(15): Error: cannot have parameter of type void
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41919 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41920 Torture-Sub-1/32-FAIL: run/s/string_postfix_06_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41921 run: llvmdc -O0 -od./obj -ofrun/s/string_postfix_06_B.d.exe run/s/string_postfix_06_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41922 run/s/string_postfix_06_B.d(7): Error: identifier 'string' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41923 run/s/string_postfix_06_B.d(7): Error: string is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41924 run/s/string_postfix_06_B.d(7): Error: cannot have parameter of type void
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41925 run/s/string_postfix_06_B.d(11): Error: identifier 'wstring' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41926 run/s/string_postfix_06_B.d(11): Error: wstring is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41927 run/s/string_postfix_06_B.d(11): Error: cannot have parameter of type void
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41928 run/s/string_postfix_06_B.d(15): Error: identifier 'dstring' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41929 run/s/string_postfix_06_B.d(15): Error: dstring is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41930 run/s/string_postfix_06_B.d(15): Error: cannot have parameter of type void
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41931 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41932 Torture-Sub-1/32-FAIL: run/s/string_postfix_06_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41933 run: llvmdc -O0 -od./obj -ofrun/s/string_postfix_06_C.d.exe run/s/string_postfix_06_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41934 run/s/string_postfix_06_C.d(7): Error: identifier 'string' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41935 run/s/string_postfix_06_C.d(7): Error: string is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41936 run/s/string_postfix_06_C.d(7): Error: cannot have parameter of type void
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41937 run/s/string_postfix_06_C.d(11): Error: identifier 'wstring' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41938 run/s/string_postfix_06_C.d(11): Error: wstring is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41939 run/s/string_postfix_06_C.d(11): Error: cannot have parameter of type void
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41940 run/s/string_postfix_06_C.d(15): Error: identifier 'dstring' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41941 run/s/string_postfix_06_C.d(15): Error: dstring is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41942 run/s/string_postfix_06_C.d(15): Error: cannot have parameter of type void
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41943 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41944 Torture-Sub-1/32-FAIL: run/s/string_postfix_06_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41945 run: llvmdc -O0 -od./obj -ofrun/s/string_postfix_07_A.d.exe run/s/string_postfix_07_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41946 llvmdc: gen/arrays.cpp:1029: DValue* DtoCastArray(DValue*, Type*): Assertion `0' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41947 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41948 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41949 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41950 llvmdc[0x8108a10]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41951 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41952 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41953 Torture-Sub-1/32-ERROR: run/s/string_postfix_07_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41954 run: llvmdc -O0 -od./obj -ofrun/s/string_postfix_07_B.d.exe run/s/string_postfix_07_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41955 llvmdc: gen/arrays.cpp:1029: DValue* DtoCastArray(DValue*, Type*): Assertion `0' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41956 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41957 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41958 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41959 llvmdc[0x8108a10]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41960 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41961 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41962 Torture-Sub-1/32-ERROR: run/s/string_postfix_07_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41963 run: llvmdc -O0 -od./obj -ofrun/s/struct_23_F.d.exe run/s/struct_23_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41964 llvmdc: gen/toir.cpp:1820: virtual DValue* EqualExp::toElem(IRState*): Assertion `0 && "Unsupported EqualExp type"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41965 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41966 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41967 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41968 llvmdc[0x811a59c]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41969 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41970 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41971 Torture-Sub-1/32-ERROR: run/s/struct_23_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41972 run: llvmdc -O0 -od./obj -ofrun/s/struct_23_G.d.exe run/s/struct_23_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41973 llvmdc: gen/toir.cpp:1820: virtual DValue* EqualExp::toElem(IRState*): Assertion `0 && "Unsupported EqualExp type"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41974 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41975 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41976 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41977 llvmdc[0x811a59c]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41978 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41979 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41980 Torture-Sub-1/32-ERROR: run/s/struct_23_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41981 run: llvmdc -O0 -od./obj -ofrun/s/struct_24_A.d.exe run/s/struct_24_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41982 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41983 run/s/struct_24_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41984 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41985
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41986 Torture-Sub-1/32-PASS: run/s/struct_24_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41987 run: llvmdc -O0 -od./obj -ofrun/s/struct_24_D.d.exe run/s/struct_24_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41988 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41989 run/s/struct_24_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41990 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41991
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41992 Torture-Sub-1/32-PASS: run/s/struct_24_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41993 run: llvmdc -O0 -od./obj -ofrun/s/struct_25_A.d.exe run/s/struct_25_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41994 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41995 run/s/struct_25_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41996 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41997
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41998 Torture-Sub-1/32-PASS: run/s/struct_25_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
41999 run: llvmdc -O0 -od./obj -ofrun/s/struct_25_B.d.exe run/s/struct_25_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42000 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42001 run/s/struct_25_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42002 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42003
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42004 Torture-Sub-1/32-PASS: run/s/struct_25_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42005 run: llvmdc -O0 -od./obj -ofrun/s/struct_25_C.d.exe run/s/struct_25_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42006 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42007 run/s/struct_25_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42008 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42009
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42010 Torture-Sub-1/32-PASS: run/s/struct_25_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42011 run: llvmdc -O0 -od./obj -ofrun/s/struct_25_D.d.exe run/s/struct_25_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42012 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42013 run/s/struct_25_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42014 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42015
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42016 Torture-Sub-1/32-PASS: run/s/struct_25_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42017 run: llvmdc -O0 -od./obj -ofrun/s/struct_25_E.d.exe run/s/struct_25_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42018 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42019 run/s/struct_25_E.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42020 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42021
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42022 Torture-Sub-1/32-PASS: run/s/struct_25_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42023 run: llvmdc -O0 -od./obj -ofrun/s/struct_25_F.d.exe run/s/struct_25_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42024 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42025 run/s/struct_25_F.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42026 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42027
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42028 Torture-Sub-1/32-PASS: run/s/struct_25_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42029 run: llvmdc -O0 -od./obj -ofrun/s/struct_27_A.d.exe run/s/struct_27_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42030 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42031 run/s/struct_27_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42032 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42033
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42034 Torture-Sub-1/32-PASS: run/s/struct_27_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42035 run: llvmdc -O0 -od./obj -ofrun/s/struct_27_B.d.exe run/s/struct_27_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42036 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42037 run/s/struct_27_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42038 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42039
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42040 Torture-Sub-1/32-PASS: run/s/struct_27_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42041 run: llvmdc -O0 -od./obj -ofrun/s/struct_27_C.d.exe run/s/struct_27_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42042 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42043 run/s/struct_27_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42044 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42045
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42046 Torture-Sub-1/32-PASS: run/s/struct_27_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42047 run: llvmdc -O0 -od./obj -ofrun/s/struct_28_A.d.exe run/s/struct_28_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42048 llvmdc: gen/toir.cpp:1820: virtual DValue* EqualExp::toElem(IRState*): Assertion `0 && "Unsupported EqualExp type"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42049 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42050 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42051 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42052 llvmdc[0x811a59c]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42053 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42054 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42055 Torture-Sub-1/32-ERROR: run/s/struct_28_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42056 run: llvmdc -O0 -od./obj -ofrun/s/struct_28_B.d.exe run/s/struct_28_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42057 llvmdc: gen/toir.cpp:1820: virtual DValue* EqualExp::toElem(IRState*): Assertion `0 && "Unsupported EqualExp type"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42058 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42059 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42060 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42061 llvmdc[0x811a59c]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42062 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42063 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42064 Torture-Sub-1/32-ERROR: run/s/struct_28_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42065 run: llvmdc -O0 -od./obj -ofrun/s/struct_28_C.d.exe run/s/struct_28_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42066 llvmdc: gen/toir.cpp:1820: virtual DValue* EqualExp::toElem(IRState*): Assertion `0 && "Unsupported EqualExp type"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42067 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42068 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42069 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42070 llvmdc[0x811a59c]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42071 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42072 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42073 Torture-Sub-1/32-ERROR: run/s/struct_28_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42074 run: llvmdc -O0 -od./obj -ofrun/s/struct_28_D.d.exe run/s/struct_28_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42075 llvmdc: gen/toir.cpp:1820: virtual DValue* EqualExp::toElem(IRState*): Assertion `0 && "Unsupported EqualExp type"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42076 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42077 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42078 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42079 llvmdc[0x811a59c]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42080 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42081 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42082 Torture-Sub-1/32-ERROR: run/s/struct_28_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42083 run: llvmdc -O0 -od./obj -ofrun/s/struct_28_E.d.exe run/s/struct_28_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42084 llvmdc: gen/toir.cpp:1820: virtual DValue* EqualExp::toElem(IRState*): Assertion `0 && "Unsupported EqualExp type"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42085 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42086 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42087 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42088 llvmdc[0x811a59c]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42089 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42090 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42091 Torture-Sub-1/32-ERROR: run/s/struct_28_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42092 run: llvmdc -O0 -od./obj -ofrun/s/struct_29_B.d.exe run/s/struct_29_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42093 run/s/struct_29_B.d(17): expression expected, not 'struct'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42094 run/s/struct_29_B.d(17): comma expected separating field initializers
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42095 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42096 Torture-Sub-1/32-FAIL: run/s/struct_29_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42097 run: llvmdc -O0 -od./obj -ofrun/s/struct_30_A.d.exe run/s/struct_30_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42098 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42099 run/s/struct_30_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42100 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42101
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42102 Torture-Sub-1/32-ERROR: run/s/struct_30_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42103 run: llvmdc -O0 -od./obj -ofrun/s/struct_30_B.d.exe run/s/struct_30_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42104 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42105 run/s/struct_30_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42106 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42107
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42108 Torture-Sub-1/32-ERROR: run/s/struct_30_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42109 run: llvmdc -O0 -od./obj -ofrun/s/struct_initialization_07_B.d.exe run/s/struct_initialization_07_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42110 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42111 run/s/struct_initialization_07_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42112 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42113
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42114 Torture-Sub-1/32-PASS: run/s/struct_initialization_07_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42115 run: llvmdc -O0 -od./obj -ofrun/s/struct_initialization_07.d.exe run/s/struct_initialization_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42116 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42117 run/s/struct_initialization_07.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42118 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42119
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42120 Torture-Sub-1/32-PASS: run/s/struct_initialization_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42121 run: llvmdc -O0 -od./obj -ofrun/s/struct_initialization_08_A.d.exe run/s/struct_initialization_08_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42122 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42123 run/s/struct_initialization_08_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42124 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42125
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42126 Torture-Sub-1/32-PASS: run/s/struct_initialization_08_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42127 run: llvmdc -O0 -od./obj -ofrun/s/struct_initialization_08_B.d.exe run/s/struct_initialization_08_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42128 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42129 run/s/struct_initialization_08_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42130 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42131
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42132 Torture-Sub-1/32-ERROR: run/s/struct_initialization_08_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42133 run: llvmdc -O0 -od./obj -ofrun/s/struct_initialization_08_C.d.exe run/s/struct_initialization_08_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42134 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42135 run/s/struct_initialization_08_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42136 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42137
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42138 Torture-Sub-1/32-ERROR: run/s/struct_initialization_08_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42139 run: llvmdc -O0 -od./obj -ofrun/s/struct_initialization_08_D.d.exe run/s/struct_initialization_08_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42140 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42141 run/s/struct_initialization_08_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42142 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42143
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42144 Torture-Sub-1/32-PASS: run/s/struct_initialization_08_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42145 run: llvmdc -O0 -od./obj -ofrun/s/struct_initialization_10_A.d.exe run/s/struct_initialization_10_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42146 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42147 run/s/struct_initialization_10_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42148 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42149
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42150 Torture-Sub-1/32-ERROR: run/s/struct_initialization_10_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42151 run: llvmdc -O0 -od./obj -ofrun/s/struct_initialization_10_B.d.exe run/s/struct_initialization_10_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42152 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42153 run/s/struct_initialization_10_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42154 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42155
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42156 Torture-Sub-1/32-PASS: run/s/struct_initialization_10_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42157 run: llvmdc -O0 -od./obj -ofrun/s/struct_initialization_11_A.d.exe run/s/struct_initialization_11_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42158 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42159 run/s/struct_initialization_11_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42160 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42161
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42162 Torture-Sub-1/32-PASS: run/s/struct_initialization_11_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42163 run: llvmdc -O0 -od./obj -ofrun/s/struct_initialization_11_B.d.exe run/s/struct_initialization_11_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42164 llvmdc: gen/toir.cpp:1820: virtual DValue* EqualExp::toElem(IRState*): Assertion `0 && "Unsupported EqualExp type"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42165 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42166 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42167 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42168 llvmdc[0x811a59c]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42169 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42170 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42171 Torture-Sub-1/32-ERROR: run/s/struct_initialization_11_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42172 run: llvmdc -O0 -od./obj -ofrun/s/struct_initialization_11_C.d.exe run/s/struct_initialization_11_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42173 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42174 run/s/struct_initialization_11_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42175 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42176
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42177 Torture-Sub-1/32-ERROR: run/s/struct_initialization_11_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42178 run: llvmdc -O0 -od./obj -ofrun/s/struct_initialization_12_A.d.exe run/s/struct_initialization_12_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42179 llvmdc: gen/llvmhelpers.cpp:446: void DtoAssign(DValue*, DValue*): Assertion `r->getType() == l->getType()->getContainedType(0)' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42180 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42181 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42182 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42183 llvmdc[0x815e381]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42184 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42185 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42186 Torture-Sub-1/32-ERROR: run/s/struct_initialization_12_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42187 run: llvmdc -O0 -od./obj -ofrun/s/struct_initialization_12_B.d.exe run/s/struct_initialization_12_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42188 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42189 run/s/struct_initialization_12_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42190 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42191
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42192 Torture-Sub-1/32-PASS: run/s/struct_initialization_12_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42193 run: llvmdc -O0 -od./obj -ofrun/s/struct_initialization_12_C.d.exe run/s/struct_initialization_12_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42194 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42195 run/s/struct_initialization_12_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42196 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42197
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42198 Torture-Sub-1/32-PASS: run/s/struct_initialization_12_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42199 run: llvmdc -O0 -od./obj -ofrun/s/struct_initialization_12_D.d.exe run/s/struct_initialization_12_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42200 llvmdc: gen/llvmhelpers.cpp:446: void DtoAssign(DValue*, DValue*): Assertion `r->getType() == l->getType()->getContainedType(0)' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42201 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42202 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42203 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42204 llvmdc[0x815e381]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42205 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42206 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42207 Torture-Sub-1/32-ERROR: run/s/struct_initialization_12_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42208 run: llvmdc -O0 -od./obj -ofrun/s/struct_initialization_13_A.d.exe run/s/struct_initialization_13_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42209 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42210 run/s/struct_initialization_13_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42211 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42212
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42213 Torture-Sub-1/32-PASS: run/s/struct_initialization_13_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42214 run: llvmdc -O0 -od./obj -ofrun/s/struct_initialization_13_B.d.exe run/s/struct_initialization_13_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42215 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42216 run/s/struct_initialization_13_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42217 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42218
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42219 Torture-Sub-1/32-PASS: run/s/struct_initialization_13_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42220 run: llvmdc -O0 -od./obj -ofrun/s/struct_initialization_13_C.d.exe run/s/struct_initialization_13_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42221 run/s/struct_initialization_13_C.d(20): Error: cannot implicitly convert expression (BaseStruct(3,'\x02')) of type BaseStruct to MyStruct
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42222 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42223 Torture-Sub-1/32-FAIL: run/s/struct_initialization_13_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42224 run: llvmdc -O0 -od./obj -ofrun/s/super_12_A.d.exe run/s/super_12_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42225 Warning: run/s/super_12_A.d(36): try-catch is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42226 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42227 run/s/super_12_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42228 Exception: Assertion failure
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42229 Assertion failed:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42230 run/s/super_12_A.d(28)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42231 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42232
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42233 Torture-Sub-1/32-ERROR: run/s/super_12_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42234 run: llvmdc -O0 -od./obj -ofrun/s/super_12_B.d.exe run/s/super_12_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42235 Warning: run/s/super_12_B.d(32): try-catch is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42236 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42237 run/s/super_12_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42238 Exception: Assertion failure
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42239 Assertion failed:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42240 run/s/super_12_B.d(24)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42241 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42242
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42243 Torture-Sub-1/32-ERROR: run/s/super_12_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42244 run: llvmdc -O0 -od./obj -ofrun/s/super_14_A.d.exe run/s/super_14_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42245 llvmdc: gen/classes.cpp:829: DValue* DtoNewClass(TypeClass*, NewExp*): Assertion `nest' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42246 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42247 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42248 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42249 llvmdc[0x8133eef]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42250 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42251 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42252 Torture-Sub-1/32-ERROR: run/s/super_14_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42253 run: llvmdc -O0 -od./obj -ofrun/s/super_14_B.d.exe run/s/super_14_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42254 llvmdc: gen/classes.cpp:829: DValue* DtoNewClass(TypeClass*, NewExp*): Assertion `nest' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42255 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42256 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42257 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42258 llvmdc[0x8133eef]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42259 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42260 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42261 Torture-Sub-1/32-ERROR: run/s/super_14_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42262 run: llvmdc -O0 -od./obj -ofrun/s/super_15_A.d.exe run/s/super_15_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42263 llvmdc: gen/classes.cpp:829: DValue* DtoNewClass(TypeClass*, NewExp*): Assertion `nest' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42264 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42265 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42266 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42267 llvmdc[0x8133eef]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42268 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42269 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42270 Torture-Sub-1/32-ERROR: run/s/super_15_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42271 run: llvmdc -O0 -od./obj -ofrun/s/super_15_B.d.exe run/s/super_15_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42272 llvmdc: gen/classes.cpp:829: DValue* DtoNewClass(TypeClass*, NewExp*): Assertion `nest' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42273 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42274 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42275 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42276 llvmdc[0x8133eef]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42277 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42278 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42279 Torture-Sub-1/32-ERROR: run/s/super_15_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42280 run: llvmdc -O0 -od./obj -ofrun/s/super_15_C.d.exe run/s/super_15_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42281 llvmdc: gen/classes.cpp:829: DValue* DtoNewClass(TypeClass*, NewExp*): Assertion `nest' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42282 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42283 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42284 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42285 llvmdc[0x8133eef]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42286 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42287 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42288 Torture-Sub-1/32-ERROR: run/s/super_15_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42289 run: llvmdc -O0 -od./obj -ofrun/s/switch_22_A.d.exe run/s/switch_22_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42290 llvmdc: ir/irsymbol.cpp:64: IrVar* IrDsymbol::getIrVar(): Assertion `irGlobal || irLocal || irField' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42291 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42292 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42293 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42294 llvmdc[0x8188d74]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42295 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42296 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42297 Torture-Sub-1/32-ERROR: run/s/switch_22_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42298 run: llvmdc -O0 -od./obj -ofrun/s/switch_22_B.d.exe run/s/switch_22_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42299 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42300 run/s/switch_22_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42301 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42302
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42303 Torture-Sub-1/32-PASS: run/s/switch_22_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42304 run: llvmdc -O0 -od./obj -ofrun/s/switch_22_C.d.exe run/s/switch_22_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42305 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42306 run/s/switch_22_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42307 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42308
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42309 Torture-Sub-1/32-PASS: run/s/switch_22_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42310 run: llvmdc -O0 -od./obj -ofrun/s/switch_22_D.d.exe run/s/switch_22_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42311 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42312 run/s/switch_22_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42313 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42314
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42315 Torture-Sub-1/32-PASS: run/s/switch_22_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42316 run: llvmdc -O0 -od./obj -ofrun/s/switch_22_E.d.exe run/s/switch_22_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42317 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42318 run/s/switch_22_E.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42319 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42320
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42321 Torture-Sub-1/32-PASS: run/s/switch_22_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42322 run: llvmdc -O0 -od./obj -ofrun/s/switch_22_F.d.exe run/s/switch_22_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42323 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42324 run/s/switch_22_F.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42325 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42326
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42327 Torture-Sub-1/32-PASS: run/s/switch_22_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42328 run: llvmdc -O0 -od./obj -ofrun/s/switch_22_G.d.exe run/s/switch_22_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42329 Warning: : try-catch is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42330 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42331 run/s/switch_22_G.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42332 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42333
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42334 Torture-Sub-1/32-PASS: run/s/switch_22_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42335 run: llvmdc -O0 -od./obj -ofrun/s/switch_22_H.d.exe run/s/switch_22_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42336 Warning: : try-catch is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42337 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42338 run/s/switch_22_H.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42339 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42340
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42341 Torture-Sub-1/32-PASS: run/s/switch_22_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42342 run: llvmdc -O0 -od./obj -ofrun/s/switch_22_I.d.exe run/s/switch_22_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42343 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42344 run/s/switch_22_I.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42345 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42346
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42347 Torture-Sub-1/32-PASS: run/s/switch_22_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42348 run: llvmdc -O0 -od./obj -ofrun/s/switch_22_J.d.exe run/s/switch_22_J.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42349 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42350 run/s/switch_22_J.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42351 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42352
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42353 Torture-Sub-1/32-PASS: run/s/switch_22_J.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42354 run: llvmdc -O0 -od./obj -ofrun/s/switch_23_A.d.exe run/s/switch_23_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42355 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42356 run/s/switch_23_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42357 Exception: Assertion failure
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42358 Assertion failed:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42359 switch.d(80)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42360 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42361
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42362 Torture-Sub-1/32-ERROR: run/s/switch_23_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42363 run: llvmdc -O0 -od./obj -ofrun/s/switch_23_B.d.exe run/s/switch_23_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42364 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42365 run/s/switch_23_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42366 Exception: Assertion failure
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42367 Assertion failed:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42368 switch.d(344)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42369 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42370
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42371 Torture-Sub-1/32-ERROR: run/s/switch_23_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42372 run: llvmdc -O0 -od./obj -ofrun/s/switch_23_C.d.exe run/s/switch_23_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42373 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42374 run/s/switch_23_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42375 Exception: Assertion failure
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42376 Assertion failed:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42377 switch.d(219)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42378 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42379
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42380 Torture-Sub-1/32-ERROR: run/s/switch_23_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42381 run: llvmdc -O0 -od./obj -ofrun/s/switch_24_A.d.exe run/s/switch_24_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42382 run/s/switch_24_A.d: module dstress.run.s.switch_24_A Terminator found in the middle of a basic block!
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42383 label %case1
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42384 Terminator found in the middle of a basic block!
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42385 label %default
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42386 Broken module found, compilation terminated.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42387 Broken module found, compilation terminated.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42388
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42389 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42390 Torture-Sub-1/32-FAIL: run/s/switch_24_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42391 run: llvmdc -O0 -od./obj -ofrun/s/switch_24_B.d.exe run/s/switch_24_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42392 run/s/switch_24_B.d: module dstress.run.s.switch_24_B Terminator found in the middle of a basic block!
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42393 label %case1
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42394 Terminator found in the middle of a basic block!
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42395 label %default
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42396 Broken module found, compilation terminated.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42397 Broken module found, compilation terminated.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42398
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42399 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42400 Torture-Sub-1/32-FAIL: run/s/switch_24_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42401 run: llvmdc -O0 -od./obj -ofrun/s/switch_24_C.d.exe run/s/switch_24_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42402 run/s/switch_24_C.d: module dstress.run.s.switch_24_C Terminator found in the middle of a basic block!
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42403 label %default
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42404 Broken module found, compilation terminated.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42405 Broken module found, compilation terminated.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42406
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42407 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42408 Torture-Sub-1/32-FAIL: run/s/switch_24_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42409 run: llvmdc -O0 -od./obj -ofrun/s/synchronized_01_B.d.exe run/s/synchronized_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42410 Warning: run/s/synchronized_01_B.d(14): synchronized is currently ignored. only the body will be emitted
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42411 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42412 run/s/synchronized_01_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42413 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42414
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42415 Torture-Sub-1/32-PASS: run/s/synchronized_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42416 run: llvmdc -O0 -od./obj -ofrun/s/synchronized_03_A.d.exe run/s/synchronized_03_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42417 Warning: run/s/synchronized_03_A.d(19): synchronized is currently ignored. only the body will be emitted
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42418 Warning: run/s/synchronized_03_A.d(20): synchronized is currently ignored. only the body will be emitted
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42419 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42420 run/s/synchronized_03_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42421 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42422
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42423 Torture-Sub-1/32-PASS: run/s/synchronized_03_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42424 run: llvmdc -O0 -od./obj -ofrun/s/synchronized_03_B.d.exe run/s/synchronized_03_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42425 Warning: run/s/synchronized_03_B.d(19): synchronized is currently ignored. only the body will be emitted
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42426 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42427 run/s/synchronized_03_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42428 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42429
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42430 Torture-Sub-1/32-PASS: run/s/synchronized_03_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42431 run: llvmdc -O0 -od./obj -ofrun/s/synchronized_03_C.d.exe run/s/synchronized_03_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42432 Warning: run/s/synchronized_03_C.d(19): synchronized is currently ignored. only the body will be emitted
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42433 Warning: run/s/synchronized_03_C.d(20): synchronized is currently ignored. only the body will be emitted
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42434 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42435 run/s/synchronized_03_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42436 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42437
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42438 Torture-Sub-1/32-PASS: run/s/synchronized_03_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42439 run: llvmdc -O0 -od./obj -ofrun/s/synchronized_03_D.d.exe run/s/synchronized_03_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42440 Warning: run/s/synchronized_03_D.d(19): synchronized is currently ignored. only the body will be emitted
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42441 Warning: run/s/synchronized_03_D.d(24): synchronized is currently ignored. only the body will be emitted
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42442 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42443 run/s/synchronized_03_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42444 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42445
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42446 Torture-Sub-1/32-PASS: run/s/synchronized_03_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42447 run: llvmdc -O0 -od./obj -ofrun/s/synchronized_03_E.d.exe run/s/synchronized_03_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42448 Warning: run/s/synchronized_03_E.d(19): synchronized is currently ignored. only the body will be emitted
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42449 Warning: run/s/synchronized_03_E.d(20): synchronized is currently ignored. only the body will be emitted
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42450 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42451 run/s/synchronized_03_E.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42452 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42453
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42454 Torture-Sub-1/32-PASS: run/s/synchronized_03_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42455 run: llvmdc -O0 -od./obj -ofrun/s/synchronized_03_F.d.exe run/s/synchronized_03_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42456 Warning: run/s/synchronized_03_F.d(19): synchronized is currently ignored. only the body will be emitted
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42457 Warning: run/s/synchronized_03_F.d(20): synchronized is currently ignored. only the body will be emitted
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42458 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42459 run/s/synchronized_03_F.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42460 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42461
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42462 Torture-Sub-1/32-PASS: run/s/synchronized_03_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42463 run: llvmdc -O0 -od./obj -ofrun/static_01.d.exe run/static_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42464 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42465 run/static_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42466 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42467
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42468 Torture-Sub-1/32-PASS: run/static_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42469 run: llvmdc -O0 -od./obj -ofrun/static_02.d.exe run/static_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42470 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42471 run/static_02.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42472 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42473
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42474 Torture-Sub-1/32-PASS: run/static_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42475 run: llvmdc -O0 -od./obj -ofrun/static_03.d.exe run/static_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42476 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42477 run/static_03.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42478 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42479
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42480 Torture-Sub-1/32-PASS: run/static_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42481 run: llvmdc -O0 -od./obj -ofrun/static_04.d.exe run/static_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42482 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42483 run/static_04.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42484 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42485
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42486 Torture-Sub-1/32-PASS: run/static_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42487 run: llvmdc -O0 -od./obj -ofrun/static_05.d.exe run/static_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42488 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42489 run/static_05.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42490 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42491
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42492 Torture-Sub-1/32-PASS: run/static_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42493 run: llvmdc -O0 -od./obj -ofrun/static_06.d.exe run/static_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42494 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42495 run/static_06.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42496 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42497
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42498 Torture-Sub-1/32-PASS: run/static_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42499 run: llvmdc -O0 -od./obj -ofrun/static_12.d.exe run/static_12.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42500 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42501 run/static_12.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42502 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42503
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42504 Torture-Sub-1/32-PASS: run/static_12.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42505 run: llvmdc -O0 -od./obj -ofrun/static_13.d.exe run/static_13.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42506 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42507 run/static_13.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42508 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42509
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42510 Torture-Sub-1/32-PASS: run/static_13.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42511 run: llvmdc -O0 -od./obj -ofrun/static_14.d.exe run/static_14.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42512 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42513 run/static_14.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42514 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42515
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42516 Torture-Sub-1/32-PASS: run/static_14.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42517 run: llvmdc -O0 -od./obj -ofrun/static_15.d.exe run/static_15.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42518 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42519 run/static_15.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42520 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42521
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42522 Torture-Sub-1/32-PASS: run/static_15.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42523 run: llvmdc -O0 -od./obj -ofrun/static_16.d.exe run/static_16.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42524 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42525 run/static_16.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42526 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42527
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42528 Torture-Sub-1/32-PASS: run/static_16.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42529 run: llvmdc -O0 -od./obj -ofrun/static_17.d.exe run/static_17.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42530 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42531 run/static_17.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42532 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42533
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42534 Torture-Sub-1/32-PASS: run/static_17.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42535 run: llvmdc -O0 -d -od./obj/_7ACC -ofrun/static_18.d.exe run/static_18.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42536 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42537 run/static_18.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42538 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42539
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42540 Torture-Sub-1/32-PASS: run/static_18.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42541 run: llvmdc -O0 -od./obj -ofrun/static_20.d.exe run/static_20.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42542 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42543 run/static_20.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42544 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42545
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42546 Torture-Sub-1/32-PASS: run/static_20.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42547 run: llvmdc -O0 -od./obj -ofrun/static_21.d.exe run/static_21.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42548 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42549 run/static_21.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42550 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42551
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42552 Torture-Sub-1/32-PASS: run/static_21.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42553 run: llvmdc -O0 -od./obj -ofrun/static_22.d.exe run/static_22.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42554 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42555 run/static_22.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42556 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42557
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42558 Torture-Sub-1/32-PASS: run/static_22.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42559 run: llvmdc -O0 -od./obj -ofrun/static_23.d.exe run/static_23.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42560 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42561 run/static_23.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42562 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42563
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42564 Torture-Sub-1/32-PASS: run/static_23.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42565 run: llvmdc -O0 -od./obj -ofrun/static_24.d.exe run/static_24.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42566 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42567 run/static_24.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42568 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42569
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42570 Torture-Sub-1/32-PASS: run/static_24.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42571 run: llvmdc -O0 -od./obj -ofrun/static_25.d.exe run/static_25.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42572 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42573 run/static_25.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42574 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42575
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42576 Torture-Sub-1/32-PASS: run/static_25.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42577 run: llvmdc -O0 -od./obj -ofrun/static_26.d.exe run/static_26.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42578 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42579 run/static_26.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42580 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42581
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42582 Torture-Sub-1/32-PASS: run/static_26.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42583 run: llvmdc -O0 -od./obj -ofrun/static_27.d.exe run/static_27.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42584 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42585 run/static_27.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42586 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42587
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42588 Torture-Sub-1/32-PASS: run/static_27.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42589 run: llvmdc -O0 -od./obj -ofrun/static_28.d.exe run/static_28.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42590 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42591 run/static_28.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42592 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42593
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42594 Torture-Sub-1/32-PASS: run/static_28.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42595 run: llvmdc -O0 -od./obj -ofrun/static_29.d.exe run/static_29.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42596 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42597 run/static_29.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42598 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42599
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42600 Torture-Sub-1/32-PASS: run/static_29.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42601 run: llvmdc -O0 -od./obj -ofrun/struct_01.d.exe run/struct_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42602 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42603 run/struct_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42604 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42605
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42606 Torture-Sub-1/32-PASS: run/struct_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42607 run: llvmdc -O0 -od./obj -ofrun/struct_02.d.exe run/struct_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42608 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42609 run/struct_02.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42610 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42611
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42612 Torture-Sub-1/32-PASS: run/struct_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42613 run: llvmdc -O0 -od./obj -ofrun/struct_03.d.exe run/struct_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42614 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42615 run/struct_03.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42616 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42617
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42618 Torture-Sub-1/32-PASS: run/struct_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42619 run: llvmdc -O0 -od./obj -ofrun/struct_08.d.exe run/struct_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42620 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42621 run/struct_08.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42622 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42623
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42624 Torture-Sub-1/32-PASS: run/struct_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42625 run: llvmdc -O0 -od./obj -ofrun/struct_10.d.exe run/struct_10.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42626 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42627 run/struct_10.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42628 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42629
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42630 Torture-Sub-1/32-PASS: run/struct_10.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42631 run: llvmdc -O0 -od./obj -ofrun/struct_12.d.exe run/struct_12.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42632 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42633 run/struct_12.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42634 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42635
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42636 Torture-Sub-1/32-PASS: run/struct_12.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42637 run: llvmdc -O0 -od./obj -ofrun/struct_13.d.exe run/struct_13.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42638 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42639 run/struct_13.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42640 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42641
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42642 Torture-Sub-1/32-PASS: run/struct_13.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42643 run: llvmdc -O0 -od./obj -ofrun/struct_14.d.exe run/struct_14.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42644 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42645 run/struct_14.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42646 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42647
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42648 Torture-Sub-1/32-PASS: run/struct_14.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42649 run: llvmdc -O0 -od./obj -ofrun/struct_initialization_01.d.exe run/struct_initialization_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42650 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42651 run/struct_initialization_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42652 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42653
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42654 Torture-Sub-1/32-PASS: run/struct_initialization_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42655 run: llvmdc -O0 -od./obj -ofrun/struct_initialization_02.d.exe run/struct_initialization_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42656 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42657 run/struct_initialization_02.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42658 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42659
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42660 Torture-Sub-1/32-PASS: run/struct_initialization_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42661 run: llvmdc -O0 -od./obj -ofrun/struct_initialization_03.d.exe run/struct_initialization_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42662 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42663 run/struct_initialization_03.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42664 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42665
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42666 Torture-Sub-1/32-PASS: run/struct_initialization_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42667 run: llvmdc -O0 -od./obj -ofrun/struct_initialization_04.d.exe run/struct_initialization_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42668 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42669 run/struct_initialization_04.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42670 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42671
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42672 Torture-Sub-1/32-PASS: run/struct_initialization_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42673 run: llvmdc -O0 -od./obj -ofrun/struct_initialization_05.d.exe run/struct_initialization_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42674 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42675 run/struct_initialization_05.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42676 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42677
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42678 Torture-Sub-1/32-PASS: run/struct_initialization_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42679 run: llvmdc -O0 -od./obj -ofrun/struct_initialization_06.d.exe run/struct_initialization_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42680 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42681 run/struct_initialization_06.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42682 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42683
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42684 Torture-Sub-1/32-PASS: run/struct_initialization_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42685 run: llvmdc -O0 -od./obj -ofrun/super_01.d.exe run/super_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42686 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42687 run/super_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42688 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42689
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42690 Torture-Sub-1/32-PASS: run/super_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42691 run: llvmdc -O0 -od./obj -ofrun/super_02.d.exe run/super_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42692 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42693 run/super_02.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42694 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42695
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42696 Torture-Sub-1/32-PASS: run/super_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42697 run: llvmdc -O0 -od./obj -ofrun/super_04.d.exe run/super_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42698 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42699 run/super_04.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42700 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42701
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42702 Torture-Sub-1/32-PASS: run/super_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42703 run: llvmdc -O0 -od./obj -ofrun/super_08.d.exe run/super_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42704 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42705 run/super_08.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42706 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42707
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42708 Torture-Sub-1/32-PASS: run/super_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42709 run: llvmdc -O0 -od./obj -ofrun/switch_01.d.exe run/switch_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42710 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42711 run/switch_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42712 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42713
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42714 Torture-Sub-1/32-PASS: run/switch_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42715 run: llvmdc -O0 -od./obj -ofrun/switch_02.d.exe run/switch_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42716 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42717 run/switch_02.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42718 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42719
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42720 Torture-Sub-1/32-PASS: run/switch_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42721 run: llvmdc -O0 -od./obj -ofrun/switch_03.d.exe run/switch_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42722 Warning: run/switch_03.d(15): try-catch is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42723 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42724 run/switch_03.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42725 Exception: Assertion failure
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42726 Assertion failed:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42727 run/switch_03.d(26)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42728 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42729
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42730 Torture-Sub-1/32-ERROR: run/switch_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42731 run: llvmdc -O0 -od./obj -ofrun/switch_04.d.exe run/switch_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42732 llvmdc: gen/statements.cpp:795: virtual void CaseStatement::toIR(IRState*): Assertion `0' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42733 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42734 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42735 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42736 llvmdc[0x813dcf0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42737 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42738 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42739 Torture-Sub-1/32-ERROR: run/switch_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42740 run: llvmdc -O0 -od./obj -ofrun/switch_05.d.exe run/switch_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42741 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42742 run/switch_05.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42743 Exception: Assertion failure
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42744 Assertion failed:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42745 run/switch_05.d(17)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42746 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42747
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42748 Torture-Sub-1/32-ERROR: run/switch_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42749 run: llvmdc -O0 -od./obj -ofrun/switch_06.d.exe run/switch_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42750 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42751 run/switch_06.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42752 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42753
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42754 Torture-Sub-1/32-PASS: run/switch_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42755 run: llvmdc -O0 -od./obj -ofrun/switch_07.d.exe run/switch_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42756 llvmdc: gen/statements.cpp:795: virtual void CaseStatement::toIR(IRState*): Assertion `0' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42757 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42758 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42759 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42760 llvmdc[0x813dcf0]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42761 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42762 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42763 Torture-Sub-1/32-ERROR: run/switch_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42764 run: llvmdc -O0 -od./obj -ofrun/switch_14.d.exe run/switch_14.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42765 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42766 run/switch_14.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42767 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42768
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42769 Torture-Sub-1/32-PASS: run/switch_14.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42770 run: llvmdc -O0 -od./obj -ofrun/switch_19.d.exe run/switch_19.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42771 run/switch_19.d: module dstress.run.switch_19 Terminator found in the middle of a basic block!
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42772 label %default
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42773 Broken module found, compilation terminated.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42774 Broken module found, compilation terminated.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42775 Broken module found, compilation terminated.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42776
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42777 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42778 Torture-Sub-1/32-FAIL: run/switch_19.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42779 run: llvmdc -O0 -od./obj -ofrun/switch_20.d.exe run/switch_20.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42780 run/switch_20.d: module dstress.run.switch_20 Terminator found in the middle of a basic block!
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42781 label %default
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42782 Broken module found, compilation terminated.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42783 Broken module found, compilation terminated.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42784 Broken module found, compilation terminated.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42785
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42786 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42787 Torture-Sub-1/32-FAIL: run/switch_20.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42788 run: llvmdc -O0 -od./obj -ofrun/switch_21.d.exe run/switch_21.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42789 run/switch_21.d: module dstress.run.switch_21 Terminator found in the middle of a basic block!
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42790 label %default
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42791 Broken module found, compilation terminated.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42792 Broken module found, compilation terminated.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42793
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42794 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42795 Torture-Sub-1/32-FAIL: run/switch_21.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42796 run: llvmdc -O0 -od./obj -ofrun/template_01.d.exe run/template_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42797 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42798 run/template_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42799 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42800
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42801 Torture-Sub-1/32-PASS: run/template_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42802 run: llvmdc -O0 -od./obj -ofrun/template_03.d.exe run/template_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42803 run/template_03.d(23): Error: Unimplemented DeclarationExp type. kind: mixin
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42804 llvmdc: gen/toir.cpp:142: virtual DValue* DeclarationExp::toElem(IRState*): Assertion `0' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42805 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42806 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42807 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42808 llvmdc[0x8124447]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42809 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42810 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42811 Torture-Sub-1/32-ERROR: run/template_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42812 run: llvmdc -O0 -od./obj -ofrun/template_04.d.exe run/template_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42813 run/template_04.d(27): Error: Unimplemented DeclarationExp type. kind: mixin
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42814 llvmdc: gen/toir.cpp:142: virtual DValue* DeclarationExp::toElem(IRState*): Assertion `0' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42815 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42816 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42817 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42818 llvmdc[0x8124447]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42819 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42820 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42821 Torture-Sub-1/32-ERROR: run/template_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42822 run: llvmdc -O0 -od./obj -ofrun/template_10.d.exe run/template_10.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42823 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42824 run/template_10.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42825 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42826
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42827 Torture-Sub-1/32-PASS: run/template_10.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42828 run: llvmdc -O0 -od./obj -ofrun/template_11.d.exe run/template_11.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42829 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42830 run/template_11.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42831 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42832
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42833 Torture-Sub-1/32-PASS: run/template_11.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42834 run: llvmdc -O0 -od./obj -ofrun/template_12.d.exe run/template_12.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42835 addon/template_10_traits.d(87): alias addon.template_10_traits.Traits!(int[]).isArray cannot alias an expression true
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42836 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42837 Torture-Sub-1/32-FAIL: run/template_12.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42838 run: llvmdc -O0 -od./obj -ofrun/template_14.d.exe run/template_14.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42839 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42840 run/template_14.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42841 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42842
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42843 Torture-Sub-1/32-PASS: run/template_14.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42844 run: llvmdc -O0 -od./obj -ofrun/template_class_01.d.exe run/template_class_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42845 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42846 run/template_class_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42847 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42848
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42849 Torture-Sub-1/32-PASS: run/template_class_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42850 run: llvmdc -O0 -od./obj -ofrun/template_class_02.d.exe run/template_class_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42851 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42852 run/template_class_02.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42853 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42854
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42855 Torture-Sub-1/32-PASS: run/template_class_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42856 run: llvmdc -O0 -od./obj -ofrun/template_class_03.d.exe run/template_class_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42857 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42858 run/template_class_03.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42859 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42860
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42861 Torture-Sub-1/32-PASS: run/template_class_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42862 run: llvmdc -O0 -od./obj -ofrun/template_class_04.d.exe run/template_class_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42863 run/template_class_04.d(15): template instance forward reference to template declaration Parent(Type)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42864 run/template_class_04.d(15): Error: Parent!() is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42865 run/template_class_04.d(15): class dstress.run.template_class_04.Child base type must be class or interface, not void
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42866 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42867 Torture-Sub-1/32-FAIL: run/template_class_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42868 run: llvmdc -O0 -od./obj -ofrun/template_class_05.d.exe run/template_class_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42869 run/template_class_05.d(15): template instance forward reference to template declaration Parent()
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42870 run/template_class_05.d(15): Error: Parent!() is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42871 run/template_class_05.d(15): class dstress.run.template_class_05.Child base type must be class or interface, not void
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42872 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42873 Torture-Sub-1/32-FAIL: run/template_class_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42874 run: llvmdc -O0 -od./obj -ofrun/template_class_06.d.exe run/template_class_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42875 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42876 run/template_class_06.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42877 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42878
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42879 Torture-Sub-1/32-PASS: run/template_class_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42880 run: llvmdc -O0 -od./obj -ofrun/template_struct_01.d.exe run/template_struct_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42881 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42882 run/template_struct_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42883 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42884
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42885 Torture-Sub-1/32-PASS: run/template_struct_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42886 run: llvmdc -O0 -od./obj -ofrun/this_03.d.exe run/this_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42887 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42888 run/this_03.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42889 EXIT CODE: 11
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42890
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42891 Torture-Sub-1/32-ERROR: run/this_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42892 run: llvmdc -O0 -od./obj -ofrun/throw_01.d.exe run/throw_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42893 Warning: run/throw_01.d(9): try-catch is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42894 Warning: run/throw_01.d(10): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42895 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42896 run/throw_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42897 Exception: a
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42898 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42899
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42900 Torture-Sub-1/32-ERROR: run/throw_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42901 run: llvmdc -O0 -od./obj -ofrun/throw_02.d.exe run/throw_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42902 Warning: run/throw_02.d(18): try-catch is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42903 Warning: run/throw_02.d(19): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42904 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42905 run/throw_02.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42906 Exception: dstress.run.throw_02.Class
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42907 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42908
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42909 Torture-Sub-1/32-ERROR: run/throw_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42910 run: llvmdc -O0 -od./obj -ofrun/throw_03.d.exe run/throw_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42911 Warning: run/throw_03.d(18): try-catch is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42912 Warning: run/throw_03.d(19): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42913 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42914 run/throw_03.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42915 Exception: dstress.run.throw_03.Class
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42916 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42917
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42918 Torture-Sub-1/32-ERROR: run/throw_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42919 run: llvmdc -O0 -od./obj -ofrun/__TIME__01.d.exe run/__TIME__01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42920 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42921 run/__TIME__01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42922 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42923
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42924 Torture-Sub-1/32-PASS: run/__TIME__01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42925 run: llvmdc -O0 -od./obj -ofrun/__TIMESTAMP__01.d.exe run/__TIMESTAMP__01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42926 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42927 run/__TIMESTAMP__01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42928 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42929
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42930 Torture-Sub-1/32-PASS: run/__TIMESTAMP__01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42931 run: llvmdc -O0 -od./obj -ofrun/try_01.d.exe run/try_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42932 Warning: run/try_01.d(10): try-catch is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42933 Warning: run/try_01.d(11): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42934 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42935 run/try_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42936 Exception: message
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42937 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42938
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42939 Torture-Sub-1/32-ERROR: run/try_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42940 run: llvmdc -O0 -od./obj -ofrun/try_02.d.exe run/try_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42941 Warning: run/try_02.d(10): try-catch is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42942 Warning: run/try_02.d(11): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42943 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42944 run/try_02.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42945 Exception: message
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42946 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42947
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42948 Torture-Sub-1/32-ERROR: run/try_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42949 run: llvmdc -O0 -od./obj -ofrun/try_03.d.exe run/try_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42950 Warning: run/try_03.d(10): try-catch is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42951 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42952 run/try_03.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42953 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42954
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42955 Torture-Sub-1/32-PASS: run/try_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42956 run: llvmdc -O0 -od./obj -ofrun/try_04.d.exe run/try_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42957 Warning: run/try_04.d(16): try-catch is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42958 Warning: run/try_04.d(19): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42959 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42960 run/try_04.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42961 Exception:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42962 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42963
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42964 Torture-Sub-1/32-ERROR: run/try_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42965 run: llvmdc -O0 -od./obj -ofrun/try_06.d.exe run/try_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42966 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42967 run/try_06.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42968 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42969
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42970 Torture-Sub-1/32-PASS: run/try_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42971 run: llvmdc -O0 -od./obj -ofrun/try_07.d.exe run/try_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42972 Warning: run/try_07.d(10): try-catch is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42973 Warning: run/try_07.d(11): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42974 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42975 run/try_07.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42976 Exception: mesg
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42977 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42978
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42979 Torture-Sub-1/32-ERROR: run/try_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42980 run: llvmdc -O0 -od./obj -ofrun/try_08.d.exe run/try_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42981 Warning: run/try_08.d(10): try-catch is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42982 Warning: run/try_08.d(11): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42983 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42984 run/try_08.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42985 Exception: mesg
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42986 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42987
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42988 Torture-Sub-1/32-ERROR: run/try_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42989 run: llvmdc -O0 -od./obj -ofrun/t/template_07.d.exe run/t/template_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42990 llvmdc: /home/kamm/eigenes/projekte/llvmdc/llvm-23-release-prefix/include/llvm/Support/Casting.h:199: typename llvm::cast_retty<To, From>::ret_type llvm::cast(const Y&) [with X = llvm::OpaqueType, Y = llvm::Type*]: Assertion `isa<X>(Val) && "cast<Ty>() argument of incompatible type!"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42991 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42992 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42993 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42994 llvmdc[0x812df3f]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42995 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42996 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42997 Torture-Sub-1/32-ERROR: run/t/template_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42998 run: llvmdc -O0 -od./obj -ofrun/t/template_18_A.d.exe run/t/template_18_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
42999 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43000 run/t/template_18_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43001 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43002
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43003 Torture-Sub-1/32-PASS: run/t/template_18_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43004 run: llvmdc -O0 -od./obj -ofrun/t/template_18_B.d.exe run/t/template_18_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43005 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43006 run/t/template_18_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43007 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43008
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43009 Torture-Sub-1/32-PASS: run/t/template_18_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43010 run: llvmdc -O0 -od./obj -ofrun/t/template_19_A.d.exe run/t/template_19_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43011 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43012 run/t/template_19_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43013 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43014
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43015 Torture-Sub-1/32-PASS: run/t/template_19_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43016 run: llvmdc -O0 -od./obj -ofrun/t/template_19_B.d.exe run/t/template_19_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43017 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43018 run/t/template_19_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43019 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43020
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43021 Torture-Sub-1/32-PASS: run/t/template_19_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43022 run: llvmdc -O0 -od./obj -ofrun/t/template_19_C.d.exe run/t/template_19_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43023 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43024 run/t/template_19_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43025 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43026
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43027 Torture-Sub-1/32-PASS: run/t/template_19_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43028 run: llvmdc -O0 -od./obj -ofrun/t/template_19_D.d.exe run/t/template_19_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43029 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43030 run/t/template_19_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43031 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43032
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43033 Torture-Sub-1/32-PASS: run/t/template_19_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43034 run: llvmdc -O0 -od./obj -ofrun/t/template_20_A.d.exe run/t/template_20_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43035 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43036 run/t/template_20_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43037 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43038
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43039 Torture-Sub-1/32-PASS: run/t/template_20_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43040 run: llvmdc -O0 -od./obj -ofrun/t/template_20_B.d.exe run/t/template_20_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43041 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43042 run/t/template_20_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43043 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43044
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43045 Torture-Sub-1/32-PASS: run/t/template_20_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43046 run: llvmdc -O0 -od./obj -ofrun/t/template_20_C.d.exe run/t/template_20_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43047 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43048 run/t/template_20_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43049 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43050
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43051 Torture-Sub-1/32-PASS: run/t/template_20_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43052 run: llvmdc -O0 -od./obj -ofrun/t/template_20_D.d.exe run/t/template_20_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43053 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43054 run/t/template_20_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43055 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43056
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43057 Torture-Sub-1/32-PASS: run/t/template_20_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43058 run: llvmdc -O0 -od./obj -ofrun/t/template_20_E.d.exe run/t/template_20_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43059 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43060 run/t/template_20_E.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43061 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43062
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43063 Torture-Sub-1/32-PASS: run/t/template_20_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43064 run: llvmdc -O0 -od./obj -ofrun/t/template_20_F.d.exe run/t/template_20_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43065 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43066 run/t/template_20_F.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43067 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43068
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43069 Torture-Sub-1/32-PASS: run/t/template_20_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43070 run: llvmdc -O0 -od./obj -ofrun/t/template_20_G.d.exe run/t/template_20_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43071 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43072 run/t/template_20_G.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43073 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43074
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43075 Torture-Sub-1/32-PASS: run/t/template_20_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43076 run: llvmdc -O0 -od./obj -ofrun/t/template_20_H.d.exe run/t/template_20_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43077 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43078 run/t/template_20_H.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43079 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43080
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43081 Torture-Sub-1/32-PASS: run/t/template_20_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43082 run: llvmdc -O0 -od./obj -ofrun/t/template_20_I.d.exe run/t/template_20_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43083 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43084 run/t/template_20_I.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43085 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43086
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43087 Torture-Sub-1/32-PASS: run/t/template_20_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43088 run: llvmdc -O0 -od./obj -ofrun/t/template_21_A.d.exe run/t/template_21_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43089 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43090 run/t/template_21_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43091 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43092
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43093 Torture-Sub-1/32-PASS: run/t/template_21_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43094 run: llvmdc -O0 -od./obj -ofrun/t/template_21_B.d.exe run/t/template_21_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43095 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43096 run/t/template_21_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43097 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43098
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43099 Torture-Sub-1/32-PASS: run/t/template_21_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43100 run: llvmdc -O0 -od./obj -ofrun/t/template_21_C.d.exe run/t/template_21_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43101 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43102 run/t/template_21_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43103 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43104
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43105 Torture-Sub-1/32-PASS: run/t/template_21_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43106 run: llvmdc -O0 -od./obj -ofrun/t/template_21_D.d.exe run/t/template_21_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43107 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43108 run/t/template_21_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43109 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43110
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43111 Torture-Sub-1/32-PASS: run/t/template_21_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43112 run: llvmdc -O0 -od./obj -ofrun/t/template_21_E.d.exe run/t/template_21_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43113 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43114 run/t/template_21_E.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43115 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43116
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43117 Torture-Sub-1/32-PASS: run/t/template_21_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43118 run: llvmdc -O0 -od./obj -ofrun/t/template_21_F.d.exe run/t/template_21_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43119 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43120 run/t/template_21_F.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43121 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43122
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43123 Torture-Sub-1/32-PASS: run/t/template_21_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43124 run: llvmdc -O0 -od./obj -ofrun/t/template_22.d.exe run/t/template_22.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43125 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43126 run/t/template_22.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43127 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43128
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43129 Torture-Sub-1/32-PASS: run/t/template_22.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43130 run: llvmdc -O0 -od./obj -ofrun/t/template_23_A.d.exe run/t/template_23_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43131 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43132 run/t/template_23_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43133 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43134
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43135 Torture-Sub-1/32-PASS: run/t/template_23_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43136 run: llvmdc -O0 -od./obj -ofrun/t/template_23_B.d.exe run/t/template_23_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43137 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43138 run/t/template_23_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43139 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43140
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43141 Torture-Sub-1/32-PASS: run/t/template_23_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43142 run: llvmdc -O0 -od./obj -ofrun/t/template_24_A.d.exe run/t/template_24_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43143 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43144 run/t/template_24_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43145 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43146
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43147 Torture-Sub-1/32-PASS: run/t/template_24_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43148 run: llvmdc -O0 -od./obj -ofrun/t/template_24_B.d.exe run/t/template_24_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43149 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43150 run/t/template_24_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43151 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43152
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43153 Torture-Sub-1/32-PASS: run/t/template_24_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43154 run: llvmdc -O0 -od./obj -ofrun/t/template_24_C.d.exe run/t/template_24_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43155 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43156 run/t/template_24_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43157 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43158
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43159 Torture-Sub-1/32-PASS: run/t/template_24_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43160 run: llvmdc -O0 -od./obj -ofrun/t/template_24_D.d.exe run/t/template_24_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43161 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43162 run/t/template_24_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43163 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43164
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43165 Torture-Sub-1/32-PASS: run/t/template_24_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43166 run: llvmdc -O0 -od./obj -ofrun/t/template_24_E.d.exe run/t/template_24_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43167 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43168 run/t/template_24_E.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43169 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43170
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43171 Torture-Sub-1/32-PASS: run/t/template_24_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43172 run: llvmdc -O0 -od./obj -ofrun/t/template_24_F.d.exe run/t/template_24_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43173 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43174 run/t/template_24_F.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43175 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43176
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43177 Torture-Sub-1/32-PASS: run/t/template_24_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43178 run: llvmdc -O0 -od./obj -ofrun/t/template_24_G.d.exe run/t/template_24_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43179 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43180 run/t/template_24_G.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43181 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43182
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43183 Torture-Sub-1/32-PASS: run/t/template_24_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43184 run: llvmdc -O0 -od./obj -ofrun/t/template_24_H.d.exe run/t/template_24_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43185 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43186 run/t/template_24_H.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43187 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43188
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43189 Torture-Sub-1/32-PASS: run/t/template_24_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43190 run: llvmdc -O0 -od./obj -ofrun/t/template_24_I.d.exe run/t/template_24_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43191 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43192 run/t/template_24_I.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43193 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43194
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43195 Torture-Sub-1/32-PASS: run/t/template_24_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43196 run: llvmdc -O0 -od./obj -ofrun/t/template_24_J.d.exe run/t/template_24_J.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43197 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43198 run/t/template_24_J.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43199 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43200
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43201 Torture-Sub-1/32-PASS: run/t/template_24_J.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43202 run: llvmdc -O0 -od./obj -ofrun/t/template_26_A.d.exe run/t/template_26_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43203 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43204 run/t/template_26_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43205 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43206
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43207 Torture-Sub-1/32-PASS: run/t/template_26_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43208 run: llvmdc -O0 -od./obj -ofrun/t/template_26_B.d.exe run/t/template_26_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43209 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43210 run/t/template_26_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43211 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43212
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43213 Torture-Sub-1/32-PASS: run/t/template_26_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43214 run: llvmdc -O0 -od./obj -ofrun/t/template_27_A.d.exe run/t/template_27_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43215 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43216 run/t/template_27_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43217 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43218
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43219 Torture-Sub-1/32-PASS: run/t/template_27_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43220 run: llvmdc -O0 -od./obj -ofrun/t/template_27_B.d.exe run/t/template_27_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43221 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43222 run/t/template_27_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43223 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43224
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43225 Torture-Sub-1/32-PASS: run/t/template_27_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43226 run: llvmdc -O0 -od./obj -ofrun/t/template_27_C.d.exe run/t/template_27_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43227 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43228 run/t/template_27_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43229 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43230
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43231 Torture-Sub-1/32-PASS: run/t/template_27_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43232 run: llvmdc -O0 -od./obj -ofrun/t/template_27_D.d.exe run/t/template_27_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43233 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43234 run/t/template_27_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43235 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43236
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43237 Torture-Sub-1/32-PASS: run/t/template_27_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43238 run: llvmdc -O0 -od./obj -ofrun/t/template_28_A.d.exe run/t/template_28_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43239 run/t/template_28_A.d(18): template instance Tuple!(int) does not match any template declaration
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43240 run/t/template_28_A.d(18): template instance Tuple!(int,Tuple!(int)) does not match any template declaration
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43241 run/t/template_28_A.d(29): template instance dstress.run.t.template_28_A.MakeTuple!(int,int) error instantiating
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43242 run/t/template_28_A.d(29): Error: MakeTuple!(int,int) is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43243 run/t/template_28_A.d(29): Error: new can only create structs, dynamic arrays or class objects, not void's
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43244 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43245 Torture-Sub-1/32-FAIL: run/t/template_28_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43246 run: llvmdc -O0 -od./obj -ofrun/t/template_31_A.d.exe run/t/template_31_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43247 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43248 run/t/template_31_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43249 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43250
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43251 Torture-Sub-1/32-PASS: run/t/template_31_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43252 run: llvmdc -O0 -od./obj -ofrun/t/template_31_B.d.exe run/t/template_31_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43253 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43254 run/t/template_31_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43255 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43257 Torture-Sub-1/32-PASS: run/t/template_31_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43258 run: llvmdc -O0 -od./obj -ofrun/t/template_31_C.d.exe run/t/template_31_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43259 Error: identifier 'T' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43260 Error: T is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43261 run/t/template_31_C.d(20): template instance C!(3,int) does not match any template declaration
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43262 run/t/template_31_C.d(20): Error: template instance 'C!(3,int)' is not a variable
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43263 run/t/template_31_C.d(20): Error: function expected before (), not C!(3,int) of type int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43264 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43265 Torture-Sub-1/32-FAIL: run/t/template_31_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43266 run: llvmdc -O0 -od./obj -ofrun/t/template_31_D.d.exe run/t/template_31_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43267 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43268 run/t/template_31_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43269 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43270
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43271 Torture-Sub-1/32-PASS: run/t/template_31_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43272 run: llvmdc -O0 -od./obj -ofrun/t/template_32_A.d.exe run/t/template_32_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43273 run/t/template_32_A.d(16): Error: circular reference to 'sum'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43274 run/t/template_32_A.d(16): template instance dstress.run.t.template_32_A.sum!(2L) error instantiating
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43275 run/t/template_32_A.d(21): template instance dstress.run.t.template_32_A.sum!(3L) error instantiating
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43276 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43277 Torture-Sub-1/32-FAIL: run/t/template_32_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43278 run: llvmdc -O0 -od./obj -ofrun/t/template_32_B.d.exe run/t/template_32_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43279 run/t/template_32_B.d(16): Error: circular reference to 'sum'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43280 run/t/template_32_B.d(21): template instance dstress.run.t.template_32_B.sum!(2L) error instantiating
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43281 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43282 Torture-Sub-1/32-FAIL: run/t/template_32_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43283 run: llvmdc -O0 -od./obj -ofrun/t/template_32_C.d.exe run/t/template_32_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43284 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43285 run/t/template_32_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43286 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43287
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43288 Torture-Sub-1/32-PASS: run/t/template_32_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43289 run: llvmdc -O0 -od./obj -ofrun/t/template_32_D.d.exe run/t/template_32_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43290 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43291 run/t/template_32_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43292 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43293
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43294 Torture-Sub-1/32-PASS: run/t/template_32_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43295 run: llvmdc -O0 -od./obj -ofrun/t/template_32_E.d.exe run/t/template_32_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43296 run/t/template_32_E.d(16): Error: circular reference to 'sum'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43297 run/t/template_32_E.d(21): template instance dstress.run.t.template_32_E.sum!(2) error instantiating
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43298 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43299 Torture-Sub-1/32-FAIL: run/t/template_32_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43300 run: llvmdc -O0 -od./obj -ofrun/t/template_32_F.d.exe run/t/template_32_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43301 run/t/template_32_F.d(16): Error: circular reference to 'sum'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43302 run/t/template_32_F.d(16): template instance dstress.run.t.template_32_F.sum!(2) error instantiating
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43303 run/t/template_32_F.d(21): template instance dstress.run.t.template_32_F.sum!(3) error instantiating
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43304 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43305 Torture-Sub-1/32-FAIL: run/t/template_32_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43306 run: llvmdc -O0 -od./obj -ofrun/t/template_32_G.d.exe run/t/template_32_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43307 run/t/template_32_G.d(16): Error: circular reference to 'sum'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43308 run/t/template_32_G.d(16): template instance dstress.run.t.template_32_G.sum!(2F) error instantiating
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43309 run/t/template_32_G.d(21): template instance dstress.run.t.template_32_G.sum!(3F) error instantiating
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43310 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43311 Torture-Sub-1/32-FAIL: run/t/template_32_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43312 run: llvmdc -O0 -od./obj -ofrun/t/template_32_H.d.exe run/t/template_32_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43313 run/t/template_32_H.d(16): Error: circular reference to 'sum'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43314 run/t/template_32_H.d(21): template instance dstress.run.t.template_32_H.sum!(2F) error instantiating
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43315 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43316 Torture-Sub-1/32-FAIL: run/t/template_32_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43317 run: llvmdc -O0 -od./obj -ofrun/t/template_32_I.d.exe run/t/template_32_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43318 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43319 run/t/template_32_I.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43320 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43321
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43322 Torture-Sub-1/32-PASS: run/t/template_32_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43323 run: llvmdc -O0 -od./obj -ofrun/t/template_32_J.d.exe run/t/template_32_J.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43324 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43325 run/t/template_32_J.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43326 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43327
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43328 Torture-Sub-1/32-PASS: run/t/template_32_J.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43329 run: llvmdc -O0 -od./obj -ofrun/t/template_32_K.d.exe run/t/template_32_K.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43330 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43331 run/t/template_32_K.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43332 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43333
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43334 Torture-Sub-1/32-PASS: run/t/template_32_K.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43335 run: llvmdc -O0 -od./obj -ofrun/t/template_32_L.d.exe run/t/template_32_L.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43336 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43337 run/t/template_32_L.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43338 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43339
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43340 Torture-Sub-1/32-PASS: run/t/template_32_L.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43341 run: llvmdc -O0 -od./obj -ofrun/t/template_32_M.d.exe run/t/template_32_M.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43342 run/t/template_32_M.d(16): Error: circular reference to 'sum'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43343 run/t/template_32_M.d(16): Error: cannot implicitly convert expression (2Fi + cast(float)(sum)) of type cfloat to ifloat
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43344 run/t/template_32_M.d(16): template instance dstress.run.t.template_32_M.sum!(2Fi) error instantiating
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43345 run/t/template_32_M.d(21): template instance dstress.run.t.template_32_M.sum!(3Fi) error instantiating
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43346 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43347 Torture-Sub-1/32-FAIL: run/t/template_32_M.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43348 run: llvmdc -O0 -od./obj -ofrun/t/template_32_N.d.exe run/t/template_32_N.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43349 run/t/template_32_N.d(16): Error: circular reference to 'sum'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43350 run/t/template_32_N.d(16): Error: cannot implicitly convert expression (2Fi + cast(float)(sum)) of type cfloat to ifloat
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43351 run/t/template_32_N.d(21): template instance dstress.run.t.template_32_N.sum!(2Fi) error instantiating
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43352 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43353 Torture-Sub-1/32-FAIL: run/t/template_32_N.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43354 run: llvmdc -O0 -od./obj -ofrun/t/template_32_O.d.exe run/t/template_32_O.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43355 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43356 run/t/template_32_O.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43357 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43358
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43359 Torture-Sub-1/32-PASS: run/t/template_32_O.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43360 run: llvmdc -O0 -od./obj -ofrun/t/template_32_P.d.exe run/t/template_32_P.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43361 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43362 run/t/template_32_P.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43363 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43364
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43365 Torture-Sub-1/32-PASS: run/t/template_32_P.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43366 run: llvmdc -O0 -od./obj -ofrun/t/template_32_Q.d.exe run/t/template_32_Q.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43367 run/t/template_32_Q.d(16): Error: circular reference to 'sum'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43368 run/t/template_32_Q.d(16): Error: cannot implicitly convert expression (2i + cast(double)(sum)) of type cdouble to idouble
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43369 run/t/template_32_Q.d(21): template instance dstress.run.t.template_32_Q.sum!(2i) error instantiating
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43370 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43371 Torture-Sub-1/32-FAIL: run/t/template_32_Q.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43372 run: llvmdc -O0 -od./obj -ofrun/t/template_32_R.d.exe run/t/template_32_R.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43373 run/t/template_32_R.d(16): Error: circular reference to 'sum'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43374 run/t/template_32_R.d(16): Error: cannot implicitly convert expression (2i + cast(double)(sum)) of type cdouble to idouble
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43375 run/t/template_32_R.d(16): template instance dstress.run.t.template_32_R.sum!(2i) error instantiating
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43376 run/t/template_32_R.d(21): template instance dstress.run.t.template_32_R.sum!(3i) error instantiating
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43377 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43378 Torture-Sub-1/32-FAIL: run/t/template_32_R.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43379 run: llvmdc -O0 -od./obj -ofrun/t/template_32_S.d.exe run/t/template_32_S.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43380 run/t/template_32_S.d(16): Error: circular reference to 'sum'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43381 run/t/template_32_S.d(16): Error: cannot implicitly convert expression (2Li + cast(real)(sum)) of type creal to ireal
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43382 run/t/template_32_S.d(16): template instance dstress.run.t.template_32_S.sum!(2Li) error instantiating
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43383 run/t/template_32_S.d(21): template instance dstress.run.t.template_32_S.sum!(3Li) error instantiating
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43384 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43385 Torture-Sub-1/32-FAIL: run/t/template_32_S.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43386 run: llvmdc -O0 -od./obj -ofrun/t/template_32_T.d.exe run/t/template_32_T.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43387 run/t/template_32_T.d(16): Error: circular reference to 'sum'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43388 run/t/template_32_T.d(16): Error: cannot implicitly convert expression (2Li + cast(real)(sum)) of type creal to ireal
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43389 run/t/template_32_T.d(21): template instance dstress.run.t.template_32_T.sum!(2Li) error instantiating
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43390 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43391 Torture-Sub-1/32-FAIL: run/t/template_32_T.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43392 run: llvmdc -O0 -od./obj -ofrun/t/template_32_U.d.exe run/t/template_32_U.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43393 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43394 run/t/template_32_U.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43395 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43396
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43397 Torture-Sub-1/32-PASS: run/t/template_32_U.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43398 run: llvmdc -O0 -od./obj -ofrun/t/template_33_A.d.exe run/t/template_33_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43399 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43400 run/t/template_33_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43401 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43402
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43403 Torture-Sub-1/32-PASS: run/t/template_33_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43404 run: llvmdc -O0 -od./obj -ofrun/t/template_33_B.d.exe run/t/template_33_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43405 run/t/template_33_B.d(15): Error: circular reference to 'sum'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43406 run/t/template_33_B.d(20): template instance dstress.run.t.template_33_B.sum!((2L+0Li)) error instantiating
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43407 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43408 Torture-Sub-1/32-FAIL: run/t/template_33_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43409 run: llvmdc -O0 -od./obj -ofrun/t/template_33_C.d.exe run/t/template_33_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43410 run/t/template_33_C.d(15): Error: circular reference to 'sum'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43411 run/t/template_33_C.d(15): template instance dstress.run.t.template_33_C.sum!((2L+0Li)) error instantiating
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43412 run/t/template_33_C.d(20): template instance dstress.run.t.template_33_C.sum!((3L+0Li)) error instantiating
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43413 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43414 Torture-Sub-1/32-FAIL: run/t/template_33_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43415 run: llvmdc -O0 -od./obj -ofrun/t/template_33_D.d.exe run/t/template_33_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43416 run/t/template_33_D.d(15): Error: circular reference to 'sum'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43417 run/t/template_33_D.d(15): template instance dstress.run.t.template_33_D.sum!((2+0i)) error instantiating
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43418 run/t/template_33_D.d(20): template instance dstress.run.t.template_33_D.sum!((3+0i)) error instantiating
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43419 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43420 Torture-Sub-1/32-FAIL: run/t/template_33_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43421 run: llvmdc -O0 -od./obj -ofrun/t/template_33_E.d.exe run/t/template_33_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43422 run/t/template_33_E.d(15): Error: circular reference to 'sum'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43423 run/t/template_33_E.d(20): template instance dstress.run.t.template_33_E.sum!((2+0i)) error instantiating
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43424 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43425 Torture-Sub-1/32-FAIL: run/t/template_33_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43426 run: llvmdc -O0 -od./obj -ofrun/t/template_33_F.d.exe run/t/template_33_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43427 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43428 run/t/template_33_F.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43429 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43430
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43431 Torture-Sub-1/32-PASS: run/t/template_33_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43432 run: llvmdc -O0 -od./obj -ofrun/t/template_33_G.d.exe run/t/template_33_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43433 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43434 run/t/template_33_G.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43435 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43436
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43437 Torture-Sub-1/32-PASS: run/t/template_33_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43438 run: llvmdc -O0 -od./obj -ofrun/t/template_33_H.d.exe run/t/template_33_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43439 run/t/template_33_H.d(15): Error: circular reference to 'sum'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43440 run/t/template_33_H.d(20): template instance dstress.run.t.template_33_H.sum!((2F+0Fi)) error instantiating
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43441 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43442 Torture-Sub-1/32-FAIL: run/t/template_33_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43443 run: llvmdc -O0 -od./obj -ofrun/t/template_33_I.d.exe run/t/template_33_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43444 run/t/template_33_I.d(15): Error: circular reference to 'sum'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43445 run/t/template_33_I.d(15): template instance dstress.run.t.template_33_I.sum!((2F+0Fi)) error instantiating
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43446 run/t/template_33_I.d(20): template instance dstress.run.t.template_33_I.sum!((3F+0Fi)) error instantiating
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43447 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43448 Torture-Sub-1/32-FAIL: run/t/template_33_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43449 run: llvmdc -O0 -od./obj -ofrun/t/template_34_A.d.exe run/t/template_34_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43450 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43451 run/t/template_34_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43452 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43453
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43454 Torture-Sub-1/32-PASS: run/t/template_34_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43455 run: llvmdc -O0 -od./obj -ofrun/t/template_34_B.d.exe run/t/template_34_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43456 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43457 run/t/template_34_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43458 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43459
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43460 Torture-Sub-1/32-PASS: run/t/template_34_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43461 run: llvmdc -O0 -od./obj -ofrun/t/template_34_C.d.exe run/t/template_34_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43462 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43463 run/t/template_34_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43464 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43465
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43466 Torture-Sub-1/32-PASS: run/t/template_34_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43467 run: llvmdc -O0 -od./obj -ofrun/t/template_34_D.d.exe run/t/template_34_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43468 run/t/template_34_D.d(26): Error: incompatible types for ((x) == (test)): 'char[][][]' and 'char[][]'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43469 run/t/template_34_D.d(26): Error: array comparison type mismatch, char[][] vs char[]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43470 run/t/template_34_D.d(15): template instance dstress.run.t.template_34_D.exists!(char[][],char[]) error instantiating
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43471 run/t/template_34_D.d(15): function dstress.run.t.template_34_D.exists!(char[][],char[]).exists (char[][][][],char[][]) does not match parameter types (char[][],char[])
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43472 run/t/template_34_D.d(15): Error: cannot implicitly convert expression (result) of type char[][] to char[][][][]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43473 run/t/template_34_D.d(15): Error: cannot implicitly convert expression (x) of type char[] to char[][]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43474 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43475 Torture-Sub-1/32-FAIL: run/t/template_34_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43476 run: llvmdc -O0 -od./obj -ofrun/t/template_36_A.d.exe run/t/template_36_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43477 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43478 run/t/template_36_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43479 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43480
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43481 Torture-Sub-1/32-PASS: run/t/template_36_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43482 run: llvmdc -O0 -od./obj -ofrun/t/template_36_B.d.exe run/t/template_36_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43483 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43484 run/t/template_36_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43485 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43486
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43487 Torture-Sub-1/32-PASS: run/t/template_36_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43488 run: llvmdc -O0 -od./obj -ofrun/t/template_36_C.d.exe run/t/template_36_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43489 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43490 run/t/template_36_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43491 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43492
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43493 Torture-Sub-1/32-PASS: run/t/template_36_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43494 run: llvmdc -O0 -od./obj -ofrun/t/template_36_D.d.exe run/t/template_36_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43495 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43496 run/t/template_36_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43497 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43498
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43499 Torture-Sub-1/32-PASS: run/t/template_36_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43500 run: llvmdc -O0 -od./obj -ofrun/t/template_37_A.d.exe run/t/template_37_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43501 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43502 run/t/template_37_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43503 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43504
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43505 Torture-Sub-1/32-PASS: run/t/template_37_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43506 run: llvmdc -O0 -od./obj -ofrun/t/template_37_B.d.exe run/t/template_37_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43507 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43508 run/t/template_37_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43509 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43510
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43511 Torture-Sub-1/32-PASS: run/t/template_37_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43512 run: llvmdc -O0 -od./obj -ofrun/t/template_37_C.d.exe run/t/template_37_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43513 run/t/template_37_C.d(18): semicolon expected, not '!'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43514 run/t/template_37_C.d(18): found '!' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43515 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43516 Torture-Sub-1/32-FAIL: run/t/template_37_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43517 run: llvmdc -O0 -od./obj -ofrun/t/template_37_D.d.exe run/t/template_37_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43518 run/t/template_37_D.d(18): semicolon expected, not '!'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43519 run/t/template_37_D.d(18): found '!' instead of statement
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43520 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43521 Torture-Sub-1/32-FAIL: run/t/template_37_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43522 run: llvmdc -O0 -od./obj -ofrun/t/template_38_A.d.exe run/t/template_38_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43523 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43524 run/t/template_38_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43525 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43526
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43527 Torture-Sub-1/32-PASS: run/t/template_38_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43528 run: llvmdc -O0 -od./obj -ofrun/t/template_38_B.d.exe run/t/template_38_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43529 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43530 run/t/template_38_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43531 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43532
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43533 Torture-Sub-1/32-PASS: run/t/template_38_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43534 run: llvmdc -O0 -od./obj -ofrun/t/template_38_C.d.exe run/t/template_38_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43535 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43536 run/t/template_38_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43537 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43538
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43539 Torture-Sub-1/32-PASS: run/t/template_38_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43540 run: llvmdc -O0 -od./obj -ofrun/t/template_38_D.d.exe run/t/template_38_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43541 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43542 run/t/template_38_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43543 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43544
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43545 Torture-Sub-1/32-PASS: run/t/template_38_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43546 run: llvmdc -O0 -od./obj -ofrun/t/template_39_A.d.exe run/t/template_39_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43547 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43548 run/t/template_39_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43549 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43550
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43551 Torture-Sub-1/32-PASS: run/t/template_39_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43552 run: llvmdc -O0 -od./obj -ofrun/t/template_39_B.d.exe run/t/template_39_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43553 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43554 run/t/template_39_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43555 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43556
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43557 Torture-Sub-1/32-PASS: run/t/template_39_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43558 run: llvmdc -O0 -od./obj -ofrun/t/template_39_C.d.exe run/t/template_39_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43559 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43560 run/t/template_39_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43561 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43562
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43563 Torture-Sub-1/32-PASS: run/t/template_39_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43564 run: llvmdc -O0 -od./obj -ofrun/t/template_39_D.d.exe run/t/template_39_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43565 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43566 run/t/template_39_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43567 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43568
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43569 Torture-Sub-1/32-PASS: run/t/template_39_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43570 run: llvmdc -O0 -od./obj -ofrun/t/template_39_E.d.exe run/t/template_39_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43571 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43572 run/t/template_39_E.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43573 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43574
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43575 Torture-Sub-1/32-PASS: run/t/template_39_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43576 run: llvmdc -O0 -od./obj -ofrun/t/template_40_A.d.exe run/t/template_40_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43577 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43578 run/t/template_40_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43579 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43580
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43581 Torture-Sub-1/32-PASS: run/t/template_40_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43582 run: llvmdc -O0 -od./obj -ofrun/t/template_40_B.d.exe run/t/template_40_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43583 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43584 run/t/template_40_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43585 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43586
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43587 Torture-Sub-1/32-PASS: run/t/template_40_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43588 run: llvmdc -O0 -od./obj -ofrun/t/template_40_C.d.exe run/t/template_40_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43589 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43590 run/t/template_40_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43591 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43592
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43593 Torture-Sub-1/32-PASS: run/t/template_40_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43594 run: llvmdc -O0 -od./obj -ofrun/t/template_42_A.d.exe run/t/template_42_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43595 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43596 run/t/template_42_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43597 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43598
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43599 Torture-Sub-1/32-ERROR: run/t/template_42_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43600 run: llvmdc -O0 -od./obj -ofrun/t/template_45_A.d.exe run/t/template_45_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43601 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43602 run/t/template_45_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43603 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43604
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43605 Torture-Sub-1/32-PASS: run/t/template_45_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43606 run: llvmdc -O0 -od./obj -ofrun/t/template_45_B.d.exe run/t/template_45_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43607 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43608 run/t/template_45_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43609 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43610
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43611 Torture-Sub-1/32-PASS: run/t/template_45_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43612 run: llvmdc -O0 -od./obj -ofrun/t/template_45_C.d.exe run/t/template_45_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43613 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43614 run/t/template_45_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43615 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43616
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43617 Torture-Sub-1/32-PASS: run/t/template_45_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43618 run: llvmdc -O0 -od./obj -ofrun/t/template_45_D.d.exe run/t/template_45_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43619 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43620 run/t/template_45_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43621 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43622
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43623 Torture-Sub-1/32-PASS: run/t/template_45_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43624 run: llvmdc -O0 -od./obj -ofrun/t/template_45_E.d.exe run/t/template_45_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43625 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43626 run/t/template_45_E.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43627 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43628
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43629 Torture-Sub-1/32-PASS: run/t/template_45_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43630 run: llvmdc -O0 -od./obj -ofrun/t/template_45_F.d.exe run/t/template_45_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43631 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43632 run/t/template_45_F.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43633 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43634
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43635 Torture-Sub-1/32-PASS: run/t/template_45_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43636 run: llvmdc -O0 -od./obj -ofrun/t/template_47_A.d.exe run/t/template_47_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43637 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43638 run/t/template_47_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43639 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43640
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43641 Torture-Sub-1/32-PASS: run/t/template_47_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43642 run: llvmdc -O0 -od./obj -ofrun/t/template_47_B.d.exe run/t/template_47_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43643 llvmdc: gen/classes.cpp:1183: LLValue* DtoIndexClass(LLValue*, ClassDeclaration*, Type*, unsigned int, DStructIndexVector&): Assertion `0' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43644 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43645 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43646 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43647 llvmdc[0x813292a]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43648 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43649 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43650 Torture-Sub-1/32-ERROR: run/t/template_47_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43651 run: llvmdc -O0 -od./obj -ofrun/t/template_49_A.d.exe run/t/template_49_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43652 run/t/template_49_A.d(19): template dstress.run.t.template_49_A.foo(T) does not match any template declaration
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43653 run/t/template_49_A.d(19): template dstress.run.t.template_49_A.foo(T) cannot deduce template function from argument types (char[2u],int)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43654 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43655 Torture-Sub-1/32-FAIL: run/t/template_49_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43656 run: llvmdc -O0 -od./obj -ofrun/t/template_49_B.d.exe run/t/template_49_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43657 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43658 run/t/template_49_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43659 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43660
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43661 Torture-Sub-1/32-PASS: run/t/template_49_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43662 run: llvmdc -O0 -od./obj -ofrun/t/template_49_C.d.exe run/t/template_49_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43663 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43664 run/t/template_49_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43665 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43666
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43667 Torture-Sub-1/32-PASS: run/t/template_49_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43668 run: llvmdc -O0 -od./obj -ofrun/t/template_51_A.d.exe run/t/template_51_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43669 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43670 run/t/template_51_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43671 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43672
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43673 Torture-Sub-1/32-ERROR: run/t/template_51_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43674 run: llvmdc -O0 -od./obj -ofrun/t/template_51_B.d.exe run/t/template_51_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43675 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43676 run/t/template_51_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43677 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43678
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43679 Torture-Sub-1/32-ERROR: run/t/template_51_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43680 run: llvmdc -O0 -od./obj -ofrun/t/template_51_C.d.exe run/t/template_51_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43681 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43682 run/t/template_51_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43683 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43684
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43685 Torture-Sub-1/32-ERROR: run/t/template_51_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43686 run: llvmdc -O0 -od./obj -ofrun/t/template_51_D.d.exe run/t/template_51_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43687 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43688 run/t/template_51_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43689 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43690
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43691 Torture-Sub-1/32-ERROR: run/t/template_51_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43692 run: llvmdc -O0 -od./obj -ofrun/t/template_51_E.d.exe run/t/template_51_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43693 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43694 run/t/template_51_E.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43695 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43696
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43697 Torture-Sub-1/32-ERROR: run/t/template_51_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43698 run: llvmdc -O0 -od./obj -ofrun/t/template_51_F.d.exe run/t/template_51_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43699 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43700 run/t/template_51_F.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43701 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43702
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43703 Torture-Sub-1/32-ERROR: run/t/template_51_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43704 run: llvmdc -O0 -od./obj -ofrun/t/template_51_G.d.exe run/t/template_51_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43705 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43706 run/t/template_51_G.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43707 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43708
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43709 Torture-Sub-1/32-ERROR: run/t/template_51_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43710 run: llvmdc -O0 -od./obj -ofrun/t/template_51_H.d.exe run/t/template_51_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43711 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43712 run/t/template_51_H.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43713 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43714
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43715 Torture-Sub-1/32-ERROR: run/t/template_51_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43716 run: llvmdc -O0 -od./obj -ofrun/t/template_51_I.d.exe run/t/template_51_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43717 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43718 run/t/template_51_I.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43719 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43720
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43721 Torture-Sub-1/32-ERROR: run/t/template_51_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43722 run: llvmdc -O0 -od./obj -ofrun/t/template_54_A.d.exe run/t/template_54_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43723 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43724 run/t/template_54_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43725 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43726
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43727 Torture-Sub-1/32-PASS: run/t/template_54_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43728 run: llvmdc -O0 -od./obj -ofrun/t/template_54_B.d.exe run/t/template_54_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43729 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43730 run/t/template_54_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43731 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43732
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43733 Torture-Sub-1/32-PASS: run/t/template_54_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43734 run: llvmdc -O0 -od./obj -ofrun/t/template_56_A.d.exe run/t/template_56_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43735 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43736 run/t/template_56_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43737 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43738
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43739 Torture-Sub-1/32-PASS: run/t/template_56_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43740 run: llvmdc -O0 -od./obj -ofrun/t/template_56_B.d.exe run/t/template_56_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43741 run/t/template_56_B.d(23): Error: template get!(char) is not a member of instance
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43742 run/t/template_56_B.d(23): Error: function expected before (), not 0 of type int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43743 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43744 Torture-Sub-1/32-FAIL: run/t/template_56_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43745 run: llvmdc -O0 -od./obj -ofrun/t/template_57_A.d.exe run/t/template_57_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43746 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43747 run/t/template_57_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43748 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43749
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43750 Torture-Sub-1/32-PASS: run/t/template_57_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43751 run: llvmdc -O0 -od./obj -ofrun/t/template_58_A.d.exe run/t/template_58_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43752 run/t/template_58_A.d(14): Error: expression 7 * 2 is not a valid template value argument
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43753 run/t/template_58_A.d(19): template instance dstress.run.t.template_58_A.a!(7 * 2) error instantiating
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43754 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43755 Torture-Sub-1/32-FAIL: run/t/template_58_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43756 run: llvmdc -O0 -od./obj -ofrun/t/template_58_B.d.exe run/t/template_58_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43757 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43758 run/t/template_58_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43759 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43760
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43761 Torture-Sub-1/32-PASS: run/t/template_58_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43762 run: llvmdc -O0 -od./obj -ofrun/t/template_58_C.d.exe run/t/template_58_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43763 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43764 run/t/template_58_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43765 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43766
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43767 Torture-Sub-1/32-PASS: run/t/template_58_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43768 run: llvmdc -O0 -od./obj -ofrun/t/template_58_D.d.exe run/t/template_58_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43769 run/t/template_58_D.d(12): Error: expression 7 * 2 is not a valid template value argument
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43770 run/t/template_58_D.d(17): template instance dstress.run.t.template_58_D.a!(7 * 2) error instantiating
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43771 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43772 Torture-Sub-1/32-FAIL: run/t/template_58_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43773 run: llvmdc -O0 -od./obj -ofrun/t/template_58_E.d.exe run/t/template_58_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43774 run/t/template_58_E.d(12): Error: expression 7 * 2 is not a valid template value argument
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43775 run/t/template_58_E.d(17): template instance dstress.run.t.template_58_E.a!(7 * 2) error instantiating
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43776 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43777 Torture-Sub-1/32-FAIL: run/t/template_58_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43778 run: llvmdc -O0 -od./obj -ofrun/t/template_61_A.d.exe run/t/template_61_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43779 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43780 run/t/template_61_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43781 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43782
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43783 Torture-Sub-1/32-PASS: run/t/template_61_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43784 run: llvmdc -O0 -od./obj -ofrun/t/template_61_B.d.exe run/t/template_61_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43785 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43786 run/t/template_61_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43787 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43788
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43789 Torture-Sub-1/32-PASS: run/t/template_61_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43790 run: llvmdc -O0 run/t/template_62_B.d -od./obj/_7B3 -ofrun/t/template_62_A.d.exe run/t/template_62_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43791 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43792 run/t/template_62_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43793 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43794
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43795 Torture-Sub-1/32-ERROR: run/t/template_62_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43796 run: llvmdc -O0 run/t/template_62_A.d -od./obj/_7C5 -ofrun/t/template_62_B.d.exe run/t/template_62_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43797 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43798 run/t/template_62_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43799 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43800
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43801 Torture-Sub-1/32-ERROR: run/t/template_62_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43802 run: llvmdc -O0 -od./obj -ofrun/t/template_63_A.d.exe run/t/template_63_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43803 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43804 run/t/template_63_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43805 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43806
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43807 Torture-Sub-1/32-PASS: run/t/template_63_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43808 run: llvmdc -O0 -od./obj -ofrun/t/template_63_B.d.exe run/t/template_63_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43809 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43810 run/t/template_63_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43811 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43812
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43813 Torture-Sub-1/32-PASS: run/t/template_63_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43814 run: llvmdc -O0 -od./obj -ofrun/t/template_63_C.d.exe run/t/template_63_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43815 run/t/template_63_C.d(19): template dstress.run.t.template_63_C.outer!(double).inner(I) does not match any template declaration
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43816 run/t/template_63_C.d(19): template dstress.run.t.template_63_C.outer!(double).inner(I) cannot deduce template function from argument types (double,char[2u])
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43817 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43818 Torture-Sub-1/32-FAIL: run/t/template_63_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43819 run: llvmdc -O0 -od./obj -ofrun/t/template_63_D.d.exe run/t/template_63_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43820 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43821 run/t/template_63_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43822 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43823
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43824 Torture-Sub-1/32-PASS: run/t/template_63_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43825 run: llvmdc -O0 -od./obj -ofrun/t/template_64_A.d.exe run/t/template_64_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43826 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43827 run/t/template_64_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43828 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43829
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43830 Torture-Sub-1/32-PASS: run/t/template_64_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43831 run: llvmdc -O0 -od./obj -ofrun/t/template_64_B.d.exe run/t/template_64_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43832 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43833 run/t/template_64_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43834 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43835
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43836 Torture-Sub-1/32-PASS: run/t/template_64_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43837 run: llvmdc -O0 -od./obj -ofrun/t/template_64_C.d.exe run/t/template_64_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43838 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43839 run/t/template_64_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43840 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43841
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43842 Torture-Sub-1/32-PASS: run/t/template_64_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43843 run: llvmdc -O0 -od./obj -ofrun/t/template_65_A.d.exe run/t/template_65_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43844 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43845 run/t/template_65_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43846 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43847
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43848 Torture-Sub-1/32-PASS: run/t/template_65_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43849 run: llvmdc -O0 -od./obj -ofrun/t/template_65_B.d.exe run/t/template_65_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43850 run/t/template_65_B.d(21): template instance cannot use local 'foo' as template parameter
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43851 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43852 Torture-Sub-1/32-FAIL: run/t/template_65_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43853 run: llvmdc -O0 -od./obj -ofrun/t/template_65_C.d.exe run/t/template_65_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43854 run/t/template_65_C.d(21): template instance cannot use local 'foo' as template parameter
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43855 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43856 Torture-Sub-1/32-FAIL: run/t/template_65_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43857 run: llvmdc -O0 -od./obj -ofrun/t/template_65_D.d.exe run/t/template_65_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43858 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43859 run/t/template_65_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43860 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43861
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43862 Torture-Sub-1/32-PASS: run/t/template_65_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43863 run: llvmdc -O0 -od./obj -ofrun/t/template_class_10_A.d.exe run/t/template_class_10_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43864 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43865 run/t/template_class_10_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43866 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43867
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43868 Torture-Sub-1/32-PASS: run/t/template_class_10_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43869 run: llvmdc -O0 -od./obj -ofrun/t/template_class_10_B.d.exe run/t/template_class_10_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43870 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43871 run/t/template_class_10_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43872 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43873
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43874 Torture-Sub-1/32-PASS: run/t/template_class_10_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43875 run: llvmdc -O0 -od./obj -ofrun/t/template_class_10_C.d.exe run/t/template_class_10_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43876 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43877 run/t/template_class_10_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43878 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43879
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43880 Torture-Sub-1/32-PASS: run/t/template_class_10_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43881 run: llvmdc -O0 -od./obj -ofrun/t/template_class_10_D.d.exe run/t/template_class_10_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43882 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43883 run/t/template_class_10_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43884 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43885
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43886 Torture-Sub-1/32-PASS: run/t/template_class_10_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43887 run: llvmdc -O0 -od./obj -ofrun/t/template_class_10_E.d.exe run/t/template_class_10_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43888 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43889 run/t/template_class_10_E.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43890 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43891
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43892 Torture-Sub-1/32-PASS: run/t/template_class_10_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43893 run: llvmdc -O0 -od./obj -ofrun/t/template_class_11_A.d.exe run/t/template_class_11_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43894 run/t/template_class_11_A.d(18): Error: only one index allowed to index void
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43895 run/t/template_class_11_A.d(18): Error: class array must be an array or pointer type, not void
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43896 run/t/template_class_11_A.d(18): Error: cannot implicitly convert expression (class array[1]) of type int to float[]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43897 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43898 Torture-Sub-1/32-FAIL: run/t/template_class_11_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43899 run: llvmdc -O0 -od./obj -ofrun/t/template_class_11_B.d.exe run/t/template_class_11_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43900 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43901 run/t/template_class_11_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43902 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43903
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43904 Torture-Sub-1/32-PASS: run/t/template_class_11_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43905 run: llvmdc -O0 -od./obj -ofrun/t/template_class_12_A.d.exe run/t/template_class_12_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43906 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43907 run/t/template_class_12_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43908 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43909
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43910 Torture-Sub-1/32-PASS: run/t/template_class_12_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43911 run: llvmdc -O0 -od./obj -ofrun/t/template_class_12_B.d.exe run/t/template_class_12_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43912 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43913 run/t/template_class_12_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43914 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43915
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43916 Torture-Sub-1/32-PASS: run/t/template_class_12_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43917 run: llvmdc -O0 -od./obj -ofrun/t/template_class_13_A.d.exe run/t/template_class_13_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43918 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43919 run/t/template_class_13_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43920 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43921
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43922 Torture-Sub-1/32-PASS: run/t/template_class_13_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43923 run: llvmdc -O0 -od./obj -ofrun/t/template_class_13_B.d.exe run/t/template_class_13_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43924 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43925 run/t/template_class_13_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43926 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43927
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43928 Torture-Sub-1/32-PASS: run/t/template_class_13_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43929 run: llvmdc -O0 -od./obj -ofrun/t/template_class_13_C.d.exe run/t/template_class_13_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43930 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43931 run/t/template_class_13_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43932 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43933
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43934 Torture-Sub-1/32-PASS: run/t/template_class_13_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43935 run: llvmdc -O0 -od./obj -ofrun/t/template_class_13_D.d.exe run/t/template_class_13_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43936 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43937 run/t/template_class_13_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43938 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43939
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43940 Torture-Sub-1/32-PASS: run/t/template_class_13_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43941 run: llvmdc -O0 -od./obj -ofrun/t/template_class_13_E.d.exe run/t/template_class_13_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43942 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43943 run/t/template_class_13_E.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43944 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43945
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43946 Torture-Sub-1/32-PASS: run/t/template_class_13_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43947 run: llvmdc -O0 -od./obj -ofrun/t/template_class_13_F.d.exe run/t/template_class_13_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43948 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43949 run/t/template_class_13_F.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43950 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43951
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43952 Torture-Sub-1/32-PASS: run/t/template_class_13_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43953 run: llvmdc -O0 -od./obj -ofrun/t/template_class_13_G.d.exe run/t/template_class_13_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43954 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43955 run/t/template_class_13_G.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43956 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43957
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43958 Torture-Sub-1/32-PASS: run/t/template_class_13_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43959 run: llvmdc -O0 -od./obj -ofrun/t/template_class_13_H.d.exe run/t/template_class_13_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43960 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43961 run/t/template_class_13_H.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43962 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43963
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43964 Torture-Sub-1/32-PASS: run/t/template_class_13_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43965 run: llvmdc -O0 -od./obj -ofrun/t/template_class_13_I.d.exe run/t/template_class_13_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43966 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43967 run/t/template_class_13_I.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43968 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43969
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43970 Torture-Sub-1/32-PASS: run/t/template_class_13_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43971 run: llvmdc -O0 -od./obj -ofrun/t/template_class_13_J.d.exe run/t/template_class_13_J.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43972 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43973 run/t/template_class_13_J.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43974 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43975
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43976 Torture-Sub-1/32-PASS: run/t/template_class_13_J.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43977 run: llvmdc -O0 -od./obj -ofrun/t/template_class_13_K.d.exe run/t/template_class_13_K.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43978 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43979 run/t/template_class_13_K.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43980 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43981
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43982 Torture-Sub-1/32-PASS: run/t/template_class_13_K.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43983 run: llvmdc -O0 -od./obj -ofrun/t/template_class_13_L.d.exe run/t/template_class_13_L.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43984 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43985 run/t/template_class_13_L.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43986 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43987
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43988 Torture-Sub-1/32-PASS: run/t/template_class_13_L.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43989 run: llvmdc -O0 -od./obj -ofrun/t/template_class_13_M.d.exe run/t/template_class_13_M.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43990 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43991 run/t/template_class_13_M.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43992 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43993
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43994 Torture-Sub-1/32-PASS: run/t/template_class_13_M.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43995 run: llvmdc -O0 -od./obj -ofrun/t/template_class_13_N.d.exe run/t/template_class_13_N.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43996 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43997 run/t/template_class_13_N.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43998 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
43999
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44000 Torture-Sub-1/32-PASS: run/t/template_class_13_N.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44001 run: llvmdc -O0 -od./obj -ofrun/t/template_class_13_O.d.exe run/t/template_class_13_O.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44002 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44003 run/t/template_class_13_O.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44004 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44005
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44006 Torture-Sub-1/32-PASS: run/t/template_class_13_O.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44007 run: llvmdc -O0 -od./obj -ofrun/t/template_class_13_P.d.exe run/t/template_class_13_P.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44008 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44009 run/t/template_class_13_P.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44010 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44011
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44012 Torture-Sub-1/32-PASS: run/t/template_class_13_P.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44013 run: llvmdc -O0 -od./obj -ofrun/t/template_class_13_Q.d.exe run/t/template_class_13_Q.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44014 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44015 run/t/template_class_13_Q.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44016 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44017
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44018 Torture-Sub-1/32-PASS: run/t/template_class_13_Q.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44019 run: llvmdc -O0 -od./obj -ofrun/t/template_class_13_R.d.exe run/t/template_class_13_R.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44020 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44021 run/t/template_class_13_R.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44022 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44023
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44024 Torture-Sub-1/32-PASS: run/t/template_class_13_R.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44025 run: llvmdc -O0 -od./obj -ofrun/t/template_class_13_S.d.exe run/t/template_class_13_S.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44026 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44027 run/t/template_class_13_S.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44028 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44029
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44030 Torture-Sub-1/32-PASS: run/t/template_class_13_S.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44031 run: llvmdc -O0 -od./obj -ofrun/t/template_class_13_T.d.exe run/t/template_class_13_T.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44032 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44033 run/t/template_class_13_T.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44034 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44035
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44036 Torture-Sub-1/32-PASS: run/t/template_class_13_T.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44037 run: llvmdc -O0 -od./obj -ofrun/t/template_class_13_U.d.exe run/t/template_class_13_U.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44038 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44039 run/t/template_class_13_U.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44040 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44041
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44042 Torture-Sub-1/32-PASS: run/t/template_class_13_U.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44043 run: llvmdc -O0 -od./obj -ofrun/t/template_class_13_V.d.exe run/t/template_class_13_V.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44044 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44045 run/t/template_class_13_V.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44046 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44047
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44048 Torture-Sub-1/32-PASS: run/t/template_class_13_V.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44049 run: llvmdc -O0 -od./obj -ofrun/t/template_class_13_W.d.exe run/t/template_class_13_W.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44050 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44051 run/t/template_class_13_W.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44052 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44053
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44054 Torture-Sub-1/32-PASS: run/t/template_class_13_W.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44055 run: llvmdc -O0 -od./obj -ofrun/t/template_class_13_X.d.exe run/t/template_class_13_X.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44056 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44057 run/t/template_class_13_X.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44058 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44059
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44060 Torture-Sub-1/32-PASS: run/t/template_class_13_X.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44061 run: llvmdc -O0 -od./obj -ofrun/t/template_class_14_A.d.exe run/t/template_class_14_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44062 llvmdc: /home/kamm/eigenes/projekte/llvmdc/llvm-23-release-prefix/include/llvm/Support/Casting.h:199: typename llvm::cast_retty<To, From>::ret_type llvm::cast(const Y&) [with X = llvm::OpaqueType, Y = llvm::Type*]: Assertion `isa<X>(Val) && "cast<Ty>() argument of incompatible type!"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44063 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44064 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44065 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44066 llvmdc[0x812df3f]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44067 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44068 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44069 Torture-Sub-1/32-ERROR: run/t/template_class_14_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44070 run: llvmdc -O0 -od./obj -ofrun/t/template_class_14_B.d.exe run/t/template_class_14_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44071 llvmdc: /home/kamm/eigenes/projekte/llvmdc/llvm-23-release-prefix/include/llvm/Support/Casting.h:199: typename llvm::cast_retty<To, From>::ret_type llvm::cast(const Y&) [with X = llvm::OpaqueType, Y = llvm::Type*]: Assertion `isa<X>(Val) && "cast<Ty>() argument of incompatible type!"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44072 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44073 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44074 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44075 llvmdc[0x812df3f]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44076 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44077 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44078 Torture-Sub-1/32-ERROR: run/t/template_class_14_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44079 run: llvmdc -O0 -od./obj -ofrun/t/template_class_14_C.d.exe run/t/template_class_14_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44080 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44081 run/t/template_class_14_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44082 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44083
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44084 Torture-Sub-1/32-PASS: run/t/template_class_14_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44085 run: llvmdc -O0 -od./obj -ofrun/t/template_class_14_D.d.exe run/t/template_class_14_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44086 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44087 run/t/template_class_14_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44088 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44089
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44090 Torture-Sub-1/32-PASS: run/t/template_class_14_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44091 run: llvmdc -O0 -od./obj -ofrun/t/template_class_14_E.d.exe run/t/template_class_14_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44092 llvmdc: /home/kamm/eigenes/projekte/llvmdc/llvm-23-release-prefix/include/llvm/Support/Casting.h:199: typename llvm::cast_retty<To, From>::ret_type llvm::cast(const Y&) [with X = llvm::OpaqueType, Y = llvm::Type*]: Assertion `isa<X>(Val) && "cast<Ty>() argument of incompatible type!"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44093 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44094 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44095 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44096 llvmdc[0x812df3f]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44097 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44098 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44099 Torture-Sub-1/32-ERROR: run/t/template_class_14_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44100 run: llvmdc -O0 -od./obj -ofrun/t/template_class_14_F.d.exe run/t/template_class_14_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44101 llvmdc: /home/kamm/eigenes/projekte/llvmdc/llvm-23-release-prefix/include/llvm/Support/Casting.h:199: typename llvm::cast_retty<To, From>::ret_type llvm::cast(const Y&) [with X = llvm::OpaqueType, Y = llvm::Type*]: Assertion `isa<X>(Val) && "cast<Ty>() argument of incompatible type!"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44102 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44103 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44104 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44105 llvmdc[0x812df3f]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44106 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44107 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44108 Torture-Sub-1/32-ERROR: run/t/template_class_14_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44109 run: llvmdc -O0 -od./obj -ofrun/t/template_class_14_G.d.exe run/t/template_class_14_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44110 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44111 run/t/template_class_14_G.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44112 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44113
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44114 Torture-Sub-1/32-PASS: run/t/template_class_14_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44115 run: llvmdc -O0 -od./obj -ofrun/t/template_class_14_H.d.exe run/t/template_class_14_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44116 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44117 run/t/template_class_14_H.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44118 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44119
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44120 Torture-Sub-1/32-PASS: run/t/template_class_14_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44121 run: llvmdc -O0 -od./obj -ofrun/t/template_class_14_I.d.exe run/t/template_class_14_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44122 llvmdc: /home/kamm/eigenes/projekte/llvmdc/llvm-23-release-prefix/include/llvm/Support/Casting.h:199: typename llvm::cast_retty<To, From>::ret_type llvm::cast(const Y&) [with X = llvm::OpaqueType, Y = llvm::Type*]: Assertion `isa<X>(Val) && "cast<Ty>() argument of incompatible type!"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44123 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44124 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44125 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44126 llvmdc[0x812df3f]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44127 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44128 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44129 Torture-Sub-1/32-ERROR: run/t/template_class_14_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44130 run: llvmdc -O0 -od./obj -ofrun/t/template_class_14_J.d.exe run/t/template_class_14_J.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44131 llvmdc: /home/kamm/eigenes/projekte/llvmdc/llvm-23-release-prefix/include/llvm/Support/Casting.h:199: typename llvm::cast_retty<To, From>::ret_type llvm::cast(const Y&) [with X = llvm::OpaqueType, Y = llvm::Type*]: Assertion `isa<X>(Val) && "cast<Ty>() argument of incompatible type!"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44132 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44133 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44134 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44135 llvmdc[0x812df3f]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44136 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44137 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44138 Torture-Sub-1/32-ERROR: run/t/template_class_14_J.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44139 run: llvmdc -O0 -od./obj -ofrun/t/template_class_14_K.d.exe run/t/template_class_14_K.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44140 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44141 run/t/template_class_14_K.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44142 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44143
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44144 Torture-Sub-1/32-PASS: run/t/template_class_14_K.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44145 run: llvmdc -O0 -od./obj -ofrun/t/template_class_14_L.d.exe run/t/template_class_14_L.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44146 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44147 run/t/template_class_14_L.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44148 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44149
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44150 Torture-Sub-1/32-PASS: run/t/template_class_14_L.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44151 run: llvmdc -O0 -od./obj -ofrun/t/template_class_15.d.exe run/t/template_class_15.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44152 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44153 run/t/template_class_15.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44154 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44155
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44156 Torture-Sub-1/32-PASS: run/t/template_class_15.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44157 run: llvmdc -O0 -od./obj -ofrun/t/template_class_16_A.d.exe run/t/template_class_16_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44158 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44159 run/t/template_class_16_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44160 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44161
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44162 Torture-Sub-1/32-PASS: run/t/template_class_16_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44163 run: llvmdc -O0 -od./obj -ofrun/t/template_class_16_B.d.exe run/t/template_class_16_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44164 run/t/template_class_16_B.d(12): Error: forward reference to 'Alocator!(Object)'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44165 run/t/template_class_16_B.d(12): Error: GObject is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44166 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44167 Torture-Sub-1/32-FAIL: run/t/template_class_16_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44168 run: llvmdc -O0 -od./obj -ofrun/t/template_class_16_C.d.exe run/t/template_class_16_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44169 run/t/template_class_16_C.d(12): Error: forward reference to 'Alocator!(Object)'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44170 run/t/template_class_16_C.d(12): Error: GObject is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44171 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44172 Torture-Sub-1/32-FAIL: run/t/template_class_16_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44173 run: llvmdc -O0 -od./obj -ofrun/t/template_class_16_D.d.exe run/t/template_class_16_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44174 run/t/template_class_16_D.d(24): parenthesized TemplateParameterList expected following TemplateIdentifier
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44175 run/t/template_class_16_D.d(24): members of template declaration expected
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44176 run/t/template_class_16_D.d(24): Declaration expected, not '!'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44177 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44178 Torture-Sub-1/32-FAIL: run/t/template_class_16_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44179 run: llvmdc -O0 -od./obj -ofrun/t/template_class_16_E.d.exe run/t/template_class_16_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44180 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44181 run/t/template_class_16_E.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44182 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44183
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44184 Torture-Sub-1/32-PASS: run/t/template_class_16_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44185 run: llvmdc -O0 -od./obj -ofrun/t/template_class_16_F.d.exe run/t/template_class_16_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44186 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44187 run/t/template_class_16_F.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44188 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44189
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44190 Torture-Sub-1/32-PASS: run/t/template_class_16_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44191 run: llvmdc -O0 -od./obj -ofrun/t/template_class_16_G.d.exe run/t/template_class_16_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44192 run/t/template_class_16_G.d(11): template instance forward reference to template declaration Alocator(T)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44193 run/t/template_class_16_G.d(17): template instance Alocator!(Object) is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44194 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44195 Torture-Sub-1/32-FAIL: run/t/template_class_16_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44196 run: llvmdc -O0 -od./obj -ofrun/t/template_class_16_H.d.exe run/t/template_class_16_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44197 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44198 run/t/template_class_16_H.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44199 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44200
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44201 Torture-Sub-1/32-PASS: run/t/template_class_16_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44202 run: llvmdc -O0 -od./obj -ofrun/t/template_class_16_I.d.exe run/t/template_class_16_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44203 run/t/template_class_16_I.d(11): template instance forward reference to template declaration Alocator(T)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44204 run/t/template_class_16_I.d(11): Error: Alocator!(Object) is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44205 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44206 Torture-Sub-1/32-FAIL: run/t/template_class_16_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44207 run: llvmdc -O0 -od./obj -ofrun/t/template_class_19_A.d.exe run/t/template_class_19_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44208 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44209 run/t/template_class_19_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44210 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44211
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44212 Torture-Sub-1/32-PASS: run/t/template_class_19_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44213 run: llvmdc -O0 -od./obj -ofrun/t/template_class_20_A.d.exe run/t/template_class_20_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44214 run/t/template_class_20_A.d(12): variable dstress.run.t.template_class_20_A.bar abstract cannot be applied to variable
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44215 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44216 Torture-Sub-1/32-FAIL: run/t/template_class_20_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44217 run: llvmdc -O0 -od./obj -ofrun/t/template_class_20_B.d.exe run/t/template_class_20_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44218 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44219 run/t/template_class_20_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44220 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44221
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44222 Torture-Sub-1/32-PASS: run/t/template_class_20_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44223 run: llvmdc -O0 -od./obj -ofrun/t/template_struct_03_A.d.exe run/t/template_struct_03_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44224 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44225 run/t/template_struct_03_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44226 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44227
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44228 Torture-Sub-1/32-PASS: run/t/template_struct_03_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44229 run: llvmdc -O0 -od./obj -ofrun/t/template_struct_03_B.d.exe run/t/template_struct_03_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44230 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44231 run/t/template_struct_03_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44232 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44233
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44234 Torture-Sub-1/32-PASS: run/t/template_struct_03_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44235 run: llvmdc -O0 -od./obj -ofrun/t/template_struct_03_C.d.exe run/t/template_struct_03_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44236 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44237 run/t/template_struct_03_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44238 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44239
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44240 Torture-Sub-1/32-PASS: run/t/template_struct_03_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44241 run: llvmdc -O0 -od./obj -ofrun/t/template_struct_03_D.d.exe run/t/template_struct_03_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44242 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44243 run/t/template_struct_03_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44244 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44245
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44246 Torture-Sub-1/32-PASS: run/t/template_struct_03_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44247 run: llvmdc -O0 -od./obj -ofrun/t/template_struct_03_E.d.exe run/t/template_struct_03_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44248 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44249 run/t/template_struct_03_E.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44250 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44251
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44252 Torture-Sub-1/32-PASS: run/t/template_struct_03_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44253 run: llvmdc -O0 -od./obj -ofrun/t/template_struct_04_A.d.exe run/t/template_struct_04_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44254 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44255 run/t/template_struct_04_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44256 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44257
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44258 Torture-Sub-1/32-PASS: run/t/template_struct_04_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44259 run: llvmdc -O0 -od./obj -ofrun/t/template_struct_04_B.d.exe run/t/template_struct_04_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44260 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44261 run/t/template_struct_04_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44262 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44263
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44264 Torture-Sub-1/32-PASS: run/t/template_struct_04_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44265 run: llvmdc -O0 -od./obj -ofrun/t/template_struct_04_C.d.exe run/t/template_struct_04_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44266 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44267 run/t/template_struct_04_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44268 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44269
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44270 Torture-Sub-1/32-PASS: run/t/template_struct_04_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44271 run: llvmdc -O0 -od./obj -ofrun/t/template_struct_04_D.d.exe run/t/template_struct_04_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44272 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44273 run/t/template_struct_04_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44274 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44275
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44276 Torture-Sub-1/32-PASS: run/t/template_struct_04_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44277 run: llvmdc -O0 -od./obj -ofrun/t/template_struct_04_E.d.exe run/t/template_struct_04_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44278 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44279 run/t/template_struct_04_E.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44280 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44281
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44282 Torture-Sub-1/32-PASS: run/t/template_struct_04_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44283 run: llvmdc -O0 -od./obj -ofrun/t/template_struct_04_F.d.exe run/t/template_struct_04_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44284 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44285 run/t/template_struct_04_F.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44286 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44287
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44288 Torture-Sub-1/32-PASS: run/t/template_struct_04_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44289 run: llvmdc -O0 -od./obj -ofrun/t/template_struct_04_G.d.exe run/t/template_struct_04_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44290 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44291 run/t/template_struct_04_G.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44292 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44293
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44294 Torture-Sub-1/32-PASS: run/t/template_struct_04_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44295 run: llvmdc -O0 -od./obj -ofrun/t/template_struct_04_H.d.exe run/t/template_struct_04_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44296 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44297 run/t/template_struct_04_H.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44298 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44299
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44300 Torture-Sub-1/32-PASS: run/t/template_struct_04_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44301 run: llvmdc -O0 -od./obj -ofrun/t/template_struct_04_I.d.exe run/t/template_struct_04_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44302 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44303 run/t/template_struct_04_I.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44304 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44305
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44306 Torture-Sub-1/32-PASS: run/t/template_struct_04_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44307 run: llvmdc -O0 -od./obj -ofrun/t/template_struct_04_J.d.exe run/t/template_struct_04_J.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44308 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44309 run/t/template_struct_04_J.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44310 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44311
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44312 Torture-Sub-1/32-PASS: run/t/template_struct_04_J.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44313 run: llvmdc -O0 -od./obj -ofrun/t/template_struct_04_K.d.exe run/t/template_struct_04_K.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44314 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44315 run/t/template_struct_04_K.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44316 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44317
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44318 Torture-Sub-1/32-PASS: run/t/template_struct_04_K.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44319 run: llvmdc -O0 -od./obj -ofrun/t/template_struct_04_L.d.exe run/t/template_struct_04_L.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44320 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44321 run/t/template_struct_04_L.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44322 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44323
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44324 Torture-Sub-1/32-PASS: run/t/template_struct_04_L.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44325 run: llvmdc -O0 -od./obj -ofrun/t/template_struct_04_M2.d.exe run/t/template_struct_04_M2.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44326 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44327 run/t/template_struct_04_M2.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44328 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44329
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44330 Torture-Sub-1/32-PASS: run/t/template_struct_04_M2.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44331 run: llvmdc -O0 -od./obj -ofrun/t/template_struct_04_M.d.exe run/t/template_struct_04_M.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44332 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44333 run/t/template_struct_04_M.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44334 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44335
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44336 Torture-Sub-1/32-PASS: run/t/template_struct_04_M.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44337 run: llvmdc -O0 -od./obj -ofrun/t/template_struct_04_N2.d.exe run/t/template_struct_04_N2.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44338 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44339 run/t/template_struct_04_N2.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44340 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44341
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44342 Torture-Sub-1/32-PASS: run/t/template_struct_04_N2.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44343 run: llvmdc -O0 -od./obj -ofrun/t/template_struct_04_N.d.exe run/t/template_struct_04_N.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44344 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44345 run/t/template_struct_04_N.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44346 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44347
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44348 Torture-Sub-1/32-PASS: run/t/template_struct_04_N.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44349 run: llvmdc -O0 -od./obj -ofrun/t/template_struct_04_O2.d.exe run/t/template_struct_04_O2.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44350 llvmdc: gen/llvmhelpers.cpp:528: DValue* DtoCastPtr(DValue*, Type*): Assertion `0' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44351 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44352 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44353 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44354 llvmdc[0x815cc99]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44355 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44356 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44357 Torture-Sub-1/32-ERROR: run/t/template_struct_04_O2.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44358 run: llvmdc -O0 -od./obj -ofrun/t/template_struct_04_O.d.exe run/t/template_struct_04_O.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44359 llvmdc: gen/llvmhelpers.cpp:528: DValue* DtoCastPtr(DValue*, Type*): Assertion `0' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44360 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44361 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44362 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44363 llvmdc[0x815cc99]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44364 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44365 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44366 Torture-Sub-1/32-ERROR: run/t/template_struct_04_O.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44367 run: llvmdc -O0 -od./obj -ofrun/t/template_struct_04_P2.d.exe run/t/template_struct_04_P2.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44368 llvmdc: gen/llvmhelpers.cpp:528: DValue* DtoCastPtr(DValue*, Type*): Assertion `0' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44369 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44370 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44371 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44372 llvmdc[0x815cc99]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44373 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44374 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44375 Torture-Sub-1/32-ERROR: run/t/template_struct_04_P2.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44376 run: llvmdc -O0 -od./obj -ofrun/t/template_struct_04_P.d.exe run/t/template_struct_04_P.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44377 llvmdc: gen/llvmhelpers.cpp:528: DValue* DtoCastPtr(DValue*, Type*): Assertion `0' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44378 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44379 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44380 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44381 llvmdc[0x815cc99]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44382 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44383 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44384 Torture-Sub-1/32-ERROR: run/t/template_struct_04_P.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44385 run: llvmdc -O0 -od./obj -ofrun/t/template_struct_04_Q2.d.exe run/t/template_struct_04_Q2.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44386 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44387 run/t/template_struct_04_Q2.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44388 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44389
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44390 Torture-Sub-1/32-PASS: run/t/template_struct_04_Q2.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44391 run: llvmdc -O0 -od./obj -ofrun/t/template_struct_04_Q.d.exe run/t/template_struct_04_Q.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44392 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44393 run/t/template_struct_04_Q.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44394 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44395
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44396 Torture-Sub-1/32-PASS: run/t/template_struct_04_Q.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44397 run: llvmdc -O0 -od./obj -ofrun/t/template_struct_04_R2.d.exe run/t/template_struct_04_R2.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44398 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44399 run/t/template_struct_04_R2.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44400 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44401
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44402 Torture-Sub-1/32-PASS: run/t/template_struct_04_R2.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44403 run: llvmdc -O0 -od./obj -ofrun/t/template_struct_04_R.d.exe run/t/template_struct_04_R.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44404 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44405 run/t/template_struct_04_R.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44406 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44407
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44408 Torture-Sub-1/32-PASS: run/t/template_struct_04_R.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44409 run: llvmdc -O0 -od./obj -ofrun/t/template_struct_04_S.d.exe run/t/template_struct_04_S.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44410 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44411 run/t/template_struct_04_S.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44412 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44413
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44414 Torture-Sub-1/32-PASS: run/t/template_struct_04_S.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44415 run: llvmdc -O0 -od./obj -ofrun/t/template_struct_04_T.d.exe run/t/template_struct_04_T.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44416 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44417 run/t/template_struct_04_T.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44418 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44419
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44420 Torture-Sub-1/32-PASS: run/t/template_struct_04_T.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44421 run: llvmdc -O0 -od./obj -ofrun/t/template_struct_04_U.d.exe run/t/template_struct_04_U.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44422 llvmdc: gen/llvmhelpers.cpp:528: DValue* DtoCastPtr(DValue*, Type*): Assertion `0' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44423 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44424 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44425 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44426 llvmdc[0x815cc99]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44427 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44428 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44429 Torture-Sub-1/32-ERROR: run/t/template_struct_04_U.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44430 run: llvmdc -O0 -od./obj -ofrun/t/template_struct_04_V.d.exe run/t/template_struct_04_V.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44431 llvmdc: gen/llvmhelpers.cpp:528: DValue* DtoCastPtr(DValue*, Type*): Assertion `0' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44432 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44433 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44434 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44435 llvmdc[0x815cc99]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44436 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44437 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44438 Torture-Sub-1/32-ERROR: run/t/template_struct_04_V.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44439 run: llvmdc -O0 -od./obj -ofrun/t/template_struct_04_W.d.exe run/t/template_struct_04_W.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44440 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44441 run/t/template_struct_04_W.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44442 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44443
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44444 Torture-Sub-1/32-PASS: run/t/template_struct_04_W.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44445 run: llvmdc -O0 -od./obj -ofrun/t/template_struct_04_X.d.exe run/t/template_struct_04_X.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44446 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44447 run/t/template_struct_04_X.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44448 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44449
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44450 Torture-Sub-1/32-PASS: run/t/template_struct_04_X.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44451 run: llvmdc -O0 -od./obj -ofrun/t/template_struct_05_A.d.exe run/t/template_struct_05_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44452 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44453 run/t/template_struct_05_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44454 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44455
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44456 Torture-Sub-1/32-PASS: run/t/template_struct_05_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44457 run: llvmdc -O0 -od./obj -ofrun/t/template_struct_05_B.d.exe run/t/template_struct_05_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44458 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44459 run/t/template_struct_05_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44460 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44461
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44462 Torture-Sub-1/32-PASS: run/t/template_struct_05_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44463 run: llvmdc -O0 -od./obj -ofrun/t/template_struct_05_C.d.exe run/t/template_struct_05_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44464 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44465 run/t/template_struct_05_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44466 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44467
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44468 Torture-Sub-1/32-PASS: run/t/template_struct_05_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44469 run: llvmdc -O0 -od./obj -ofrun/t/template_struct_05_D.d.exe run/t/template_struct_05_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44470 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44471 run/t/template_struct_05_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44472 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44473
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44474 Torture-Sub-1/32-PASS: run/t/template_struct_05_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44475 run: llvmdc -O0 -od./obj -ofrun/t/template_struct_05_E.d.exe run/t/template_struct_05_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44476 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44477 run/t/template_struct_05_E.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44478 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44479
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44480 Torture-Sub-1/32-PASS: run/t/template_struct_05_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44481 run: llvmdc -O0 -od./obj -ofrun/t/template_struct_05_F.d.exe run/t/template_struct_05_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44482 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44483 run/t/template_struct_05_F.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44484 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44485
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44486 Torture-Sub-1/32-PASS: run/t/template_struct_05_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44487 run: llvmdc -O0 -od./obj -ofrun/t/template_struct_05_G.d.exe run/t/template_struct_05_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44488 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44489 run/t/template_struct_05_G.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44490 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44491
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44492 Torture-Sub-1/32-PASS: run/t/template_struct_05_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44493 run: llvmdc -O0 -od./obj -ofrun/t/template_struct_05_H.d.exe run/t/template_struct_05_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44494 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44495 run/t/template_struct_05_H.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44496 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44497
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44498 Torture-Sub-1/32-PASS: run/t/template_struct_05_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44499 run: llvmdc -O0 -od./obj -ofrun/t/template_struct_05_I.d.exe run/t/template_struct_05_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44500 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44501 run/t/template_struct_05_I.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44502 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44503
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44504 Torture-Sub-1/32-PASS: run/t/template_struct_05_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44505 run: llvmdc -O0 -od./obj -ofrun/t/template_struct_05_J.d.exe run/t/template_struct_05_J.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44506 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44507 run/t/template_struct_05_J.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44508 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44509
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44510 Torture-Sub-1/32-PASS: run/t/template_struct_05_J.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44511 run: llvmdc -O0 -od./obj -ofrun/t/template_struct_05_K.d.exe run/t/template_struct_05_K.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44512 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44513 run/t/template_struct_05_K.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44514 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44515
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44516 Torture-Sub-1/32-PASS: run/t/template_struct_05_K.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44517 run: llvmdc -O0 -od./obj -ofrun/t/template_struct_05_L.d.exe run/t/template_struct_05_L.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44518 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44519 run/t/template_struct_05_L.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44520 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44521
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44522 Torture-Sub-1/32-PASS: run/t/template_struct_05_L.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44523 run: llvmdc -O0 -od./obj -ofrun/t/template_struct_05_M.d.exe run/t/template_struct_05_M.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44524 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44525 run/t/template_struct_05_M.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44526 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44527
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44528 Torture-Sub-1/32-PASS: run/t/template_struct_05_M.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44529 run: llvmdc -O0 -od./obj -ofrun/t/template_struct_05_N.d.exe run/t/template_struct_05_N.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44530 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44531 run/t/template_struct_05_N.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44532 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44533
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44534 Torture-Sub-1/32-PASS: run/t/template_struct_05_N.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44535 run: llvmdc -O0 -od./obj -ofrun/t/template_struct_05_O.d.exe run/t/template_struct_05_O.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44536 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44537 run/t/template_struct_05_O.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44538 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44539
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44540 Torture-Sub-1/32-PASS: run/t/template_struct_05_O.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44541 run: llvmdc -O0 -od./obj -ofrun/t/template_struct_05_P.d.exe run/t/template_struct_05_P.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44542 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44543 run/t/template_struct_05_P.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44544 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44545
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44546 Torture-Sub-1/32-PASS: run/t/template_struct_05_P.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44547 run: llvmdc -O0 -od./obj -ofrun/t/template_struct_05_Q.d.exe run/t/template_struct_05_Q.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44548 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44549 run/t/template_struct_05_Q.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44550 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44551
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44552 Torture-Sub-1/32-PASS: run/t/template_struct_05_Q.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44553 run: llvmdc -O0 -od./obj -ofrun/t/template_struct_05_R.d.exe run/t/template_struct_05_R.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44554 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44555 run/t/template_struct_05_R.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44556 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44557
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44558 Torture-Sub-1/32-PASS: run/t/template_struct_05_R.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44559 run: llvmdc -O0 -od./obj -ofrun/t/template_struct_06.d.exe run/t/template_struct_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44560 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44561 run/t/template_struct_06.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44562 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44563
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44564 Torture-Sub-1/32-PASS: run/t/template_struct_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44565 run: llvmdc -O0 -od./obj -ofrun/t/template_struct_09_A.d.exe run/t/template_struct_09_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44566 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44567 run/t/template_struct_09_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44568 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44569
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44570 Torture-Sub-1/32-PASS: run/t/template_struct_09_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44571 run: llvmdc -O0 -od./obj -ofrun/t/template_struct_09_B.d.exe run/t/template_struct_09_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44572 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44573 run/t/template_struct_09_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44574 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44575
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44576 Torture-Sub-1/32-PASS: run/t/template_struct_09_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44577 run: llvmdc -O0 -od./obj -ofrun/t/template_struct_09_C.d.exe run/t/template_struct_09_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44578 llvmdc: /home/kamm/eigenes/projekte/llvmdc/llvm-23-branch/lib/VMCore/Constants.cpp:390: llvm::ConstantStruct::ConstantStruct(const llvm::StructType*, const std::vector<llvm::Constant*, std::allocator<llvm::Constant*> >&): Assertion `(C->getType() == T->getElementType(I-V.begin()) || ((T->getElementType(I-V.begin())->isAbstract() || C->getType()->isAbstract()) && T->getElementType(I-V.begin())->getTypeID() == C->getType()->getTypeID())) && "Initializer for struct element doesn't match struct element type!"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44579 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44580 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44581 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44582 llvmdc[0x87c4349]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44583 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44584 Torture-Sub-1/32-ERROR: run/t/template_struct_09_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44585 run: llvmdc -O0 -od./obj -ofrun/t/this_10_A.d.exe run/t/this_10_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44586 run/t/this_10_A.d(15): class dstress.run.t.this_10_A.T!().B has forward references
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44587 run/t/this_10_A.d(25): mixin dstress.run.t.this_10_A.T!() error instantiating
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44588 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44589 Torture-Sub-1/32-FAIL: run/t/this_10_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44590 run: llvmdc -O0 -od./obj -ofrun/t/this_10_B.d.exe run/t/this_10_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44591 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44592 run/t/this_10_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44593 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44594
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44595 Torture-Sub-1/32-PASS: run/t/this_10_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44596 run: llvmdc -O0 -od./obj -ofrun/t/this_10_C.d.exe run/t/this_10_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44597 run/t/this_10_C.d(26): Error: Unimplemented DeclarationExp type. kind: mixin
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44598 llvmdc: gen/toir.cpp:142: virtual DValue* DeclarationExp::toElem(IRState*): Assertion `0' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44599 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44600 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44601 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44602 llvmdc[0x8124447]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44603 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44604 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44605 Torture-Sub-1/32-ERROR: run/t/this_10_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44606 run: llvmdc -O0 -od./obj -ofrun/t/this_11_A.d.exe run/t/this_11_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44607 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44608 run/t/this_11_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44609 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44610
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44611 Torture-Sub-1/32-PASS: run/t/this_11_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44612 run: llvmdc -O0 -od./obj -ofrun/t/this_11_B.d.exe run/t/this_11_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44613 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44614 run/t/this_11_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44615 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44616
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44617 Torture-Sub-1/32-PASS: run/t/this_11_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44618 run: llvmdc -O0 -od./obj -ofrun/t/this_11_C.d.exe run/t/this_11_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44619 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44620 run/t/this_11_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44621 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44622
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44623 Torture-Sub-1/32-PASS: run/t/this_11_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44624 run: llvmdc -O0 -od./obj -ofrun/t/this_11_D.d.exe run/t/this_11_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44625 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44626 run/t/this_11_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44627 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44628
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44629 Torture-Sub-1/32-PASS: run/t/this_11_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44630 run: llvmdc -O0 -od./obj -ofrun/t/this_13_A.d.exe run/t/this_13_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44631 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44632 run/t/this_13_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44633 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44634
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44635 Torture-Sub-1/32-PASS: run/t/this_13_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44636 run: llvmdc -O0 -od./obj -ofrun/t/this_13_B.d.exe run/t/this_13_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44637 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44638 run/t/this_13_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44639 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44640
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44641 Torture-Sub-1/32-PASS: run/t/this_13_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44642 run: llvmdc -O0 -od./obj -ofrun/t/this_13_C.d.exe run/t/this_13_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44643 run/t/this_13_C.d(14): Error: identifier 'I' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44644 run/t/this_13_C.d(14): Error: I is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44645 run/t/this_13_C.d(14): variable dstress.run.t.this_13_C.C.init.i voids have no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44646 run/t/this_13_C.d(14): Error: cannot implicitly convert expression ((class __anonclass1 : Object
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44647 {
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44648 void get(char[] s)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44649 {
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44650 func();
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44651 }
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44652 C this;
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44653 }
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44654 ) , new __anonclass1) of type dstress.run.t.this_13_C.C.init.__anonclass1 to int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44655 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44656 Torture-Sub-1/32-FAIL: run/t/this_13_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44657 run: llvmdc -O0 -od./obj -ofrun/t/this_16_A.d.exe run/t/this_16_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44658 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44659 run/t/this_16_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44660 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44661
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44662 Torture-Sub-1/32-PASS: run/t/this_16_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44663 run: llvmdc -O0 -od./obj -ofrun/t/throw_07_A.d.exe run/t/throw_07_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44664 Warning: run/t/throw_07_A.d(64): try-catch is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44665 Warning: run/t/throw_07_A.d(41): try-catch is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44666 Warning: run/t/throw_07_A.d(45): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44667 run/t/throw_07_A.d: module dstress.run.t.throw_07_C Terminator found in the middle of a basic block!
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44668 label %endif
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44669 Broken module found, compilation terminated.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44670 Broken module found, compilation terminated.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44671
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44672 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44673 Torture-Sub-1/32-FAIL: run/t/throw_07_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44674 run: llvmdc -O0 -od./obj -ofrun/t/throw_07_B.d.exe run/t/throw_07_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44675 Warning: run/t/throw_07_B.d(40): try-catch is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44676 Warning: run/t/throw_07_B.d(44): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44677 Warning: run/t/throw_07_B.d(65): try-catch is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44678 run/t/throw_07_B.d: module dstress.run.t.throw_07_B Terminator found in the middle of a basic block!
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44679 label %endif
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44680 Broken module found, compilation terminated.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44681 Broken module found, compilation terminated.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44682 Broken module found, compilation terminated.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44683 Broken module found, compilation terminated.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44684 Broken module found, compilation terminated.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44685 Broken module found, compilation terminated.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44686
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44687 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44688 Torture-Sub-1/32-FAIL: run/t/throw_07_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44689 run: llvmdc -O0 -od./obj -ofrun/t/try_10_A.d.exe run/t/try_10_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44690 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44691 run/t/try_10_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44692 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44693
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44694 Torture-Sub-1/32-PASS: run/t/try_10_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44695 run: llvmdc -O0 -od./obj -ofrun/t/try_10_B.d.exe run/t/try_10_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44696 Warning: run/t/try_10_B.d(8): try-catch is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44697 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44698 run/t/try_10_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44699 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44700
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44701 Torture-Sub-1/32-PASS: run/t/try_10_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44702 run: llvmdc -O0 -od./obj -ofrun/t/try_10_C.d.exe run/t/try_10_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44703 Warning: run/t/try_10_C.d(8): try-catch is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44704 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44705 run/t/try_10_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44706 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44707
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44708 Torture-Sub-1/32-PASS: run/t/try_10_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44709 run: llvmdc -O0 -od./obj -ofrun/t/tuple_02_A.d.exe run/t/tuple_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44710 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44711 run/t/tuple_02_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44712 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44713
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44714 Torture-Sub-1/32-PASS: run/t/tuple_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44715 run: llvmdc -O0 -od./obj -ofrun/t/tuple_08_B.d.exe run/t/tuple_08_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44716 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44717 run/t/tuple_08_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44718 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44719
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44720 Torture-Sub-1/32-PASS: run/t/tuple_08_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44721 run: llvmdc -O0 -od./obj -ofrun/t/tuple_10_A.d.exe run/t/tuple_10_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44722 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44723 run/t/tuple_10_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44724 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44725
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44726 Torture-Sub-1/32-PASS: run/t/tuple_10_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44727 run: llvmdc -O0 -od./obj -ofrun/t/tuple_10_B.d.exe run/t/tuple_10_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44728 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44729 run/t/tuple_10_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44730 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44731
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44732 Torture-Sub-1/32-PASS: run/t/tuple_10_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44733 run: llvmdc -O0 -od./obj -ofrun/t/tuple_11_A.d.exe run/t/tuple_11_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44734 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44735 run/t/tuple_11_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44736 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44737
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44738 Torture-Sub-1/32-PASS: run/t/tuple_11_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44739 run: llvmdc -O0 -od./obj -ofrun/t/tuple_11_B.d.exe run/t/tuple_11_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44740 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44741 run/t/tuple_11_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44742 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44743
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44744 Torture-Sub-1/32-PASS: run/t/tuple_11_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44745 run: llvmdc -O0 -od./obj -ofrun/t/tuple_11_C.d.exe run/t/tuple_11_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44746 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44747 run/t/tuple_11_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44748 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44749
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44750 Torture-Sub-1/32-PASS: run/t/tuple_11_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44751 run: llvmdc -O0 -od./obj -ofrun/t/tuple_11_D.d.exe run/t/tuple_11_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44752 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44753 run/t/tuple_11_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44754 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44755
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44756 Torture-Sub-1/32-PASS: run/t/tuple_11_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44757 run: llvmdc -O0 -od./obj -ofrun/t/tuple_11_E.d.exe run/t/tuple_11_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44758 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44759 run/t/tuple_11_E.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44760 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44761
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44762 Torture-Sub-1/32-PASS: run/t/tuple_11_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44763 run: llvmdc -O0 -od./obj -ofrun/t/tuple_11_F.d.exe run/t/tuple_11_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44764 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44765 run/t/tuple_11_F.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44766 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44767
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44768 Torture-Sub-1/32-PASS: run/t/tuple_11_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44769 run: llvmdc -O0 -od./obj -ofrun/t/tuple_11_G.d.exe run/t/tuple_11_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44770 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44771 run/t/tuple_11_G.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44772 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44773
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44774 Torture-Sub-1/32-PASS: run/t/tuple_11_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44775 run: llvmdc -O0 -od./obj -ofrun/t/tuple_11_H.d.exe run/t/tuple_11_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44776 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44777 run/t/tuple_11_H.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44778 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44779
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44780 Torture-Sub-1/32-PASS: run/t/tuple_11_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44781 run: llvmdc -O0 -od./obj -ofrun/t/tuple_12_A.d.exe run/t/tuple_12_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44782 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44783 run/t/tuple_12_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44784 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44785
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44786 Torture-Sub-1/32-PASS: run/t/tuple_12_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44787 run: llvmdc -O0 -od./obj -ofrun/t/tuple_12_B.d.exe run/t/tuple_12_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44788 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44789 run/t/tuple_12_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44790 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44791
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44792 Torture-Sub-1/32-PASS: run/t/tuple_12_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44793 run: llvmdc -O0 -od./obj -ofrun/t/tuple_13_A.d.exe run/t/tuple_13_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44794 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44795 run/t/tuple_13_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44796 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44797
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44798 Torture-Sub-1/32-PASS: run/t/tuple_13_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44799 run: llvmdc -O0 -od./obj -ofrun/t/tuple_13_B.d.exe run/t/tuple_13_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44800 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44801 run/t/tuple_13_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44802 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44803
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44804 Torture-Sub-1/32-PASS: run/t/tuple_13_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44805 run: llvmdc -O0 -od./obj -ofrun/t/tuple_13_C.d.exe run/t/tuple_13_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44806 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44807 run/t/tuple_13_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44808 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44809
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44810 Torture-Sub-1/32-PASS: run/t/tuple_13_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44811 run: llvmdc -O0 -od./obj -ofrun/t/tuple_15_A.d.exe run/t/tuple_15_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44812 llvmdc: /home/kamm/eigenes/projekte/llvmdc/llvm-23-release-prefix/include/llvm/Instructions.h:375: const llvm::Type* llvm::checkType(const llvm::Type*): Assertion `Ty && "Invalid GetElementPtrInst indices for type!"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44813 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44814 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44815 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44816 llvmdc[0x8166156]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44817 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44818 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44819 Torture-Sub-1/32-ERROR: run/t/tuple_15_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44820 run: llvmdc -O0 -od./obj -ofrun/t/tuple_15_B.d.exe run/t/tuple_15_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44821 llvmdc: /home/kamm/eigenes/projekte/llvmdc/llvm-23-release-prefix/include/llvm/Instructions.h:375: const llvm::Type* llvm::checkType(const llvm::Type*): Assertion `Ty && "Invalid GetElementPtrInst indices for type!"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44822 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44823 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44824 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44825 llvmdc[0x8166156]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44826 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44827 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44828 Torture-Sub-1/32-ERROR: run/t/tuple_15_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44829 run: llvmdc -O0 -od./obj -ofrun/t/tuple_16_A.d.exe run/t/tuple_16_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44830 run/t/tuple_16_A.d(19): Error: Integer constant expression expected instead of cast(uint)i
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44831 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44832 Torture-Sub-1/32-FAIL: run/t/tuple_16_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44833 run: llvmdc -O0 -od./obj -ofrun/t/tuple_16_B.d.exe run/t/tuple_16_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44834 run/t/tuple_16_B.d(19): Error: incompatible types for (("a") != (tuple("a"))): 'char[1u]' and '(char[1u])'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44835 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44836 Torture-Sub-1/32-FAIL: run/t/tuple_16_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44837 run: llvmdc -O0 -od./obj -ofrun/t/tuple_16_C.d.exe run/t/tuple_16_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44838 run/t/tuple_16_C.d(20): Error: incompatible types for (("a") != (tuple(_x_field_0))): 'char[1u]' and '(char[1u])'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44839 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44840 Torture-Sub-1/32-FAIL: run/t/tuple_16_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44841 run: llvmdc -O0 -od./obj -ofrun/t/tuple_16_D.d.exe run/t/tuple_16_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44842 run/t/tuple_16_D.d(23): Error: incompatible types for (("a") != (tuple("a"))): 'char[1u]' and '(char[])'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44843 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44844 Torture-Sub-1/32-FAIL: run/t/tuple_16_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44845 run: llvmdc -O0 -od./obj -ofrun/t/tuple_17_A.d.exe run/t/tuple_17_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44846 run/t/tuple_17_A.d(19): Error: incompatible types for ((2) != (tuple(3))): 'int' and '(int)'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44847 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44848 Torture-Sub-1/32-FAIL: run/t/tuple_17_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44849 run: llvmdc -O0 -od./obj -ofrun/t/tuple_19_A.d.exe run/t/tuple_19_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44850 run/t/tuple_19_A.d(25): Error: invalid operand
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44851 run/t/tuple_19_A.d(25): Error: invalid operand
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44852 run/t/tuple_19_A.d(33): template instance dstress.run.t.tuple_19_A.a!(int) error instantiating
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44853 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44854 Torture-Sub-1/32-FAIL: run/t/tuple_19_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44855 run: llvmdc -O0 -od./obj -ofrun/t/tuple_20_A.d.exe run/t/tuple_20_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44856 run/t/tuple_20_A.d(26): Error: constant 5 is not an lvalue
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44857 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44858 Torture-Sub-1/32-FAIL: run/t/tuple_20_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44859 run: llvmdc -O0 -od./obj -ofrun/t/tuple_20_B.d.exe run/t/tuple_20_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44860 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44861 run/t/tuple_20_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44862 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44863
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44864 Torture-Sub-1/32-PASS: run/t/tuple_20_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44865 run: llvmdc -O0 -od./obj -ofrun/t/tuple_22_A.d.exe run/t/tuple_22_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44866 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44867 run/t/tuple_22_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44868 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44869
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44870 Torture-Sub-1/32-PASS: run/t/tuple_22_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44871 run: llvmdc -O0 -od./obj -ofrun/t/tuple_22_B.d.exe run/t/tuple_22_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44872 llvmdc: dmd/expression.c:4852: virtual Expression* DotIdExp::semantic(Scope*): Assertion `0' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44873 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44874 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44875 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44876 llvmdc[0x807b4e3]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44877 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44878 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44879 Torture-Sub-1/32-ERROR: run/t/tuple_22_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44880 run: llvmdc -O0 -od./obj -ofrun/t/tuple_23_A.d.exe run/t/tuple_23_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44881 run/t/tuple_23_A.d(22): Error: invalid operand
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44882 run/t/tuple_23_A.d(29): template instance dstress.run.t.tuple_23_A.foo!(int) error instantiating
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44883 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44884 Torture-Sub-1/32-FAIL: run/t/tuple_23_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44885 run: llvmdc -O0 -od./obj -ofrun/t/tuple_23_B.d.exe run/t/tuple_23_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44886 run/t/tuple_23_B.d(22): Error: invalid operand
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44887 run/t/tuple_23_B.d(29): template instance dstress.run.t.tuple_23_B.foo!(int) error instantiating
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44888 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44889 Torture-Sub-1/32-FAIL: run/t/tuple_23_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44890 run: llvmdc -O0 -od./obj -ofrun/t/tuple_23_C.d.exe run/t/tuple_23_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44891 run/t/tuple_23_C.d(27): Error: invalid operand
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44892 run/t/tuple_23_C.d(27): Error: expected comma after operand
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44893 run/t/tuple_23_C.d(37): template instance dstress.run.t.tuple_23_C.foo!(S) error instantiating
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44894 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44895 Torture-Sub-1/32-FAIL: run/t/tuple_23_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44896 run: llvmdc -O0 -od./obj -ofrun/t/tuple_24_A.d.exe run/t/tuple_24_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44897 run/t/tuple_24_A.d(18): members expected
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44898 run/t/tuple_24_A.d(18): { } expected following aggregate declaration
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44899 run/t/tuple_24_A.d(18): Declaration expected, not '['
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44900 run/t/tuple_24_A.d(23): Declaration expected, not 'return'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44901 run/t/tuple_24_A.d(24): unrecognized declaration
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44902 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44903 Torture-Sub-1/32-FAIL: run/t/tuple_24_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44904 run: llvmdc -O0 -od./obj -ofrun/t/tuple_24_B.d.exe run/t/tuple_24_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44905 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44906 run/t/tuple_24_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44907 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44908
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44909 Torture-Sub-1/32-PASS: run/t/tuple_24_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44910 run: llvmdc -O0 -od./obj -ofrun/t/tuple_25_A.d.exe run/t/tuple_25_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44911 llvmdc: gen/toir.cpp:1820: virtual DValue* EqualExp::toElem(IRState*): Assertion `0 && "Unsupported EqualExp type"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44912 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44913 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44914 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44915 llvmdc[0x811a59c]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44916 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44917 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44918 Torture-Sub-1/32-ERROR: run/t/tuple_25_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44919 run: llvmdc -O0 -od./obj -ofrun/t/tuple_25_B.d.exe run/t/tuple_25_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44920 llvmdc: gen/toir.cpp:1820: virtual DValue* EqualExp::toElem(IRState*): Assertion `0 && "Unsupported EqualExp type"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44921 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44922 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44923 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44924 llvmdc[0x811a59c]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44925 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44926 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44927 Torture-Sub-1/32-ERROR: run/t/tuple_25_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44928 run: llvmdc -O0 -od./obj -ofrun/t/tuple_25_C.d.exe run/t/tuple_25_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44929 llvmdc: gen/toir.cpp:1820: virtual DValue* EqualExp::toElem(IRState*): Assertion `0 && "Unsupported EqualExp type"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44930 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44931 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44932 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44933 llvmdc[0x811a59c]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44934 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44935 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44936 Torture-Sub-1/32-ERROR: run/t/tuple_25_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44937 run: llvmdc -O0 -od./obj -ofrun/t/typedef_06_A.d.exe run/t/typedef_06_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44938 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44939 run/t/typedef_06_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44940 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44941
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44942 Torture-Sub-1/32-PASS: run/t/typedef_06_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44943 run: llvmdc -O0 -od./obj -ofrun/t/typedef_06_B.d.exe run/t/typedef_06_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44944 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44945 run/t/typedef_06_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44946 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44947
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44948 Torture-Sub-1/32-PASS: run/t/typedef_06_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44949 run: llvmdc -O0 -od./obj -ofrun/t/typedef_06_C.d.exe run/t/typedef_06_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44950 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44951 run/t/typedef_06_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44952 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44953
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44954 Torture-Sub-1/32-PASS: run/t/typedef_06_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44955 run: llvmdc -O0 -od./obj -ofrun/t/typedef_07_A.d.exe run/t/typedef_07_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44956 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44957 run/t/typedef_07_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44958 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44959
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44960 Torture-Sub-1/32-PASS: run/t/typedef_07_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44961 run: llvmdc -O0 -od./obj -ofrun/t/typedef_07_B.d.exe run/t/typedef_07_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44962 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44963 run/t/typedef_07_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44964 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44965
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44966 Torture-Sub-1/32-PASS: run/t/typedef_07_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44967 run: llvmdc -O0 -od./obj -ofrun/t/typedef_07_C.d.exe run/t/typedef_07_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44968 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44969 run/t/typedef_07_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44970 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44971
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44972 Torture-Sub-1/32-PASS: run/t/typedef_07_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44973 run: llvmdc -O0 -od./obj -ofrun/t/typedef_08_A.d.exe run/t/typedef_08_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44974 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44975 run/t/typedef_08_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44976 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44977
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44978 Torture-Sub-1/32-PASS: run/t/typedef_08_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44979 run: llvmdc -O0 -od./obj -ofrun/t/typedef_08_B.d.exe run/t/typedef_08_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44980 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44981 run/t/typedef_08_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44982 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44983
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44984 Torture-Sub-1/32-PASS: run/t/typedef_08_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44985 run: llvmdc -O0 -od./obj -ofrun/t/typedef_08_C.d.exe run/t/typedef_08_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44986 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44987 run/t/typedef_08_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44988 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44989
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44990 Torture-Sub-1/32-PASS: run/t/typedef_08_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44991 run: llvmdc -O0 -od./obj -ofrun/t/typedef_09_D.d.exe run/t/typedef_09_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44992 run/t/typedef_09_D.d(16): Error: cannot implicitly convert expression (1 + a) of type int to A
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44993 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44994 Torture-Sub-1/32-FAIL: run/t/typedef_09_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44995 run: llvmdc -O0 -od./obj -ofrun/t/typedef_09_E.d.exe run/t/typedef_09_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44996 run/t/typedef_09_E.d(16): Error: cannot implicitly convert expression (1 + a) of type int to A
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44997 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44998 Torture-Sub-1/32-FAIL: run/t/typedef_09_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
44999 run: llvmdc -O0 -od./obj -ofrun/t/typedef_09_F.d.exe run/t/typedef_09_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45000 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45001 run/t/typedef_09_F.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45002 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45003
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45004 Torture-Sub-1/32-PASS: run/t/typedef_09_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45005 run: llvmdc -O0 -od./obj -ofrun/t/typedef_11_H.d.exe run/t/typedef_11_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45006 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45007 run/t/typedef_11_H.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45008 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45009
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45010 Torture-Sub-1/32-PASS: run/t/typedef_11_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45011 run: llvmdc -O0 -od./obj -ofrun/t/typedef_11_I.d.exe run/t/typedef_11_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45012 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45013 run/t/typedef_11_I.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45014 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45015
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45016 Torture-Sub-1/32-PASS: run/t/typedef_11_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45017 run: llvmdc -O0 -od./obj -ofrun/t/typedef_13_A.d.exe run/t/typedef_13_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45018 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45019 run/t/typedef_13_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45020 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45021
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45022 Torture-Sub-1/32-PASS: run/t/typedef_13_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45023 run: llvmdc -O0 -od./obj -ofrun/t/typedef_13_B.d.exe run/t/typedef_13_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45024 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45025 run/t/typedef_13_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45026 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45027
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45028 Torture-Sub-1/32-PASS: run/t/typedef_13_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45029 run: llvmdc -O0 -od./obj -ofrun/t/typedef_13_C.d.exe run/t/typedef_13_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45030 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45031 run/t/typedef_13_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45032 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45033
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45034 Torture-Sub-1/32-PASS: run/t/typedef_13_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45035 run: llvmdc -O0 -od./obj -ofrun/t/typedef_13_D.d.exe run/t/typedef_13_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45036 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45037 run/t/typedef_13_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45038 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45039
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45040 Torture-Sub-1/32-PASS: run/t/typedef_13_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45041 run: llvmdc -O0 -od./obj -ofrun/t/typedef_13_E.d.exe run/t/typedef_13_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45042 run/t/typedef_13_E.d(15): Error: enum Enum is forward referenced
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45043 run/t/typedef_13_E.d(15): Error: enum Enum is forward referenced
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45044 run/t/typedef_13_E.d(15): Error: enum Enum is forward referenced
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45045 run/t/typedef_13_E.d(15): Error: enum Enum is forward referenced
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45046 run/t/typedef_13_E.d(15): Error: enum Enum is forward referenced
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45047 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45048 Torture-Sub-1/32-FAIL: run/t/typedef_13_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45049 run: llvmdc -O0 -od./obj -ofrun/t/typedef_13_F.d.exe run/t/typedef_13_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45050 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45051 run/t/typedef_13_F.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45052 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45053
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45054 Torture-Sub-1/32-PASS: run/t/typedef_13_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45055 run: llvmdc -O0 -od./obj -ofrun/t/typedef_13_G.d.exe run/t/typedef_13_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45056 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45057 run/t/typedef_13_G.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45058 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45059
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45060 Torture-Sub-1/32-PASS: run/t/typedef_13_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45061 run: llvmdc -O0 -od./obj -ofrun/t/typedef_13_H.d.exe run/t/typedef_13_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45062 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45063 run/t/typedef_13_H.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45064 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45065
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45066 Torture-Sub-1/32-PASS: run/t/typedef_13_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45067 run: llvmdc -O0 -od./obj -ofrun/t/typedef_13_I.d.exe run/t/typedef_13_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45068 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45069 run/t/typedef_13_I.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45070 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45071
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45072 Torture-Sub-1/32-PASS: run/t/typedef_13_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45073 run: llvmdc -O0 -od./obj -ofrun/t/typedef_18_A.d.exe run/t/typedef_18_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45074 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45075 run/t/typedef_18_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45076 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45077
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45078 Torture-Sub-1/32-PASS: run/t/typedef_18_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45079 run: llvmdc -O0 -od./obj -ofrun/t/typedef_18_B.d.exe run/t/typedef_18_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45080 run/t/typedef_18_B.d(12): Error: void initializer has no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45081 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45082 Torture-Sub-1/32-FAIL: run/t/typedef_18_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45083 run: llvmdc -O0 -od./obj -ofrun/t/typedef_18_C.d.exe run/t/typedef_18_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45084 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45085 run/t/typedef_18_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45086 EXIT CODE: 9
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45087
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45088 Torture-Sub-1/32-ERROR: run/t/typedef_18_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45089 run: llvmdc -O0 -od./obj -ofrun/t/typedef_19_A.d.exe run/t/typedef_19_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45090 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45091 run/t/typedef_19_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45092 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45093
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45094 Torture-Sub-1/32-PASS: run/t/typedef_19_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45095 run: llvmdc -O0 -od./obj -ofrun/t/typedef_19_B.d.exe run/t/typedef_19_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45096 run/t/typedef_19_B.d(22): Error: Exp type DotTypeExp not implemented: this.A
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45097 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45098 Torture-Sub-1/32-FAIL: run/t/typedef_19_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45099 run: llvmdc -O0 -od./obj -ofrun/t/typedef_19_C.d.exe run/t/typedef_19_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45100 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45101 run/t/typedef_19_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45102 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45103
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45104 Torture-Sub-1/32-PASS: run/t/typedef_19_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45105 run: llvmdc -O0 -od./obj -ofrun/t/typedef_19_D.d.exe run/t/typedef_19_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45106 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45107 run/t/typedef_19_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45108 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45109
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45110 Torture-Sub-1/32-PASS: run/t/typedef_19_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45111 run: llvmdc -O0 -od./obj -ofrun/t/typedef_20_A.d.exe run/t/typedef_20_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45112 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45113 run/t/typedef_20_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45114 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45115
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45116 Torture-Sub-1/32-PASS: run/t/typedef_20_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45117 run: llvmdc -O0 -od./obj -ofrun/t/typedef_20_B.d.exe run/t/typedef_20_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45118 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45119 run/t/typedef_20_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45120 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45121
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45122 Torture-Sub-1/32-PASS: run/t/typedef_20_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45123 run: llvmdc -O0 -od./obj -ofrun/t/typedef_22_A.d.exe run/t/typedef_22_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45124 Warning: run/t/typedef_22_A.d(15): try-catch is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45125 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45126 run/t/typedef_22_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45127 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45128
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45129 Torture-Sub-1/32-PASS: run/t/typedef_22_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45130 run: llvmdc -O0 -od./obj -ofrun/t/typedef_22_B.d.exe run/t/typedef_22_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45131 Warning: run/t/typedef_22_B.d(15): try-catch is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45132 Warning: run/t/typedef_22_B.d(16): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45133 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45134 run/t/typedef_22_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45135 Exception: foo
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45136 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45137
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45138 Torture-Sub-1/32-ERROR: run/t/typedef_22_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45139 run: llvmdc -O0 -od./obj -ofrun/t/typedef_23_A.d.exe run/t/typedef_23_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45140 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45141 run/t/typedef_23_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45142 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45143
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45144 Torture-Sub-1/32-PASS: run/t/typedef_23_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45145 run: llvmdc -O0 -od./obj -ofrun/t/typedef_23_B.d.exe run/t/typedef_23_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45146 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45147 run/t/typedef_23_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45148 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45149
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45150 Torture-Sub-1/32-PASS: run/t/typedef_23_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45151 run: llvmdc -O0 -od./obj -ofrun/t/typedef_23_C.d.exe run/t/typedef_23_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45152 run/t/typedef_23_C.d(19): Error: no property 'myMember' for type 'C*'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45153 run/t/typedef_23_C.d(19): Error: constant x.myMember is not an lvalue
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45154 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45155 Torture-Sub-1/32-FAIL: run/t/typedef_23_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45156 run: llvmdc -O0 -od./obj -ofrun/t/typedef_23_D.d.exe run/t/typedef_23_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45157 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45158 run/t/typedef_23_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45159 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45160
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45161 Torture-Sub-1/32-PASS: run/t/typedef_23_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45162 run: llvmdc -O0 -od./obj -ofrun/t/typeid_86_A.d.exe run/t/typeid_86_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45163 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45164 run/t/typeid_86_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45165 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45166
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45167 Torture-Sub-1/32-PASS: run/t/typeid_86_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45168 run: llvmdc -O0 -od./obj -ofrun/t/typeid_86_B.d.exe run/t/typeid_86_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45169 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45170 run/t/typeid_86_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45171 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45172
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45173 Torture-Sub-1/32-PASS: run/t/typeid_86_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45174 run: llvmdc -O0 -od./obj -ofrun/t/typeid_86_C.d.exe run/t/typeid_86_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45175 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45176 run/t/typeid_86_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45177 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45178
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45179 Torture-Sub-1/32-PASS: run/t/typeid_86_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45180 run: llvmdc -O0 -od./obj -ofrun/t/typeid_86_D.d.exe run/t/typeid_86_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45181 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45182 run/t/typeid_86_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45183 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45184
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45185 Torture-Sub-1/32-ERROR: run/t/typeid_86_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45186 run: llvmdc -O0 -od./obj -ofrun/t/typeid_86_E.d.exe run/t/typeid_86_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45187 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45188 run/t/typeid_86_E.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45189 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45190
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45191 Torture-Sub-1/32-ERROR: run/t/typeid_86_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45192 run: llvmdc -O0 -od./obj -ofrun/t/typeid_87.d.exe run/t/typeid_87.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45193 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45194 run/t/typeid_87.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45195 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45196
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45197 Torture-Sub-1/32-ERROR: run/t/typeid_87.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45198 run: llvmdc -O0 -od./obj -ofrun/t/typeid_88_A.d.exe run/t/typeid_88_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45199 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45200 run/t/typeid_88_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45201 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45202
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45203 Torture-Sub-1/32-PASS: run/t/typeid_88_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45204 run: llvmdc -O0 -od./obj -ofrun/t/typeid_88_B.d.exe run/t/typeid_88_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45205 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45206 run/t/typeid_88_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45207 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45208
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45209 Torture-Sub-1/32-PASS: run/t/typeid_88_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45210 run: llvmdc -O0 -od./obj -ofrun/t/typeid_88_C.d.exe run/t/typeid_88_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45211 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45212 run/t/typeid_88_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45213 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45214
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45215 Torture-Sub-1/32-PASS: run/t/typeid_88_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45216 run: llvmdc -O0 -od./obj -ofrun/t/typeid_88_D.d.exe run/t/typeid_88_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45217 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45218 run/t/typeid_88_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45219 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45220
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45221 Torture-Sub-1/32-PASS: run/t/typeid_88_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45222 run: llvmdc -O0 -od./obj -ofrun/t/typeid_88_E.d.exe run/t/typeid_88_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45223 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45224 run/t/typeid_88_E.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45225 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45226
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45227 Torture-Sub-1/32-PASS: run/t/typeid_88_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45228 run: llvmdc -O0 -od./obj -ofrun/t/typeid_88_F.d.exe run/t/typeid_88_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45229 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45230 run/t/typeid_88_F.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45231 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45232
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45233 Torture-Sub-1/32-PASS: run/t/typeid_88_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45234 run: llvmdc -O0 -od./obj -ofrun/t/typeid_89.d.exe run/t/typeid_89.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45235 run/t/typeid_89.d(12): Error: identifier 'bit' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45236 run/t/typeid_89.d(12): Error: bit is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45237 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45238 Torture-Sub-1/32-FAIL: run/t/typeid_89.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45239 run: llvmdc -O0 -od./obj -ofrun/t/typeid_90_A.d.exe run/t/typeid_90_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45240 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45241 run/t/typeid_90_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45242 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45243
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45244 Torture-Sub-1/32-PASS: run/t/typeid_90_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45245 run: llvmdc -O0 -od./obj -ofrun/t/typeid_90_B.d.exe run/t/typeid_90_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45246 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45247 run/t/typeid_90_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45248 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45249
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45250 Torture-Sub-1/32-PASS: run/t/typeid_90_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45251 run: llvmdc -O0 -od./obj -ofrun/t/typeid_90_C.d.exe run/t/typeid_90_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45252 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45253 run/t/typeid_90_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45254 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45255
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45256 Torture-Sub-1/32-PASS: run/t/typeid_90_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45257 run: llvmdc -O0 -od./obj -ofrun/t/typeid_90_D.d.exe run/t/typeid_90_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45258 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45259 run/t/typeid_90_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45260 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45261
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45262 Torture-Sub-1/32-PASS: run/t/typeid_90_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45263 run: llvmdc -O0 -od./obj -ofrun/t/typeid_90_E.d.exe run/t/typeid_90_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45264 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45265 run/t/typeid_90_E.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45266 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45267
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45268 Torture-Sub-1/32-PASS: run/t/typeid_90_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45269 run: llvmdc -O0 -od./obj -ofrun/t/typeid_90_F.d.exe run/t/typeid_90_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45270 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45271 run/t/typeid_90_F.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45272 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45273
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45274 Torture-Sub-1/32-PASS: run/t/typeid_90_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45275 run: llvmdc -O0 -od./obj -ofrun/t/typeid_90_H.d.exe run/t/typeid_90_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45276 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45277 run/t/typeid_90_H.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45278 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45279
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45280 Torture-Sub-1/32-PASS: run/t/typeid_90_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45281 run: llvmdc -O0 -od./obj -ofrun/t/typeid_90_I.d.exe run/t/typeid_90_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45282 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45283 run/t/typeid_90_I.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45284 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45285
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45286 Torture-Sub-1/32-PASS: run/t/typeid_90_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45287 run: llvmdc -O0 -od./obj -ofrun/t/typeid_90_J.d.exe run/t/typeid_90_J.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45288 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45289 run/t/typeid_90_J.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45290 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45291
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45292 Torture-Sub-1/32-PASS: run/t/typeid_90_J.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45293 run: llvmdc -O0 -od./obj -ofrun/t/typeid_90_K.d.exe run/t/typeid_90_K.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45294 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45295 run/t/typeid_90_K.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45296 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45297
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45298 Torture-Sub-1/32-PASS: run/t/typeid_90_K.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45299 run: llvmdc -O0 -od./obj -ofrun/t/typeid_91_A.d.exe run/t/typeid_91_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45300 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45301 run/t/typeid_91_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45302 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45303
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45304 Torture-Sub-1/32-PASS: run/t/typeid_91_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45305 run: llvmdc -O0 -od./obj -ofrun/t/typeid_91_B.d.exe run/t/typeid_91_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45306 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45307 run/t/typeid_91_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45308 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45309
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45310 Torture-Sub-1/32-PASS: run/t/typeid_91_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45311 run: llvmdc -O0 -od./obj -ofrun/t/typeid_91_C.d.exe run/t/typeid_91_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45312 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45313 run/t/typeid_91_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45314 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45315
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45316 Torture-Sub-1/32-PASS: run/t/typeid_91_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45317 run: llvmdc -O0 -od./obj -ofrun/t/typeid_91_D.d.exe run/t/typeid_91_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45318 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45319 run/t/typeid_91_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45320 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45321
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45322 Torture-Sub-1/32-PASS: run/t/typeid_91_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45323 run: llvmdc -O0 -od./obj -ofrun/t/typeid_91_E.d.exe run/t/typeid_91_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45324 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45325 run/t/typeid_91_E.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45326 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45327
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45328 Torture-Sub-1/32-PASS: run/t/typeid_91_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45329 run: llvmdc -O0 -od./obj -ofrun/t/typeid_91_F.d.exe run/t/typeid_91_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45330 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45331 run/t/typeid_91_F.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45332 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45333
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45334 Torture-Sub-1/32-PASS: run/t/typeid_91_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45335 run: llvmdc -O0 -od./obj -ofrun/t/typeinfo_03_A.d.exe run/t/typeinfo_03_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45336 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45337 run/t/typeinfo_03_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45338 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45339
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45340 Torture-Sub-1/32-ERROR: run/t/typeinfo_03_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45341 run: llvmdc -O0 -od./obj -ofrun/t/typeinfo_03_B.d.exe run/t/typeinfo_03_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45342 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45343 run/t/typeinfo_03_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45344 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45345
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45346 Torture-Sub-1/32-ERROR: run/t/typeinfo_03_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45347 run: llvmdc -O0 -od./obj -ofrun/t/typeinfo_03_C.d.exe run/t/typeinfo_03_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45348 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45349 run/t/typeinfo_03_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45350 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45351
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45352 Torture-Sub-1/32-ERROR: run/t/typeinfo_03_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45353 run: llvmdc -O0 -od./obj -ofrun/t/typeinfo_03_D.d.exe run/t/typeinfo_03_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45354 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45355 run/t/typeinfo_03_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45356 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45357
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45358 Torture-Sub-1/32-ERROR: run/t/typeinfo_03_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45359 run: llvmdc -O0 -od./obj -ofrun/t/typeof_08_A.d.exe run/t/typeof_08_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45360 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45361 run/t/typeof_08_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45362 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45363
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45364 Torture-Sub-1/32-PASS: run/t/typeof_08_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45365 run: llvmdc -O0 -od./obj -ofrun/t/typeof_08_B.d.exe run/t/typeof_08_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45366 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45367 run/t/typeof_08_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45368 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45369
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45370 Torture-Sub-1/32-PASS: run/t/typeof_08_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45371 run: llvmdc -O0 -od./obj -ofrun/t/typeof_08_C.d.exe run/t/typeof_08_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45372 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45373 run/t/typeof_08_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45374 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45375
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45376 Torture-Sub-1/32-PASS: run/t/typeof_08_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45377 run: llvmdc -O0 -od./obj -ofrun/t/typeof_08_D.d.exe run/t/typeof_08_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45378 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45379 run/t/typeof_08_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45380 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45381
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45382 Torture-Sub-1/32-PASS: run/t/typeof_08_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45383 run: llvmdc -O0 -od./obj -ofrun/t/typeof_09_A.d.exe run/t/typeof_09_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45384 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45385 run/t/typeof_09_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45386 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45387
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45388 Torture-Sub-1/32-PASS: run/t/typeof_09_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45389 run: llvmdc -O0 -od./obj -ofrun/t/typeof_09_B.d.exe run/t/typeof_09_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45390 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45391 run/t/typeof_09_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45392 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45393
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45394 Torture-Sub-1/32-PASS: run/t/typeof_09_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45395 run: llvmdc -O0 -od./obj -ofrun/t/typeof_09_C.d.exe run/t/typeof_09_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45396 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45397 run/t/typeof_09_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45398 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45399
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45400 Torture-Sub-1/32-PASS: run/t/typeof_09_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45401 run: llvmdc -O0 -od./obj -ofrun/t/typeof_09_D.d.exe run/t/typeof_09_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45402 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45403 run/t/typeof_09_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45404 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45405
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45406 Torture-Sub-1/32-PASS: run/t/typeof_09_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45407 run: llvmdc -O0 -od./obj -ofrun/t/typeof_09_E.d.exe run/t/typeof_09_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45408 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45409 run/t/typeof_09_E.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45410 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45411
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45412 Torture-Sub-1/32-PASS: run/t/typeof_09_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45413 run: llvmdc -O0 -od./obj -ofrun/t/typeof_09_F.d.exe run/t/typeof_09_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45414 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45415 run/t/typeof_09_F.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45416 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45417
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45418 Torture-Sub-1/32-PASS: run/t/typeof_09_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45419 run: llvmdc -O0 -od./obj -ofrun/t/typeof_09_G.d.exe run/t/typeof_09_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45420 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45421 run/t/typeof_09_G.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45422 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45423
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45424 Torture-Sub-1/32-PASS: run/t/typeof_09_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45425 run: llvmdc -O0 -od./obj -ofrun/t/typeof_09_H.d.exe run/t/typeof_09_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45426 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45427 run/t/typeof_09_H.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45428 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45429
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45430 Torture-Sub-1/32-PASS: run/t/typeof_09_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45431 run: llvmdc -O0 -od./obj -ofrun/t/typeof_11_C.d.exe run/t/typeof_11_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45432 run/t/typeof_11_C.d(15): function dstress.run.t.typeof_11_C.test (void function(typeof(&test) p)) does not match parameter types (void function(void function(typeof(&test) p) p))
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45433 run/t/typeof_11_C.d(15): Error: cannot implicitly convert expression (&test) of type void function(void function(typeof(&test) p) p) to void function(typeof(&test) p)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45434 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45435 Torture-Sub-1/32-FAIL: run/t/typeof_11_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45436 run: llvmdc -O0 -od./obj -ofrun/t/typeof_16_A.d.exe run/t/typeof_16_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45437 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45438 run/t/typeof_16_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45439 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45440
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45441 Torture-Sub-1/32-ERROR: run/t/typeof_16_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45442 run: llvmdc -O0 -od./obj -ofrun/t/typeof_16_B.d.exe run/t/typeof_16_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45443 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45444 run/t/typeof_16_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45445 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45446
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45447 Torture-Sub-1/32-ERROR: run/t/typeof_16_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45448 run: llvmdc -O0 -od./obj -ofrun/t/typeof_17_A.d.exe run/t/typeof_17_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45449 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45450 run/t/typeof_17_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45451 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45452
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45453 Torture-Sub-1/32-PASS: run/t/typeof_17_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45454 run: llvmdc -O0 -od./obj -ofrun/t/typeof_17_B.d.exe run/t/typeof_17_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45455 run/t/typeof_17_B.d(17): Error: function expected before (), not param of type TOK147
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45456 run/t/typeof_17_B.d(24): function dstress.run.t.typeof_17_B.foo (TOK147) does not match parameter types (void*)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45457 run/t/typeof_17_B.d(24): Error: cannot implicitly convert expression (null) of type void* to TOK147
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45458 run/t/typeof_17_B.d(28): function dstress.run.t.typeof_17_B.foo (TOK147) does not match parameter types (void function(TOK147 param))
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45459 run/t/typeof_17_B.d(28): Error: cannot implicitly convert expression (&foo) of type void function(TOK147 param) to TOK147
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45460 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45461 Torture-Sub-1/32-FAIL: run/t/typeof_17_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45462 run: llvmdc -O0 -od./obj -ofrun/t/typeof_17_C.d.exe run/t/typeof_17_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45463 run/t/typeof_17_C.d(13): Error: cannot implicitly convert expression (null) of type void* to TOK147
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45464 run/t/typeof_17_C.d(19): Error: incompatible types for ((cast(int)foo(1)) !is (null)): 'int' and 'void*'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45465 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45466 Torture-Sub-1/32-FAIL: run/t/typeof_17_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45467 run: llvmdc -O0 -od./obj -ofrun/typedef_01.d.exe run/typedef_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45468 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45469 run/typedef_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45470 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45471
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45472 Torture-Sub-1/32-PASS: run/typedef_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45473 run: llvmdc -O0 -od./obj -ofrun/typedef_02.d.exe run/typedef_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45474 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45475 run/typedef_02.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45476 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45477
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45478 Torture-Sub-1/32-PASS: run/typedef_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45479 run: llvmdc -O0 -od./obj -ofrun/typedef_03.d.exe run/typedef_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45480 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45481 run/typedef_03.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45482 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45483
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45484 Torture-Sub-1/32-PASS: run/typedef_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45485 run: llvmdc -O0 -od./obj -ofrun/typedef_04.d.exe run/typedef_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45486 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45487 run/typedef_04.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45488 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45489
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45490 Torture-Sub-1/32-PASS: run/typedef_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45491 run: llvmdc -O0 -od./obj -ofrun/typeid_01.d.exe run/typeid_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45492 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45493 run/typeid_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45494 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45495
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45496 Torture-Sub-1/32-ERROR: run/typeid_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45497 run: llvmdc -O0 -od./obj -ofrun/typeid_02.d.exe run/typeid_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45498 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45499 run/typeid_02.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45500 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45501
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45502 Torture-Sub-1/32-ERROR: run/typeid_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45503 run: llvmdc -O0 -od./obj -ofrun/typeid_03.d.exe run/typeid_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45504 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45505 run/typeid_03.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45506 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45507
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45508 Torture-Sub-1/32-PASS: run/typeid_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45509 run: llvmdc -O0 -od./obj -ofrun/typeid_04.d.exe run/typeid_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45510 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45511 run/typeid_04.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45512 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45513
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45514 Torture-Sub-1/32-PASS: run/typeid_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45515 run: llvmdc -O0 -od./obj -ofrun/typeid_05.d.exe run/typeid_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45516 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45517 run/typeid_05.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45518 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45519
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45520 Torture-Sub-1/32-PASS: run/typeid_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45521 run: llvmdc -O0 -od./obj -ofrun/typeid_06.d.exe run/typeid_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45522 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45523 run/typeid_06.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45524 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45525
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45526 Torture-Sub-1/32-PASS: run/typeid_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45527 run: llvmdc -O0 -od./obj -ofrun/typeid_07.d.exe run/typeid_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45528 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45529 run/typeid_07.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45530 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45531
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45532 Torture-Sub-1/32-PASS: run/typeid_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45533 run: llvmdc -O0 -od./obj -ofrun/typeid_08.d.exe run/typeid_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45534 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45535 run/typeid_08.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45536 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45537
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45538 Torture-Sub-1/32-PASS: run/typeid_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45539 run: llvmdc -O0 -od./obj -ofrun/typeid_09.d.exe run/typeid_09.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45540 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45541 run/typeid_09.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45542 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45543
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45544 Torture-Sub-1/32-PASS: run/typeid_09.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45545 run: llvmdc -O0 -od./obj -ofrun/typeid_10.d.exe run/typeid_10.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45546 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45547 run/typeid_10.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45548 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45549
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45550 Torture-Sub-1/32-PASS: run/typeid_10.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45551 run: llvmdc -O0 -od./obj -ofrun/typeid_11.d.exe run/typeid_11.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45552 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45553 run/typeid_11.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45554 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45555
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45556 Torture-Sub-1/32-PASS: run/typeid_11.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45557 run: llvmdc -O0 -od./obj -ofrun/typeid_12.d.exe run/typeid_12.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45558 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45559 run/typeid_12.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45560 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45561
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45562 Torture-Sub-1/32-PASS: run/typeid_12.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45563 run: llvmdc -O0 -od./obj -ofrun/typeid_13.d.exe run/typeid_13.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45564 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45565 run/typeid_13.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45566 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45567
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45568 Torture-Sub-1/32-PASS: run/typeid_13.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45569 run: llvmdc -O0 -od./obj -ofrun/typeid_14.d.exe run/typeid_14.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45570 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45571 run/typeid_14.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45572 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45573
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45574 Torture-Sub-1/32-ERROR: run/typeid_14.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45575 run: llvmdc -O0 -od./obj -ofrun/typeid_15.d.exe run/typeid_15.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45576 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45577 run/typeid_15.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45578 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45579
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45580 Torture-Sub-1/32-PASS: run/typeid_15.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45581 run: llvmdc -O0 -od./obj -ofrun/typeid_16.d.exe run/typeid_16.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45582 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45583 run/typeid_16.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45584 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45585
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45586 Torture-Sub-1/32-PASS: run/typeid_16.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45587 run: llvmdc -O0 -od./obj -ofrun/typeid_17.d.exe run/typeid_17.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45588 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45589 run/typeid_17.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45590 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45591
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45592 Torture-Sub-1/32-ERROR: run/typeid_17.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45593 run: llvmdc -O0 -od./obj -ofrun/typeid_18.d.exe run/typeid_18.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45594 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45595 run/typeid_18.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45596 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45597
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45598 Torture-Sub-1/32-PASS: run/typeid_18.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45599 run: llvmdc -O0 -od./obj -ofrun/typeid_19.d.exe run/typeid_19.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45600 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45601 run/typeid_19.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45602 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45603
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45604 Torture-Sub-1/32-PASS: run/typeid_19.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45605 run: llvmdc -O0 -od./obj -ofrun/typeid_20.d.exe run/typeid_20.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45606 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45607 run/typeid_20.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45608 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45609
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45610 Torture-Sub-1/32-ERROR: run/typeid_20.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45611 run: llvmdc -O0 -od./obj -ofrun/typeid_21.d.exe run/typeid_21.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45612 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45613 run/typeid_21.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45614 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45615
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45616 Torture-Sub-1/32-PASS: run/typeid_21.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45617 run: llvmdc -O0 -od./obj -ofrun/typeid_22.d.exe run/typeid_22.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45618 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45619 run/typeid_22.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45620 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45621
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45622 Torture-Sub-1/32-PASS: run/typeid_22.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45623 run: llvmdc -O0 -od./obj -ofrun/typeid_23.d.exe run/typeid_23.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45624 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45625 run/typeid_23.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45626 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45627
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45628 Torture-Sub-1/32-PASS: run/typeid_23.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45629 run: llvmdc -O0 -od./obj -ofrun/typeid_24.d.exe run/typeid_24.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45630 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45631 run/typeid_24.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45632 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45633
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45634 Torture-Sub-1/32-PASS: run/typeid_24.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45635 run: llvmdc -O0 -od./obj -ofrun/typeid_25.d.exe run/typeid_25.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45636 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45637 run/typeid_25.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45638 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45639
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45640 Torture-Sub-1/32-PASS: run/typeid_25.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45641 run: llvmdc -O0 -od./obj -ofrun/typeid_26.d.exe run/typeid_26.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45642 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45643 run/typeid_26.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45644 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45645
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45646 Torture-Sub-1/32-ERROR: run/typeid_26.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45647 run: llvmdc -O0 -od./obj -ofrun/typeid_27.d.exe run/typeid_27.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45648 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45649 run/typeid_27.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45650 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45651
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45652 Torture-Sub-1/32-PASS: run/typeid_27.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45653 run: llvmdc -O0 -od./obj -ofrun/typeid_28.d.exe run/typeid_28.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45654 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45655 run/typeid_28.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45656 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45657
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45658 Torture-Sub-1/32-PASS: run/typeid_28.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45659 run: llvmdc -O0 -od./obj -ofrun/typeid_29.d.exe run/typeid_29.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45660 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45661 run/typeid_29.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45662 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45663
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45664 Torture-Sub-1/32-ERROR: run/typeid_29.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45665 run: llvmdc -O0 -od./obj -ofrun/typeid_30.d.exe run/typeid_30.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45666 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45667 run/typeid_30.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45668 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45669
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45670 Torture-Sub-1/32-PASS: run/typeid_30.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45671 run: llvmdc -O0 -od./obj -ofrun/typeid_31.d.exe run/typeid_31.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45672 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45673 run/typeid_31.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45674 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45675
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45676 Torture-Sub-1/32-PASS: run/typeid_31.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45677 run: llvmdc -O0 -od./obj -ofrun/typeid_32.d.exe run/typeid_32.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45678 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45679 run/typeid_32.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45680 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45681
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45682 Torture-Sub-1/32-ERROR: run/typeid_32.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45683 run: llvmdc -O0 -od./obj -ofrun/typeid_33.d.exe run/typeid_33.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45684 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45685 run/typeid_33.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45686 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45687
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45688 Torture-Sub-1/32-PASS: run/typeid_33.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45689 run: llvmdc -O0 -od./obj -ofrun/typeid_34.d.exe run/typeid_34.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45690 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45691 run/typeid_34.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45692 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45693
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45694 Torture-Sub-1/32-PASS: run/typeid_34.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45695 run: llvmdc -O0 -od./obj -ofrun/typeid_35.d.exe run/typeid_35.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45696 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45697 run/typeid_35.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45698 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45699
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45700 Torture-Sub-1/32-ERROR: run/typeid_35.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45701 run: llvmdc -O0 -od./obj -ofrun/typeid_36.d.exe run/typeid_36.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45702 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45703 run/typeid_36.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45704 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45705
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45706 Torture-Sub-1/32-PASS: run/typeid_36.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45707 run: llvmdc -O0 -od./obj -ofrun/typeid_37.d.exe run/typeid_37.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45708 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45709 run/typeid_37.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45710 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45711
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45712 Torture-Sub-1/32-PASS: run/typeid_37.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45713 run: llvmdc -O0 -od./obj -ofrun/typeid_38.d.exe run/typeid_38.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45714 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45715 run/typeid_38.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45716 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45717
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45718 Torture-Sub-1/32-ERROR: run/typeid_38.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45719 run: llvmdc -O0 -od./obj -ofrun/typeid_39.d.exe run/typeid_39.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45720 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45721 run/typeid_39.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45722 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45723
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45724 Torture-Sub-1/32-PASS: run/typeid_39.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45725 run: llvmdc -O0 -od./obj -ofrun/typeid_40.d.exe run/typeid_40.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45726 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45727 run/typeid_40.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45728 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45729
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45730 Torture-Sub-1/32-PASS: run/typeid_40.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45731 run: llvmdc -O0 -od./obj -ofrun/typeid_41.d.exe run/typeid_41.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45732 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45733 run/typeid_41.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45734 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45735
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45736 Torture-Sub-1/32-PASS: run/typeid_41.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45737 run: llvmdc -O0 -od./obj -ofrun/typeid_42.d.exe run/typeid_42.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45738 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45739 run/typeid_42.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45740 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45741
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45742 Torture-Sub-1/32-PASS: run/typeid_42.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45743 run: llvmdc -O0 -od./obj -ofrun/typeid_43.d.exe run/typeid_43.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45744 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45745 run/typeid_43.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45746 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45747
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45748 Torture-Sub-1/32-PASS: run/typeid_43.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45749 run: llvmdc -O0 -od./obj -ofrun/typeid_44.d.exe run/typeid_44.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45750 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45751 run/typeid_44.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45752 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45753
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45754 Torture-Sub-1/32-PASS: run/typeid_44.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45755 run: llvmdc -O0 -od./obj -ofrun/typeid_45.d.exe run/typeid_45.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45756 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45757 run/typeid_45.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45758 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45759
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45760 Torture-Sub-1/32-PASS: run/typeid_45.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45761 run: llvmdc -O0 -od./obj -ofrun/typeid_46.d.exe run/typeid_46.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45762 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45763 run/typeid_46.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45764 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45765
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45766 Torture-Sub-1/32-PASS: run/typeid_46.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45767 run: llvmdc -O0 -od./obj -ofrun/typeid_47.d.exe run/typeid_47.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45768 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45769 run/typeid_47.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45770 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45771
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45772 Torture-Sub-1/32-PASS: run/typeid_47.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45773 run: llvmdc -O0 -od./obj -ofrun/typeid_48.d.exe run/typeid_48.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45774 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45775 run/typeid_48.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45776 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45777
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45778 Torture-Sub-1/32-PASS: run/typeid_48.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45779 run: llvmdc -O0 -od./obj -ofrun/typeid_49.d.exe run/typeid_49.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45780 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45781 run/typeid_49.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45782 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45783
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45784 Torture-Sub-1/32-PASS: run/typeid_49.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45785 run: llvmdc -O0 -od./obj -ofrun/typeid_50.d.exe run/typeid_50.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45786 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45787 run/typeid_50.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45788 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45789
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45790 Torture-Sub-1/32-PASS: run/typeid_50.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45791 run: llvmdc -O0 -od./obj -ofrun/typeid_51.d.exe run/typeid_51.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45792 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45793 run/typeid_51.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45794 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45795
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45796 Torture-Sub-1/32-PASS: run/typeid_51.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45797 run: llvmdc -O0 -od./obj -ofrun/typeid_52.d.exe run/typeid_52.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45798 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45799 run/typeid_52.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45800 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45801
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45802 Torture-Sub-1/32-PASS: run/typeid_52.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45803 run: llvmdc -O0 -od./obj -ofrun/typeid_53.d.exe run/typeid_53.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45804 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45805 run/typeid_53.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45806 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45807
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45808 Torture-Sub-1/32-PASS: run/typeid_53.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45809 run: llvmdc -O0 -od./obj -ofrun/typeid_54.d.exe run/typeid_54.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45810 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45811 run/typeid_54.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45812 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45813
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45814 Torture-Sub-1/32-PASS: run/typeid_54.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45815 run: llvmdc -O0 -od./obj -ofrun/typeid_55.d.exe run/typeid_55.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45816 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45817 run/typeid_55.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45818 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45819
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45820 Torture-Sub-1/32-PASS: run/typeid_55.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45821 run: llvmdc -O0 -od./obj -ofrun/typeid_56.d.exe run/typeid_56.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45822 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45823 run/typeid_56.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45824 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45825
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45826 Torture-Sub-1/32-PASS: run/typeid_56.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45827 run: llvmdc -O0 -od./obj -ofrun/typeid_57.d.exe run/typeid_57.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45828 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45829 run/typeid_57.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45830 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45831
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45832 Torture-Sub-1/32-PASS: run/typeid_57.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45833 run: llvmdc -O0 -od./obj -ofrun/typeid_58.d.exe run/typeid_58.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45834 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45835 run/typeid_58.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45836 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45837
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45838 Torture-Sub-1/32-PASS: run/typeid_58.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45839 run: llvmdc -O0 -od./obj -ofrun/typeid_59.d.exe run/typeid_59.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45840 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45841 run/typeid_59.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45842 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45843
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45844 Torture-Sub-1/32-PASS: run/typeid_59.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45845 run: llvmdc -O0 -od./obj -ofrun/typeid_60.d.exe run/typeid_60.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45846 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45847 run/typeid_60.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45848 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45849
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45850 Torture-Sub-1/32-PASS: run/typeid_60.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45851 run: llvmdc -O0 -od./obj -ofrun/typeid_61.d.exe run/typeid_61.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45852 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45853 run/typeid_61.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45854 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45855
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45856 Torture-Sub-1/32-PASS: run/typeid_61.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45857 run: llvmdc -O0 -od./obj -ofrun/typeid_62.d.exe run/typeid_62.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45858 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45859 run/typeid_62.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45860 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45861
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45862 Torture-Sub-1/32-PASS: run/typeid_62.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45863 run: llvmdc -O0 -od./obj -ofrun/typeid_63.d.exe run/typeid_63.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45864 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45865 run/typeid_63.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45866 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45867
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45868 Torture-Sub-1/32-PASS: run/typeid_63.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45869 run: llvmdc -O0 -od./obj -ofrun/typeid_64.d.exe run/typeid_64.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45870 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45871 run/typeid_64.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45872 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45873
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45874 Torture-Sub-1/32-PASS: run/typeid_64.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45875 run: llvmdc -O0 -od./obj -ofrun/typeid_65.d.exe run/typeid_65.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45876 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45877 run/typeid_65.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45878 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45879
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45880 Torture-Sub-1/32-PASS: run/typeid_65.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45881 run: llvmdc -O0 -od./obj -ofrun/typeid_66.d.exe run/typeid_66.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45882 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45883 run/typeid_66.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45884 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45885
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45886 Torture-Sub-1/32-PASS: run/typeid_66.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45887 run: llvmdc -O0 -od./obj -ofrun/typeid_67.d.exe run/typeid_67.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45888 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45889 run/typeid_67.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45890 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45891
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45892 Torture-Sub-1/32-PASS: run/typeid_67.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45893 run: llvmdc -O0 -od./obj -ofrun/typeid_68.d.exe run/typeid_68.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45894 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45895 run/typeid_68.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45896 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45897
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45898 Torture-Sub-1/32-PASS: run/typeid_68.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45899 run: llvmdc -O0 -od./obj -ofrun/typeid_69.d.exe run/typeid_69.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45900 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45901 run/typeid_69.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45902 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45903
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45904 Torture-Sub-1/32-PASS: run/typeid_69.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45905 run: llvmdc -O0 -od./obj -ofrun/typeid_70.d.exe run/typeid_70.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45906 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45907 run/typeid_70.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45908 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45909
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45910 Torture-Sub-1/32-PASS: run/typeid_70.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45911 run: llvmdc -O0 -od./obj -ofrun/typeid_71.d.exe run/typeid_71.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45912 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45913 run/typeid_71.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45914 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45915
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45916 Torture-Sub-1/32-PASS: run/typeid_71.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45917 run: llvmdc -O0 -od./obj -ofrun/typeid_72.d.exe run/typeid_72.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45918 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45919 run/typeid_72.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45920 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45921
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45922 Torture-Sub-1/32-PASS: run/typeid_72.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45923 run: llvmdc -O0 -od./obj -ofrun/typeid_73.d.exe run/typeid_73.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45924 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45925 run/typeid_73.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45926 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45927
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45928 Torture-Sub-1/32-PASS: run/typeid_73.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45929 run: llvmdc -O0 -od./obj -ofrun/typeid_74.d.exe run/typeid_74.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45930 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45931 run/typeid_74.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45932 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45933
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45934 Torture-Sub-1/32-PASS: run/typeid_74.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45935 run: llvmdc -O0 -od./obj -ofrun/typeid_75.d.exe run/typeid_75.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45936 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45937 run/typeid_75.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45938 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45939
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45940 Torture-Sub-1/32-PASS: run/typeid_75.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45941 run: llvmdc -O0 -od./obj -ofrun/typeid_76.d.exe run/typeid_76.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45942 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45943 run/typeid_76.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45944 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45945
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45946 Torture-Sub-1/32-PASS: run/typeid_76.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45947 run: llvmdc -O0 -od./obj -ofrun/typeid_77.d.exe run/typeid_77.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45948 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45949 run/typeid_77.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45950 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45951
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45952 Torture-Sub-1/32-PASS: run/typeid_77.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45953 run: llvmdc -O0 -od./obj -ofrun/typeid_78.d.exe run/typeid_78.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45954 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45955 run/typeid_78.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45956 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45957
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45958 Torture-Sub-1/32-PASS: run/typeid_78.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45959 run: llvmdc -O0 -od./obj -ofrun/typeid_79.d.exe run/typeid_79.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45960 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45961 run/typeid_79.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45962 Exception: Assertion failure
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45963 Assertion failed:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45964 run/typeid_79.d(17)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45965 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45966
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45967 Torture-Sub-1/32-ERROR: run/typeid_79.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45968 run: llvmdc -O0 -od./obj -ofrun/typeid_80.d.exe run/typeid_80.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45969 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45970 run/typeid_80.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45971 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45972
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45973 Torture-Sub-1/32-PASS: run/typeid_80.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45974 run: llvmdc -O0 -od./obj -ofrun/typeid_81.d.exe run/typeid_81.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45975 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45976 run/typeid_81.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45977 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45978
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45979 Torture-Sub-1/32-PASS: run/typeid_81.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45980 run: llvmdc -O0 -od./obj -ofrun/typeid_82.d.exe run/typeid_82.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45981 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45982 run/typeid_82.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45983 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45984
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45985 Torture-Sub-1/32-PASS: run/typeid_82.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45986 run: llvmdc -O0 -od./obj -ofrun/typeid_83.d.exe run/typeid_83.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45987 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45988 run/typeid_83.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45989 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45990
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45991 Torture-Sub-1/32-PASS: run/typeid_83.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45992 run: llvmdc -O0 -od./obj -ofrun/typeid_84.d.exe run/typeid_84.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45993 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45994 run/typeid_84.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45995 Exception: Assertion failure
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45996 Assertion failed:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45997 run/typeid_84.d(16)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45998 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
45999
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46000 Torture-Sub-1/32-ERROR: run/typeid_84.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46001 run: llvmdc -O0 -od./obj -ofrun/typeid_85.d.exe run/typeid_85.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46002 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46003 run/typeid_85.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46004 Exception: Assertion failure
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46005 Assertion failed:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46006 run/typeid_85.d(16)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46007 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46008
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46009 Torture-Sub-1/32-ERROR: run/typeid_85.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46010 run: llvmdc -O0 -od./obj -ofrun/typeof_01.d.exe run/typeof_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46011 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46012 run/typeof_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46013 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46014
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46015 Torture-Sub-1/32-PASS: run/typeof_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46016 run: llvmdc -O0 -od./obj -ofrun/typeof_02.d.exe run/typeof_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46017 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46018 run/typeof_02.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46019 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46020
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46021 Torture-Sub-1/32-PASS: run/typeof_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46022 run: llvmdc -O0 -od./obj -ofrun/typeof_03.d.exe run/typeof_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46023 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46024 run/typeof_03.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46025 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46026
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46027 Torture-Sub-1/32-PASS: run/typeof_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46028 run: llvmdc -O0 -od./obj -ofrun/typeof_04.d.exe run/typeof_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46029 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46030 run/typeof_04.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46031 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46032
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46033 Torture-Sub-1/32-PASS: run/typeof_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46034 run: llvmdc -O0 -od./obj -ofrun/types_declaration_01.d.exe run/types_declaration_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46035 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46036 run/types_declaration_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46037 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46038
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46039 Torture-Sub-1/32-PASS: run/types_declaration_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46040 run: llvmdc -O0 -od./obj -ofrun/types_defining_01.d.exe run/types_defining_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46041 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46042 run/types_defining_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46043 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46044
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46045 Torture-Sub-1/32-PASS: run/types_defining_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46046 run: llvmdc -O0 -od./obj -ofrun/ubyte_01.d.exe run/ubyte_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46047 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46048 run/ubyte_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46049 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46050
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46051 Torture-Sub-1/32-PASS: run/ubyte_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46052 run: llvmdc -O0 -od./obj -ofrun/ubyte_04.d.exe run/ubyte_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46053 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46054 run/ubyte_04.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46055 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46056
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46057 Torture-Sub-1/32-PASS: run/ubyte_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46058 run: llvmdc -O0 -od./obj -ofrun/ubyte_05.d.exe run/ubyte_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46059 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46060 run/ubyte_05.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46061 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46062
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46063 Torture-Sub-1/32-PASS: run/ubyte_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46064 run: llvmdc -O0 -od./obj -ofrun/ubyte_06.d.exe run/ubyte_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46065 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46066 run/ubyte_06.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46067 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46068
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46069 Torture-Sub-1/32-PASS: run/ubyte_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46070 run: llvmdc -O0 -od./obj -ofrun/ubyte_07.d.exe run/ubyte_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46071 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46072 run/ubyte_07.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46073 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46074
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46075 Torture-Sub-1/32-PASS: run/ubyte_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46076 run: llvmdc -O0 -od./obj -ofrun/uint_01.d.exe run/uint_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46077 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46078 run/uint_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46079 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46080
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46081 Torture-Sub-1/32-PASS: run/uint_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46082 run: llvmdc -O0 -od./obj -ofrun/unicode_01.d.exe run/unicode_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46083 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46084 run/unicode_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46085 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46086
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46087 Torture-Sub-1/32-PASS: run/unicode_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46088 run: llvmdc -O0 -od./obj -ofrun/unicode_02.d.exe run/unicode_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46089 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46090 run/unicode_02.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46091 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46092
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46093 Torture-Sub-1/32-PASS: run/unicode_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46094 run: llvmdc -O0 -od./obj -ofrun/unicode_03.d.exe run/unicode_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46095 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46096 run/unicode_03.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46097 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46098
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46099 Torture-Sub-1/32-PASS: run/unicode_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46100 run: llvmdc -O0 -od./obj -ofrun/unicode_04.d.exe run/unicode_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46101 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46102 run/unicode_04.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46103 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46104
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46105 Torture-Sub-1/32-PASS: run/unicode_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46106 run: llvmdc -O0 -od./obj -ofrun/unicode_05.d.exe run/unicode_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46107 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46108 run/unicode_05.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46109 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46110
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46111 Torture-Sub-1/32-PASS: run/unicode_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46112 run: llvmdc -O0 -od./obj -ofrun/unicode_06.d.exe run/unicode_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46113 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46114 run/unicode_06.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46115 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46116
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46117 Torture-Sub-1/32-PASS: run/unicode_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46118 run: llvmdc -O0 -od./obj -ofrun/unicode_07.d.exe run/unicode_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46119 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46120 run/unicode_07.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46121 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46122
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46123 Torture-Sub-1/32-PASS: run/unicode_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46124 run: llvmdc -O0 -od./obj -ofrun/union_01.d.exe run/union_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46125 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46126 run/union_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46127 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46128
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46129 Torture-Sub-1/32-PASS: run/union_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46130 run: llvmdc -O0 -od./obj -ofrun/union_02.d.exe run/union_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46131 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46132 run/union_02.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46133 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46134
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46135 Torture-Sub-1/32-PASS: run/union_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46136 run: llvmdc -O0 -od./obj -ofrun/union_03.d.exe run/union_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46137 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46138 run/union_03.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46139 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46140
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46141 Torture-Sub-1/32-PASS: run/union_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46142 run: llvmdc -O0 -od./obj -ofrun/union_04.d.exe run/union_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46143 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46144 run/union_04.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46145 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46146
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46147 Torture-Sub-1/32-PASS: run/union_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46148 run: llvmdc -O0 -od./obj -ofrun/union_05.d.exe run/union_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46149 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46150 run/union_05.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46151 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46152
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46153 Torture-Sub-1/32-PASS: run/union_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46154 run: llvmdc -O0 -od./obj -ofrun/union_06.d.exe run/union_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46155 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46156 run/union_06.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46157 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46158
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46159 Torture-Sub-1/32-PASS: run/union_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46160 run: llvmdc -O0 -od./obj -ofrun/union_07.d.exe run/union_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46161 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46162 run/union_07.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46163 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46164
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46165 Torture-Sub-1/32-PASS: run/union_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46166 run: llvmdc -O0 -unittest -od./obj/_1F5D -ofrun/unittest_01.d.exe run/unittest_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46167 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46168 run/unittest_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46169 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46170
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46171 Torture-Sub-1/32-PASS: run/unittest_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46172 run: llvmdc -O0 -unittest -od./obj/_1F6F -ofrun/unittest_03.d.exe run/unittest_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46173 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46174 run/unittest_03.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46175 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46176
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46177 Torture-Sub-1/32-PASS: run/unittest_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46178 run: llvmdc -O0 -unittest -od./obj/_1F81 -ofrun/unittest_04.d.exe run/unittest_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46179 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46180 run/unittest_04.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46181 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46182
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46183 Torture-Sub-1/32-PASS: run/unittest_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46184 run: llvmdc -O0 -unittest -od./obj/_1F93 -ofrun/unittest_05.d.exe run/unittest_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46185 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46186 run/unittest_05.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46187 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46188
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46189 Torture-Sub-1/32-PASS: run/unittest_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46190 run: llvmdc -O0 -unittest -od./obj/_1FA5 -ofrun/unittest_08.d.exe run/unittest_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46191 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46192 run/unittest_08.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46193 Exception: Assertion failure
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46194 Assertion failed:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46195 run/unittest_08.d(29)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46196 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46197
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46198 Torture-Sub-1/32-ERROR: run/unittest_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46199 run: llvmdc -O0 -od./obj -ofrun/ushort_01.d.exe run/ushort_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46200 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46201 run/ushort_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46202 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46203
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46204 Torture-Sub-1/32-PASS: run/ushort_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46205 run: llvmdc -O0 -od./obj -ofrun/ushort_04.d.exe run/ushort_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46206 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46207 run/ushort_04.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46208 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46209
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46210 Torture-Sub-1/32-PASS: run/ushort_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46211 run: llvmdc -O0 -od./obj -ofrun/ushort_05.d.exe run/ushort_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46212 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46213 run/ushort_05.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46214 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46215
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46216 Torture-Sub-1/32-PASS: run/ushort_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46217 run: llvmdc -O0 -od./obj -ofrun/ushort_06.d.exe run/ushort_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46218 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46219 run/ushort_06.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46220 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46221
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46222 Torture-Sub-1/32-PASS: run/ushort_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46223 run: llvmdc -O0 -od./obj -ofrun/u/ulong_04_D.d.exe run/u/ulong_04_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46224 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46225 run/u/ulong_04_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46226 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46227
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46228 Torture-Sub-1/32-PASS: run/u/ulong_04_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46229 run: llvmdc -O0 -od./obj -ofrun/u/unicode_08_A.d.exe run/u/unicode_08_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46230 run/u/unicode_08_A.d(18): Error: identifier 'string' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46231 run/u/unicode_08_A.d(18): Error: string is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46232 run/u/unicode_08_A.d(18): variable dstress.run.u.unicode_08_A.main.x voids have no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46233 run/u/unicode_08_A.d(18): Error: cannot implicitly convert expression ("\xe3\x83\xaf\xe3\x83\xad\xe3\x82\xb9\xef\xbd\x97") of type char[12u] to int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46234 run/u/unicode_08_A.d(20): Error: no property 'length' for type 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46235 run/u/unicode_08_A.d(23): Error: x must be an array or pointer type, not int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46236 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46237 Torture-Sub-1/32-FAIL: run/u/unicode_08_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46238 run: llvmdc -O0 -od./obj -ofrun/u/unicode_08_B.d.exe run/u/unicode_08_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46239 run/u/unicode_08_B.d(18): Error: identifier 'string' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46240 run/u/unicode_08_B.d(18): Error: string is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46241 run/u/unicode_08_B.d(18): variable dstress.run.u.unicode_08_B.main.x voids have no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46242 run/u/unicode_08_B.d(18): Error: cannot implicitly convert expression ("\xe3\x83\xaf\xe3\x83\xad\xe3\x82\xb9\xef\xbd\x97") of type char[12u] to int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46243 run/u/unicode_08_B.d(20): Error: no property 'length' for type 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46244 run/u/unicode_08_B.d(23): Error: x must be an array or pointer type, not int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46245 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46246 Torture-Sub-1/32-FAIL: run/u/unicode_08_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46247 run: llvmdc -O0 -od./obj -ofrun/u/unicode_08_C.d.exe run/u/unicode_08_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46248 run/u/unicode_08_C.d(18): Error: identifier 'string' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46249 run/u/unicode_08_C.d(18): Error: string is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46250 run/u/unicode_08_C.d(18): variable dstress.run.u.unicode_08_C.main.x voids have no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46251 run/u/unicode_08_C.d(18): Error: cannot implicitly convert expression ("\xe3\x83\xaf\xe3\x83\xad\xe3\x82\xb9\xef\xbd\x97") of type char[12u] to int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46252 run/u/unicode_08_C.d(20): Error: no property 'length' for type 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46253 run/u/unicode_08_C.d(23): Error: x must be an array or pointer type, not int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46254 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46255 Torture-Sub-1/32-FAIL: run/u/unicode_08_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46256 run: llvmdc -O0 -od./obj -ofrun/u/unicode_08_D.d.exe run/u/unicode_08_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46257 run/u/unicode_08_D.d(18): Error: identifier 'string' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46258 run/u/unicode_08_D.d(18): Error: string is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46259 run/u/unicode_08_D.d(18): variable dstress.run.u.unicode_08_D.main.x voids have no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46260 run/u/unicode_08_D.d(18): Error: cannot implicitly convert expression ("\xe3\x83\xaf\xe3\x83\xad\xe3\x82\xb9\xef\xbd\x97") of type char[12u] to int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46261 run/u/unicode_08_D.d(20): Error: no property 'length' for type 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46262 run/u/unicode_08_D.d(23): Error: x must be an array or pointer type, not int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46263 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46264 Torture-Sub-1/32-FAIL: run/u/unicode_08_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46265 run: llvmdc -O0 -od./obj -ofrun/u/union_16_A.d.exe run/u/union_16_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46266 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46267 run/u/union_16_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46268 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46269
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46270 Torture-Sub-1/32-PASS: run/u/union_16_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46271 run: llvmdc -O0 -od./obj -ofrun/u/union_16_B.d.exe run/u/union_16_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46272 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46273 run/u/union_16_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46274 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46275
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46276 Torture-Sub-1/32-PASS: run/u/union_16_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46277 run: llvmdc -O0 -od./obj -ofrun/u/union_16_C.d.exe run/u/union_16_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46278 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46279 run/u/union_16_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46280 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46281
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46282 Torture-Sub-1/32-PASS: run/u/union_16_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46283 run: llvmdc -O0 -od./obj -ofrun/u/union_16_D.d.exe run/u/union_16_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46284 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46285 run/u/union_16_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46286 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46287
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46288 Torture-Sub-1/32-PASS: run/u/union_16_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46289 run: llvmdc -O0 -od./obj -ofrun/u/union_16_E.d.exe run/u/union_16_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46290 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46291 run/u/union_16_E.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46292 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46293
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46294 Torture-Sub-1/32-PASS: run/u/union_16_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46295 run: llvmdc -O0 -od./obj -ofrun/u/union_16_F.d.exe run/u/union_16_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46296 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46297 run/u/union_16_F.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46298 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46299
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46300 Torture-Sub-1/32-PASS: run/u/union_16_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46301 run: llvmdc -O0 -od./obj -ofrun/u/union_16_G.d.exe run/u/union_16_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46302 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46303 run/u/union_16_G.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46304 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46305
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46306 Torture-Sub-1/32-PASS: run/u/union_16_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46307 run: llvmdc -O0 -od./obj -ofrun/u/union_16_H.d.exe run/u/union_16_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46308 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46309 run/u/union_16_H.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46310 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46311
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46312 Torture-Sub-1/32-PASS: run/u/union_16_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46313 run: llvmdc -O0 -od./obj -ofrun/u/union_17_A.d.exe run/u/union_17_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46314 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46315 run/u/union_17_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46316 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46317
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46318 Torture-Sub-1/32-PASS: run/u/union_17_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46319 run: llvmdc -O0 -od./obj -ofrun/u/union_17_B.d.exe run/u/union_17_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46320 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46321 run/u/union_17_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46322 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46323
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46324 Torture-Sub-1/32-PASS: run/u/union_17_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46325 run: llvmdc -O0 -od./obj -ofrun/u/union_17_C.d.exe run/u/union_17_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46326 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46327 run/u/union_17_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46328 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46329
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46330 Torture-Sub-1/32-PASS: run/u/union_17_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46331 run: llvmdc -O0 -od./obj -ofrun/u/union_17_D.d.exe run/u/union_17_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46332 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46333 run/u/union_17_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46334 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46335
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46336 Torture-Sub-1/32-PASS: run/u/union_17_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46337 run: llvmdc -O0 -od./obj -ofrun/u/union_17_E.d.exe run/u/union_17_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46338 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46339 run/u/union_17_E.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46340 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46341
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46342 Torture-Sub-1/32-PASS: run/u/union_17_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46343 run: llvmdc -O0 -od./obj -ofrun/u/union_17_F.d.exe run/u/union_17_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46344 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46345 run/u/union_17_F.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46346 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46347
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46348 Torture-Sub-1/32-PASS: run/u/union_17_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46349 run: llvmdc -O0 -od./obj -ofrun/u/union_17_G.d.exe run/u/union_17_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46350 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46351 run/u/union_17_G.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46352 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46353
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46354 Torture-Sub-1/32-PASS: run/u/union_17_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46355 run: llvmdc -O0 -od./obj -ofrun/u/union_17_H.d.exe run/u/union_17_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46356 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46357 run/u/union_17_H.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46358 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46359
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46360 Torture-Sub-1/32-PASS: run/u/union_17_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46361 run: llvmdc -O0 -od./obj -ofrun/u/union_17_I.d.exe run/u/union_17_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46362 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46363 run/u/union_17_I.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46364 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46365
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46366 Torture-Sub-1/32-PASS: run/u/union_17_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46367 run: llvmdc -O0 -od./obj -ofrun/u/unittest_09_E.d.exe run/u/unittest_09_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46368 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46369 run/u/unittest_09_E.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46370 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46371
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46372 Torture-Sub-1/32-PASS: run/u/unittest_09_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46373 run: llvmdc -O0 -od./obj -ofrun/u/unittest_09_F.d.exe run/u/unittest_09_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46374 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46375 run/u/unittest_09_F.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46376 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46377
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46378 Torture-Sub-1/32-PASS: run/u/unittest_09_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46379 run: llvmdc -O0 -od./obj -ofrun/u/unittest_11_A.d.exe run/u/unittest_11_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46380 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46381 run/u/unittest_11_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46382 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46383
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46384 Torture-Sub-1/32-PASS: run/u/unittest_11_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46385 run: llvmdc -O0 -od./obj -ofrun/u/unittest_11_B.d.exe run/u/unittest_11_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46386 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46387 run/u/unittest_11_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46388 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46389
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46390 Torture-Sub-1/32-PASS: run/u/unittest_11_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46391 run: llvmdc -O0 -od./obj -ofrun/u/unittest_11_C.d.exe run/u/unittest_11_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46392 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46393 run/u/unittest_11_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46394 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46395
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46396 Torture-Sub-1/32-PASS: run/u/unittest_11_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46397 run: llvmdc -O0 -od./obj -ofrun/values_01.d.exe run/values_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46398 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46399 run/values_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46400 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46401
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46402 Torture-Sub-1/32-PASS: run/values_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46403 run: llvmdc -O0 -od./obj -ofrun/variadic_argument_04.d.exe run/variadic_argument_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46404 /home/kamm/eigenes/projekte/llvmdc/llvmdc/bin/../tango/std/stdarg.di(28): Error: identifier 'va_list' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46405 /home/kamm/eigenes/projekte/llvmdc/llvmdc/bin/../tango/std/stdarg.di(28): Error: va_list is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46406 /home/kamm/eigenes/projekte/llvmdc/llvmdc/bin/../tango/std/stdarg.di(28): Error: cannot have parameter of type void
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46407 /home/kamm/eigenes/projekte/llvmdc/llvmdc/bin/../tango/std/stdarg.di(28): variable std.stdarg.va_arg!(int delegate()).va_arg.ap voids have no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46408 /home/kamm/eigenes/projekte/llvmdc/llvmdc/bin/../tango/std/stdarg.di(21): template instance std.stdarg.va_arg!(int delegate()) error instantiating
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46409 run/variadic_argument_04.d(21): function std.stdarg.va_arg!(int delegate()).va_arg (void) does not match parameter types (void*)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46410 run/variadic_argument_04.d(21): Error: cannot implicitly convert expression (_argptr) of type void* to void
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46411 run/variadic_argument_04.d(21): Error: cast(void)_argptr is not an lvalue
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46412 run/variadic_argument_04.d(26): template instance dstress.run.variadic_argument_04.t!(int delegate()) error instantiating
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46413 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46414 Torture-Sub-1/32-FAIL: run/variadic_argument_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46415 run: llvmdc -O0 -od./obj -ofrun/variadic_argument_05.d.exe run/variadic_argument_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46416 /home/kamm/eigenes/projekte/llvmdc/llvmdc/bin/../tango/std/stdarg.di(28): Error: identifier 'va_list' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46417 /home/kamm/eigenes/projekte/llvmdc/llvmdc/bin/../tango/std/stdarg.di(28): Error: va_list is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46418 /home/kamm/eigenes/projekte/llvmdc/llvmdc/bin/../tango/std/stdarg.di(28): Error: cannot have parameter of type void
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46419 /home/kamm/eigenes/projekte/llvmdc/llvmdc/bin/../tango/std/stdarg.di(28): variable std.stdarg.va_arg!(int delegate()).va_arg.ap voids have no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46420 /home/kamm/eigenes/projekte/llvmdc/llvmdc/bin/../tango/std/stdarg.di(21): template instance std.stdarg.va_arg!(int delegate()) error instantiating
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46421 run/variadic_argument_05.d(21): function std.stdarg.va_arg!(int delegate()).va_arg (void) does not match parameter types (void*)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46422 run/variadic_argument_05.d(21): Error: cannot implicitly convert expression (_argptr) of type void* to void
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46423 run/variadic_argument_05.d(21): Error: cast(void)_argptr is not an lvalue
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46424 run/variadic_argument_05.d(26): template instance dstress.run.variadic_argument_05.t!(int delegate()) error instantiating
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46425 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46426 Torture-Sub-1/32-FAIL: run/variadic_argument_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46427 run: llvmdc -O0 -od./obj -ofrun/version_01.d.exe run/version_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46428 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46429 run/version_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46430 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46431
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46432 Torture-Sub-1/32-PASS: run/version_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46433 run: llvmdc -O0 -od./obj -ofrun/version_02.d.exe run/version_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46434 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46435 run/version_02.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46436 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46437
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46438 Torture-Sub-1/32-PASS: run/version_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46439 run: llvmdc -O0 -od./obj -ofrun/version_03.d.exe run/version_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46440 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46441 run/version_03.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46442 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46443
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46444 Torture-Sub-1/32-PASS: run/version_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46445 run: llvmdc -O0 -od./obj -ofrun/version_04.d.exe run/version_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46446 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46447 run/version_04.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46448 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46449
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46450 Torture-Sub-1/32-PASS: run/version_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46451 run: llvmdc -O0 -od./obj -ofrun/version_05.d.exe run/version_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46452 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46453 run/version_05.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46454 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46455
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46456 Torture-Sub-1/32-PASS: run/version_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46457 run: llvmdc -O0 -od./obj -ofrun/version_07.d.exe run/version_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46458 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46459 run/version_07.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46460 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46461
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46462 Torture-Sub-1/32-PASS: run/version_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46463 run: llvmdc -O0 -od./obj -ofrun/version_08.d.exe run/version_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46464 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46465 run/version_08.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46466 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46467
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46468 Torture-Sub-1/32-PASS: run/version_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46469 run: llvmdc -O0 -od./obj -ofrun/version_29.d.exe run/version_29.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46470 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46471 run/version_29.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46472 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46473
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46474 Torture-Sub-1/32-PASS: run/version_29.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46475 run: llvmdc -O0 -od./obj -ofrun/v/variadic_argument_06_B.d.exe run/v/variadic_argument_06_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46476 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46477 run/v/variadic_argument_06_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46478 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46479
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46480 Torture-Sub-1/32-PASS: run/v/variadic_argument_06_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46481 run: llvmdc -O0 -od./obj -ofrun/v/variadic_argument_07_A.d.exe run/v/variadic_argument_07_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46482 run/v/variadic_argument_07_A.d(13): Error: identifier 'string' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46483 run/v/variadic_argument_07_A.d(13): Error: string is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46484 run/v/variadic_argument_07_A.d(13): Error: cannot have parameter of type void
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46485 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46486 Torture-Sub-1/32-FAIL: run/v/variadic_argument_07_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46487 run: llvmdc -O0 -od./obj -ofrun/v/variadic_argument_07_B.d.exe run/v/variadic_argument_07_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46488 run/v/variadic_argument_07_B.d(13): Error: identifier 'string' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46489 run/v/variadic_argument_07_B.d(13): Error: string is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46490 run/v/variadic_argument_07_B.d(13): Error: cannot have parameter of type void
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46491 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46492 Torture-Sub-1/32-FAIL: run/v/variadic_argument_07_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46493 run: llvmdc -O0 -od./obj -ofrun/v/variadic_argument_07_C.d.exe run/v/variadic_argument_07_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46494 run/v/variadic_argument_07_C.d(13): Error: identifier 'wstring' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46495 run/v/variadic_argument_07_C.d(13): Error: wstring is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46496 run/v/variadic_argument_07_C.d(13): Error: cannot have parameter of type void
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46497 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46498 Torture-Sub-1/32-FAIL: run/v/variadic_argument_07_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46499 run: llvmdc -O0 -od./obj -ofrun/v/variadic_argument_07_D.d.exe run/v/variadic_argument_07_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46500 run/v/variadic_argument_07_D.d(13): Error: identifier 'dstring' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46501 run/v/variadic_argument_07_D.d(13): Error: dstring is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46502 run/v/variadic_argument_07_D.d(13): Error: cannot have parameter of type void
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46503 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46504 Torture-Sub-1/32-FAIL: run/v/variadic_argument_07_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46505 run: llvmdc -O0 -od./obj -ofrun/v/variadic_argument_07_E.d.exe run/v/variadic_argument_07_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46506 run/v/variadic_argument_07_E.d(13): Error: identifier 'string' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46507 run/v/variadic_argument_07_E.d(13): Error: string is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46508 run/v/variadic_argument_07_E.d(13): Error: cannot have parameter of type void
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46509 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46510 Torture-Sub-1/32-FAIL: run/v/variadic_argument_07_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46511 run: llvmdc -O0 -od./obj -ofrun/v/variadic_argument_07_F.d.exe run/v/variadic_argument_07_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46512 run/v/variadic_argument_07_F.d(13): Error: identifier 'dstring' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46513 run/v/variadic_argument_07_F.d(13): Error: dstring is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46514 run/v/variadic_argument_07_F.d(13): Error: cannot have parameter of type void
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46515 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46516 Torture-Sub-1/32-FAIL: run/v/variadic_argument_07_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46517 run: llvmdc -O0 -od./obj -ofrun/v/variadic_argument_07_G.d.exe run/v/variadic_argument_07_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46518 run/v/variadic_argument_07_G.d(13): Error: identifier 'wstring' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46519 run/v/variadic_argument_07_G.d(13): Error: wstring is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46520 run/v/variadic_argument_07_G.d(13): Error: cannot have parameter of type void
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46521 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46522 Torture-Sub-1/32-FAIL: run/v/variadic_argument_07_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46523 run: llvmdc -O0 -od./obj -ofrun/v/variadic_argument_08_A.d.exe run/v/variadic_argument_08_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46524 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46525 run/v/variadic_argument_08_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46526 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46527
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46528 Torture-Sub-1/32-PASS: run/v/variadic_argument_08_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46529 run: llvmdc -O0 -od./obj -ofrun/v/variadic_argument_08_B.d.exe run/v/variadic_argument_08_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46530 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46531 run/v/variadic_argument_08_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46532 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46533
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46534 Torture-Sub-1/32-PASS: run/v/variadic_argument_08_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46535 run: llvmdc -O0 -od./obj -ofrun/v/variadic_argument_10_A.d.exe run/v/variadic_argument_10_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46536 llvmdc: /home/kamm/eigenes/projekte/llvmdc/llvm-23-branch/lib/VMCore/Constants.cpp:1752: static llvm::Constant* llvm::ConstantExpr::getBitCast(llvm::Constant*, const llvm::Type*): Assertion `(isa<PointerType>(SrcTy) == isa<PointerType>(DstTy)) && "BitCast cannot cast pointer to non-pointer and vice versa"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46537 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46538 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46539 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46540 llvmdc[0x87c9cd7]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46541 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46542 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46543 Torture-Sub-1/32-ERROR: run/v/variadic_argument_10_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46544 run: llvmdc -O0 -od./obj -ofrun/v/variadic_argument_10_B.d.exe run/v/variadic_argument_10_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46545 llvmdc: /home/kamm/eigenes/projekte/llvmdc/llvm-23-branch/lib/VMCore/Instructions.cpp:258: void llvm::CallInst::init(llvm::Value*, llvm::Value* const*, unsigned int): Assertion `(NumParams == FTy->getNumParams() || (FTy->isVarArg() && NumParams > FTy->getNumParams())) && "Calling a function with bad signature!"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46546 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46547 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46548 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46549 llvmdc[0x880393f]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46550 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46551 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46552 Torture-Sub-1/32-ERROR: run/v/variadic_argument_10_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46553 run: llvmdc -O0 -od./obj -ofrun/v/variadic_argument_10_C.d.exe run/v/variadic_argument_10_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46554 llvmdc: /home/kamm/eigenes/projekte/llvmdc/llvm-23-branch/lib/VMCore/Constants.cpp:1752: static llvm::Constant* llvm::ConstantExpr::getBitCast(llvm::Constant*, const llvm::Type*): Assertion `(isa<PointerType>(SrcTy) == isa<PointerType>(DstTy)) && "BitCast cannot cast pointer to non-pointer and vice versa"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46555 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46556 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46557 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46558 llvmdc[0x87c9cd7]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46559 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46560 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46561 Torture-Sub-1/32-ERROR: run/v/variadic_argument_10_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46562 run: llvmdc -O0 -od./obj -ofrun/v/variadic_argument_10_D.d.exe run/v/variadic_argument_10_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46563 llvmdc: /home/kamm/eigenes/projekte/llvmdc/llvm-23-branch/lib/VMCore/Constants.cpp:1752: static llvm::Constant* llvm::ConstantExpr::getBitCast(llvm::Constant*, const llvm::Type*): Assertion `(isa<PointerType>(SrcTy) == isa<PointerType>(DstTy)) && "BitCast cannot cast pointer to non-pointer and vice versa"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46564 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46565 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46566 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46567 llvmdc[0x87c9cd7]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46568 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46569 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46570 Torture-Sub-1/32-ERROR: run/v/variadic_argument_10_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46571 run: llvmdc -O0 -od./obj -ofrun/v/variadic_argument_10_E.d.exe run/v/variadic_argument_10_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46572 llvmdc: /home/kamm/eigenes/projekte/llvmdc/llvm-23-branch/lib/VMCore/Instructions.cpp:258: void llvm::CallInst::init(llvm::Value*, llvm::Value* const*, unsigned int): Assertion `(NumParams == FTy->getNumParams() || (FTy->isVarArg() && NumParams > FTy->getNumParams())) && "Calling a function with bad signature!"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46573 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46574 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46575 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46576 llvmdc[0x880393f]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46577 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46578 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46579 Torture-Sub-1/32-ERROR: run/v/variadic_argument_10_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46580 run: llvmdc -O0 -od./obj -ofrun/v/variadic_argument_10_F.d.exe run/v/variadic_argument_10_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46581 llvmdc: /home/kamm/eigenes/projekte/llvmdc/llvm-23-branch/lib/VMCore/Constants.cpp:1752: static llvm::Constant* llvm::ConstantExpr::getBitCast(llvm::Constant*, const llvm::Type*): Assertion `(isa<PointerType>(SrcTy) == isa<PointerType>(DstTy)) && "BitCast cannot cast pointer to non-pointer and vice versa"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46582 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46583 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46584 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46585 llvmdc[0x87c9cd7]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46586 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46587 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46588 Torture-Sub-1/32-ERROR: run/v/variadic_argument_10_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46589 run: llvmdc -O0 -od./obj -ofrun/v/variadic_argument_11_A.d.exe run/v/variadic_argument_11_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46590 llvmdc: /home/kamm/eigenes/projekte/llvmdc/llvm-23-branch/lib/VMCore/Constants.cpp:1752: static llvm::Constant* llvm::ConstantExpr::getBitCast(llvm::Constant*, const llvm::Type*): Assertion `(isa<PointerType>(SrcTy) == isa<PointerType>(DstTy)) && "BitCast cannot cast pointer to non-pointer and vice versa"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46591 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46592 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46593 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46594 llvmdc[0x87c9cd7]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46595 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46596 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46597 Torture-Sub-1/32-ERROR: run/v/variadic_argument_11_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46598 run: llvmdc -O0 -od./obj -ofrun/v/variadic_argument_11_B.d.exe run/v/variadic_argument_11_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46599 llvmdc: /home/kamm/eigenes/projekte/llvmdc/llvm-23-branch/lib/VMCore/Constants.cpp:1752: static llvm::Constant* llvm::ConstantExpr::getBitCast(llvm::Constant*, const llvm::Type*): Assertion `(isa<PointerType>(SrcTy) == isa<PointerType>(DstTy)) && "BitCast cannot cast pointer to non-pointer and vice versa"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46600 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46601 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46602 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46603 llvmdc[0x87c9cd7]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46604 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46605 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46606 Torture-Sub-1/32-ERROR: run/v/variadic_argument_11_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46607 run: llvmdc -O0 -od./obj -ofrun/v/variadic_argument_11_C.d.exe run/v/variadic_argument_11_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46608 llvmdc: /home/kamm/eigenes/projekte/llvmdc/llvm-23-branch/lib/VMCore/Constants.cpp:1752: static llvm::Constant* llvm::ConstantExpr::getBitCast(llvm::Constant*, const llvm::Type*): Assertion `(isa<PointerType>(SrcTy) == isa<PointerType>(DstTy)) && "BitCast cannot cast pointer to non-pointer and vice versa"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46609 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46610 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46611 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46612 llvmdc[0x87c9cd7]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46613 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46614 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46615 Torture-Sub-1/32-ERROR: run/v/variadic_argument_11_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46616 run: llvmdc -O0 -od./obj -ofrun/v/variadic_argument_11_D.d.exe run/v/variadic_argument_11_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46617 llvmdc: /home/kamm/eigenes/projekte/llvmdc/llvm-23-branch/lib/VMCore/Constants.cpp:1752: static llvm::Constant* llvm::ConstantExpr::getBitCast(llvm::Constant*, const llvm::Type*): Assertion `(isa<PointerType>(SrcTy) == isa<PointerType>(DstTy)) && "BitCast cannot cast pointer to non-pointer and vice versa"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46618 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46619 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46620 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46621 llvmdc[0x87c9cd7]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46622 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46623 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46624 Torture-Sub-1/32-ERROR: run/v/variadic_argument_11_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46625 run: llvmdc -O0 -od./obj -ofrun/v/variadic_argument_12_A.d.exe run/v/variadic_argument_12_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46626 llvmdc: /home/kamm/eigenes/projekte/llvmdc/llvm-23-branch/lib/VMCore/Constants.cpp:1752: static llvm::Constant* llvm::ConstantExpr::getBitCast(llvm::Constant*, const llvm::Type*): Assertion `(isa<PointerType>(SrcTy) == isa<PointerType>(DstTy)) && "BitCast cannot cast pointer to non-pointer and vice versa"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46627 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46628 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46629 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46630 llvmdc[0x87c9cd7]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46631 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46632 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46633 Torture-Sub-1/32-ERROR: run/v/variadic_argument_12_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46634 run: llvmdc -O0 -od./obj -ofrun/v/variadic_argument_12_B.d.exe run/v/variadic_argument_12_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46635 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46636 run/v/variadic_argument_12_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46637 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46638
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46639 Torture-Sub-1/32-PASS: run/v/variadic_argument_12_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46640 run: llvmdc -O0 -od./obj -ofrun/v/variadic_argument_12_C.d.exe run/v/variadic_argument_12_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46641 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46642 run/v/variadic_argument_12_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46643 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46644
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46645 Torture-Sub-1/32-PASS: run/v/variadic_argument_12_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46646 run: llvmdc -O0 -od./obj -ofrun/v/version_09_A.d.exe run/v/version_09_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46647 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46648 run/v/version_09_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46649 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46650
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46651 Torture-Sub-1/32-PASS: run/v/version_09_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46652 run: llvmdc -O0 -od./obj -ofrun/v/version_09_B.d.exe run/v/version_09_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46653 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46654 run/v/version_09_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46655 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46656
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46657 Torture-Sub-1/32-PASS: run/v/version_09_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46658 run: llvmdc -O0 -version=3 -od./obj/_2325 -ofrun/v/version_09_D.d.exe run/v/version_09_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46659 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46660 run/v/version_09_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46661 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46662
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46663 Torture-Sub-1/32-PASS: run/v/version_09_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46664 run: llvmdc -O0 -version=Some -od./obj/_2337 -ofrun/v/version_09_E.d.exe run/v/version_09_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46665 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46666 run/v/version_09_E.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46667 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46668
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46669 Torture-Sub-1/32-PASS: run/v/version_09_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46670 run: llvmdc -O0 -od./obj -ofrun/v/version_38_A.d.exe run/v/version_38_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46671 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46672 run/v/version_38_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46673 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46674
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46675 Torture-Sub-1/32-PASS: run/v/version_38_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46676 run: llvmdc -O0 -od./obj -ofrun/v/version_38_B.d.exe run/v/version_38_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46677 Warning: : try-catch is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46678 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46679 run/v/version_38_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46680 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46681
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46682 Torture-Sub-1/32-PASS: run/v/version_38_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46683 run: llvmdc -O0 -od./obj -ofrun/v/version_38_C.d.exe run/v/version_38_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46684 Warning: : try-catch is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46685 Warning: : try-catch is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46686 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46687 run/v/version_38_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46688 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46689
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46690 Torture-Sub-1/32-PASS: run/v/version_38_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46691 run: llvmdc -O0 -od./obj -ofrun/v/version_38_D.d.exe run/v/version_38_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46692 Warning: : try-catch is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46693 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46694 run/v/version_38_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46695 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46696
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46697 Torture-Sub-1/32-PASS: run/v/version_38_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46698 run: llvmdc -O0 -od./obj -ofrun/v/version_38_E.d.exe run/v/version_38_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46699 Warning: : try-catch is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46700 Warning: : try-catch is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46701 Warning: run/v/version_38_E.d(22): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46702 Warning: run/v/version_38_E.d(28): try-catch is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46703 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46704 run/v/version_38_E.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46705 Exception: message
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46706 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46707
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46708 Torture-Sub-1/32-ERROR: run/v/version_38_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46709 run: llvmdc -O0 -od./obj -ofrun/v/void_01.d.exe run/v/void_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46710 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46711 run/v/void_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46712 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46713
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46714 Torture-Sub-1/32-PASS: run/v/void_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46715 run: llvmdc -O0 -od./obj -ofrun/v/void_02_C.d.exe run/v/void_02_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46716 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46717 run/v/void_02_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46718 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46719
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46720 Torture-Sub-1/32-PASS: run/v/void_02_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46721 run: llvmdc -O0 -od./obj -ofrun/v/void_03_A.d.exe run/v/void_03_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46722 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46723 run/v/void_03_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46724 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46725
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46726 Torture-Sub-1/32-PASS: run/v/void_03_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46727 run: llvmdc -O0 -od./obj -ofrun/v/void_03_B.d.exe run/v/void_03_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46728 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46729 run/v/void_03_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46730 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46731
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46732 Torture-Sub-1/32-PASS: run/v/void_03_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46733 run: llvmdc -O0 -od./obj -ofrun/v/void_03_C.d.exe run/v/void_03_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46734 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46735 run/v/void_03_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46736 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46737
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46738 Torture-Sub-1/32-PASS: run/v/void_03_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46739 run: llvmdc -O0 -od./obj -ofrun/v/void_03_D.d.exe run/v/void_03_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46740 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46741 run/v/void_03_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46742 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46743
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46744 Torture-Sub-1/32-PASS: run/v/void_03_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46745 run: llvmdc -O0 -od./obj -ofrun/v/void_03_E.d.exe run/v/void_03_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46746 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46747 run/v/void_03_E.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46748 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46749
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46750 Torture-Sub-1/32-PASS: run/v/void_03_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46751 run: llvmdc -O0 -od./obj -ofrun/v/void_03_F.d.exe run/v/void_03_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46752 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46753 run/v/void_03_F.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46754 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46755
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46756 Torture-Sub-1/32-PASS: run/v/void_03_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46757 run: llvmdc -O0 -od./obj -ofrun/v/void_03_G.d.exe run/v/void_03_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46758 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46759 run/v/void_03_G.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46760 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46761
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46762 Torture-Sub-1/32-PASS: run/v/void_03_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46763 run: llvmdc -O0 -od./obj -ofrun/v/void_03_H.d.exe run/v/void_03_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46764 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46765 run/v/void_03_H.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46766 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46767
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46768 Torture-Sub-1/32-PASS: run/v/void_03_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46769 run: llvmdc -O0 -od./obj -ofrun/v/void_03_I.d.exe run/v/void_03_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46770 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46771 run/v/void_03_I.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46772 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46773
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46774 Torture-Sub-1/32-PASS: run/v/void_03_I.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46775 run: llvmdc -O0 -od./obj -ofrun/v/void_03_J.d.exe run/v/void_03_J.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46776 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46777 run/v/void_03_J.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46778 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46779
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46780 Torture-Sub-1/32-PASS: run/v/void_03_J.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46781 run: llvmdc -O0 -od./obj -ofrun/v/void_03_K.d.exe run/v/void_03_K.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46782 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46783 run/v/void_03_K.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46784 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46785
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46786 Torture-Sub-1/32-PASS: run/v/void_03_K.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46787 run: llvmdc -O0 -od./obj -ofrun/v/void_03_L.d.exe run/v/void_03_L.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46788 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46789 run/v/void_03_L.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46790 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46791
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46792 Torture-Sub-1/32-PASS: run/v/void_03_L.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46793 run: llvmdc -O0 -od./obj -ofrun/v/void_03_M.d.exe run/v/void_03_M.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46794 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46795 run/v/void_03_M.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46796 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46797
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46798 Torture-Sub-1/32-PASS: run/v/void_03_M.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46799 run: llvmdc -O0 -od./obj -ofrun/v/void_03_N.d.exe run/v/void_03_N.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46800 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46801 run/v/void_03_N.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46802 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46803
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46804 Torture-Sub-1/32-PASS: run/v/void_03_N.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46805 run: llvmdc -O0 -od./obj -ofrun/v/void_03_O.d.exe run/v/void_03_O.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46806 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46807 run/v/void_03_O.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46808 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46809
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46810 Torture-Sub-1/32-PASS: run/v/void_03_O.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46811 run: llvmdc -O0 -od./obj -ofrun/v/void_03_P.d.exe run/v/void_03_P.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46812 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46813 run/v/void_03_P.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46814 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46815
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46816 Torture-Sub-1/32-PASS: run/v/void_03_P.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46817 run: llvmdc -O0 -od./obj -ofrun/v/void_03_Q.d.exe run/v/void_03_Q.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46818 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46819 run/v/void_03_Q.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46820 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46821
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46822 Torture-Sub-1/32-PASS: run/v/void_03_Q.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46823 run: llvmdc -O0 -od./obj -ofrun/v/void_03_R.d.exe run/v/void_03_R.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46824 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46825 run/v/void_03_R.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46826 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46827
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46828 Torture-Sub-1/32-PASS: run/v/void_03_R.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46829 run: llvmdc -O0 -od./obj -ofrun/v/void_03_S.d.exe run/v/void_03_S.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46830 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46831 run/v/void_03_S.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46832 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46833
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46834 Torture-Sub-1/32-PASS: run/v/void_03_S.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46835 run: llvmdc -O0 -od./obj -ofrun/v/void_03_T.d.exe run/v/void_03_T.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46836 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46837 run/v/void_03_T.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46838 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46839
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46840 Torture-Sub-1/32-PASS: run/v/void_03_T.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46841 run: llvmdc -O0 -od./obj -ofrun/v/void_03_U.d.exe run/v/void_03_U.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46842 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46843 run/v/void_03_U.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46844 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46845
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46846 Torture-Sub-1/32-PASS: run/v/void_03_U.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46847 run: llvmdc -O0 -od./obj -ofrun/v/void_03_V.d.exe run/v/void_03_V.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46848 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46849 run/v/void_03_V.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46850 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46851
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46852 Torture-Sub-1/32-PASS: run/v/void_03_V.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46853 run: llvmdc -O0 -od./obj -ofrun/v/void_03_W.d.exe run/v/void_03_W.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46854 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46855 run/v/void_03_W.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46856 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46857
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46858 Torture-Sub-1/32-PASS: run/v/void_03_W.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46859 run: llvmdc -O0 -od./obj -ofrun/v/void_03_X.d.exe run/v/void_03_X.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46860 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46861 run/v/void_03_X.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46862 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46863
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46864 Torture-Sub-1/32-PASS: run/v/void_03_X.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46865 run: llvmdc -O0 -od./obj -ofrun/v/void_03_Y.d.exe run/v/void_03_Y.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46866 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46867 run/v/void_03_Y.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46868 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46869
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46870 Torture-Sub-1/32-PASS: run/v/void_03_Y.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46871 run: llvmdc -O0 -od./obj -ofrun/v/void_03_Z.d.exe run/v/void_03_Z.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46872 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46873 run/v/void_03_Z.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46874 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46875
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46876 Torture-Sub-1/32-PASS: run/v/void_03_Z.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46877 run: llvmdc -O0 -od./obj -ofrun/v/void_05_A.d.exe run/v/void_05_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46878 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46879 run/v/void_05_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46880 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46881
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46882 Torture-Sub-1/32-PASS: run/v/void_05_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46883 run: llvmdc -O0 -od./obj -ofrun/v/void_05_B.d.exe run/v/void_05_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46884 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46885 run/v/void_05_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46886 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46887
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46888 Torture-Sub-1/32-PASS: run/v/void_05_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46889 run: llvmdc -O0 -od./obj -ofrun/v/void_06_A.d.exe run/v/void_06_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46890 Error: integral constant must be scalar type, not void
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46891 Error: cannot implicitly convert expression (0) of type int to void[]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46892 Error: cannot cast int to void[]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46893 Error: integral constant must be scalar type, not void[]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46894 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46895 Torture-Sub-1/32-FAIL: run/v/void_06_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46896 run: llvmdc -O0 -od./obj -ofrun/v/void_06_B.d.exe run/v/void_06_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46897 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46898 run/v/void_06_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46899 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46900
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46901 Torture-Sub-1/32-PASS: run/v/void_06_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46902 run: llvmdc -O0 -od./obj -ofrun/v/volatile_01_A.d.exe run/v/volatile_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46903 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46904 run/v/volatile_01_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46905 EXIT CODE: 11
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46906
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46907 Torture-Sub-1/32-ERROR: run/v/volatile_01_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46908 run: llvmdc -O0 -od./obj -ofrun/v/volatile_01_B.d.exe run/v/volatile_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46909 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46910 run/v/volatile_01_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46911 EXIT CODE: 11
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46912
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46913 Torture-Sub-1/32-ERROR: run/v/volatile_01_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46914 run: llvmdc -O0 -od./obj -ofrun/v/volatile_02_A.d.exe run/v/volatile_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46915 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46916 run/v/volatile_02_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46917 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46918
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46919 Torture-Sub-1/32-PASS: run/v/volatile_02_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46920 run: llvmdc -O0 -od./obj -ofrun/v/volatile_02_B.d.exe run/v/volatile_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46921 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46922 run/v/volatile_02_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46923 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46924
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46925 Torture-Sub-1/32-PASS: run/v/volatile_02_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46926 run: llvmdc -O0 -od./obj -ofrun/v/volatile_02_C.d.exe run/v/volatile_02_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46927 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46928 run/v/volatile_02_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46929 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46930
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46931 Torture-Sub-1/32-PASS: run/v/volatile_02_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46932 run: llvmdc -O0 -od./obj -ofrun/v/volatile_02_D.d.exe run/v/volatile_02_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46933 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46934 run/v/volatile_02_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46935 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46936
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46937 Torture-Sub-1/32-PASS: run/v/volatile_02_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46938 run: llvmdc -O0 -od./obj -ofrun/v/volatile_03_A.d.exe run/v/volatile_03_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46939 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46940 run/v/volatile_03_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46941 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46942
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46943 Torture-Sub-1/32-PASS: run/v/volatile_03_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46944 run: llvmdc -O0 -od./obj -ofrun/v/volatile_03_B.d.exe run/v/volatile_03_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46945 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46946 run/v/volatile_03_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46947 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46948
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46949 Torture-Sub-1/32-PASS: run/v/volatile_03_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46950 run: llvmdc -O0 -od./obj -ofrun/wchar_03.d.exe run/wchar_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46951 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46952 run/wchar_03.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46953 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46954
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46955 Torture-Sub-1/32-PASS: run/wchar_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46956 run: llvmdc -O0 -od./obj -ofrun/wchar_05.d.exe run/wchar_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46957 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46958 run/wchar_05.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46959 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46960
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46961 Torture-Sub-1/32-PASS: run/wchar_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46962 run: llvmdc -O0 -od./obj -ofrun/wchar_07.d.exe run/wchar_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46963 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46964 run/wchar_07.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46965 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46966
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46967 Torture-Sub-1/32-PASS: run/wchar_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46968 run: llvmdc -O0 -od./obj -ofrun/wchar_08.d.exe run/wchar_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46969 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46970 run/wchar_08.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46971 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46972
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46973 Torture-Sub-1/32-PASS: run/wchar_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46974 run: llvmdc -O0 -od./obj -ofrun/wchar_09.d.exe run/wchar_09.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46975 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46976 run/wchar_09.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46977 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46978
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46979 Torture-Sub-1/32-PASS: run/wchar_09.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46980 run: llvmdc -O0 -od./obj -ofrun/while_01.d.exe run/while_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46981 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46982 run/while_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46983 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46984
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46985 Torture-Sub-1/32-PASS: run/while_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46986 run: llvmdc -O0 -od./obj -ofrun/while_02.d.exe run/while_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46987 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46988 run/while_02.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46989 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46990
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46991 Torture-Sub-1/32-PASS: run/while_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46992 run: llvmdc -O0 -od./obj -ofrun/while_03.d.exe run/while_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46993 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46994 run/while_03.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46995 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46996
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46997 Torture-Sub-1/32-PASS: run/while_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46998 run: llvmdc -O0 -od./obj -ofrun/while_04.d.exe run/while_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
46999 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47000 run/while_04.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47001 EXIT CODE: 9
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47002
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47003 Torture-Sub-1/32-ERROR: run/while_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47004 run: llvmdc -O0 -od./obj -ofrun/while_05.d.exe run/while_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47005 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47006 run/while_05.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47007 EXIT CODE: 9
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47008
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47009 Torture-Sub-1/32-ERROR: run/while_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47010 run: llvmdc -O0 -od./obj -ofrun/with_01.d.exe run/with_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47011 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47012 run/with_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47013 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47014
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47015 Torture-Sub-1/32-PASS: run/with_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47016 run: llvmdc -O0 -od./obj -ofrun/with_02.d.exe run/with_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47017 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47018 run/with_02.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47019 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47020
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47021 Torture-Sub-1/32-PASS: run/with_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47022 run: llvmdc -O0 -od./obj -ofrun/with_03.d.exe run/with_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47023 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47024 run/with_03.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47025 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47026
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47027 Torture-Sub-1/32-PASS: run/with_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47028 run: llvmdc -O0 -od./obj -ofrun/with_04.d.exe run/with_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47029 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47030 run/with_04.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47031 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47032
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47033 Torture-Sub-1/32-PASS: run/with_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47034 run: llvmdc -O0 -od./obj -ofrun/with_08.d.exe run/with_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47035 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47036 run/with_08.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47037 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47038
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47039 Torture-Sub-1/32-PASS: run/with_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47040 run: llvmdc -O0 -od./obj -ofrun/with_09.d.exe run/with_09.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47041 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47042 run/with_09.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47043 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47044
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47045 Torture-Sub-1/32-PASS: run/with_09.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47046 run: llvmdc -O0 -od./obj -ofrun/with_10.d.exe run/with_10.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47047 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47048 run/with_10.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47049 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47050
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47051 Torture-Sub-1/32-PASS: run/with_10.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47052 run: llvmdc -O0 -od./obj -ofrun/with_11.d.exe run/with_11.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47053 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47054 run/with_11.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47055 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47056
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47057 Torture-Sub-1/32-PASS: run/with_11.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47058 run: llvmdc -O0 -od./obj -ofrun/with_12.d.exe run/with_12.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47059 llvmdc: gen/arrays.cpp:188: void DtoArrayInit(LLValue*, LLValue*, LLValue*): Assertion `t == pt' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47060 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47061 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47062 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47063 llvmdc[0x810c6d2]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47064 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47065 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47066 Torture-Sub-1/32-ERROR: run/with_12.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47067 run: llvmdc -O0 -od./obj -ofrun/with_13.d.exe run/with_13.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47068 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47069 run/with_13.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47070 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47071
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47072 Torture-Sub-1/32-PASS: run/with_13.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47073 run: llvmdc -O0 -od./obj -ofrun/w/wchar_10_A.d.exe run/w/wchar_10_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47074 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47075 run/w/wchar_10_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47076 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47077
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47078 Torture-Sub-1/32-PASS: run/w/wchar_10_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47079 run: llvmdc -O0 -od./obj -ofrun/w/wchar_10_B.d.exe run/w/wchar_10_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47080 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47081 run/w/wchar_10_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47082 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47083
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47084 Torture-Sub-1/32-PASS: run/w/wchar_10_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47085 run: llvmdc -O0 -od./obj -ofrun/w/wchar_11_A.d.exe run/w/wchar_11_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47086 run/w/wchar_11_A.d(12): invalid UTF character \U0000dbc4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47087 run/w/wchar_11_A.d(12): invalid UTF character \U0000dd11
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47088 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47089 Torture-Sub-1/32-FAIL: run/w/wchar_11_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47090 run: llvmdc -O0 -od./obj -ofrun/w/wchar_11_B.d.exe run/w/wchar_11_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47091 run/w/wchar_11_B.d(12): invalid UTF character \U0000dbc4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47092 run/w/wchar_11_B.d(12): invalid UTF character \U0000dd11
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47093 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47094 Torture-Sub-1/32-FAIL: run/w/wchar_11_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47095 run: llvmdc -O0 -od./obj -ofrun/w/wchar_11_C.d.exe run/w/wchar_11_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47096 run/w/wchar_11_C.d(12): invalid UTF character \U0000dbc4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47097 run/w/wchar_11_C.d(12): invalid UTF character \U0000dd11
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47098 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47099 Torture-Sub-1/32-FAIL: run/w/wchar_11_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47100 run: llvmdc -O0 -od./obj -ofrun/w/wchar_11_D.d.exe run/w/wchar_11_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47101 run/w/wchar_11_D.d(12): invalid UTF character \U0000dbc4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47102 run/w/wchar_11_D.d(12): invalid UTF character \U0000dd11
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47103 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47104 Torture-Sub-1/32-FAIL: run/w/wchar_11_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47105 run: llvmdc -O0 -od./obj -ofrun/w/wchar_11_E.d.exe run/w/wchar_11_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47106 run/w/wchar_11_E.d(12): invalid UTF character \U0000dbc4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47107 run/w/wchar_11_E.d(12): invalid UTF character \U0000dd11
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47108 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47109 Torture-Sub-1/32-FAIL: run/w/wchar_11_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47110 run: llvmdc -O0 -od./obj -ofrun/w/wchar_11_F.d.exe run/w/wchar_11_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47111 run/w/wchar_11_F.d(12): invalid UTF character \U0000dbc4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47112 run/w/wchar_11_F.d(12): invalid UTF character \U0000dd11
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47113 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47114 Torture-Sub-1/32-FAIL: run/w/wchar_11_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47115 run: llvmdc -O0 -od./obj -ofrun/w/wchar_11_G.d.exe run/w/wchar_11_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47116 run/w/wchar_11_G.d(12): invalid UTF character \U0000dbc4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47117 run/w/wchar_11_G.d(12): invalid UTF character \U0000dd11
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47118 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47119 Torture-Sub-1/32-FAIL: run/w/wchar_11_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47120 run: llvmdc -O0 -od./obj -ofrun/w/wchar_11_H.d.exe run/w/wchar_11_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47121 run/w/wchar_11_H.d(12): invalid UTF character \U0000dbc4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47122 run/w/wchar_11_H.d(12): invalid UTF character \U0000dd11
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47123 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47124 Torture-Sub-1/32-FAIL: run/w/wchar_11_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47125 run: llvmdc -O0 -od./obj -ofrun/w/wchar_12_A.d.exe run/w/wchar_12_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47126 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47127 run/w/wchar_12_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47128 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47129
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47130 Torture-Sub-1/32-PASS: run/w/wchar_12_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47131 run: llvmdc -O0 -od./obj -ofrun/w/wchar_12_B.d.exe run/w/wchar_12_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47132 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47133 run/w/wchar_12_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47134 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47135
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47136 Torture-Sub-1/32-PASS: run/w/wchar_12_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47137 run: llvmdc -O0 -od./obj -ofrun/w/wchar_12_C.d.exe run/w/wchar_12_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47138 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47139 run/w/wchar_12_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47140 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47141
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47142 Torture-Sub-1/32-PASS: run/w/wchar_12_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47143 run: llvmdc -O0 -od./obj -ofrun/w/wchar_12_D.d.exe run/w/wchar_12_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47144 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47145 run/w/wchar_12_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47146 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47147
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47148 Torture-Sub-1/32-PASS: run/w/wchar_12_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47149 run: llvmdc -O0 -od./obj -ofrun/w/wchar_12_E.d.exe run/w/wchar_12_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47150 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47151 run/w/wchar_12_E.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47152 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47153
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47154 Torture-Sub-1/32-PASS: run/w/wchar_12_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47155 run: llvmdc -O0 -od./obj -ofrun/w/wchar_12_F.d.exe run/w/wchar_12_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47156 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47157 run/w/wchar_12_F.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47158 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47159
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47160 Torture-Sub-1/32-PASS: run/w/wchar_12_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47161 run: llvmdc -O0 -od./obj -ofrun/w/wchar_12_G.d.exe run/w/wchar_12_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47162 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47163 run/w/wchar_12_G.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47164 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47165
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47166 Torture-Sub-1/32-PASS: run/w/wchar_12_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47167 run: llvmdc -O0 -od./obj -ofrun/w/wchar_12_H.d.exe run/w/wchar_12_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47168 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47169 run/w/wchar_12_H.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47170 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47171
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47172 Torture-Sub-1/32-PASS: run/w/wchar_12_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47173 run: llvmdc -O0 -od./obj -ofrun/w/with_13_B.d.exe run/w/with_13_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47174 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47175 run/w/with_13_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47176 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47177
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47178 Torture-Sub-1/32-PASS: run/w/with_13_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47179 run: llvmdc -O0 -od./obj -ofrun/w/with_14_A.d.exe run/w/with_14_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47180 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47181 run/w/with_14_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47182 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47183
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47184 Torture-Sub-1/32-PASS: run/w/with_14_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47185 run: llvmdc -O0 -od./obj -ofrun/w/with_14_B.d.exe run/w/with_14_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47186 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47187 run/w/with_14_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47188 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47189
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47190 Torture-Sub-1/32-PASS: run/w/with_14_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47191 run: llvmdc -O0 -od./obj -ofrun/w/with_15_A.d.exe run/w/with_15_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47192 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47193 run/w/with_15_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47194 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47195
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47196 Torture-Sub-1/32-PASS: run/w/with_15_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47197 run: llvmdc -O0 -od./obj -ofrun/w/with_15_B.d.exe run/w/with_15_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47198 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47199 run/w/with_15_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47200 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47201
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47202 Torture-Sub-1/32-PASS: run/w/with_15_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47203 run: llvmdc -O0 -od./obj -ofrun/w/with_15_C.d.exe run/w/with_15_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47204 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47205 run/w/with_15_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47206 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47207
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47208 Torture-Sub-1/32-PASS: run/w/with_15_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47209 run: llvmdc -O0 -od./obj -ofrun/w/with_15_D.d.exe run/w/with_15_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47210 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47211 run/w/with_15_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47212 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47213
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47214 Torture-Sub-1/32-PASS: run/w/with_15_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47215 run: llvmdc -O0 -od./obj -ofrun/Wysiwyg_String_01.d.exe run/Wysiwyg_String_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47216 run/Wysiwyg_String_01.d(8): Error: identifier 'string' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47217 run/Wysiwyg_String_01.d(8): Error: string is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47218 run/Wysiwyg_String_01.d(8): variable dstress.run.Wysiwyg_String_01.main.x voids have no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47219 run/Wysiwyg_String_01.d(8): Error: cannot implicitly convert expression ("hello") of type char[5u] to int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47220 run/Wysiwyg_String_01.d(9): Error: no property 'length' for type 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47221 run/Wysiwyg_String_01.d(10): Error: x must be an array or pointer type, not int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47222 run/Wysiwyg_String_01.d(11): Error: x must be an array or pointer type, not int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47223 run/Wysiwyg_String_01.d(12): Error: x must be an array or pointer type, not int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47224 run/Wysiwyg_String_01.d(13): Error: x must be an array or pointer type, not int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47225 run/Wysiwyg_String_01.d(14): Error: x must be an array or pointer type, not int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47226 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47227 Torture-Sub-1/32-FAIL: run/Wysiwyg_String_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47228 run: llvmdc -O0 -od./obj -ofrun/Wysiwyg_String_02.d.exe run/Wysiwyg_String_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47229 run/Wysiwyg_String_02.d(8): Error: identifier 'string' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47230 run/Wysiwyg_String_02.d(8): Error: string is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47231 run/Wysiwyg_String_02.d(8): variable dstress.run.Wysiwyg_String_02.main.x voids have no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47232 run/Wysiwyg_String_02.d(8): Error: cannot implicitly convert expression ("\\'") of type char[2u] to int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47233 run/Wysiwyg_String_02.d(9): Error: no property 'length' for type 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47234 run/Wysiwyg_String_02.d(10): Error: x must be an array or pointer type, not int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47235 run/Wysiwyg_String_02.d(11): Error: x must be an array or pointer type, not int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47236 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47237 Torture-Sub-1/32-FAIL: run/Wysiwyg_String_02.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47238 run: llvmdc -O0 -od./obj -ofrun/Wysiwyg_String_03.d.exe run/Wysiwyg_String_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47239 run/Wysiwyg_String_03.d(8): Error: identifier 'string' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47240 run/Wysiwyg_String_03.d(8): Error: string is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47241 run/Wysiwyg_String_03.d(8): variable dstress.run.Wysiwyg_String_03.main.x voids have no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47242 run/Wysiwyg_String_03.d(8): Error: cannot implicitly convert expression ("\\v") of type char[2u] to int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47243 run/Wysiwyg_String_03.d(9): Error: no property 'length' for type 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47244 run/Wysiwyg_String_03.d(10): Error: x must be an array or pointer type, not int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47245 run/Wysiwyg_String_03.d(11): Error: x must be an array or pointer type, not int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47246 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47247 Torture-Sub-1/32-FAIL: run/Wysiwyg_String_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47248 run: llvmdc -O0 -od./obj -ofrun/Wysiwyg_String_04.d.exe run/Wysiwyg_String_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47249 run/Wysiwyg_String_04.d(8): Error: identifier 'string' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47250 run/Wysiwyg_String_04.d(8): Error: string is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47251 run/Wysiwyg_String_04.d(8): variable dstress.run.Wysiwyg_String_04.main.x voids have no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47252 run/Wysiwyg_String_04.d(8): Error: cannot implicitly convert expression ("\\?") of type char[2u] to int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47253 run/Wysiwyg_String_04.d(9): Error: no property 'length' for type 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47254 run/Wysiwyg_String_04.d(10): Error: x must be an array or pointer type, not int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47255 run/Wysiwyg_String_04.d(11): Error: x must be an array or pointer type, not int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47256 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47257 Torture-Sub-1/32-FAIL: run/Wysiwyg_String_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47258 run: llvmdc -O0 -od./obj -ofrun/Wysiwyg_String_05.d.exe run/Wysiwyg_String_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47259 run/Wysiwyg_String_05.d(8): Error: identifier 'string' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47260 run/Wysiwyg_String_05.d(8): Error: string is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47261 run/Wysiwyg_String_05.d(8): variable dstress.run.Wysiwyg_String_05.main.x voids have no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47262 run/Wysiwyg_String_05.d(8): Error: cannot implicitly convert expression ("\\\\") of type char[2u] to int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47263 run/Wysiwyg_String_05.d(9): Error: no property 'length' for type 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47264 run/Wysiwyg_String_05.d(10): Error: x must be an array or pointer type, not int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47265 run/Wysiwyg_String_05.d(11): Error: x must be an array or pointer type, not int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47266 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47267 Torture-Sub-1/32-FAIL: run/Wysiwyg_String_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47268 run: llvmdc -O0 -od./obj -ofrun/Wysiwyg_String_06.d.exe run/Wysiwyg_String_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47269 run/Wysiwyg_String_06.d(8): Error: identifier 'string' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47270 run/Wysiwyg_String_06.d(8): Error: string is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47271 run/Wysiwyg_String_06.d(8): variable dstress.run.Wysiwyg_String_06.main.x voids have no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47272 run/Wysiwyg_String_06.d(8): Error: cannot implicitly convert expression ("\\a") of type char[2u] to int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47273 run/Wysiwyg_String_06.d(9): Error: no property 'length' for type 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47274 run/Wysiwyg_String_06.d(10): Error: x must be an array or pointer type, not int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47275 run/Wysiwyg_String_06.d(11): Error: x must be an array or pointer type, not int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47276 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47277 Torture-Sub-1/32-FAIL: run/Wysiwyg_String_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47278 run: llvmdc -O0 -od./obj -ofrun/Wysiwyg_String_07.d.exe run/Wysiwyg_String_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47279 run/Wysiwyg_String_07.d(8): Error: identifier 'string' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47280 run/Wysiwyg_String_07.d(8): Error: string is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47281 run/Wysiwyg_String_07.d(8): variable dstress.run.Wysiwyg_String_07.main.x voids have no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47282 run/Wysiwyg_String_07.d(8): Error: cannot implicitly convert expression ("\\b") of type char[2u] to int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47283 run/Wysiwyg_String_07.d(9): Error: no property 'length' for type 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47284 run/Wysiwyg_String_07.d(10): Error: x must be an array or pointer type, not int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47285 run/Wysiwyg_String_07.d(11): Error: x must be an array or pointer type, not int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47286 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47287 Torture-Sub-1/32-FAIL: run/Wysiwyg_String_07.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47288 run: llvmdc -O0 -od./obj -ofrun/Wysiwyg_String_08.d.exe run/Wysiwyg_String_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47289 run/Wysiwyg_String_08.d(8): Error: identifier 'string' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47290 run/Wysiwyg_String_08.d(8): Error: string is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47291 run/Wysiwyg_String_08.d(8): variable dstress.run.Wysiwyg_String_08.main.x voids have no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47292 run/Wysiwyg_String_08.d(8): Error: cannot implicitly convert expression ("\\f") of type char[2u] to int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47293 run/Wysiwyg_String_08.d(9): Error: no property 'length' for type 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47294 run/Wysiwyg_String_08.d(10): Error: x must be an array or pointer type, not int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47295 run/Wysiwyg_String_08.d(11): Error: x must be an array or pointer type, not int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47296 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47297 Torture-Sub-1/32-FAIL: run/Wysiwyg_String_08.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47298 run: llvmdc -O0 -od./obj -ofrun/Wysiwyg_String_09.d.exe run/Wysiwyg_String_09.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47299 run/Wysiwyg_String_09.d(8): Error: identifier 'string' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47300 run/Wysiwyg_String_09.d(8): Error: string is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47301 run/Wysiwyg_String_09.d(8): variable dstress.run.Wysiwyg_String_09.main.x voids have no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47302 run/Wysiwyg_String_09.d(8): Error: cannot implicitly convert expression ("\\n") of type char[2u] to int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47303 run/Wysiwyg_String_09.d(9): Error: no property 'length' for type 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47304 run/Wysiwyg_String_09.d(10): Error: x must be an array or pointer type, not int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47305 run/Wysiwyg_String_09.d(11): Error: x must be an array or pointer type, not int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47306 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47307 Torture-Sub-1/32-FAIL: run/Wysiwyg_String_09.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47308 run: llvmdc -O0 -od./obj -ofrun/Wysiwyg_String_10.d.exe run/Wysiwyg_String_10.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47309 run/Wysiwyg_String_10.d(8): Error: identifier 'string' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47310 run/Wysiwyg_String_10.d(8): Error: string is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47311 run/Wysiwyg_String_10.d(8): variable dstress.run.Wysiwyg_String_10.main.x voids have no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47312 run/Wysiwyg_String_10.d(8): Error: cannot implicitly convert expression ("\\r") of type char[2u] to int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47313 run/Wysiwyg_String_10.d(9): Error: no property 'length' for type 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47314 run/Wysiwyg_String_10.d(10): Error: x must be an array or pointer type, not int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47315 run/Wysiwyg_String_10.d(11): Error: x must be an array or pointer type, not int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47316 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47317 Torture-Sub-1/32-FAIL: run/Wysiwyg_String_10.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47318 run: llvmdc -O0 -od./obj -ofrun/Wysiwyg_String_11.d.exe run/Wysiwyg_String_11.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47319 run/Wysiwyg_String_11.d(8): Error: identifier 'string' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47320 run/Wysiwyg_String_11.d(8): Error: string is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47321 run/Wysiwyg_String_11.d(8): variable dstress.run.Wysiwyg_String_11.main.x voids have no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47322 run/Wysiwyg_String_11.d(8): Error: cannot implicitly convert expression ("\\t") of type char[2u] to int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47323 run/Wysiwyg_String_11.d(9): Error: no property 'length' for type 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47324 run/Wysiwyg_String_11.d(10): Error: x must be an array or pointer type, not int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47325 run/Wysiwyg_String_11.d(11): Error: x must be an array or pointer type, not int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47326 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47327 Torture-Sub-1/32-FAIL: run/Wysiwyg_String_11.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47328 run: llvmdc -O0 -od./obj -ofrun/Wysiwyg_String_12.d.exe run/Wysiwyg_String_12.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47329 run/Wysiwyg_String_12.d(8): Error: identifier 'string' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47330 run/Wysiwyg_String_12.d(8): Error: string is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47331 run/Wysiwyg_String_12.d(8): variable dstress.run.Wysiwyg_String_12.main.x voids have no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47332 run/Wysiwyg_String_12.d(8): Error: cannot implicitly convert expression ("\\x") of type char[2u] to int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47333 run/Wysiwyg_String_12.d(9): Error: no property 'length' for type 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47334 run/Wysiwyg_String_12.d(10): Error: x must be an array or pointer type, not int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47335 run/Wysiwyg_String_12.d(11): Error: x must be an array or pointer type, not int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47336 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47337 Torture-Sub-1/32-FAIL: run/Wysiwyg_String_12.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47338 run: llvmdc -O0 -od./obj -ofrun/Wysiwyg_String_13.d.exe run/Wysiwyg_String_13.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47339 run/Wysiwyg_String_13.d(8): Error: identifier 'string' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47340 run/Wysiwyg_String_13.d(8): Error: string is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47341 run/Wysiwyg_String_13.d(8): variable dstress.run.Wysiwyg_String_13.main.x voids have no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47342 run/Wysiwyg_String_13.d(8): Error: cannot implicitly convert expression ("\\u") of type char[2u] to int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47343 run/Wysiwyg_String_13.d(9): Error: no property 'length' for type 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47344 run/Wysiwyg_String_13.d(10): Error: x must be an array or pointer type, not int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47345 run/Wysiwyg_String_13.d(11): Error: x must be an array or pointer type, not int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47346 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47347 Torture-Sub-1/32-FAIL: run/Wysiwyg_String_13.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47348 run: llvmdc -O0 -od./obj -ofrun/Wysiwyg_String_14.d.exe run/Wysiwyg_String_14.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47349 run/Wysiwyg_String_14.d(8): Error: identifier 'string' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47350 run/Wysiwyg_String_14.d(8): Error: string is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47351 run/Wysiwyg_String_14.d(8): variable dstress.run.Wysiwyg_String_14.main.x voids have no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47352 run/Wysiwyg_String_14.d(8): Error: cannot implicitly convert expression ("\\U") of type char[2u] to int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47353 run/Wysiwyg_String_14.d(9): Error: no property 'length' for type 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47354 run/Wysiwyg_String_14.d(10): Error: x must be an array or pointer type, not int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47355 run/Wysiwyg_String_14.d(11): Error: x must be an array or pointer type, not int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47356 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47357 Torture-Sub-1/32-FAIL: run/Wysiwyg_String_14.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47358 run: llvmdc -O0 -od./obj -ofrun/Wysiwyg_String_15.d.exe run/Wysiwyg_String_15.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47359 run/Wysiwyg_String_15.d(8): Error: identifier 'string' is not defined
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47360 run/Wysiwyg_String_15.d(8): Error: string is used as a type
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47361 run/Wysiwyg_String_15.d(8): variable dstress.run.Wysiwyg_String_15.main.x voids have no value
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47362 run/Wysiwyg_String_15.d(9): Error: cannot implicitly convert expression ("\x0a") of type char[1u] to int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47363 run/Wysiwyg_String_15.d(10): Error: no property 'length' for type 'int'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47364 run/Wysiwyg_String_15.d(11): Error: x must be an array or pointer type, not int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47365 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47366 Torture-Sub-1/32-FAIL: run/Wysiwyg_String_15.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47367 rm -f norun/a/asm_lldt_01.d.exe norun/a/asm_lmsw_01.d.exe.bc norun/a/assert_10_C.d.exe norun/a/asm_invd_01.d.exe norun/a/assert_10_B.d.exe.bc norun/a/asm_clts_01.d.exe norun/a/asm_lmsw_01.d.exe norun/a/asm_invd_01.d.exe.bc norun/a/assert_10_D.d.exe norun/a/asm_clts_01.d.exe.bc norun/a/assert_10_B.d.exe norun/a/asm_hlt_01.d.exe norun/a/asm_ltr_01.d.exe.bc norun/a/assert_10_A.d.exe.bc norun/a/asm_fxsave_01.d.exe norun/a/asm_fxrstor_01.d.exe.bc norun/a/asm_fxsave_01.d.exe.bc norun/a/assert_10_D.d.exe.bc norun/a/asm_ltr_01.d.exe norun/a/assert_10_A.d.exe norun/a/asm_fxrstor_01.d.exe norun/a/asm_hlt_01.d.exe.bc norun/a/assert_16_B.d.exe norun/a/asm_lldt_01.d.exe.bc norun/a/assert_10_C.d.exe.bc norun/a/assert_16_B.d.exe.bc norun/assert_05.d.exe.bc norun/switch_18.d.exe norun/throw_04.d.exe.bc norun/assert_04.d.exe.bc norun/assert_04.d.exe norun/bounds_checking_03.d.exe norun/throw_05.d.exe norun/bounds_checking_06.d.exe norun/switch_17.d.exe norun/switch_18.d.exe.bc norun/destructor_05.d.exe norun/o/opCat_16_B.d.exe.bc norun/o/opCat_16_A.d.exe.bc norun/o/opCat_16_B.d.exe norun/o/opSliceAssign_04_A.d.exe norun/o/opCat_16_A.d.exe norun/o/opSliceAssign_04_A.d.exe.bc norun/bounds_checking_06.d.exe.bc norun/i/import_20_C.d.exe norun/i/import_20_B.d.exe norun/i/import_20_A.d.exe.bc norun/i/import_20_C.d.exe.bc norun/i/import_20_A.d.exe norun/i/import_20_B.d.exe.bc norun/throw_05.d.exe.bc norun/switch_17.d.exe.bc norun/d/destructor_06.d.exe.bc norun/d/debug_info_08_C.d.exe.bc norun/d/debug_info_08_E.d.exe.bc norun/d/debug_info_08_A.d.exe norun/d/debug_info_08_D.d.exe norun/d/debug_info_13_A.d.exe norun/d/debug_info_08_D.d.exe.bc norun/d/debug_info_13_A.d.exe.bc norun/d/debug_info_08_B.d.exe.bc norun/d/debug_info_08_A.d.exe.bc norun/d/destructor_06.d.exe norun/d/debug_info_08_C.d.exe norun/d/debug_info_08_E.d.exe norun/d/debug_info_08_B.d.exe norun/s/struct_26_A.d.exe.bc norun/s/struct_26_A.d.exe norun/assert_05.d.exe norun/destructor_05.d.exe.bc norun/throw_04.d.exe norun/bounds_checking_03.d.exe.bc norun/u/unittest_10_G.d.exe.bc norun/u/unittest_10_D.d.exe norun/u/unittest_10_E.d.exe norun/u/unittest_10_E.d.exe.bc norun/u/unittest_10_H.d.exe.bc norun/u/unittest_10_G.d.exe norun/u/unittest_10_F.d.exe norun/u/unittest_10_H.d.exe norun/u/unittest_10_D.d.exe.bc norun/u/unittest_10_F.d.exe.bc
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47368 echo '#!/bin/sh' > norun.sh
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47369 find norun -type f -name "*\\.d" | grep -v ".svn" | sort -f | xargs -n 1 echo "./dstress norun" >> norun.sh
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47370 chmod +x norun.sh
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47371 ./norun.sh 2>> /home/kamm/eigenes/projekte/llvmdc/llvmdc/tests/dstress/log.txt
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47372 norun: llvmdc -O0 -od./obj -ofnorun/a/asm_clts_01.d.exe norun/a/asm_clts_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47373 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47374 norun/a/asm_clts_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47375 EXIT CODE: 11
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47376
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47377 Torture-Sub-1/32-XFAIL: norun/a/asm_clts_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47378 norun: llvmdc -O0 -od./obj -ofnorun/a/asm_fxrstor_01.d.exe norun/a/asm_fxrstor_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47379 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47380 norun/a/asm_fxrstor_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47381 EXIT CODE: 11
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47382
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47383 Torture-Sub-1/32-XFAIL: norun/a/asm_fxrstor_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47384 norun: llvmdc -O0 -od./obj -ofnorun/a/asm_fxsave_01.d.exe norun/a/asm_fxsave_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47385 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47386 norun/a/asm_fxsave_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47387 EXIT CODE: 11
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47388
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47389 Torture-Sub-1/32-XFAIL: norun/a/asm_fxsave_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47390 norun: llvmdc -O0 -od./obj -ofnorun/a/asm_hlt_01.d.exe norun/a/asm_hlt_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47391 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47392 norun/a/asm_hlt_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47393 EXIT CODE: 11
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47394
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47395 Torture-Sub-1/32-XFAIL: norun/a/asm_hlt_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47396 norun: llvmdc -O0 -od./obj -ofnorun/a/asm_invd_01.d.exe norun/a/asm_invd_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47397 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47398 norun/a/asm_invd_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47399 EXIT CODE: 11
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47400
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47401 Torture-Sub-1/32-XFAIL: norun/a/asm_invd_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47402 norun: llvmdc -O0 -od./obj -ofnorun/a/asm_lldt_01.d.exe norun/a/asm_lldt_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47403 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47404 norun/a/asm_lldt_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47405 EXIT CODE: 11
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47406
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47407 Torture-Sub-1/32-XFAIL: norun/a/asm_lldt_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47408 norun: llvmdc -O0 -od./obj -ofnorun/a/asm_lmsw_01.d.exe norun/a/asm_lmsw_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47409 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47410 norun/a/asm_lmsw_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47411 EXIT CODE: 11
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47412
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47413 Torture-Sub-1/32-XFAIL: norun/a/asm_lmsw_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47414 norun: llvmdc -O0 -od./obj -ofnorun/a/asm_ltr_01.d.exe norun/a/asm_ltr_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47415 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47416 norun/a/asm_ltr_01.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47417 EXIT CODE: 11
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47418
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47419 Torture-Sub-1/32-XFAIL: norun/a/asm_ltr_01.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47420 norun: llvmdc -O0 -od./obj -ofnorun/a/assert_10_A.d.exe norun/a/assert_10_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47421 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47422 norun/a/assert_10_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47423 Exception: Assertion failure
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47424 Assertion failed:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47425 norun/a/assert_10_A.d(31)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47426 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47427
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47428 norun: llvmdc -O0 -od./obj -ofnorun/a/assert_10_B.d.exe norun/a/assert_10_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47429 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47430 norun/a/assert_10_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47431 Exception: Assertion failure
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47432 Assertion failed:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47433 norun/a/assert_10_B.d(32)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47434 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47435
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47436 norun: llvmdc -O0 -od./obj -ofnorun/a/assert_10_C.d.exe norun/a/assert_10_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47437 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47438 norun/a/assert_10_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47439 Exception: Assertion failure
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47440 Assertion failed:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47441 norun/a/assert_10_C.d(32)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47442 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47443
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47444 norun: llvmdc -O0 -od./obj -ofnorun/a/assert_10_D.d.exe norun/a/assert_10_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47445 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47446 norun/a/assert_10_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47447 Exception: Assertion failure
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47448 Assertion failed:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47449 norun/a/assert_10_D.d(34)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47450 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47451
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47452 norun: llvmdc -O0 -od./obj -ofnorun/a/assert_16_B.d.exe norun/a/assert_16_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47453 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47454 norun/a/assert_16_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47455 Exception: ome
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47456 Assertion failed:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47457 norun/a/assert_16_B.d(11):
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47458 ome
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47459 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47460
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47461 Torture-Sub-1/32-XFAIL: norun/a/assert_16_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47462 norun: llvmdc -O0 -od./obj -ofnorun/assert_04.d.exe norun/assert_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47463 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47464 norun/assert_04.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47465 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47466
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47467 Torture-Sub-1/32-FAIL: norun/assert_04.d [bad error message]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47468 norun: llvmdc -O0 -od./obj -ofnorun/assert_05.d.exe norun/assert_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47469 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47470 norun/assert_05.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47471 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47472
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47473 Torture-Sub-1/32-FAIL: norun/assert_05.d [bad error message]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47474 norun: llvmdc -O0 -od./obj -ofnorun/bounds_checking_03.d.exe norun/bounds_checking_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47475 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47476 norun/bounds_checking_03.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47477 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47478
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47479 norun: llvmdc -O0 -od./obj -ofnorun/bounds_checking_06.d.exe norun/bounds_checking_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47480 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47481 norun/bounds_checking_06.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47482 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47483
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47484 norun: llvmdc -O0 -g -od./obj -ofnorun/d/debug_info_08_A.d.exe norun/d/debug_info_08_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47485 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47486 norun/d/debug_info_08_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47487 EXIT CODE: 8
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47488
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47489 gdb norun/d/debug_info_08_A.d.exe < ./obj/t39df-643c9869-3.tmp
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47490 [?1034hGNU gdb 6.7.1
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47491 Copyright (C) 2007 Free Software Foundation, Inc.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47492 License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47493 This is free software: you are free to change and redistribute it.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47494 There is NO WARRANTY, to the extent permitted by law. Type "show copying"
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47495 and "show warranty" for details.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47496 This GDB was configured as "i686-pc-linux-gnu"...
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47497 Using host libthread_db library "/lib/libthread_db.so.1".
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47498 (gdb) Starting program: /home/kamm/eigenes/projekte/llvmdc/llvmdc/tests/dstress/norun/d/debug_info_08_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47499 [Thread debugging using libthread_db enabled]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47500 [New Thread 0x401a2950 (LWP 14837)]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47501
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47502 Program received signal SIGFPE, Arithmetic exception.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47503 [Switching to Thread 0x401a2950 (LWP 14837)]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47504 0x08048ec8 in _Dmain () at norun/d/norun/d/debug_info_08_A.d:21
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47505 21 a=a/(a-2); /* divide by zero */
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47506 (gdb) #0 0x08048ec8 in _Dmain () at norun/d/norun/d/debug_info_08_A.d:21
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47507 #1 0x0804bff8 in _D6dmain24mainUiPPaPPaZi7runMainMFZv ()
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47508 at /home/kamm/eigenes/projekte/llvmdc/llvmdc/tango/lib/compiler/llvmdc/dmain2.d:276
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47509 #2 0x0804bfe5 in _D6dmain24mainUiPPaPPaZi7tryExecMFDFZvZv ()
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47510 at /home/kamm/eigenes/projekte/llvmdc/llvmdc/tango/lib/compiler/llvmdc/dmain2.d:231
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47511 #3 0x0804c043 in _D6dmain24mainUiPPaPPaZi6runAllMFZv ()
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47512 at /home/kamm/eigenes/projekte/llvmdc/llvmdc/tango/lib/compiler/llvmdc/dmain2.d:287
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47513 #4 0x0804bfe5 in _D6dmain24mainUiPPaPPaZi7tryExecMFDFZvZv ()
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47514 at /home/kamm/eigenes/projekte/llvmdc/llvmdc/tango/lib/compiler/llvmdc/dmain2.d:231
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47515 #5 0x0804bf93 in main (argc=1, argv=0xbfb7bfe4, env=0xbfb7bfec)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47516 at /home/kamm/eigenes/projekte/llvmdc/llvmdc/tango/lib/compiler/llvmdc/dmain2.d:294
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47517 (gdb) #0 0x08048ec8 in _Dmain () at norun/d/norun/d/debug_info_08_A.d:21
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47518 #1 0x0804bff8 in _D6dmain24mainUiPPaPPaZi7runMainMFZv ()
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47519 at /home/kamm/eigenes/projekte/llvmdc/llvmdc/tango/lib/compiler/llvmdc/dmain2.d:276
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47520 #2 0x0804bfe5 in _D6dmain24mainUiPPaPPaZi7tryExecMFDFZvZv ()
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47521 at /home/kamm/eigenes/projekte/llvmdc/llvmdc/tango/lib/compiler/llvmdc/dmain2.d:231
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47522 #3 0x0804c043 in _D6dmain24mainUiPPaPPaZi6runAllMFZv ()
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47523 at /home/kamm/eigenes/projekte/llvmdc/llvmdc/tango/lib/compiler/llvmdc/dmain2.d:287
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47524 #4 0x0804bfe5 in _D6dmain24mainUiPPaPPaZi7tryExecMFDFZvZv ()
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47525 at /home/kamm/eigenes/projekte/llvmdc/llvmdc/tango/lib/compiler/llvmdc/dmain2.d:231
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47526 #5 0x0804bf93 in main (argc=1, argv=0xbfb7bfe4, env=0xbfb7bfec)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47527 at /home/kamm/eigenes/projekte/llvmdc/llvmdc/tango/lib/compiler/llvmdc/dmain2.d:294
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47528 (gdb) The program is running. Exit anyway? (y or n) [answered Y; input not from terminal]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47529 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47530
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47531 Torture-Sub-1/32-XFAIL: norun/d/debug_info_08_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47532 norun: llvmdc -O0 -g -od./obj -ofnorun/d/debug_info_08_B.d.exe norun/d/debug_info_08_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47533 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47534 norun/d/debug_info_08_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47535 EXIT CODE: 8
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47536
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47537 gdb norun/d/debug_info_08_B.d.exe < ./obj/t39f8-643c9869-3.tmp
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47538 [?1034hGNU gdb 6.7.1
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47539 Copyright (C) 2007 Free Software Foundation, Inc.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47540 License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47541 This is free software: you are free to change and redistribute it.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47542 There is NO WARRANTY, to the extent permitted by law. Type "show copying"
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47543 and "show warranty" for details.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47544 This GDB was configured as "i686-pc-linux-gnu"...
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47545 Using host libthread_db library "/lib/libthread_db.so.1".
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47546 (gdb) Starting program: /home/kamm/eigenes/projekte/llvmdc/llvmdc/tests/dstress/norun/d/debug_info_08_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47547 [Thread debugging using libthread_db enabled]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47548 [New Thread 0x401a2950 (LWP 14862)]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47549
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47550 Program received signal SIGFPE, Arithmetic exception.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47551 [Switching to Thread 0x401a2950 (LWP 14862)]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47552 0x08048ee1 in _Dmain () at norun/d/norun/d/debug_info_08_B.d:21
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47553 21 a=a/(a-2); /* divide by zero */
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47554 (gdb) #0 0x08048ee1 in _Dmain () at norun/d/norun/d/debug_info_08_B.d:21
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47555 #1 0x0804bf08 in _D6dmain24mainUiPPaPPaZi7runMainMFZv ()
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47556 at /home/kamm/eigenes/projekte/llvmdc/llvmdc/tango/lib/compiler/llvmdc/dmain2.d:276
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47557 #2 0x0804bef5 in _D6dmain24mainUiPPaPPaZi7tryExecMFDFZvZv ()
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47558 at /home/kamm/eigenes/projekte/llvmdc/llvmdc/tango/lib/compiler/llvmdc/dmain2.d:231
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47559 #3 0x0804bf53 in _D6dmain24mainUiPPaPPaZi6runAllMFZv ()
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47560 at /home/kamm/eigenes/projekte/llvmdc/llvmdc/tango/lib/compiler/llvmdc/dmain2.d:287
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47561 #4 0x0804bef5 in _D6dmain24mainUiPPaPPaZi7tryExecMFDFZvZv ()
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47562 at /home/kamm/eigenes/projekte/llvmdc/llvmdc/tango/lib/compiler/llvmdc/dmain2.d:231
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47563 #5 0x0804bea3 in main (argc=1, argv=0xbfbba024, env=0xbfbba02c)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47564 at /home/kamm/eigenes/projekte/llvmdc/llvmdc/tango/lib/compiler/llvmdc/dmain2.d:294
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47565 (gdb) #0 0x08048ee1 in _Dmain () at norun/d/norun/d/debug_info_08_B.d:21
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47566 #1 0x0804bf08 in _D6dmain24mainUiPPaPPaZi7runMainMFZv ()
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47567 at /home/kamm/eigenes/projekte/llvmdc/llvmdc/tango/lib/compiler/llvmdc/dmain2.d:276
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47568 #2 0x0804bef5 in _D6dmain24mainUiPPaPPaZi7tryExecMFDFZvZv ()
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47569 at /home/kamm/eigenes/projekte/llvmdc/llvmdc/tango/lib/compiler/llvmdc/dmain2.d:231
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47570 #3 0x0804bf53 in _D6dmain24mainUiPPaPPaZi6runAllMFZv ()
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47571 at /home/kamm/eigenes/projekte/llvmdc/llvmdc/tango/lib/compiler/llvmdc/dmain2.d:287
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47572 #4 0x0804bef5 in _D6dmain24mainUiPPaPPaZi7tryExecMFDFZvZv ()
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47573 at /home/kamm/eigenes/projekte/llvmdc/llvmdc/tango/lib/compiler/llvmdc/dmain2.d:231
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47574 #5 0x0804bea3 in main (argc=1, argv=0xbfbba024, env=0xbfbba02c)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47575 at /home/kamm/eigenes/projekte/llvmdc/llvmdc/tango/lib/compiler/llvmdc/dmain2.d:294
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47576 (gdb) The program is running. Exit anyway? (y or n) [answered Y; input not from terminal]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47577 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47578
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47579 Torture-Sub-1/32-XFAIL: norun/d/debug_info_08_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47580 norun: llvmdc -O0 -g -od./obj -ofnorun/d/debug_info_08_C.d.exe norun/d/debug_info_08_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47581 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47582 norun/d/debug_info_08_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47583 EXIT CODE: 8
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47584
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47585 gdb norun/d/debug_info_08_C.d.exe < ./obj/t3a11-643c9869-3.tmp
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47586 [?1034hGNU gdb 6.7.1
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47587 Copyright (C) 2007 Free Software Foundation, Inc.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47588 License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47589 This is free software: you are free to change and redistribute it.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47590 There is NO WARRANTY, to the extent permitted by law. Type "show copying"
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47591 and "show warranty" for details.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47592 This GDB was configured as "i686-pc-linux-gnu"...
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47593 Using host libthread_db library "/lib/libthread_db.so.1".
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47594 (gdb) Starting program: /home/kamm/eigenes/projekte/llvmdc/llvmdc/tests/dstress/norun/d/debug_info_08_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47595 [Thread debugging using libthread_db enabled]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47596 [New Thread 0x401a2950 (LWP 14887)]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47597
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47598 Program received signal SIGFPE, Arithmetic exception.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47599 [Switching to Thread 0x401a2950 (LWP 14887)]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47600 0x08048ec8 in _Dmain () at norun/d/norun/d/debug_info_08_C.d:21
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47601 21 a=a/(a-2); /* divide by zero */
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47602 (gdb) #0 0x08048ec8 in _Dmain () at norun/d/norun/d/debug_info_08_C.d:21
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47603 #1 0x0804bff8 in _D6dmain24mainUiPPaPPaZi7runMainMFZv ()
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47604 at /home/kamm/eigenes/projekte/llvmdc/llvmdc/tango/lib/compiler/llvmdc/dmain2.d:276
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47605 #2 0x0804bfe5 in _D6dmain24mainUiPPaPPaZi7tryExecMFDFZvZv ()
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47606 at /home/kamm/eigenes/projekte/llvmdc/llvmdc/tango/lib/compiler/llvmdc/dmain2.d:231
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47607 #3 0x0804c043 in _D6dmain24mainUiPPaPPaZi6runAllMFZv ()
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47608 at /home/kamm/eigenes/projekte/llvmdc/llvmdc/tango/lib/compiler/llvmdc/dmain2.d:287
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47609 #4 0x0804bfe5 in _D6dmain24mainUiPPaPPaZi7tryExecMFDFZvZv ()
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47610 at /home/kamm/eigenes/projekte/llvmdc/llvmdc/tango/lib/compiler/llvmdc/dmain2.d:231
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47611 #5 0x0804bf93 in main (argc=1, argv=0xbfd659c4, env=0xbfd659cc)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47612 at /home/kamm/eigenes/projekte/llvmdc/llvmdc/tango/lib/compiler/llvmdc/dmain2.d:294
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47613 (gdb) #0 0x08048ec8 in _Dmain () at norun/d/norun/d/debug_info_08_C.d:21
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47614 #1 0x0804bff8 in _D6dmain24mainUiPPaPPaZi7runMainMFZv ()
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47615 at /home/kamm/eigenes/projekte/llvmdc/llvmdc/tango/lib/compiler/llvmdc/dmain2.d:276
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47616 #2 0x0804bfe5 in _D6dmain24mainUiPPaPPaZi7tryExecMFDFZvZv ()
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47617 at /home/kamm/eigenes/projekte/llvmdc/llvmdc/tango/lib/compiler/llvmdc/dmain2.d:231
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47618 #3 0x0804c043 in _D6dmain24mainUiPPaPPaZi6runAllMFZv ()
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47619 at /home/kamm/eigenes/projekte/llvmdc/llvmdc/tango/lib/compiler/llvmdc/dmain2.d:287
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47620 #4 0x0804bfe5 in _D6dmain24mainUiPPaPPaZi7tryExecMFDFZvZv ()
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47621 at /home/kamm/eigenes/projekte/llvmdc/llvmdc/tango/lib/compiler/llvmdc/dmain2.d:231
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47622 #5 0x0804bf93 in main (argc=1, argv=0xbfd659c4, env=0xbfd659cc)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47623 at /home/kamm/eigenes/projekte/llvmdc/llvmdc/tango/lib/compiler/llvmdc/dmain2.d:294
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47624 (gdb) The program is running. Exit anyway? (y or n) [answered Y; input not from terminal]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47625 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47626
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47627 Torture-Sub-1/32-XFAIL: norun/d/debug_info_08_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47628 norun: llvmdc -O0 -gc -g -od./obj/_3A2A -ofnorun/d/debug_info_08_D.d.exe norun/d/debug_info_08_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47629 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47630 norun/d/debug_info_08_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47631 EXIT CODE: 8
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47632
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47633 gdb norun/d/debug_info_08_D.d.exe < ./obj/_3A2A/t3a2a-643c9869-3.tmp
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47634 [?1034hGNU gdb 6.7.1
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47635 Copyright (C) 2007 Free Software Foundation, Inc.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47636 License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47637 This is free software: you are free to change and redistribute it.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47638 There is NO WARRANTY, to the extent permitted by law. Type "show copying"
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47639 and "show warranty" for details.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47640 This GDB was configured as "i686-pc-linux-gnu"...
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47641 Using host libthread_db library "/lib/libthread_db.so.1".
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47642 (gdb) Starting program: /home/kamm/eigenes/projekte/llvmdc/llvmdc/tests/dstress/norun/d/debug_info_08_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47643 [Thread debugging using libthread_db enabled]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47644 [New Thread 0x401a2950 (LWP 14912)]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47645
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47646 Program received signal SIGFPE, Arithmetic exception.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47647 [Switching to Thread 0x401a2950 (LWP 14912)]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47648 0x08048ed8 in _Dmain () at norun/d/norun/d/debug_info_08_D.d:22
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47649 22 a=a/(a-2); /* divide by zero */
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47650 (gdb) #0 0x08048ed8 in _Dmain () at norun/d/norun/d/debug_info_08_D.d:22
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47651 #1 0x0804bef8 in _D6dmain24mainUiPPaPPaZi7runMainMFZv ()
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47652 at /home/kamm/eigenes/projekte/llvmdc/llvmdc/tango/lib/compiler/llvmdc/dmain2.d:276
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47653 #2 0x0804bee5 in _D6dmain24mainUiPPaPPaZi7tryExecMFDFZvZv ()
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47654 at /home/kamm/eigenes/projekte/llvmdc/llvmdc/tango/lib/compiler/llvmdc/dmain2.d:231
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47655 #3 0x0804bf43 in _D6dmain24mainUiPPaPPaZi6runAllMFZv ()
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47656 at /home/kamm/eigenes/projekte/llvmdc/llvmdc/tango/lib/compiler/llvmdc/dmain2.d:287
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47657 #4 0x0804bee5 in _D6dmain24mainUiPPaPPaZi7tryExecMFDFZvZv ()
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47658 at /home/kamm/eigenes/projekte/llvmdc/llvmdc/tango/lib/compiler/llvmdc/dmain2.d:231
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47659 #5 0x0804be93 in main (argc=1, argv=0xbfe27a94, env=0xbfe27a9c)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47660 at /home/kamm/eigenes/projekte/llvmdc/llvmdc/tango/lib/compiler/llvmdc/dmain2.d:294
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47661 (gdb) #0 0x08048ed8 in _Dmain () at norun/d/norun/d/debug_info_08_D.d:22
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47662 #1 0x0804bef8 in _D6dmain24mainUiPPaPPaZi7runMainMFZv ()
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47663 at /home/kamm/eigenes/projekte/llvmdc/llvmdc/tango/lib/compiler/llvmdc/dmain2.d:276
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47664 #2 0x0804bee5 in _D6dmain24mainUiPPaPPaZi7tryExecMFDFZvZv ()
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47665 at /home/kamm/eigenes/projekte/llvmdc/llvmdc/tango/lib/compiler/llvmdc/dmain2.d:231
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47666 #3 0x0804bf43 in _D6dmain24mainUiPPaPPaZi6runAllMFZv ()
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47667 at /home/kamm/eigenes/projekte/llvmdc/llvmdc/tango/lib/compiler/llvmdc/dmain2.d:287
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47668 #4 0x0804bee5 in _D6dmain24mainUiPPaPPaZi7tryExecMFDFZvZv ()
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47669 at /home/kamm/eigenes/projekte/llvmdc/llvmdc/tango/lib/compiler/llvmdc/dmain2.d:231
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47670 #5 0x0804be93 in main (argc=1, argv=0xbfe27a94, env=0xbfe27a9c)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47671 at /home/kamm/eigenes/projekte/llvmdc/llvmdc/tango/lib/compiler/llvmdc/dmain2.d:294
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47672 (gdb) The program is running. Exit anyway? (y or n) [answered Y; input not from terminal]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47673 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47674
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47675 Torture-Sub-1/32-XFAIL: norun/d/debug_info_08_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47676 norun: llvmdc -O0 -g -od./obj -ofnorun/d/debug_info_08_E.d.exe norun/d/debug_info_08_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47677 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47678 norun/d/debug_info_08_E.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47679 EXIT CODE: 8
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47680
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47681 gdb norun/d/debug_info_08_E.d.exe < ./obj/t3a44-643c9869-3.tmp
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47682 [?1034hGNU gdb 6.7.1
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47683 Copyright (C) 2007 Free Software Foundation, Inc.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47684 License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47685 This is free software: you are free to change and redistribute it.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47686 There is NO WARRANTY, to the extent permitted by law. Type "show copying"
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47687 and "show warranty" for details.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47688 This GDB was configured as "i686-pc-linux-gnu"...
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47689 Using host libthread_db library "/lib/libthread_db.so.1".
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47690 (gdb) Starting program: /home/kamm/eigenes/projekte/llvmdc/llvmdc/tests/dstress/norun/d/debug_info_08_E.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47691 [Thread debugging using libthread_db enabled]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47692 [New Thread 0x401a2950 (LWP 14938)]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47693
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47694 Program received signal SIGFPE, Arithmetic exception.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47695 [Switching to Thread 0x401a2950 (LWP 14938)]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47696 0x08048ec3 in _Dmain () at norun/d/norun/d/debug_info_08_E.d:17
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47697 17 a=a/(a-2); /* divide by zero */
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47698 (gdb) #0 0x08048ec3 in _Dmain () at norun/d/norun/d/debug_info_08_E.d:17
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47699 #1 0x0804bed8 in _D6dmain24mainUiPPaPPaZi7runMainMFZv ()
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47700 at /home/kamm/eigenes/projekte/llvmdc/llvmdc/tango/lib/compiler/llvmdc/dmain2.d:276
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47701 #2 0x0804bec5 in _D6dmain24mainUiPPaPPaZi7tryExecMFDFZvZv ()
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47702 at /home/kamm/eigenes/projekte/llvmdc/llvmdc/tango/lib/compiler/llvmdc/dmain2.d:231
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47703 #3 0x0804bf23 in _D6dmain24mainUiPPaPPaZi6runAllMFZv ()
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47704 at /home/kamm/eigenes/projekte/llvmdc/llvmdc/tango/lib/compiler/llvmdc/dmain2.d:287
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47705 #4 0x0804bec5 in _D6dmain24mainUiPPaPPaZi7tryExecMFDFZvZv ()
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47706 at /home/kamm/eigenes/projekte/llvmdc/llvmdc/tango/lib/compiler/llvmdc/dmain2.d:231
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47707 #5 0x0804be73 in main (argc=1, argv=0xbfe362a4, env=0xbfe362ac)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47708 at /home/kamm/eigenes/projekte/llvmdc/llvmdc/tango/lib/compiler/llvmdc/dmain2.d:294
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47709 (gdb) #0 0x08048ec3 in _Dmain () at norun/d/norun/d/debug_info_08_E.d:17
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47710 #1 0x0804bed8 in _D6dmain24mainUiPPaPPaZi7runMainMFZv ()
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47711 at /home/kamm/eigenes/projekte/llvmdc/llvmdc/tango/lib/compiler/llvmdc/dmain2.d:276
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47712 #2 0x0804bec5 in _D6dmain24mainUiPPaPPaZi7tryExecMFDFZvZv ()
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47713 at /home/kamm/eigenes/projekte/llvmdc/llvmdc/tango/lib/compiler/llvmdc/dmain2.d:231
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47714 #3 0x0804bf23 in _D6dmain24mainUiPPaPPaZi6runAllMFZv ()
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47715 at /home/kamm/eigenes/projekte/llvmdc/llvmdc/tango/lib/compiler/llvmdc/dmain2.d:287
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47716 #4 0x0804bec5 in _D6dmain24mainUiPPaPPaZi7tryExecMFDFZvZv ()
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47717 at /home/kamm/eigenes/projekte/llvmdc/llvmdc/tango/lib/compiler/llvmdc/dmain2.d:231
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47718 #5 0x0804be73 in main (argc=1, argv=0xbfe362a4, env=0xbfe362ac)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47719 at /home/kamm/eigenes/projekte/llvmdc/llvmdc/tango/lib/compiler/llvmdc/dmain2.d:294
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47720 (gdb) The program is running. Exit anyway? (y or n) [answered Y; input not from terminal]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47721 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47722
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47723 Torture-Sub-1/32-XFAIL: norun/d/debug_info_08_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47724 norun: llvmdc -O0 -g -od./obj -ofnorun/d/debug_info_09_A.d.exe norun/d/debug_info_09_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47725 norun/d/debug_info_09_A.d(18): Error: Unimplemented DeclarationExp type. kind: mixin
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47726 llvmdc: gen/toir.cpp:142: virtual DValue* DeclarationExp::toElem(IRState*): Assertion `0' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47727 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47728 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47729 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47730 llvmdc[0x8124447]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47731 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47732 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47733 Torture-Sub-1/32-ERROR: norun/d/debug_info_09_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47734 norun: llvmdc -O0 -od./obj -ofnorun/d/debug_info_12_A.d.exe norun/d/debug_info_12_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47735 llvmdc: /home/kamm/eigenes/projekte/llvmdc/llvm-23-branch/lib/VMCore/Instructions.cpp:258: void llvm::CallInst::init(llvm::Value*, llvm::Value* const*, unsigned int): Assertion `(NumParams == FTy->getNumParams() || (FTy->isVarArg() && NumParams > FTy->getNumParams())) && "Calling a function with bad signature!"' failed.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47736 llvmdc[0x8887d27]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47737 /lib/libc.so.6(abort+0x108)[0x401cb8e8]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47738 /lib/libc.so.6(__assert_fail+0xf5)[0x401c37a5]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47739 llvmdc[0x880393f]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47740 llvmdc(__gxx_personality_v0+0x395)[0x804d1e1]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47741 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47742 Torture-Sub-1/32-ERROR: norun/d/debug_info_12_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47743 norun: llvmdc -O0 -g -od./obj -ofnorun/d/debug_info_13_A.d.exe norun/d/debug_info_13_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47744 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47745 norun/d/debug_info_13_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47746 Exception:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47747 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47748
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47749 gdb norun/d/debug_info_13_A.d.exe < ./obj/t3a69-643c9869-3.tmp
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47750 [?1034hGNU gdb 6.7.1
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47751 Copyright (C) 2007 Free Software Foundation, Inc.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47752 License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47753 This is free software: you are free to change and redistribute it.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47754 There is NO WARRANTY, to the extent permitted by law. Type "show copying"
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47755 and "show warranty" for details.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47756 This GDB was configured as "i686-pc-linux-gnu"...
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47757 Using host libthread_db library "/lib/libthread_db.so.1".
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47758 (gdb) Starting program: /home/kamm/eigenes/projekte/llvmdc/llvmdc/tests/dstress/norun/d/debug_info_13_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47759 [Thread debugging using libthread_db enabled]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47760 [New Thread 0x401a2950 (LWP 14975)]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47761 Exception:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47762
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47763 Program received signal SIGABRT, Aborted.
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47764 [Switching to Thread 0x401a2950 (LWP 14975)]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47765 0xffffe424 in __kernel_vsyscall ()
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47766 (gdb) (gdb) The program is running. Exit anyway? (y or n) [answered Y; input not from terminal]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47767 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47768
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47769 Torture-Sub-1/32-FAIL: norun/d/debug_info_13_A.d [bad debugger message]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47770 norun: llvmdc -O0 -od./obj -ofnorun/d/destructor_06.d.exe norun/d/destructor_06.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47771 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47772 norun/d/destructor_06.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47773 Exception: Assertion failure
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47774 Assertion failed:
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47775 norun/d/destructor_06.d(40)
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47776 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47777
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47778 norun: llvmdc -O0 -od./obj -ofnorun/delete_03.d.exe norun/delete_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47779 norun/delete_03.d(11): module gc cannot read file 'std/gc.d'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47780 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47781 Torture-Sub-1/32-FAIL: norun/delete_03.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47782 norun: llvmdc -O0 -od./obj -ofnorun/delete_04.d.exe norun/delete_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47783 norun/delete_04.d(11): module gc cannot read file 'std/gc.d'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47784 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47785 Torture-Sub-1/32-FAIL: norun/delete_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47786 norun: llvmdc -O0 -od./obj -ofnorun/delete_05.d.exe norun/delete_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47787 norun/delete_05.d(11): module gc cannot read file 'std/gc.d'
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47788 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47789 Torture-Sub-1/32-FAIL: norun/delete_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47790 norun: llvmdc -O0 -od./obj -ofnorun/destructor_05.d.exe norun/destructor_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47791 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47792 norun/destructor_05.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47793 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47794
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47795 norun: llvmdc -O0 norun/i/import_20_B.d norun/i/import_20_C.d -od./obj/_3AB6 -ofnorun/i/import_20_A.d.exe norun/i/import_20_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47796 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47797 norun/i/import_20_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47798 Exception: Cyclic dependency in module norun.i.import_20_B
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47799 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47800
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47801 Torture-Sub-1/32-XFAIL: norun/i/import_20_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47802 norun: llvmdc -O0 norun/i/import_20_A.d norun/i/import_20_C.d -od./obj/_3AC8 -ofnorun/i/import_20_B.d.exe norun/i/import_20_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47803 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47804 norun/i/import_20_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47805 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47806
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47807 Torture-Sub-1/32-XPASS: norun/i/import_20_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47808 norun: llvmdc -O0 norun/i/import_20_A.d norun/i/import_20_B.d -od./obj/_3ADA -ofnorun/i/import_20_C.d.exe norun/i/import_20_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47809 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47810 norun/i/import_20_C.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47811 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47812
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47813 Torture-Sub-1/32-XPASS: norun/i/import_20_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47814 norun: llvmdc -O0 -od./obj -ofnorun/i/in_out_body_10_B.d.exe norun/i/in_out_body_10_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47815 norun/i/in_out_body_10_B.d(35): function dstress.norun.i.in_out_body_10_B.main expected to return a value of type int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47816 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47817 Torture-Sub-1/32-FAIL: norun/i/in_out_body_10_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47818 norun: llvmdc -O0 -od./obj -ofnorun/i/in_out_body_10_C.d.exe norun/i/in_out_body_10_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47819 norun/i/in_out_body_10_C.d(34): function dstress.norun.i.in_out_body_10_C.main expected to return a value of type int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47820 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47821 Torture-Sub-1/32-FAIL: norun/i/in_out_body_10_C.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47822 norun: llvmdc -O0 -od./obj -ofnorun/main_05.d.exe norun/main_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47823 norun/main_05.d(10): function dstress.norun.main_05.main expected to return a value of type int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47824 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47825 Torture-Sub-1/32-FAIL: norun/main_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47826 norun: llvmdc -O0 -od./obj -ofnorun/o/opCat_16_A.d.exe norun/o/opCat_16_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47827 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47828 norun/o/opCat_16_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47829 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47830
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47831 Torture-Sub-1/32-FAIL: norun/o/opCat_16_A.d [bad error message]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47832 norun: llvmdc -O0 -od./obj -ofnorun/o/opCat_16_B.d.exe norun/o/opCat_16_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47833 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47834 norun/o/opCat_16_B.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47835 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47836
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47837 Torture-Sub-1/32-FAIL: norun/o/opCat_16_B.d [bad error message]
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47838 norun: llvmdc -O0 -od./obj -ofnorun/o/opSliceAssign_04_A.d.exe norun/o/opSliceAssign_04_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47839 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47840 norun/o/opSliceAssign_04_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47841 EXIT CODE: 4
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47842
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47843 Torture-Sub-1/32-XFAIL: norun/o/opSliceAssign_04_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47844 norun: llvmdc -O0 -od./obj -ofnorun/r/return_07_B.d.exe norun/r/return_07_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47845 norun/r/return_07_B.d(13): function dstress.norun.r.return_07_B.foo expected to return a value of type int
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47846 EXIT CODE: 256
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47847 Torture-Sub-1/32-FAIL: norun/r/return_07_B.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47848 norun: llvmdc -O0 -od./obj -ofnorun/s/struct_26_A.d.exe norun/s/struct_26_A.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47849 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47850 norun/s/struct_26_A.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47851 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47852
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47853 norun: llvmdc -O0 -od./obj -ofnorun/switch_17.d.exe norun/switch_17.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47854 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47855 norun/switch_17.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47856 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47857
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47858 Torture-Sub-1/32-XPASS: norun/switch_17.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47859 norun: llvmdc -O0 -od./obj -ofnorun/switch_18.d.exe norun/switch_18.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47860 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47861 norun/switch_18.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47862 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47863
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47864 Torture-Sub-1/32-XPASS: norun/switch_18.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47865 norun: llvmdc -O0 -od./obj -ofnorun/throw_04.d.exe norun/throw_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47866 Warning: norun/throw_04.d(8): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47867 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47868 norun/throw_04.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47869 Exception: Message
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47870
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47871 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47872
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47873 Torture-Sub-1/32-XFAIL: norun/throw_04.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47874 norun: llvmdc -O0 -od./obj -ofnorun/throw_05.d.exe norun/throw_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47875 Warning: norun/throw_05.d(8): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47876 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47877 norun/throw_05.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47878 Exception: Message
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47879
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47880 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47881
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47882 Torture-Sub-1/32-XFAIL: norun/throw_05.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47883 norun: llvmdc -O0 -unittest -od./obj/_3B8C -ofnorun/u/unittest_10_D.d.exe norun/u/unittest_10_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47884 Warning: compile/u/unittest_10_A.d(14): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47885 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47886 norun/u/unittest_10_D.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47887 Exception: dog
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47888 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47889
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47890 Torture-Sub-1/32-XFAIL: norun/u/unittest_10_D.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47891 norun: llvmdc -O0 -unittest -od./obj/_3BA0 -ofnorun/u/unittest_10_E.d.exe norun/u/unittest_10_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47892 Warning: compile/u/unittest_10_B.d(14): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47893 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47894 norun/u/unittest_10_E.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47895 Exception: cat
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47896 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47897
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47898 Torture-Sub-1/32-XFAIL: norun/u/unittest_10_E.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47899 norun: llvmdc -O0 -unittest -od./obj/_3BB2 -ofnorun/u/unittest_10_F.d.exe norun/u/unittest_10_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47900 Warning: compile/u/unittest_10_C.d(14): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47901 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47902 norun/u/unittest_10_F.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47903 Exception: mouse
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47904 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47905
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47906 Torture-Sub-1/32-XFAIL: norun/u/unittest_10_F.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47907 norun: llvmdc -O0 -unittest compile/u/unittest_10_B.d -od./obj/_3BC4 -ofnorun/u/unittest_10_G.d.exe norun/u/unittest_10_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47908 Warning: compile/u/unittest_10_B.d(14): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47909 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47910 norun/u/unittest_10_G.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47911 Exception: cat
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47912 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47913
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47914 Torture-Sub-1/32-XFAIL: norun/u/unittest_10_G.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47915 norun: llvmdc -O0 -unittest compile/u/unittest_10_C.d -od./obj/_3BD6 -ofnorun/u/unittest_10_H.d.exe norun/u/unittest_10_H.d
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47916 Warning: compile/u/unittest_10_C.d(14): throw is not yet fully implemented
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47917 EXIT CODE: 0
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47918 norun/u/unittest_10_H.d.exe
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47919 Exception: mouse
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47920 EXIT CODE: 6
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47921
fa9fef362a98 [svn r266] dstress results for [265] and small fix for cleanup in runtests script
ChristianK
parents:
diff changeset
47922 Torture-Sub-1/32-XFAIL: norun/u/unittest_10_H.d